~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to regex/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# Copyright (C) 2000-2003, 2005-2006 MySQL AB
 
18
 
19
# This library is free software; you can redistribute it and/or
 
20
# modify it under the terms of the GNU Library General Public
 
21
# License as published by the Free Software Foundation; version 2
 
22
# of the License.
 
23
 
24
# This library is distributed in the hope that it will be useful,
 
25
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
26
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
27
# Library General Public License for more details.
 
28
 
29
# You should have received a copy of the GNU Library General Public
 
30
# License along with this library; if not, write to the Free
 
31
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 
32
# MA 02111-1307, USA
 
33
 
 
34
 
 
35
 
 
36
VPATH = @srcdir@
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
41
install_sh_DATA = $(install_sh) -c -m 644
 
42
install_sh_PROGRAM = $(install_sh) -c
 
43
install_sh_SCRIPT = $(install_sh) -c
 
44
INSTALL_HEADER = $(INSTALL_DATA)
 
45
transform = $(program_transform_name)
 
46
NORMAL_INSTALL = :
 
47
PRE_INSTALL = :
 
48
POST_INSTALL = :
 
49
NORMAL_UNINSTALL = :
 
50
PRE_UNINSTALL = :
 
51
POST_UNINSTALL = :
 
52
build_triplet = @build@
 
53
host_triplet = @host@
 
54
target_triplet = @target@
 
55
noinst_PROGRAMS = re$(EXEEXT)
 
56
subdir = regex
 
57
DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
58
        $(srcdir)/Makefile.in
 
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
60
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
61
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
 
62
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
 
63
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
 
64
        $(top_srcdir)/config/ac-macros/plugins.m4 \
 
65
        $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
 
66
        $(top_srcdir)/config/ac-macros/large_file.m4 \
 
67
        $(top_srcdir)/config/ac-macros/misc.m4 \
 
68
        $(top_srcdir)/config/ac-macros/readline.m4 \
 
69
        $(top_srcdir)/config/ac-macros/ssl.m4 \
 
70
        $(top_srcdir)/config/ac-macros/zlib.m4 \
 
71
        $(top_srcdir)/configure.in
 
72
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
73
        $(ACLOCAL_M4)
 
74
mkinstalldirs = $(install_sh) -d
 
75
CONFIG_HEADER = $(top_builddir)/include/config.h
 
76
CONFIG_CLEAN_FILES =
 
77
LIBRARIES = $(noinst_LIBRARIES)
 
78
libregex_a_AR = $(AR) $(ARFLAGS)
 
79
libregex_a_LIBADD =
 
80
am_libregex_a_OBJECTS = regerror.$(OBJEXT) regcomp.$(OBJEXT) \
 
81
        regexec.$(OBJEXT) regfree.$(OBJEXT) reginit.$(OBJEXT)
 
82
libregex_a_OBJECTS = $(am_libregex_a_OBJECTS)
 
83
PROGRAMS = $(noinst_PROGRAMS)
 
84
am_re_OBJECTS = split.$(OBJEXT) debug.$(OBJEXT) main.$(OBJEXT)
 
85
re_OBJECTS = $(am_re_OBJECTS)
 
86
re_LDADD = $(LDADD)
 
87
re_DEPENDENCIES = libregex.a $(top_builddir)/strings/libmystrings.a
 
88
re_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
89
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(re_LDFLAGS) \
 
90
        $(LDFLAGS) -o $@
 
91
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
 
92
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
93
am__depfiles_maybe = depfiles
 
94
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
95
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
96
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
97
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
98
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
99
CCLD = $(CC)
 
100
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
101
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
102
        $(LDFLAGS) -o $@
 
103
SOURCES = $(libregex_a_SOURCES) $(re_SOURCES)
 
104
DIST_SOURCES = $(libregex_a_SOURCES) $(re_SOURCES)
 
105
HEADERS = $(noinst_HEADERS)
 
106
ETAGS = etags
 
107
CTAGS = ctags
 
108
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
109
ABI_CHECK = @ABI_CHECK@
 
