Makefile.in
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:15k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  3. # This Makefile.in is free software; the Free Software Foundation
  4. # gives unlimited permission to copy and/or distribute it,
  5. # with or without modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  8. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  9. # PARTICULAR PURPOSE.
  10. # Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version.
  15. # This program is distributed in the hope that it will be useful,
  16. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18. # GNU General Public License for more details.
  19. # You should have received a copy of the GNU General Public License
  20. # along with this program; if not, write to the Free Software
  21. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  22. # Process this file with automake to create Makefile.in
  23. SHELL = @SHELL@
  24. srcdir = @srcdir@
  25. top_srcdir = @top_srcdir@
  26. VPATH = @srcdir@
  27. prefix = @prefix@
  28. exec_prefix = @exec_prefix@
  29. bindir = @bindir@
  30. sbindir = @sbindir@
  31. libexecdir = @libexecdir@
  32. datadir = @datadir@
  33. sysconfdir = @sysconfdir@
  34. sharedstatedir = @sharedstatedir@
  35. localstatedir = @localstatedir@
  36. libdir = @libdir@
  37. infodir = @infodir@
  38. mandir = @mandir@
  39. includedir = @includedir@
  40. oldincludedir = /usr/include
  41. DESTDIR =
  42. pkgdatadir = $(datadir)/@PACKAGE@
  43. pkglibdir = $(libdir)/@PACKAGE@
  44. pkgincludedir = $(includedir)/@PACKAGE@
  45. top_builddir = .
  46. ACLOCAL = @ACLOCAL@
  47. AUTOCONF = @AUTOCONF@
  48. AUTOMAKE = @AUTOMAKE@
  49. AUTOHEADER = @AUTOHEADER@
  50. INSTALL = @INSTALL@
  51. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  52. INSTALL_DATA = @INSTALL_DATA@
  53. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  54. transform = @program_transform_name@
  55. NORMAL_INSTALL = :
  56. PRE_INSTALL = :
  57. POST_INSTALL = :
  58. NORMAL_UNINSTALL = :
  59. PRE_UNINSTALL = :
  60. POST_UNINSTALL = :
  61. build_alias = @build_alias@
  62. build_triplet = @build@
  63. host_alias = @host_alias@
  64. host_triplet = @host@
  65. target_alias = @target_alias@
  66. target_triplet = @target@
  67. ALLOCA = @ALLOCA@
  68. AS = @AS@
  69. AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
  70. AVAILABLE_LANGUAGES_ERRORS = @AVAILABLE_LANGUAGES_ERRORS@
  71. AWK = @AWK@
  72. CC = @CC@
  73. CFLAGS = @CFLAGS@
  74. CHARSETS_NEED_SOURCE = @CHARSETS_NEED_SOURCE@
  75. CHARSET_OBJS = @CHARSET_OBJS@
  76. CHARSET_SRCS = @CHARSET_SRCS@
  77. CHECK_PID = @CHECK_PID@
  78. CHMOD = @CHMOD@
  79. CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
  80. CLIENT_LIBS = @CLIENT_LIBS@
  81. CMP = @CMP@
  82. COMPILATION_COMMENT = @COMPILATION_COMMENT@
  83. CONF_COMMAND = @CONF_COMMAND@
  84. CP = @CP@
  85. CPP = @CPP@
  86. CXX = @CXX@
  87. CXXFLAGS = @CXXFLAGS@
  88. CXXLDFLAGS = @CXXLDFLAGS@
  89. DLLTOOL = @DLLTOOL@
  90. DOT_FRM_VERSION = @DOT_FRM_VERSION@
  91. FIND_PROC = @FIND_PROC@
  92. GETCONF = @GETCONF@
  93. GXX = @GXX@
  94. HOSTNAME = @HOSTNAME@
  95. IS_LINUX = @IS_LINUX@
  96. KILL = @KILL@
  97. LD = @LD@
  98. LIBTOOL = @LIBTOOL@
  99. LM_CFLAGS = @LM_CFLAGS@
  100. LN = @LN@
  101. LN_CP_F = @LN_CP_F@
  102. LN_S = @LN_S@
  103. MACHINE_TYPE = @MACHINE_TYPE@
  104. MAINT = @MAINT@
  105. MAKEINFO = @MAKEINFO@
  106. MAKE_SHELL = @MAKE_SHELL@
  107. MT_INCLUDES = @MT_INCLUDES@
  108. MT_LD_ADD = @MT_LD_ADD@
  109. MV = @MV@
  110. MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
  111. MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
  112. MYSQLD_USER = @MYSQLD_USER@
  113. MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
  114. MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
  115. MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
  116. MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
  117. MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
  118. MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
  119. MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
  120. OBJDUMP = @OBJDUMP@
  121. PACKAGE = @PACKAGE@
  122. PDFMANUAL = @PDFMANUAL@
  123. PERL = @PERL@
  124. PERL5 = @PERL5@
  125. PROTOCOL_VERSION = @PROTOCOL_VERSION@
  126. PS = @PS@
  127. RANLIB = @RANLIB@
  128. RM = @RM@
  129. SAVE_CFLAGS = @SAVE_CFLAGS@
  130. SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
  131. SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
  132. SAVE_LDFLAGS = @SAVE_LDFLAGS@
  133. SED = @SED@
  134. SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
  135. SYSTEM_TYPE = @SYSTEM_TYPE@
  136. TERMCAP_LIB = @TERMCAP_LIB@
  137. THREAD_LOBJECTS = @THREAD_LOBJECTS@
  138. THREAD_LPROGRAMS = @THREAD_LPROGRAMS@
  139. VERSION = @VERSION@
  140. WRAPLIBS = @WRAPLIBS@
  141. YACC = @YACC@
  142. bdb_includes = @bdb_includes@
  143. bdb_libs = @bdb_libs@
  144. bench_dirs = @bench_dirs@
  145. default_charset = @default_charset@
  146. docs_dirs = @docs_dirs@
  147. innobase_includes = @innobase_includes@
  148. innobase_libs = @innobase_libs@
  149. linked_client_targets = @linked_client_targets@
  150. readline_dir = @readline_dir@
  151. readline_link = @readline_link@
  152. server_scripts = @server_scripts@
  153. sql_client_dirs = @sql_client_dirs@
  154. sql_server_dirs = @sql_server_dirs@
  155. thread_dirs = @thread_dirs@
  156. uname_prog = @uname_prog@
  157. AUTOMAKE_OPTIONS = foreign
  158. TAR = gtar
  159. # These are built from source in the Docs directory
  160. EXTRA_DIST = INSTALL-SOURCE README  COPYING COPYING.LIB MIRRORS
  161. SUBDIRS = include @docs_dirs@ @readline_dir@  @thread_dirs@ @sql_client_dirs@  @sql_server_dirs@ scripts tests man  @bench_dirs@ support-files
  162. # Relink after clean
  163. CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources
  164. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  165. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  166. CONFIG_HEADER = config.h
  167. CONFIG_CLEAN_FILES = 
  168. DIST_COMMON =  README ./stamp-h.in COPYING COPYING.LIB Makefile.am 
  169. Makefile.in acconfig.h acinclude.m4 aclocal.m4 config.guess config.h.in 
  170. config.sub configure configure.in install-sh ltconfig ltmain.sh missing 
  171. mkinstalldirs
  172. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  173. GZIP_ENV = --best
  174. all: all-redirect
  175. .SUFFIXES:
  176. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  177. cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
  178. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  179. cd $(top_builddir) 
  180.   && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  181. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
  182. cd $(srcdir) && $(ACLOCAL)
  183. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  184. $(SHELL) ./config.status --recheck
  185. $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  186. cd $(srcdir) && $(AUTOCONF)
  187. stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  188. cd $(top_builddir) 
  189.   && CONFIG_FILES= CONFIG_HEADERS=config.h 
  190.      $(SHELL) ./config.status
  191. @echo timestamp > stamp-h 2> /dev/null
  192. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
  193. @if test ! -f $@; then 
  194. rm -f $(srcdir)/stamp-h.in; 
  195. $(MAKE) $(srcdir)/stamp-h.in; 
  196. else :; fi
  197. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
  198. cd $(top_srcdir) && $(AUTOHEADER)
  199. @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  200. mostlyclean-hdr:
  201. clean-hdr:
  202. distclean-hdr:
  203. -rm -f config.h
  204. maintainer-clean-hdr:
  205. # This directory's subdirectories are mostly independent; you can cd
  206. # into them and run `make' without going through this Makefile.
  207. # To change the values of `make' variables: instead of editing Makefiles,
  208. # (1) if the variable is set in `config.status', edit `config.status'
  209. #     (which will cause the Makefiles to be regenerated when you run `make');
  210. # (2) otherwise, pass the desired values on the `make' command line.
  211. @SET_MAKE@
  212. all-recursive install-data-recursive install-exec-recursive 
  213. installdirs-recursive install-recursive uninstall-recursive  
  214. check-recursive installcheck-recursive info-recursive dvi-recursive:
  215. @set fnord $(MAKEFLAGS); amf=$$2; 
  216. dot_seen=no; 
  217. target=`echo $@ | sed s/-recursive//`; 
  218. list='$(SUBDIRS)'; for subdir in $$list; do 
  219.   echo "Making $$target in $$subdir"; 
  220.   if test "$$subdir" = "."; then 
  221.     dot_seen=yes; 
  222.     local_target="$$target-am"; 
  223.   else 
  224.     local_target="$$target"; 
  225.   fi; 
  226.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  227.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  228. done; 
  229. if test "$$dot_seen" = "no"; then 
  230.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  231. fi; test -z "$$fail"
  232. mostlyclean-recursive clean-recursive distclean-recursive 
  233. maintainer-clean-recursive:
  234. @set fnord $(MAKEFLAGS); amf=$$2; 
  235. dot_seen=no; 
  236. rev=''; list='$(SUBDIRS)'; for subdir in $$list; do 
  237.   rev="$$subdir $$rev"; 
  238.   test "$$subdir" = "." && dot_seen=yes; 
  239. done; 
  240. test "$$dot_seen" = "no" && rev=". $$rev"; 
  241. target=`echo $@ | sed s/-recursive//`; 
  242. for subdir in $$rev; do 
  243.   echo "Making $$target in $$subdir"; 
  244.   if test "$$subdir" = "."; then 
  245.     local_target="$$target-am"; 
  246.   else 
  247.     local_target="$$target"; 
  248.   fi; 
  249.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  250.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  251. done && test -z "$$fail"
  252. tags-recursive:
  253. list='$(SUBDIRS)'; for subdir in $$list; do 
  254.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  255. done
  256. tags: TAGS
  257. ID: $(HEADERS) $(SOURCES) $(LISP)
  258. list='$(SOURCES) $(HEADERS)'; 
  259. unique=`for i in $$list; do echo $$i; done | 
  260.   awk '    { files[$$0] = 1; } 
  261.        END { for (i in files) print i; }'`; 
  262. here=`pwd` && cd $(srcdir) 
  263.   && mkid -f$$here/ID $$unique $(LISP)
  264. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  265. tags=; 
  266. here=`pwd`; 
  267. list='$(SUBDIRS)'; for subdir in $$list; do 
  268.    if test "$$subdir" = .; then :; else 
  269.     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; 
  270.    fi; 
  271. done; 
  272. list='$(SOURCES) $(HEADERS)'; 
  273. unique=`for i in $$list; do echo $$i; done | 
  274.   awk '    { files[$$0] = 1; } 
  275.        END { for (i in files) print i; }'`; 
  276. test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" 
  277.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
  278. mostlyclean-tags:
  279. clean-tags:
  280. distclean-tags:
  281. -rm -f TAGS ID
  282. maintainer-clean-tags:
  283. distdir = $(PACKAGE)-$(VERSION)
  284. top_distdir = $(distdir)
  285. # This target untars the dist file and tries a VPATH configuration.  Then
  286. # it guarantees that the distribution is self-contained by making another
  287. # tarfile.
  288. distcheck: dist
  289. -rm -rf $(distdir)
  290. GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  291. mkdir $(distdir)/=build
  292. mkdir $(distdir)/=inst
  293. dc_install_base=`cd $(distdir)/=inst && pwd`; 
  294. cd $(distdir)/=build 
  295.   && ../configure --srcdir=.. --prefix=$$dc_install_base 
  296.   && $(MAKE) $(AM_MAKEFLAGS) 
  297.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  298.   && $(MAKE) $(AM_MAKEFLAGS) check 
  299.   && $(MAKE) $(AM_MAKEFLAGS) install 
  300.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  301.   && $(MAKE) $(AM_MAKEFLAGS) dist
  302. -rm -rf $(distdir)
  303. @banner="$(distdir).tar.gz is ready for distribution"; 
  304. dashes=`echo "$$banner" | sed s/./=/g`; 
  305. echo "$$dashes"; 
  306. echo "$$banner"; 
  307. echo "$$dashes"
  308. dist: distdir
  309. -chmod -R a+r $(distdir)
  310. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  311. -rm -rf $(distdir)
  312. dist-all: distdir
  313. -chmod -R a+r $(distdir)
  314. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  315. -rm -rf $(distdir)
  316. distdir: $(DISTFILES)
  317. -rm -rf $(distdir)
  318. mkdir $(distdir)
  319. -chmod 777 $(distdir)
  320. @for file in $(DISTFILES); do 
  321.   d=$(srcdir); 
  322.   if test -d $$d/$$file; then 
  323.     cp -pr $$d/$$file $(distdir)/$$file; 
  324.   else 
  325.     test -f $(distdir)/$$file 
  326.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  327.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  328.   fi; 
  329. done
  330. for subdir in $(SUBDIRS); do 
  331.   if test "$$subdir" = .; then :; else 
  332.     test -d $(distdir)/$$subdir 
  333.     || mkdir $(distdir)/$$subdir 
  334.     || exit 1; 
  335.     chmod 777 $(distdir)/$$subdir; 
  336.     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) 
  337.       || exit 1; 
  338.   fi; 
  339. done
  340. info-am:
  341. info: info-recursive
  342. dvi-am:
  343. dvi: dvi-recursive
  344. check-am: all-am
  345. check: check-recursive
  346. installcheck-am:
  347. installcheck: installcheck-recursive
  348. all-recursive-am: config.h
  349. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  350. install-exec-am:
  351. install-exec: install-exec-recursive
  352. install-data-am:
  353. install-data: install-data-recursive
  354. install-am: all-am
  355. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  356. install: install-recursive
  357. uninstall-am:
  358. uninstall: uninstall-recursive
  359. all-am: Makefile config.h
  360. all-redirect: all-recursive-am
  361. install-strip:
  362. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  363. installdirs: installdirs-recursive
  364. installdirs-am:
  365. mostlyclean-generic:
  366. clean-generic:
  367. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  368. distclean-generic:
  369. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  370. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  371. maintainer-clean-generic:
  372. mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  373. mostlyclean: mostlyclean-recursive
  374. clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
  375. clean: clean-recursive
  376. distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
  377. -rm -f libtool
  378. distclean: distclean-recursive
  379. -rm -f config.status
  380. maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags 
  381. maintainer-clean-generic distclean-am
  382. @echo "This command is intended for maintainers to use;"
  383. @echo "it deletes files that may require special tools to rebuild."
  384. maintainer-clean: maintainer-clean-recursive
  385. -rm -f config.status
  386. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr 
  387. install-data-recursive uninstall-data-recursive install-exec-recursive 
  388. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive 
  389. all-recursive check-recursive installcheck-recursive info-recursive 
  390. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive 
  391. maintainer-clean-recursive tags tags-recursive mostlyclean-tags 
  392. distclean-tags clean-tags maintainer-clean-tags distdir info-am info 
  393. dvi-am dvi check check-am installcheck-am installcheck all-recursive-am 
  394. install-exec-am install-exec install-data-am install-data install-am 
  395. install uninstall-am uninstall all-redirect all-am all installdirs-am 
  396. installdirs mostlyclean-generic distclean-generic clean-generic 
  397. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  398. # This is just so that the linking is done early.
  399. config.h: linked_include_sources linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources
  400. linked_include_sources:
  401. cd include; $(MAKE) link_sources
  402. echo timestamp > linked_include_sources
  403. linked_client_sources:  @linked_client_targets@
  404. echo timestamp > linked_client_sources
  405. linked_libmysql_sources:
  406. cd libmysql; $(MAKE) link_sources
  407. echo timestamp > linked_libmysql_sources
  408. linked_libmysql_r_sources: linked_libmysql_sources
  409. cd libmysql_r; $(MAKE) link_sources
  410. echo timestamp > linked_libmysql_r_sources
  411. #avoid recursive make calls in sql directory
  412. linked_server_sources:
  413. cd sql; rm -f mini_client_errors.c;@LN_CP_F@ ../libmysql/errmsg.c mini_client_errors.c
  414. echo timestamp > linked_server_sources
  415. # Create permission databases
  416. init-db: all
  417. $(top_builddir)/scripts/mysql_install_db
  418. bin-dist: all
  419. $(top_builddir)/scripts/make_binary_distribution
  420. .PHONY: init-db bin-dist
  421. # Test installation
  422. test:
  423. cd mysql-test ; ./mysql-test-run
  424. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  425. # Otherwise a system limit (for SysV at least) may be exceeded.
  426. .NOEXPORT: