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