110
ACLOCAL = @ACLOCAL@
 
111
ALLOCA = @ALLOCA@
 
112
AMTAR = @AMTAR@
 
113
AR = @AR@
 
114
ARFLAGS = @ARFLAGS@
 
115
AS = @AS@
 
116
ASFLAGS = @ASFLAGS@
 
117
AUTOCONF = @AUTOCONF@
 
118
AUTOHEADER = @AUTOHEADER@
 
119
AUTOMAKE = @AUTOMAKE@
 
120
AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
 
121
AWK = @AWK@
 
122
CC = @CC@
 
123
CCAS = @CCAS@
 
124
CCASDEPMODE = @CCASDEPMODE@
 
125
CCASFLAGS = @CCASFLAGS@
 
126
CCDEPMODE = @CCDEPMODE@
 
127
CC_VERSION = @CC_VERSION@
 
128
CFLAGS = @CFLAGS@
 
129
CHECK_PID = @CHECK_PID@
 
130
CHMOD = @CHMOD@
 
131
CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
 
132
CLIENT_LIBS = @CLIENT_LIBS@
 
133
CLIENT_THREAD_LIBS = @CLIENT_THREAD_LIBS@
 
134
CMP = @CMP@
 
135
COMPILATION_COMMENT = @COMPILATION_COMMENT@
 
136
CONF_COMMAND = @CONF_COMMAND@
 
137
CP = @CP@
 
138
CPP = @CPP@
 
139
CPPFLAGS = @CPPFLAGS@
 
140
CXX = @CXX@
 
141
CXXCPP = @CXXCPP@
 
142
CXXDEPMODE = @CXXDEPMODE@
 
143
CXXFLAGS = @CXXFLAGS@
 
144
CXXLDFLAGS = @CXXLDFLAGS@
 
145
CXX_VERSION = @CXX_VERSION@
 
146
CYGPATH_W = @CYGPATH_W@
 
147
DEFS = @DEFS@
 
148
DEPDIR = @DEPDIR@
 
149
DIFF = @DIFF@
 
150
DOT_FRM_VERSION = @DOT_FRM_VERSION@
 
151
DOXYGEN = @DOXYGEN@
 
152
DSYMUTIL = @DSYMUTIL@
 
153
DUMPBIN = @DUMPBIN@
 
154
DVIS = @DVIS@
 
155
ECHO_C = @ECHO_C@
 
156
ECHO_N = @ECHO_N@
 
157
ECHO_T = @ECHO_T@
 
158
EGREP = @EGREP@
 
159
EXEEXT = @EXEEXT@
 
160
FGREP = @FGREP@
 
161
FIND_PROC = @FIND_PROC@
 
162
GETCONF = @GETCONF@
 
163
GREP = @GREP@
 
164
GXX = @GXX@
 
165
HOSTNAME = @HOSTNAME@
 
166
INNODB_DYNAMIC_CFLAGS = @INNODB_DYNAMIC_CFLAGS@
 
167
INSTALL = @INSTALL@
 
168
INSTALL_DATA = @INSTALL_DATA@
 
169
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
170
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
171
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
172
KILL = @KILL@
 
173
LD = @LD@
 
174
LDFLAGS = @LDFLAGS@
 
175
LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
 
176
LIBDL = @LIBDL@
 
177
LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
 
178
LIBOBJS = @LIBOBJS@
 
179
LIBS = @LIBS@
 
180
LIBTOOL = @LIBTOOL@
 
181
LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
 
182
LIPO = @LIPO@
 
183
LM_CFLAGS = @LM_CFLAGS@
 
184
LN = @LN@
 
185
LN_CP_F = @LN_CP_F@
 
186
LN_S = @LN_S@
 
187
LTLIBOBJS = @LTLIBOBJS@
 
188
MACHINE_TYPE = @MACHINE_TYPE@
 
189
MAKEINDEX = @MAKEINDEX@
 
190
MAKEINFO = @MAKEINFO@
 
191
MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
 
192
MAKE_SHELL = @MAKE_SHELL@
 
193
MKDIR_P = @MKDIR_P@
 
