mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / storage / ndb / src / common / Makefile.in
blob86619b8a6a993345aa9071ef2bf971f2f7cb3540
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) 2004-2006 MySQL AB
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 subdir = storage/ndb/src/common
52 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
53 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54 am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/maintainer.m4 \
55 $(top_srcdir)/config/ac-macros/alloca.m4 \
56 $(top_srcdir)/config/ac-macros/check_cpu.m4 \
57 $(top_srcdir)/config/ac-macros/character_sets.m4 \
58 $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
59 $(top_srcdir)/config/ac-macros/plugins.m4 \
60 $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
61 $(top_srcdir)/config/ac-macros/large_file.m4 \
62 $(top_srcdir)/config/ac-macros/misc.m4 \
63 $(top_srcdir)/config/ac-macros/readline.m4 \
64 $(top_srcdir)/config/ac-macros/ssl.m4 \
65 $(top_srcdir)/config/ac-macros/zlib.m4 \
66 $(top_srcdir)/configure.in
67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68 $(ACLOCAL_M4)
69 mkinstalldirs = $(install_sh) -d
70 CONFIG_HEADER = $(top_builddir)/include/config.h
71 CONFIG_CLEAN_FILES =
72 LTLIBRARIES = $(noinst_LTLIBRARIES)
73 libcommon_la_DEPENDENCIES = transporter/libtransporter.la \
74 debugger/libtrace.la debugger/signaldata/libsignaldataprint.la \
75 mgmcommon/libmgmsrvcommon.la portlib/libportlib.la \
76 logger/liblogger.la util/libgeneral.la
77 am_libcommon_la_OBJECTS =
78 libcommon_la_OBJECTS = $(am_libcommon_la_OBJECTS)
79 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
80 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
81 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
82 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
84 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85 CCLD = $(CC)
86 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
88 $(LDFLAGS) -o $@
89 SOURCES = $(libcommon_la_SOURCES)
90 DIST_SOURCES = $(libcommon_la_SOURCES)
91 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
92 html-recursive info-recursive install-data-recursive \
93 install-dvi-recursive install-exec-recursive \
94 install-html-recursive install-info-recursive \
95 install-pdf-recursive install-ps-recursive install-recursive \
96 installcheck-recursive installdirs-recursive pdf-recursive \
97 ps-recursive uninstall-recursive
98 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
99 distclean-recursive maintainer-clean-recursive
100 ETAGS = etags
101 CTAGS = ctags
102 DIST_SUBDIRS = $(SUBDIRS)
103 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104 ABI_CHECK = @ABI_CHECK@
105 ACLOCAL = @ACLOCAL@
106 ALLOCA = @ALLOCA@
107 AMTAR = @AMTAR@
108 AM_CFLAGS = @AM_CFLAGS@
109 AM_CXXFLAGS = @AM_CXXFLAGS@
110 AR = @AR@
111 ARFLAGS = @ARFLAGS@
112 AS = @AS@
113 ASFLAGS = @ASFLAGS@
114 AUTOCONF = @AUTOCONF@
115 AUTOHEADER = @AUTOHEADER@
116 AUTOMAKE = @AUTOMAKE@
117 AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
118 AWK = @AWK@
119 CC = @CC@
120 CCAS = @CCAS@
121 CCASDEPMODE = @CCASDEPMODE@
122 CCASFLAGS = @CCASFLAGS@
123 CCDEPMODE = @CCDEPMODE@
124 CC_VERSION = @CC_VERSION@
125 CFLAGS = @CFLAGS@
126 CHECK_PID = @CHECK_PID@
127 CHMOD = @CHMOD@
128 CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
129 CLIENT_LIBS = @CLIENT_LIBS@
130 CLIENT_THREAD_LIBS = @CLIENT_THREAD_LIBS@
131 CMP = @CMP@
132 COMPILATION_COMMENT = @COMPILATION_COMMENT@
133 CONF_COMMAND = @CONF_COMMAND@
134 CP = @CP@
135 CPP = @CPP@
136 CPPFLAGS = @CPPFLAGS@
137 CXX = @CXX@
138 CXXCPP = @CXXCPP@
139 CXXDEPMODE = @CXXDEPMODE@
140 CXXFLAGS = @CXXFLAGS@
141 CXXLDFLAGS = @CXXLDFLAGS@
142 CXX_VERSION = @CXX_VERSION@
143 CYGPATH_W = @CYGPATH_W@
144 DEFS = @DEFS@
145 DEPDIR = @DEPDIR@
146 DIFF = @DIFF@
147 DOT_FRM_VERSION = @DOT_FRM_VERSION@
148 DOXYGEN = @DOXYGEN@
149 DSYMUTIL = @DSYMUTIL@
150 DUMPBIN = @DUMPBIN@
151 DVIS = @DVIS@
152 ECHO_C = @ECHO_C@
153 ECHO_N = @ECHO_N@
154 ECHO_T = @ECHO_T@
155 EGREP = @EGREP@
156 EXEEXT = @EXEEXT@
157 FGREP = @FGREP@
158 FIND_PROC = @FIND_PROC@
159 GETCONF = @GETCONF@
160 GREP = @GREP@
161 GXX = @GXX@
162 HOSTNAME = @HOSTNAME@
163 INNODB_DYNAMIC_CFLAGS = @INNODB_DYNAMIC_CFLAGS@
164 INSTALL = @INSTALL@
165 INSTALL_DATA = @INSTALL_DATA@
166 INSTALL_PROGRAM = @INSTALL_PROGRAM@
167 INSTALL_SCRIPT = @INSTALL_SCRIPT@
168 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
169 KILL = @KILL@
170 LD = @LD@
171 LDFLAGS = @LDFLAGS@
172 LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
173 LIBDL = @LIBDL@
174 LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
175 LIBOBJS = @LIBOBJS@
176 LIBS = @LIBS@
177 LIBTOOL = @LIBTOOL@
178 LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
179 LIPO = @LIPO@
180 LM_CFLAGS = @LM_CFLAGS@
181 LN = @LN@
182 LN_CP_F = @LN_CP_F@
183 LN_S = @LN_S@
184 LTLIBOBJS = @LTLIBOBJS@
185 MACHINE_TYPE = @MACHINE_TYPE@
186 MAKEINDEX = @MAKEINDEX@
187 MAKEINFO = @MAKEINFO@
188 MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
189 MAKE_SHELL = @MAKE_SHELL@
190 MKDIR_P = @MKDIR_P@
191 MV = @MV@
192 MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
193 MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
194 MYSQLD_EXTRA_LIBS = @MYSQLD_EXTRA_LIBS@
195 MYSQLD_USER = @MYSQLD_USER@
196 MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
197 MYSQL_COPYRIGHT_YEAR = @MYSQL_COPYRIGHT_YEAR@
198 MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
199 MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
200 MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
201 MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
202 MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
203 MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
204 MYSQL_U_SCORE_VERSION = @MYSQL_U_SCORE_VERSION@
205 MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
206 NDB_DEFS = @NDB_DEFS@
207 NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
208 NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
209 NDB_SCI_LIBS = @NDB_SCI_LIBS@
210 NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
211 NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
212 NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
213 NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
214 NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
215 NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
216 NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
217 NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
218 NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
219 NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
220 NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
221 NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
222 NM = @NM@
223 NMEDIT = @NMEDIT@
224 NOINST_LDFLAGS = @NOINST_LDFLAGS@
225 NON_THREADED_LIBS = @NON_THREADED_LIBS@
226 OBJDUMP = @OBJDUMP@
227 OBJEXT = @OBJEXT@
228 OTOOL = @OTOOL@
229 OTOOL64 = @OTOOL64@
230 PACKAGE = @PACKAGE@
231 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
232 PACKAGE_NAME = @PACKAGE_NAME@
233 PACKAGE_STRING = @PACKAGE_STRING@
234 PACKAGE_TARNAME = @PACKAGE_TARNAME@
235 PACKAGE_VERSION = @PACKAGE_VERSION@
236 PATH_SEPARATOR = @PATH_SEPARATOR@
237 PDFLATEX = @PDFLATEX@
238 PDFMANUAL = @PDFMANUAL@
239 PERL = @PERL@
240 PERL5 = @PERL5@
241 PROTOCOL_VERSION = @PROTOCOL_VERSION@
242 PS = @PS@
243 RANLIB = @RANLIB@
244 RM = @RM@
245 SAVE_ASFLAGS = @SAVE_ASFLAGS@
246 SAVE_CC = @SAVE_CC@
247 SAVE_CFLAGS = @SAVE_CFLAGS@
248 SAVE_CXX = @SAVE_CXX@
249 SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
250 SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
251 SAVE_LDFLAGS = @SAVE_LDFLAGS@
252 SED = @SED@
253 SET_MAKE = @SET_MAKE@
254 SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
255 SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
256 SHELL = @SHELL@
257 STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
258 STRIP = @STRIP@
259 SYSTEM_TYPE = @SYSTEM_TYPE@
260 TAR = @TAR@
261 TARGET_LINUX = @TARGET_LINUX@
262 TERMCAP_LIB = @TERMCAP_LIB@
263 TEST_NDBCLUSTER = @TEST_NDBCLUSTER@
264 THREAD_LOBJECTS = @THREAD_LOBJECTS@
265 VERSION = @VERSION@
266 WRAPLIBS = @WRAPLIBS@
267 YACC = @YACC@
268 YACC_HEXT = @YACC_HEXT@
269 ZLIB_DEPS = @ZLIB_DEPS@
270 ZLIB_INCLUDES = @ZLIB_INCLUDES@
271 ZLIB_LIBS = @ZLIB_LIBS@
272 abs_builddir = @abs_builddir@
273 abs_srcdir = @abs_srcdir@
274 abs_top_builddir = @abs_top_builddir@
275 abs_top_srcdir = @abs_top_srcdir@
276 ac_ct_CC = @ac_ct_CC@
277 ac_ct_CXX = @ac_ct_CXX@
278 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
279 am__include = @am__include@
280 am__leading_dot = @am__leading_dot@
281 am__quote = @am__quote@
282 am__tar = @am__tar@
283 am__untar = @am__untar@
284 bindir = @bindir@
285 build = @build@
286 build_alias = @build_alias@
287 build_cpu = @build_cpu@
288 build_os = @build_os@
289 build_vendor = @build_vendor@
290 builddir = @builddir@
291 condition_dependent_plugin_includes = @condition_dependent_plugin_includes@
292 condition_dependent_plugin_links = @condition_dependent_plugin_links@
293 condition_dependent_plugin_modules = @condition_dependent_plugin_modules@
294 condition_dependent_plugin_objects = @condition_dependent_plugin_objects@
295 datadir = @datadir@
296 datarootdir = @datarootdir@
297 docdir = @docdir@
298 docs_dirs = @docs_dirs@
299 dvidir = @dvidir@
300 exec_prefix = @exec_prefix@
301 extra_docs = @extra_docs@
302 host = @host@
303 host_alias = @host_alias@
304 host_cpu = @host_cpu@
305 host_os = @host_os@
306 host_vendor = @host_vendor@
307 htmldir = @htmldir@
308 includedir = @includedir@
309 infodir = @infodir@
310 innodb_system_libs = @innodb_system_libs@
311 install_sh = @install_sh@
312 libdir = @libdir@
313 libexecdir = @libexecdir@
314 libmysqld_dirs = @libmysqld_dirs@
315 localedir = @localedir@
316 localstatedir = @localstatedir@
317 lt_ECHO = @lt_ECHO@
318 man1_files = @man1_files@
319 man8_files = @man8_files@
320 man_dirs = @man_dirs@
321 mandir = @mandir@
322 mkdir_p = @mkdir_p@
323 mysql_pg_dirs = @mysql_pg_dirs@
324 mysql_pg_distdirs = @mysql_pg_distdirs@
325 mysql_pg_unittest_dirs = @mysql_pg_unittest_dirs@
326 mysql_plugin_defs = @mysql_plugin_defs@
327 mysql_plugin_dirs = @mysql_plugin_dirs@
328 mysql_plugin_libs = @mysql_plugin_libs@
329 mysql_se_dirs = @mysql_se_dirs@
330 mysql_se_distdirs = @mysql_se_distdirs@
331 mysql_se_unittest_dirs = @mysql_se_unittest_dirs@
332 ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
333 ndb_cxxflags_fix = @ndb_cxxflags_fix@
334 ndb_mgmclient_libs = @ndb_mgmclient_libs@
335 ndb_opt_subdirs = @ndb_opt_subdirs@
336 ndb_port = @ndb_port@
337 ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
338 ndbcluster_includes = @ndbcluster_includes@
339 ndbcluster_libs = @ndbcluster_libs@
340 ndbcluster_system_libs = @ndbcluster_system_libs@
341 netware_dir = @netware_dir@
342 oldincludedir = @oldincludedir@
343 openssl_includes = @openssl_includes@
344 openssl_libs = @openssl_libs@
345 pdfdir = @pdfdir@
346 plugin_archive_shared_target = @plugin_archive_shared_target@
347 plugin_archive_static_target = @plugin_archive_static_target@
348 plugin_blackhole_shared_target = @plugin_blackhole_shared_target@
349 plugin_blackhole_static_target = @plugin_blackhole_static_target@
350 plugin_csv_shared_target = @plugin_csv_shared_target@
351 plugin_csv_static_target = @plugin_csv_static_target@
352 plugin_daemon_example_shared_target = @plugin_daemon_example_shared_target@
353 plugin_daemon_example_static_target = @plugin_daemon_example_static_target@
354 plugin_example_shared_target = @plugin_example_shared_target@
355 plugin_example_static_target = @plugin_example_static_target@
356 plugin_federated_shared_target = @plugin_federated_shared_target@
357 plugin_federated_static_target = @plugin_federated_static_target@
358 plugin_ftexample_shared_target = @plugin_ftexample_shared_target@
359 plugin_ftexample_static_target = @plugin_ftexample_static_target@
360 plugin_heap_shared_target = @plugin_heap_shared_target@
361 plugin_heap_static_target = @plugin_heap_static_target@
362 plugin_innobase_shared_target = @plugin_innobase_shared_target@
363 plugin_innobase_static_target = @plugin_innobase_static_target@
364 plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
365 plugin_innodb_plugin_static_target = @plugin_innodb_plugin_static_target@
366 plugin_myisam_shared_target = @plugin_myisam_shared_target@
367 plugin_myisam_static_target = @plugin_myisam_static_target@
368 plugin_myisammrg_shared_target = @plugin_myisammrg_shared_target@
369 plugin_myisammrg_static_target = @plugin_myisammrg_static_target@
370 plugin_ndbcluster_shared_target = @plugin_ndbcluster_shared_target@
371 plugin_ndbcluster_static_target = @plugin_ndbcluster_static_target@
372 plugin_partition_shared_target = @plugin_partition_shared_target@
373 plugin_partition_static_target = @plugin_partition_static_target@
374 prefix = @prefix@
375 program_transform_name = @program_transform_name@
376 psdir = @psdir@
377 readline_basedir = @readline_basedir@
378 readline_dir = @readline_dir@
379 readline_h_ln_cmd = @readline_h_ln_cmd@
380 readline_link = @readline_link@
381 readline_topdir = @readline_topdir@
382 sbindir = @sbindir@
383 server_scripts = @server_scripts@
384 sharedstatedir = @sharedstatedir@
385 sql_client_dirs = @sql_client_dirs@
386 sql_server = @sql_server@
387 sql_server_dirs = @sql_server_dirs@
388 sql_union_dirs = @sql_union_dirs@
389 srcdir = @srcdir@
390 sysconfdir = @sysconfdir@
391 target = @target@
392 target_alias = @target_alias@
393 target_cpu = @target_cpu@
394 target_os = @target_os@
395 target_vendor = @target_vendor@
396 tools_dirs = @tools_dirs@
397 top_build_prefix = @top_build_prefix@
398 top_builddir = @top_builddir@
399 top_srcdir = @top_srcdir@
400 uname_prog = @uname_prog@
401 yassl_dir = @yassl_dir@
402 yassl_h_ln_cmd = @yassl_h_ln_cmd@
403 yassl_libs = @yassl_libs@
404 yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
405 yassl_thread_cxxflags = @yassl_thread_cxxflags@
406 zlib_dir = @zlib_dir@
407 SUBDIRS = portlib debugger util logger transporter mgmcommon
408 noinst_LTLIBRARIES = libcommon.la
409 libcommon_la_SOURCES =
410 libcommon_la_LIBADD = \
411 transporter/libtransporter.la \
412 debugger/libtrace.la \
413 debugger/signaldata/libsignaldataprint.la \
414 mgmcommon/libmgmsrvcommon.la \
415 portlib/libportlib.la \
416 logger/liblogger.la \
417 util/libgeneral.la
419 all: all-recursive
421 .SUFFIXES:
422 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
423 @for dep in $?; do \
424 case '$(am__configure_deps)' in \
425 *$$dep*) \
426 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
427 && { if test -f $@; then exit 0; else break; fi; }; \
428 exit 1;; \
429 esac; \
430 done; \
431 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu storage/ndb/src/common/Makefile'; \
432 cd $(top_srcdir) && \
433 $(AUTOMAKE) --gnu storage/ndb/src/common/Makefile
434 .PRECIOUS: Makefile
435 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
436 @case '$?' in \
437 *config.status*) \
438 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
439 *) \
440 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
441 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
442 esac;
444 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
445 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
447 $(top_srcdir)/configure: $(am__configure_deps)
448 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
450 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
452 clean-noinstLTLIBRARIES:
453 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
454 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
455 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
456 test "$$dir" != "$$p" || dir=.; \
457 echo "rm -f \"$${dir}/so_locations\""; \
458 rm -f "$${dir}/so_locations"; \
459 done
460 libcommon.la: $(libcommon_la_OBJECTS) $(libcommon_la_DEPENDENCIES)
461 $(LINK) $(libcommon_la_OBJECTS) $(libcommon_la_LIBADD) $(LIBS)
463 mostlyclean-compile:
464 -rm -f *.$(OBJEXT)
466 distclean-compile:
467 -rm -f *.tab.c
469 mostlyclean-libtool:
470 -rm -f *.lo
472 clean-libtool:
473 -rm -rf .libs _libs
475 # This directory's subdirectories are mostly independent; you can cd
476 # into them and run `make' without going through this Makefile.
477 # To change the values of `make' variables: instead of editing Makefiles,
478 # (1) if the variable is set in `config.status', edit `config.status'
479 # (which will cause the Makefiles to be regenerated when you run `make');
480 # (2) otherwise, pass the desired values on the `make' command line.
481 $(RECURSIVE_TARGETS):
482 @failcom='exit 1'; \
483 for f in x $$MAKEFLAGS; do \
484 case $$f in \
485 *=* | --[!k]*);; \
486 *k*) failcom='fail=yes';; \
487 esac; \
488 done; \
489 dot_seen=no; \
490 target=`echo $@ | sed s/-recursive//`; \
491 list='$(SUBDIRS)'; for subdir in $$list; do \
492 echo "Making $$target in $$subdir"; \
493 if test "$$subdir" = "."; then \
494 dot_seen=yes; \
495 local_target="$$target-am"; \
496 else \
497 local_target="$$target"; \
498 fi; \
499 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
500 || eval $$failcom; \
501 done; \
502 if test "$$dot_seen" = "no"; then \
503 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
504 fi; test -z "$$fail"
506 $(RECURSIVE_CLEAN_TARGETS):
507 @failcom='exit 1'; \
508 for f in x $$MAKEFLAGS; do \
509 case $$f in \
510 *=* | --[!k]*);; \
511 *k*) failcom='fail=yes';; \
512 esac; \
513 done; \
514 dot_seen=no; \
515 case "$@" in \
516 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
517 *) list='$(SUBDIRS)' ;; \
518 esac; \
519 rev=''; for subdir in $$list; do \
520 if test "$$subdir" = "."; then :; else \
521 rev="$$subdir $$rev"; \
522 fi; \
523 done; \
524 rev="$$rev ."; \
525 target=`echo $@ | sed s/-recursive//`; \
526 for subdir in $$rev; do \
527 echo "Making $$target in $$subdir"; \
528 if test "$$subdir" = "."; then \
529 local_target="$$target-am"; \
530 else \
531 local_target="$$target"; \
532 fi; \
533 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
534 || eval $$failcom; \
535 done && test -z "$$fail"
536 tags-recursive:
537 list='$(SUBDIRS)'; for subdir in $$list; do \
538 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
539 done
540 ctags-recursive:
541 list='$(SUBDIRS)'; for subdir in $$list; do \
542 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
543 done
545 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
546 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
547 unique=`for i in $$list; do \
548 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
549 done | \
550 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
551 END { if (nonempty) { for (i in files) print i; }; }'`; \
552 mkid -fID $$unique
553 tags: TAGS
555 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
556 $(TAGS_FILES) $(LISP)
557 tags=; \
558 here=`pwd`; \
559 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
560 include_option=--etags-include; \
561 empty_fix=.; \
562 else \
563 include_option=--include; \
564 empty_fix=; \
565 fi; \
566 list='$(SUBDIRS)'; for subdir in $$list; do \
567 if test "$$subdir" = .; then :; else \
568 test ! -f $$subdir/TAGS || \
569 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
570 fi; \
571 done; \
572 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
573 unique=`for i in $$list; do \
574 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
575 done | \
576 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
577 END { if (nonempty) { for (i in files) print i; }; }'`; \
578 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
579 test -n "$$unique" || unique=$$empty_fix; \
580 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
581 $$tags $$unique; \
583 ctags: CTAGS
584 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
585 $(TAGS_FILES) $(LISP)
586 tags=; \
587 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
588 unique=`for i in $$list; do \
589 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
590 done | \
591 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
592 END { if (nonempty) { for (i in files) print i; }; }'`; \
593 test -z "$(CTAGS_ARGS)$$tags$$unique" \
594 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
595 $$tags $$unique
597 GTAGS:
598 here=`$(am__cd) $(top_builddir) && pwd` \
599 && cd $(top_srcdir) \
600 && gtags -i $(GTAGS_ARGS) $$here
602 distclean-tags:
603 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
605 distdir: $(DISTFILES)
606 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
607 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
608 list='$(DISTFILES)'; \
609 dist_files=`for file in $$list; do echo $$file; done | \
610 sed -e "s|^$$srcdirstrip/||;t" \
611 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
612 case $$dist_files in \
613 */*) $(MKDIR_P) `echo "$$dist_files" | \
614 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
615 sort -u` ;; \
616 esac; \
617 for file in $$dist_files; do \
618 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
619 if test -d $$d/$$file; then \
620 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
621 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
622 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
623 fi; \
624 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
625 else \
626 test -f $(distdir)/$$file \
627 || cp -p $$d/$$file $(distdir)/$$file \
628 || exit 1; \
629 fi; \
630 done
631 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
632 if test "$$subdir" = .; then :; else \
633 test -d "$(distdir)/$$subdir" \
634 || $(MKDIR_P) "$(distdir)/$$subdir" \
635 || exit 1; \
636 distdir=`$(am__cd) $(distdir) && pwd`; \
637 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
638 (cd $$subdir && \
639 $(MAKE) $(AM_MAKEFLAGS) \
640 top_distdir="$$top_distdir" \
641 distdir="$$distdir/$$subdir" \
642 am__remove_distdir=: \
643 am__skip_length_check=: \
644 distdir) \
645 || exit 1; \
646 fi; \
647 done
648 check-am: all-am
649 check: check-recursive
650 all-am: Makefile $(LTLIBRARIES)
651 installdirs: installdirs-recursive
652 installdirs-am:
653 install: install-recursive
654 install-exec: install-exec-recursive
655 install-data: install-data-recursive
656 uninstall: uninstall-recursive
658 install-am: all-am
659 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
661 installcheck: installcheck-recursive
662 install-strip:
663 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
664 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
665 `test -z '$(STRIP)' || \
666 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
667 mostlyclean-generic:
669 clean-generic:
671 distclean-generic:
672 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
674 maintainer-clean-generic:
675 @echo "This command is intended for maintainers to use"
676 @echo "it deletes files that may require special tools to rebuild."
677 clean: clean-recursive
679 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
680 mostlyclean-am
682 distclean: distclean-recursive
683 -rm -f Makefile
684 distclean-am: clean-am distclean-compile distclean-generic \
685 distclean-tags
687 dvi: dvi-recursive
689 dvi-am:
691 html: html-recursive
693 info: info-recursive
695 info-am:
697 install-data-am:
699 install-dvi: install-dvi-recursive
701 install-exec-am:
703 install-html: install-html-recursive
705 install-info: install-info-recursive
707 install-man:
709 install-pdf: install-pdf-recursive
711 install-ps: install-ps-recursive
713 installcheck-am:
715 maintainer-clean: maintainer-clean-recursive
716 -rm -f Makefile
717 maintainer-clean-am: distclean-am maintainer-clean-generic
719 mostlyclean: mostlyclean-recursive
721 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
722 mostlyclean-libtool
724 pdf: pdf-recursive
726 pdf-am:
728 ps: ps-recursive
730 ps-am:
732 uninstall-am:
734 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
735 install-strip
737 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
738 all all-am check check-am clean clean-generic clean-libtool \
739 clean-noinstLTLIBRARIES ctags ctags-recursive distclean \
740 distclean-compile distclean-generic distclean-libtool \
741 distclean-tags distdir dvi dvi-am html html-am info info-am \
742 install install-am install-data install-data-am install-dvi \
743 install-dvi-am install-exec install-exec-am install-html \
744 install-html-am install-info install-info-am install-man \
745 install-pdf install-pdf-am install-ps install-ps-am \
746 install-strip installcheck installcheck-am installdirs \
747 installdirs-am maintainer-clean maintainer-clean-generic \
748 mostlyclean mostlyclean-compile mostlyclean-generic \
749 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
750 uninstall uninstall-am
753 windoze-dsp:
755 # Don't update the files from bitkeeper
756 %::SCCS/s.%
757 # Tell versions [3.59,3.63) of GNU make to not export all variables.
758 # Otherwise a system limit (for SysV at least) may be exceeded.
759 .NOEXPORT: