Develop and Download Open Source Software

Browse Subversion Repository

Contents of /tags/tritonn-1.0.12-mysql-5.0.83/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 177 - (show annotations) (download)
Mon Jul 6 09:38:02 2009 UTC (14 years, 8 months ago) by myuka
File size: 32287 byte(s)
Initial inport
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-2006 MySQL AB
18 #
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.
22 #
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.
27 #
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
31
32 # Process this file with automake to create Makefile.in
33 VPATH = @srcdir@
34 pkgdatadir = $(datadir)/@PACKAGE@
35 pkglibdir = $(libdir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
38 install_sh_DATA = $(install_sh) -c -m 644
39 install_sh_PROGRAM = $(install_sh) -c
40 install_sh_SCRIPT = $(install_sh) -c
41 INSTALL_HEADER = $(INSTALL_DATA)
42 transform = $(program_transform_name)
43 NORMAL_INSTALL = :
44 PRE_INSTALL = :
45 POST_INSTALL = :
46 NORMAL_UNINSTALL = :
47 PRE_UNINSTALL = :
48 POST_UNINSTALL = :
49 build_triplet = @build@
50 host_triplet = @host@
51 target_triplet = @target@
52 subdir = .
53 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
54 $(srcdir)/Makefile.in $(top_srcdir)/bdb/Makefile.in \
55 $(top_srcdir)/configure COPYING ChangeLog config.guess \
56 config.sub depcomp install-sh ltmain.sh missing ylwrap
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
59 $(top_srcdir)/config/ac-macros/check_cpu.m4 \
60 $(top_srcdir)/config/ac-macros/character_sets.m4 \
61 $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
62 $(top_srcdir)/config/ac-macros/ha_archive.m4 \
63 $(top_srcdir)/config/ac-macros/ha_berkeley.m4 \
64 $(top_srcdir)/config/ac-macros/ha_blackhole.m4 \
65 $(top_srcdir)/config/ac-macros/ha_example.m4 \
66 $(top_srcdir)/config/ac-macros/ha_federated.m4 \
67 $(top_srcdir)/config/ac-macros/ha_innodb.m4 \
68 $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
69 $(top_srcdir)/config/ac-macros/ha_tina.m4 \
70 $(top_srcdir)/config/ac-macros/large_file.m4 \
71 $(top_srcdir)/config/ac-macros/misc.m4 \
72 $(top_srcdir)/config/ac-macros/openssl.m4 \
73 $(top_srcdir)/config/ac-macros/readline.m4 \
74 $(top_srcdir)/config/ac-macros/yassl.m4 \
75 $(top_srcdir)/config/ac-macros/zlib.m4 \
76 $(top_srcdir)/configure.in
77 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
78 $(ACLOCAL_M4)
79 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
80 configure.lineno config.status.lineno
81 mkinstalldirs = $(install_sh) -d
82 CONFIG_HEADER = $(top_builddir)/include/config.h
83 CONFIG_CLEAN_FILES = bdb/Makefile
84 SOURCES =
85 DIST_SOURCES =
86 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
87 html-recursive info-recursive install-data-recursive \
88 install-dvi-recursive install-exec-recursive \
89 install-html-recursive install-info-recursive \
90 install-pdf-recursive install-ps-recursive install-recursive \
91 installcheck-recursive installdirs-recursive pdf-recursive \
92 ps-recursive uninstall-recursive
93 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
94 distclean-recursive maintainer-clean-recursive
95 ETAGS = etags
96 CTAGS = ctags
97 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98 distdir = $(PACKAGE)-$(VERSION)
99 top_distdir = $(distdir)
100 am__remove_distdir = \
101 { test ! -d $(distdir) \
102 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
103 && rm -fr $(distdir); }; }
104 DIST_ARCHIVES = $(distdir).tar.gz
105 GZIP_ENV = --best
106 distuninstallcheck_listfiles = find . -type f -print
107 ACLOCAL = @ACLOCAL@
108 ALLOCA = @ALLOCA@
109 AMTAR = @AMTAR@
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 CMP = @CMP@
131 COMPILATION_COMMENT = @COMPILATION_COMMENT@
132 CONF_COMMAND = @CONF_COMMAND@
133 CP = @CP@
134 CPP = @CPP@
135 CPPFLAGS = @CPPFLAGS@
136 CXX = @CXX@
137 CXXCPP = @CXXCPP@
138 CXXDEPMODE = @CXXDEPMODE@
139 CXXFLAGS = @CXXFLAGS@
140 CXXLDFLAGS = @CXXLDFLAGS@
141 CXX_VERSION = @CXX_VERSION@
142 CYGPATH_W = @CYGPATH_W@
143 DEFS = @DEFS@
144 DEPDIR = @DEPDIR@
145 DOT_FRM_VERSION = @DOT_FRM_VERSION@
146 DOXYGEN = @DOXYGEN@
147 DSYMUTIL = @DSYMUTIL@
148 DUMPBIN = @DUMPBIN@
149 DVIS = @DVIS@
150 ECHO_C = @ECHO_C@
151 ECHO_N = @ECHO_N@
152 ECHO_T = @ECHO_T@
153 EGREP = @EGREP@
154 EXEEXT = @EXEEXT@
155 FGREP = @FGREP@
156 FIND_PROC = @FIND_PROC@
157 GETCONF = @GETCONF@
158 GREP = @GREP@
159 GXX = @GXX@
160 HOSTNAME = @HOSTNAME@
161 ICHECK = @ICHECK@
162 INSTALL = @INSTALL@
163 INSTALL_DATA = @INSTALL_DATA@
164 INSTALL_PROGRAM = @INSTALL_PROGRAM@
165 INSTALL_SCRIPT = @INSTALL_SCRIPT@
166 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
167 KILL = @KILL@
168 LD = @LD@
169 LDFLAGS = @LDFLAGS@
170 LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
171 LIBDL = @LIBDL@
172 LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
173 LIBOBJS = @LIBOBJS@
174 LIBS = @LIBS@
175 LIBTOOL = @LIBTOOL@
176 LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
177 LIPO = @LIPO@
178 LM_CFLAGS = @LM_CFLAGS@
179 LN = @LN@
180 LN_CP_F = @LN_CP_F@
181 LN_S = @LN_S@
182 LTLIBOBJS = @LTLIBOBJS@
183 MACHINE_TYPE = @MACHINE_TYPE@
184 MAKEINDEX = @MAKEINDEX@
185 MAKEINFO = @MAKEINFO@
186 MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
187 MAKE_SHELL = @MAKE_SHELL@
188 MKDIR_P = @MKDIR_P@
189 MV = @MV@
190 MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
191 MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
192 MYSQLD_EXTRA_LIBS = @MYSQLD_EXTRA_LIBS@
193 MYSQLD_USER = @MYSQLD_USER@
194 MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
195 MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
196 MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
197 MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
198 MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
199 MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
200 MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
201 MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
202 NDB_DEFS = @NDB_DEFS@
203 NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
204 NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
205 NDB_SCI_LIBS = @NDB_SCI_LIBS@
206 NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
207 NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
208 NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
209 NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
210 NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
211 NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
212 NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
213 NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
214 NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
215 NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
216 NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
217 NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
218 NM = @NM@
219 NMEDIT = @NMEDIT@
220 NOINST_LDFLAGS = @NOINST_LDFLAGS@
221 NON_THREADED_LIBS = @NON_THREADED_LIBS@
222 OBJDUMP = @OBJDUMP@
223 OBJEXT = @OBJEXT@
224 OTOOL = @OTOOL@
225 OTOOL64 = @OTOOL64@
226 PACKAGE = @PACKAGE@
227 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
228 PACKAGE_NAME = @PACKAGE_NAME@
229 PACKAGE_STRING = @PACKAGE_STRING@
230 PACKAGE_TARNAME = @PACKAGE_TARNAME@
231 PACKAGE_VERSION = @PACKAGE_VERSION@
232 PATH_SEPARATOR = @PATH_SEPARATOR@
233 PDFLATEX = @PDFLATEX@
234 PDFMANUAL = @PDFMANUAL@
235 PERL = @PERL@
236 PERL5 = @PERL5@
237 PROTOCOL_VERSION = @PROTOCOL_VERSION@
238 PS = @PS@
239 RANLIB = @RANLIB@
240 RM = @RM@
241 SAVE_ASFLAGS = @SAVE_ASFLAGS@
242 SAVE_CC = @SAVE_CC@
243 SAVE_CFLAGS = @SAVE_CFLAGS@
244 SAVE_CXX = @SAVE_CXX@
245 SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
246 SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
247 SAVE_LDFLAGS = @SAVE_LDFLAGS@
248 SED = @SED@
249 SET_MAKE = @SET_MAKE@
250 SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
251 SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
252 SHELL = @SHELL@
253 STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
254 STRIP = @STRIP@
255 SYSTEM_TYPE = @SYSTEM_TYPE@
256 TAR = @TAR@
257 TARGET_LINUX = @TARGET_LINUX@
258 TERMCAP_LIB = @TERMCAP_LIB@
259 THREAD_LOBJECTS = @THREAD_LOBJECTS@
260 VERSION = @VERSION@
261 WRAPLIBS = @WRAPLIBS@
262 YACC = @YACC@
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 bdb_includes = @bdb_includes@
279 bdb_libs = @bdb_libs@
280 bdb_libs_with_path = @bdb_libs_with_path@
281 bench_dirs = @bench_dirs@
282 bindir = @bindir@
283 build = @build@
284 build_alias = @build_alias@
285 build_cpu = @build_cpu@
286 build_os = @build_os@
287 build_vendor = @build_vendor@
288 builddir = @builddir@
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_includes = @innodb_includes@
305 innodb_libs = @innodb_libs@
306 innodb_system_libs = @innodb_system_libs@
307 install_sh = @install_sh@
308 libdir = @libdir@
309 libexecdir = @libexecdir@
310 libmysqld_dirs = @libmysqld_dirs@
311 linked_client_targets = @linked_client_targets@
312 linked_libmysqld_targets = @linked_libmysqld_targets@
313 linked_netware_sources = @linked_netware_sources@
314 localedir = @localedir@
315 localstatedir = @localstatedir@
316 lt_ECHO = @lt_ECHO@
317 man1_files = @man1_files@
318 man8_files = @man8_files@
319 man_dirs = @man_dirs@
320 mandir = @mandir@
321 mkdir_p = @mkdir_p@
322 ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
323 ndb_cxxflags_fix = @ndb_cxxflags_fix@
324 ndb_mgmclient_libs = @ndb_mgmclient_libs@
325 ndb_opt_subdirs = @ndb_opt_subdirs@
326 ndb_port = @ndb_port@
327 ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
328 ndbcluster_includes = @ndbcluster_includes@
329 ndbcluster_libs = @ndbcluster_libs@
330 ndbcluster_system_libs = @ndbcluster_system_libs@
331 netware_dir = @netware_dir@
332 oldincludedir = @oldincludedir@
333 openssl_includes = @openssl_includes@
334 openssl_libs = @openssl_libs@
335 pdfdir = @pdfdir@
336 prefix = @prefix@
337 program_transform_name = @program_transform_name@
338 psdir = @psdir@
339 pstack_dirs = @pstack_dirs@
340 pstack_libs = @pstack_libs@
341 readline_basedir = @readline_basedir@
342 readline_dir = @readline_dir@
343 readline_h_ln_cmd = @readline_h_ln_cmd@
344 readline_link = @readline_link@
345 readline_topdir = @readline_topdir@
346 sbindir = @sbindir@
347 server_scripts = @server_scripts@
348 sharedstatedir = @sharedstatedir@
349 sql_client_dirs = @sql_client_dirs@
350 sql_server_dirs = @sql_server_dirs@
351 sql_union_dirs = @sql_union_dirs@
352 srcdir = @srcdir@
353 subdirs = @subdirs@
354 sysconfdir = @sysconfdir@
355 target = @target@
356 target_alias = @target_alias@
357 target_cpu = @target_cpu@
358 target_os = @target_os@
359 target_vendor = @target_vendor@
360 thread_dirs = @thread_dirs@
361 tools_dirs = @tools_dirs@
362 top_build_prefix = @top_build_prefix@
363 top_builddir = @top_builddir@
364 top_srcdir = @top_srcdir@
365 uname_prog = @uname_prog@
366 yassl_dir = @yassl_dir@
367 yassl_h_ln_cmd = @yassl_h_ln_cmd@
368 yassl_libs = @yassl_libs@
369 yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
370 zlib_dir = @zlib_dir@
371 AUTOMAKE_OPTIONS = foreign
372
373 # These are built from source in the Docs directory
374 EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \
375 README COPYING EXCEPTIONS-CLIENT CMakeLists.txt
376
377 SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \
378 @readline_topdir@ sql-common scripts \
379 @thread_dirs@ pstack \
380 @sql_union_dirs@ @man_dirs@ tests \
381 netware @libmysqld_dirs@ \
382 @bench_dirs@ support-files @tools_dirs@
383
384 DIST_SUBDIRS = . include @docs_dirs@ zlib \
385 @readline_topdir@ sql-common \
386 @thread_dirs@ pstack \
387 @sql_union_dirs@ scripts @man_dirs@ tests SSL\
388 BUILD netware os2 @libmysqld_dirs@ \
389 @bench_dirs@ support-files @tools_dirs@ win
390
391
392 # Run these targets before any others, also make part of clean target,
393 # to make sure we create new links after a clean.
394 BUILT_SOURCES = linked_client_sources linked_server_sources \
395 @linked_client_targets@ \
396 @linked_libmysqld_targets@ \
397 linked_include_sources @linked_netware_sources@
398
399
400 # The db.h file is a bit special, see note in "configure.in".
401 # In the case we didn't compile with bdb, a dummy file is put
402 # there, but will not be removed by the bdb make file becuase
403 # it will never be called.
404 CLEANFILES = $(BUILT_SOURCES) bdb/build_unix/db.h
405 DISTCLEANFILES = ac_available_languages_fragment
406
407 # Our current filtering of "sql_yacc.cc" in "sql/Makefile.am" creates
408 # a problem, if a VPATH build and "sql_yacc.cc" was part of the source
409 # distribution we end up with one "sql_yacc.cc" in the source tree,
410 # and one in the build tree. This breaks "distcleancheck", until this
411 # is sorted out we redefine the find that scans for files not removed
412 distcleancheck_listfiles = find . -name sql_yacc.cc -o -type f -print
413 all: $(BUILT_SOURCES)
414 $(MAKE) $(AM_MAKEFLAGS) all-recursive
415
416 .SUFFIXES:
417 am--refresh:
418 @:
419 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
420 @for dep in $?; do \
421 case '$(am__configure_deps)' in \
422 *$$dep*) \
423 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
424 cd $(srcdir) && $(AUTOMAKE) --foreign \
425 && exit 0; \
426 exit 1;; \
427 esac; \
428 done; \
429 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
430 cd $(top_srcdir) && \
431 $(AUTOMAKE) --foreign Makefile
432 .PRECIOUS: Makefile
433 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
434 @case '$?' in \
435 *config.status*) \
436 echo ' $(SHELL) ./config.status'; \
437 $(SHELL) ./config.status;; \
438 *) \
439 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
440 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
441 esac;
442
443 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
444 $(SHELL) ./config.status --recheck
445
446 $(top_srcdir)/configure: $(am__configure_deps)
447 cd $(srcdir) && $(AUTOCONF)
448 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
449 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
450 bdb/Makefile: $(top_builddir)/config.status $(top_srcdir)/bdb/Makefile.in
451 cd $(top_builddir) && $(SHELL) ./config.status $@
452
453 mostlyclean-libtool:
454 -rm -f *.lo
455
456 clean-libtool:
457 -rm -rf .libs _libs
458
459 distclean-libtool:
460 -rm -f libtool config.lt
461
462 # This directory's subdirectories are mostly independent; you can cd
463 # into them and run `make' without going through this Makefile.
464 # To change the values of `make' variables: instead of editing Makefiles,
465 # (1) if the variable is set in `config.status', edit `config.status'
466 # (which will cause the Makefiles to be regenerated when you run `make');
467 # (2) otherwise, pass the desired values on the `make' command line.
468 $(RECURSIVE_TARGETS):
469 @failcom='exit 1'; \
470 for f in x $$MAKEFLAGS; do \
471 case $$f in \
472 *=* | --[!k]*);; \
473 *k*) failcom='fail=yes';; \
474 esac; \
475 done; \
476 dot_seen=no; \
477 target=`echo $@ | sed s/-recursive//`; \
478 list='$(SUBDIRS)'; for subdir in $$list; do \
479 echo "Making $$target in $$subdir"; \
480 if test "$$subdir" = "."; then \
481 dot_seen=yes; \
482 local_target="$$target-am"; \
483 else \
484 local_target="$$target"; \
485 fi; \
486 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
487 || eval $$failcom; \
488 done; \
489 if test "$$dot_seen" = "no"; then \
490 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
491 fi; test -z "$$fail"
492
493 $(RECURSIVE_CLEAN_TARGETS):
494 @failcom='exit 1'; \
495 for f in x $$MAKEFLAGS; do \
496 case $$f in \
497 *=* | --[!k]*);; \
498 *k*) failcom='fail=yes';; \
499 esac; \
500 done; \
501 dot_seen=no; \
502 case "$@" in \
503 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
504 *) list='$(SUBDIRS)' ;; \
505 esac; \
506 rev=''; for subdir in $$list; do \
507 if test "$$subdir" = "."; then :; else \
508 rev="$$subdir $$rev"; \
509 fi; \
510 done; \
511 rev="$$rev ."; \
512 target=`echo $@ | sed s/-recursive//`; \
513 for subdir in $$rev; do \
514 echo "Making $$target in $$subdir"; \
515 if test "$$subdir" = "."; then \
516 local_target="$$target-am"; \
517 else \
518 local_target="$$target"; \
519 fi; \
520 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
521 || eval $$failcom; \
522 done && test -z "$$fail"
523 tags-recursive:
524 list='$(SUBDIRS)'; for subdir in $$list; do \
525 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
526 done
527 ctags-recursive:
528 list='$(SUBDIRS)'; for subdir in $$list; do \
529 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
530 done
531
532 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
533 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
534 unique=`for i in $$list; do \
535 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
536 done | \
537 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
538 END { if (nonempty) { for (i in files) print i; }; }'`; \
539 mkid -fID $$unique
540
541 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
542 $(TAGS_FILES) $(LISP)
543 tags=; \
544 here=`pwd`; \
545 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
546 include_option=--etags-include; \
547 empty_fix=.; \
548 else \
549 include_option=--include; \
550 empty_fix=; \
551 fi; \
552 list='$(SUBDIRS)'; for subdir in $$list; do \
553 if test "$$subdir" = .; then :; else \
554 test ! -f $$subdir/TAGS || \
555 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
556 fi; \
557 done; \
558 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
559 unique=`for i in $$list; do \
560 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
561 done | \
562 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
563 END { if (nonempty) { for (i in files) print i; }; }'`; \
564 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
565 test -n "$$unique" || unique=$$empty_fix; \
566 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
567 $$tags $$unique; \
568 fi
569 ctags: CTAGS
570 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
571 $(TAGS_FILES) $(LISP)
572 tags=; \
573 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
574 unique=`for i in $$list; do \
575 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
576 done | \
577 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
578 END { if (nonempty) { for (i in files) print i; }; }'`; \
579 test -z "$(CTAGS_ARGS)$$tags$$unique" \
580 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
581 $$tags $$unique
582
583 GTAGS:
584 here=`$(am__cd) $(top_builddir) && pwd` \
585 && cd $(top_srcdir) \
586 && gtags -i $(GTAGS_ARGS) $$here
587
588 distclean-tags:
589 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
590
591 distdir: $(DISTFILES)
592 $(am__remove_distdir)
593 test -d $(distdir) || mkdir $(distdir)
594 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
595 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
596 list='$(DISTFILES)'; \
597 dist_files=`for file in $$list; do echo $$file; done | \
598 sed -e "s|^$$srcdirstrip/||;t" \
599 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
600 case $$dist_files in \
601 */*) $(MKDIR_P) `echo "$$dist_files" | \
602 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
603 sort -u` ;; \
604 esac; \
605 for file in $$dist_files; do \
606 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
607 if test -d $$d/$$file; then \
608 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
609 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
610 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
611 fi; \
612 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
613 else \
614 test -f $(distdir)/$$file \
615 || cp -p $$d/$$file $(distdir)/$$file \
616 || exit 1; \
617 fi; \
618 done
619 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
620 if test "$$subdir" = .; then :; else \
621 test -d "$(distdir)/$$subdir" \
622 || $(MKDIR_P) "$(distdir)/$$subdir" \
623 || exit 1; \
624 distdir=`$(am__cd) $(distdir) && pwd`; \
625 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
626 (cd $$subdir && \
627 $(MAKE) $(AM_MAKEFLAGS) \
628 top_distdir="$$top_distdir" \
629 distdir="$$distdir/$$subdir" \
630 am__remove_distdir=: \
631 am__skip_length_check=: \
632 distdir) \
633 || exit 1; \
634 fi; \
635 done
636 $(MAKE) $(AM_MAKEFLAGS) \
637 top_distdir="$(top_distdir)" distdir="$(distdir)" \
638 dist-hook
639 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
640 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
641 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
642 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
643 || chmod -R a+r $(distdir)
644 dist-gzip: distdir
645 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
646 $(am__remove_distdir)
647
648 dist-bzip2: distdir
649 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
650 $(am__remove_distdir)
651
652 dist-lzma: distdir
653 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
654 $(am__remove_distdir)
655
656 dist-tarZ: distdir
657 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
658 $(am__remove_distdir)
659
660 dist-shar: distdir
661 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
662 $(am__remove_distdir)
663
664 dist-zip: distdir
665 -rm -f $(distdir).zip
666 zip -rq $(distdir).zip $(distdir)
667 $(am__remove_distdir)
668
669 dist dist-all: distdir
670 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
671 $(am__remove_distdir)
672
673 # This target untars the dist file and tries a VPATH configuration. Then
674 # it guarantees that the distribution is self-contained by making another
675 # tarfile.
676 distcheck: dist
677 case '$(DIST_ARCHIVES)' in \
678 *.tar.gz*) \
679 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
680 *.tar.bz2*) \
681 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
682 *.tar.lzma*) \
683 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
684 *.tar.Z*) \
685 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
686 *.shar.gz*) \
687 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
688 *.zip*) \
689 unzip $(distdir).zip ;;\
690 esac
691 chmod -R a-w $(distdir); chmod a+w $(distdir)
692 mkdir $(distdir)/_build
693 mkdir $(distdir)/_inst
694 chmod a-w $(distdir)
695 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
696 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
697 && cd $(distdir)/_build \
698 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
699 $(DISTCHECK_CONFIGURE_FLAGS) \
700 && $(MAKE) $(AM_MAKEFLAGS) \
701 && $(MAKE) $(AM_MAKEFLAGS) dvi \
702 && $(MAKE) $(AM_MAKEFLAGS) check \
703 && $(MAKE) $(AM_MAKEFLAGS) install \
704 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
705 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
706 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
707 distuninstallcheck \
708 && chmod -R a-w "$$dc_install_base" \
709 && ({ \
710 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
711 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
712 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
713 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
714 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
715 } || { rm -rf "$$dc_destdir"; exit 1; }) \
716 && rm -rf "$$dc_destdir" \
717 && $(MAKE) $(AM_MAKEFLAGS) dist \
718 && rm -rf $(DIST_ARCHIVES) \
719 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
720 $(am__remove_distdir)
721 @(echo "$(distdir) archives ready for distribution: "; \
722 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
723 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
724 distuninstallcheck:
725 @cd $(distuninstallcheck_dir) \
726 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
727 || { echo "ERROR: files left after uninstall:" ; \
728 if test -n "$(DESTDIR)"; then \
729 echo " (check DESTDIR support)"; \
730 fi ; \
731 $(distuninstallcheck_listfiles) ; \
732 exit 1; } >&2
733 distcleancheck: distclean
734 @if test '$(srcdir)' = . ; then \
735 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
736 exit 1 ; \
737 fi
738 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
739 || { echo "ERROR: files left in build directory after distclean:" ; \
740 $(distcleancheck_listfiles) ; \
741 exit 1; } >&2
742 check-am: all-am
743 check: $(BUILT_SOURCES)
744 $(MAKE) $(AM_MAKEFLAGS) check-recursive
745 all-am: Makefile
746 installdirs: installdirs-recursive
747 installdirs-am:
748 install: $(BUILT_SOURCES)
749 $(MAKE) $(AM_MAKEFLAGS) install-recursive
750 install-exec: install-exec-recursive
751 install-data: install-data-recursive
752 uninstall: uninstall-recursive
753
754 install-am: all-am
755 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
756
757 installcheck: installcheck-recursive
758 install-strip:
759 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
760 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
761 `test -z '$(STRIP)' || \
762 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
763 mostlyclean-generic:
764
765 clean-generic:
766 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
767
768 distclean-generic:
769 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
770 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
771
772 maintainer-clean-generic:
773 @echo "This command is intended for maintainers to use"
774 @echo "it deletes files that may require special tools to rebuild."
775 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
776 clean: clean-recursive
777
778 clean-am: clean-generic clean-libtool mostlyclean-am
779
780 distclean: distclean-recursive
781 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
782 -rm -f Makefile
783 distclean-am: clean-am distclean-generic distclean-libtool \
784 distclean-tags
785
786 dvi: dvi-recursive
787
788 dvi-am:
789
790 html: html-recursive
791
792 info: info-recursive
793
794 info-am:
795
796 install-data-am:
797
798 install-dvi: install-dvi-recursive
799
800 install-exec-am:
801
802 install-html: install-html-recursive
803
804 install-info: install-info-recursive
805
806 install-man:
807
808 install-pdf: install-pdf-recursive
809
810 install-ps: install-ps-recursive
811
812 installcheck-am:
813
814 maintainer-clean: maintainer-clean-recursive
815 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
816 -rm -rf $(top_srcdir)/autom4te.cache
817 -rm -f Makefile
818 maintainer-clean-am: distclean-am maintainer-clean-generic
819
820 mostlyclean: mostlyclean-recursive
821
822 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
823
824 pdf: pdf-recursive
825
826 pdf-am:
827
828 ps: ps-recursive
829
830 ps-am:
831
832 uninstall-am:
833
834 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
835 install-strip
836
837 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
838 all all-am am--refresh check check-am clean clean-generic \
839 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
840 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
841 distcheck distclean distclean-generic distclean-libtool \
842 distclean-tags distcleancheck distdir distuninstallcheck dvi \
843 dvi-am html html-am info info-am install install-am \
844 install-data install-data-am install-dvi install-dvi-am \
845 install-exec install-exec-am install-html install-html-am \
846 install-info install-info-am install-man install-pdf \
847 install-pdf-am install-ps install-ps-am install-strip \
848 installcheck installcheck-am installdirs installdirs-am \
849 maintainer-clean maintainer-clean-generic mostlyclean \
850 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
851 tags tags-recursive uninstall uninstall-am
852
853
854 linked_include_sources:
855 cd include; $(MAKE) link_sources
856 echo timestamp > linked_include_sources
857
858 linked_client_sources: @linked_client_targets@
859 cd client; $(MAKE) link_sources
860 echo timestamp > linked_client_sources
861
862 linked_libmysql_sources:
863 cd libmysql; $(MAKE) link_sources
864 echo timestamp > linked_libmysql_sources
865
866 linked_libmysql_r_sources: linked_libmysql_sources
867 cd libmysql_r; $(MAKE) link_sources
868 echo timestamp > linked_libmysql_r_sources
869
870 linked_libmysqld_sources:
871 cd libmysqld; $(MAKE) link_sources
872 echo timestamp > linked_libmysqld_sources
873
874 linked_libmysqldex_sources:
875 cd libmysqld/examples; $(MAKE) link_sources
876 echo timestamp > linked_libmysqldex_sources
877
878 linked_netware_sources:
879 cd @netware_dir@; $(MAKE) link_sources
880 echo timestamp > linked_netware_sources
881
882 linked_server_sources:
883 cd sql; $(MAKE) link_sources
884 echo timestamp > linked_server_sources
885
886 # Create permission databases
887 init-db: all
888 $(top_builddir)/scripts/mysql_install_db
889
890 bin-dist: all
891 $(top_builddir)/scripts/make_binary_distribution @MAKE_BINARY_DISTRIBUTION_OPTIONS@
892
893 # Remove BK's "SCCS" subdirectories from source distribution
894 # Create initial database files for Windows installations.
895 dist-hook:
896 rm -rf `find $(distdir) -type d -name SCCS -print`
897 rm -f `find $(distdir) -type l -print`
898 mkdir -p $(distdir)/win
899 scripts/mysql_install_db --no-defaults --cross-bootstrap \
900 --basedir=$(top_builddir) \
901 --datadir=$(distdir)/win/data \
902 --srcdir=$(top_srcdir)
903
904 tags:
905 support-files/build-tags
906
907 .PHONY: init-db bin-dist \
908 test test-force test-full test-force-full test-force-mem \
909 test-pl test-force-pl test-full-pl test-force-full-pl test-force-pl-mem \
910 test-ps test-ns test-ext-funcs test-ext \
911 test-fast test-fast-cursor test-fast-view test-fast-prepare \
912 test-full-qa
913
914 # Target 'test' will run the regression test suite using the built server.
915 #
916 # If you are running in a shared environment, users can avoid clashing
917 # port numbers by setting individual small numbers 1-100 to the
918 # environment variable MTR_BUILD_THREAD. The script "mysql-test-run"
919 # will then calculate the various port numbers it needs from this,
920 # making sure each user use different ports.
921
922 test-ps:
923 cd mysql-test ; \
924 @PERL@ ./mysql-test-run.pl $(force) $(mem) --ps-protocol
925
926 test-ns:
927 cd mysql-test ; \
928 @PERL@ ./mysql-test-run.pl $(force) $(mem)
929
930 test: test-ns test-ps
931
932 # To ease script-writing, although in 5.0 it is identical to 'test'
933 test-full: test
934
935 test-force:
936 $(MAKE) force=--force test
937
938 test-force-full:
939 $(MAKE) force=--force test-full
940
941 #used by autopush.pl to run memory based tests
942 test-force-mem:
943 $(MAKE) force=--force mem=--mem test
944
945 test-bt:
946 -cd mysql-test ; MTR_BUILD_THREAD=auto \
947 @PERL@ ./mysql-test-run.pl --force --comment=normal --report-features
948 -cd mysql-test ; MTR_BUILD_THREAD=auto \
949 @PERL@ ./mysql-test-run.pl --force --comment=ps --ps-protocol
950 -cd mysql-test ; MTR_BUILD_THREAD=auto \
951 @PERL@ ./mysql-test-run.pl --force --comment=funcs1_ps --ps-protocol --reorder --suite=funcs_1
952 -cd mysql-test ; MTR_BUILD_THREAD=auto \
953 @PERL@ ./mysql-test-run.pl --force --comment=funcs2 --suite=funcs_2
954 -if [ -d mysql-test/suite/nist ] ; then \
955 cd mysql-test ; MTR_BUILD_THREAD=auto \
956 @PERL@ ./mysql-test-run.pl --comment=NIST+normal --force --suite=nist ; \
957 fi
958 -if [ -d mysql-test/suite/nist ] ; then \
959 cd mysql-test ; MTR_BUILD_THREAD=auto \
960 @PERL@ ./mysql-test-run.pl --comment=NIST+ps --force --suite=nist --ps-protocol ; \
961 fi
962
963 test-bt-debug:
964 -cd mysql-test ; MTR_BUILD_THREAD=auto \
965 @PERL@ ./mysql-test-run.pl --force --comment=debug --report-features
966
967 # Keep these for a while
968 test-pl: test
969 test-full-pl: test-full
970 test-force-pl: test-force
971 test-force-pl-mem: test-force-mem
972 test-force-full-pl: test-force-full
973
974 test-ext-funcs:
975 cd mysql-test ; \
976 @PERL@ ./mysql-test-run.pl --force --reorder --suite=funcs_1 ; \
977 @PERL@ ./mysql-test-run.pl --force --suite=funcs_2
978
979 test-ext: test-ext-funcs
980
981 test-fast:
982 cd mysql-test ; \
983 @PERL@ ./mysql-test-run.pl $(subset) --force --skip-ndb --skip-innodb --skip-im --skip-rpl ; \
984 @PERL@ ./mysql-test-run.pl $(subset) --force --suite=funcs_1 --do-test=myisam
985
986 test-fast-view:
987 $(MAKE) subset=--view-protocol test-fast
988
989 test-fast-cursor:
990 $(MAKE) subset=--cursor-protocol test-fast
991
992 test-fast-prepare:
993 $(MAKE) subset=--ps-protocol test-fast
994
995 test-full-qa:
996 $(MAKE) force=--force test-pl \
997 test-ext test-fast-view \
998 test-fast-cursor
999
1000 # Don't update the files from bitkeeper
1001 %::SCCS/s.%
1002 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1003 # Otherwise a system limit (for SysV at least) may be exceeded.
1004 .NOEXPORT:

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26