194
MV = @MV@
 
195
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
 
196
MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
 
197
MYSQLD_EXTRA_LIBS = @MYSQLD_EXTRA_LIBS@
 
198
MYSQLD_USER = @MYSQLD_USER@
 
199
MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
 
200
MYSQL_COPYRIGHT_YEAR = @MYSQL_COPYRIGHT_YEAR@
 
201
MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
 
202
MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
 
203
MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
 
204
MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
 
205
MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
 
206
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
 
207
MYSQL_U_SCORE_VERSION = @MYSQL_U_SCORE_VERSION@
 
208
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
 
209
NDB_DEFS = @NDB_DEFS@
 
210
NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
 
211
NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
 
212
NDB_SCI_LIBS = @NDB_SCI_LIBS@
 
213
NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
 
214
NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
 
215
NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
 
216
NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
 
217
NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
 
218
NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
 
219
NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
 
220
NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
 
221
NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
 
222
NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
 
223
NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
 
224
NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
 
225
NM = @NM@
 
226
NMEDIT = @NMEDIT@
 
227
NOINST_LDFLAGS = @NOINST_LDFLAGS@
 
228
NON_THREADED_LIBS = @NON_THREADED_LIBS@
 
229
OBJDUMP = @OBJDUMP@
 
230
OBJEXT = @OBJEXT@
 
231
OTOOL = @OTOOL@
 
232
OTOOL64 = @OTOOL64@
 
233
PACKAGE = @PACKAGE@
 
234
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
235
PACKAGE_NAME = @PACKAGE_NAME@
 
236
PACKAGE_STRING = @PACKAGE_STRING@
 
237
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
238
PACKAGE_VERSION = @PACKAGE_VERSION@
 
239
PATH_SEPARATOR = @PATH_SEPARATOR@
 
240
PDFLATEX = @PDFLATEX@
 
241
PDFMANUAL = @PDFMANUAL@
 
242
PERL = @PERL@
 
243
PERL5 = @PERL5@
 
244
PROTOCOL_VERSION = @PROTOCOL_VERSION@
 
245
PS = @PS@
 
246
RANLIB = @RANLIB@
 
247
RM = @RM@
 
248
SAVE_ASFLAGS = @SAVE_ASFLAGS@
 
249
SAVE_CC = @SAVE_CC@
 
250
SAVE_CFLAGS = @SAVE_CFLAGS@
 
251
SAVE_CXX = @SAVE_CXX@
 
252
SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
 
253
SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
 
254
SAVE_LDFLAGS = @SAVE_LDFLAGS@
 
255
SED = @SED@
 
256
SET_MAKE = @SET_MAKE@
 
257
SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
 
258
SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
 
259
SHELL = @SHELL@
 
260
STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
 
261
STRIP = @STRIP@
 
262
SYSTEM_TYPE = @SYSTEM_TYPE@
 
263
TAR = @TAR@
 
264
TARGET_LINUX = @TARGET_LINUX@
 
265
TERMCAP_LIB = @TERMCAP_LIB@
 
266
TEST_NDBCLUSTER = @TEST_NDBCLUSTER@
 
267
THREAD_LOBJECTS = @THREAD_LOBJECTS@
 
268
VERSION = @VERSION@
 
269
WRAPLIBS = @WRAPLIBS@
 
270
YACC = @YACC@
 
271
ZLIB_DEPS = @ZLIB_DEPS@
 
272
ZLIB_INCLUDES = @ZLIB_INCLUDES@
 
273
ZLIB_LIBS = @ZLIB_LIBS@
 
274
abs_builddir = @abs_builddir@
 
275
abs_srcdir = @abs_srcdir@
 
276
abs_top_builddir = @abs_top_builddir@
 
277
abs_top_srcdir = @abs_top_srcdir@
 
278
ac_ct_CC = @ac_ct_CC@
 
279
ac_ct_CXX = @ac_ct_CXX@
 
280
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
281
am__include = @am__include@
 
282
am__leading_dot = @am__leading_dot@
 
283
am__quote = @am__quote@
 
284
am__tar = @am__tar@
 
285
am__untar = @am__untar@
 
286
bindir = @bindir@
 
287
build = @build@
 
288
build_alias = @build_alias@
 
289
build_cpu = @build_cpu@
 
290
build_os = @build_os@
 
291
build_vendor = @build_vendor@
 
292
builddir = @builddir@
 
293
condition_dependent_plugin_includes = @condition_dependent_plugin_includes@
 
294
condition_dependent_plugin_links = @condition_dependent_plugin_links@
 
295
condition_dependent_plugin_modules = @condition_dependent_plugin_modules@
 
296
condition_dependent_plugin_objects = @condition_dependent_plugin_objects@
 
297
datadir = @datadir@
 
298
datarootdir = @datarootdir@
 
299
docdir = @docdir@
 
300
docs_dirs = @docs_dirs@
 
301
dvidir = @dvidir@
 
302
exec_prefix = @exec_prefix@
 
303
extra_docs = @extra_docs@
 
304
host = @host@
 
305
host_alias = @host_alias@
 
306
host_cpu = @host_cpu@
 
307
host_os = @host_os@
 
308
host_vendor = @host_vendor@
 
309
htmldir = @htmldir@
 
310
includedir = @includedir@
 
311
infodir = @infodir@
 
312
innodb_system_libs = @innodb_system_libs@
 
313
install_sh = @install_sh@
 
314
libdir = @libdir@
 
315
libexecdir = @libexecdir@
 
316
libmysqld_dirs = @libmysqld_dirs@
 
317
localedir = @localedir@
 
318
localstatedir = @localstatedir@
 
319
lt_ECHO = @lt_ECHO@
 
320
man1_files = @man1_files@
 
321
man8_files = @man8_files@
 
322
man_dirs = @man_dirs@
 
323
mandir = @mandir@
 
324
mkdir_p = @mkdir_p@
 
325
mysql_pg_dirs = @mysql_pg_dirs@
 
326
mysql_pg_distdirs = @mysql_pg_distdirs@
 
327
mysql_pg_unittest_dirs = @mysql_pg_unittest_dirs@
 
328
mysql_plugin_defs = @mysql_plugin_defs@
 
329
mysql_plugin_dirs = @mysql_plugin_dirs@
 
330
mysql_plugin_libs = @mysql_plugin_libs@
 
331
mysql_se_dirs = @mysql_se_dirs@
 
332
mysql_se_distdirs = @mysql_se_distdirs@
 
333
mysql_se_unittest_dirs = @mysql_se_unittest_dirs@
 
334
ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
 
335
ndb_cxxflags_fix = @ndb_cxxflags_fix@
 
336
ndb_mgmclient_libs = @ndb_mgmclient_libs@
 
337
ndb_opt_subdirs = @ndb_opt_subdirs@
 
338
ndb_port = @ndb_port@
 
339
ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
 
340
ndbcluster_includes = @ndbcluster_includes@
 
341
ndbcluster_libs = @ndbcluster_libs@
 
342
ndbcluster_system_libs = @ndbcluster_system_libs@
 
343
netware_dir = @netware_dir@
 
344
oldincludedir = @oldincludedir@
 
345
openssl_includes = @openssl_includes@
 
346
openssl_libs = @openssl_libs@
 
347
pdfdir = @pdfdir@
 
348
plugin_archive_shared_target = @plugin_archive_shared_target@
 
349
plugin_archive_static_target = @plugin_archive_static_target@
 
350
plugin_blackhole_shared_target = @plugin_blackhole_shared_target@
 
351
plugin_blackhole_static_target = @plugin_blackhole_static_target@
 
352
plugin_csv_shared_target = @plugin_csv_shared_target@
 
353
plugin_csv_static_target = @plugin_csv_static_target@
 
354
plugin_daemon_example_shared_target = @plugin_daemon_example_shared_target@
 
355
plugin_daemon_example_static_target = @plugin_daemon_example_static_target@
 
356
plugin_example_shared_target = @plugin_example_shared_target@
 
357
plugin_example_static_target = @plugin_example_static_target@
 
358
plugin_federated_shared_target = @plugin_federated_shared_target@
 
359
plugin_federated_static_target = @plugin_federated_static_target@
 
360
plugin_ftexample_shared_target = @plugin_ftexample_shared_target@
 
361
plugin_ftexample_static_target = @plugin_ftexample_static_target@
 
362
plugin_heap_shared_target = @plugin_heap_shared_target@
 
363
plugin_heap_static_target = @plugin_heap_static_target@
 
364
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
 
365
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
 
366
plugin_innobase_shared_target = @plugin_innobase_shared_target@
 
367
plugin_innobase_static_target = @plugin_innobase_static_target@
 
368
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
 
369
plugin_innodb_plugin_static_target = @plugin_innodb_plugin_static_target@
 
370
plugin_myisam_shared_target = @plugin_myisam_shared_target@
 
371
plugin_myisam_static_target = @plugin_myisam_static_target@
 
372
plugin_myisammrg_shared_target = @plugin_myisammrg_shared_target@
 
373
plugin_myisammrg_static_target = @plugin_myisammrg_static_target@
 
374
plugin_ndbcluster_shared_target = @plugin_ndbcluster_shared_target@
 
375
plugin_ndbcluster_static_target = @plugin_ndbcluster_static_target@
 
376
plugin_partition_shared_target = @plugin_partition_shared_target@
 
377
plugin_partition_static_target = @plugin_partition_static_target@
 
378
prefix = @prefix@
 
379
program_transform_name = @program_transform_name@
 
380
psdir = @psdir@
 
381
pstack_dir = @pstack_dir@
 
382
pstack_libs = @pstack_libs@
 
383
readline_basedir = @readline_basedir@
 
384
readline_dir = @readline_dir@
 
385
readline_h_ln_cmd = @readline_h_ln_cmd@
 
386
readline_link = @readline_link@
 
387
readline_topdir = @readline_topdir@
 
388
sbindir = @sbindir@
 
389
server_scripts = @server_scripts@
 
390
sharedstatedir = @sharedstatedir@
 
391
sql_client_dirs = @sql_client_dirs@
 
392
sql_server = @sql_server@
 
393
sql_server_dirs = @sql_server_dirs@
 
394
sql_union_dirs = @sql_union_dirs@
 
395
srcdir = @srcdir@
 
396
sysconfdir = @sysconfdir@
 
397
target = @target@
 
398
target_alias = @target_alias@
 
399
target_cpu = @target_cpu@
 
400
target_os = @target_os@
 
401
target_vendor = @target_vendor@
 
402
tools_dirs = @tools_dirs@
 
403
top_build_prefix = @top_build_prefix@
 
404
top_builddir = @top_builddir@
 
405
top_srcdir = @top_srcdir@
 
406
uname_prog = @uname_prog@
 
407
yassl_dir = @yassl_dir@
 
408
yassl_h_ln_cmd = @yassl_h_ln_cmd@
 
409
yassl_libs = @yassl_libs@
 
410
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
 
411
zlib_dir = @zlib_dir@
 
412
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
 
413
noinst_LIBRARIES = libregex.a
 
414
LDADD = libregex.a $(top_builddir)/strings/libmystrings.a
 
415
noinst_HEADERS = cclass.h cname.h regex2.h utils.h engine.c my_regex.h
 
416
libregex_a_SOURCES = regerror.c regcomp.c regexec.c regfree.c reginit.c
 
417
re_SOURCES = split.c debug.c main.c
 
418
re_LDFLAGS = @NOINST_LDFLAGS@
 
419
EXTRA_DIST = tests CHANGES COPYRIGHT WHATSNEW regexp.c \
 
420
                        debug.ih engine.ih main.ih regcomp.ih regerror.ih \
 
421
                        regex.3 regex.7 CMakeLists.txt
 
422
 
 
423
all: all-am
 
424
 
 
425
.SUFFIXES:
 
426
.SUFFIXES: .c .lo .o .obj
 
427
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
428
        @for dep in $?; do \
 
429
          case '$(am__configure_deps)' in \
 
430
            *$$dep*) \
 
431
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
432
                && { if test -f $@; then exit 0; else break; fi; }; \
 
433
              exit 1;; \
 
434
          esac; \
 
435
        done; \
 
436
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  regex/Makefile'; \
 
437
        cd $(top_srcdir) && \
 
438
          $(AUTOMAKE) --gnu  regex/Makefile
 
439
.PRECIOUS: Makefile
 
440
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
441
        @case '$?' in \
 
442
          *config.status*) \
 
443
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
444
          *) \
 
445
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
446
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
447
        esac;
 
448
 
 
449
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
450
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
451
 
 
452
$(top_srcdir)/configure:  $(am__configure_deps)
 
453
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
454
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
455
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
456
 
 
457
clean-noinstLIBRARIES:
 
458
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
459
libregex.a: $(libregex_a_OBJECTS) $(libregex_a_DEPENDENCIES) 
 
460
        -rm -f libregex.a
 
461
        $(libregex_a_AR) libregex.a $(libregex_a_OBJECTS) $(libregex_a_LIBADD)
 
462
        $(RANLIB) libregex.a
 
463
 
 
464
clean-noinstPROGRAMS:
 
465
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
 
466
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
467
          echo " rm -f $$p $$f"; \
 
468
          rm -f $$p $$f ; \
 
469
        done
 
470
re$(EXEEXT): $(re_OBJECTS) $(re_DEPENDENCIES) 
 
471
        @rm -f re$(EXEEXT)
 
472
        $(re_LINK) $(re_OBJECTS) $(re_LDADD) $(LIBS)
 
473
 
 
474
mostlyclean-compile:
 
475
        -rm -f *.$(OBJEXT)
 
476
 
 
477
distclean-compile:
 
478
        -rm -f *.tab.c
 
479
 
 
480
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@
 
481
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
 
482
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regcomp.Po@am__quote@
 
483
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regerror.Po@am__quote@
 
484
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regexec.Po@am__quote@
 
485
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regfree.Po@am__quote@
 
486
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reginit.Po@am__quote@
 
487
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/split.Po@am__quote@
 
488
 
 
489
.c.o:
 
490
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
491
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
492
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
493
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
494
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
495
 
 
496
.c.obj:
 
497
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
498
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
499
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
500
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
501
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
502
 
 
503
.c.lo:
 
504
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
505
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
506
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
507
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
508
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
509
 
 
510
mostlyclean-libtool:
 
511
        -rm -f *.lo
 
512
 
 
513
clean-libtool:
 
514
        -rm -rf .libs _libs
 
515
 
 
516
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
517
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
518
        unique=`for i in $$list; do \
 
519
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
520
          done | \
 
521
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
522
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
523
        mkid -fID $$unique
 
524
tags: TAGS
 
525
 
 
526
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
527
                $(TAGS_FILES) $(LISP)
 
528
        tags=; \
 
529
        here=`pwd`; \
 
530
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
531
        unique=`for i in $$list; do \
 
532
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
533
          done | \
 
534
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
535
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
536
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
537
          test -n "$$unique" || unique=$$empty_fix; \
 
538
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
539
            $$tags $$unique; \
 
540
        fi
 
541
ctags: CTAGS
 
542
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
543
                $(TAGS_FILES) $(LISP)
 
544
        tags=; \
 
545
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
546
        unique=`for i in $$list; do \
 
547
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
548
          done | \
 
549
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
550
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
551
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
552
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
553
             $$tags $$unique
 
554
 
 
555
GTAGS:
 
556
        here=`$(am__cd) $(top_builddir) && pwd` \
 
557
          && cd $(top_srcdir) \
 
558
          && gtags -i $(GTAGS_ARGS) $$here
 
559
 
 
560
distclean-tags:
 
561
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
562
 
 
563
distdir: $(DISTFILES)
 
564
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
565
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
566
        list='$(DISTFILES)'; \
 
567
          dist_files=`for file in $$list; do echo $$file; done | \
 
568
          sed -e "s|^$$srcdirstrip/||;t" \
 
569
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
570
        case $$dist_files in \
 
571
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
572
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
573
                           sort -u` ;; \
 
574
        esac; \
 
575
        for file in $$dist_files; do \
 
576
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
577
          if test -d $$d/$$file; then \
 
578
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
579
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
580
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
581
            fi; \
 
582
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
583
          else \
 
584
            test -f $(distdir)/$$file \
 
585
            || cp -p $$d/$$file $(distdir)/$$file \
 
586
            || exit 1; \
 
587
          fi; \
 
588
        done
 
589
check-am: all-am
 
590
check: check-am
 
591
all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS)
 
592
installdirs:
 
593
install: install-am
 
594
install-exec: install-exec-am
 
595
install-data: install-data-am
 
596
uninstall: uninstall-am
 
597
 
 
598
install-am: all-am
 
599
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
600
 
 
601
installcheck: installcheck-am
 
602
install-strip:
 
603
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
604
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
605
          `test -z '$(STRIP)' || \
 
606
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
607
mostlyclean-generic:
 
608
 
 
609
clean-generic:
 
610
 
 
611
distclean-generic:
 
612
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
613
 
 
614
maintainer-clean-generic:
 
615
        @echo "This command is intended for maintainers to use"
 
616
        @echo "it deletes files that may require special tools to rebuild."
 
617
clean: clean-am
 
618
 
 
619
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
 
620
        clean-noinstPROGRAMS mostlyclean-am
 
621
 
 
622
distclean: distclean-am
 
623
        -rm -rf ./$(DEPDIR)
 
624
        -rm -f Makefile
 
625
distclean-am: clean-am distclean-compile distclean-generic \
 
626
        distclean-tags
 
627
 
 
628
dvi: dvi-am
 
629
 
 
630
dvi-am:
 
631
 
 
632
html: html-am
 
633
 
 
634
info: info-am
 
635
 
 
636
info-am:
 
637
 
 
638
install-data-am:
 
639
 
 
640
install-dvi: install-dvi-am
 
641
 
 
642
install-exec-am:
 
643
 
 
644
install-html: install-html-am
 
645
 
 
646
install-info: install-info-am
 
647
 
 
648
install-man:
 
649
 
 
650
install-pdf: install-pdf-am
 
651
 
 
652
install-ps: install-ps-am
 
653
 
 
654
installcheck-am:
 
655
 
 
656
maintainer-clean: maintainer-clean-am
 
657
        -rm -rf ./$(DEPDIR)
 
658
        -rm -f Makefile
 
659
maintainer-clean-am: distclean-am maintainer-clean-generic
 
660
 
 
661
mostlyclean: mostlyclean-am
 
662
 
 
663
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
664
        mostlyclean-libtool
 
665
 
 
666
pdf: pdf-am
 
667
 
 
668
pdf-am:
 
669
 
 
670
ps: ps-am
 
671
 
 
672
ps-am:
 
673
 
 
674
uninstall-am:
 
675
 
 
676
.MAKE: install-am install-strip
 
677
 
 
678
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
679
        clean-libtool clean-noinstLIBRARIES clean-noinstPROGRAMS ctags \
 
680
        distclean distclean-compile distclean-generic \
 
681
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
682
        html-am info info-am install install-am install-data \
 
683
        install-data-am install-dvi install-dvi-am install-exec \
 
684
        install-exec-am install-html install-html-am install-info \
 
685
        install-info-am install-man install-pdf install-pdf-am \
 
686
        install-ps install-ps-am install-strip installcheck \
 
687
        installcheck-am installdirs maintainer-clean \
 
688
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
689
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
690
        tags uninstall uninstall-am
 
691
 
 
692
 
 
693
test: re tests
 
694
        ./re < tests
 
695
        ./re -el < tests
 
696
        ./re -er < tests
 
697
 
 
698
# Don't update the files from bitkeeper
 
699
%::SCCS/s.%
 
700
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
701
# Otherwise a system limit (for SysV at least) may be exceeded.
 
702
.NOEXPORT: