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

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. # & Innobase Oy
  12. #
  13. # This program is free software; you can redistribute it and/or modify
  14. # it under the terms of the GNU General Public License as published by
  15. # the Free Software Foundation; either version 2 of the License, or
  16. # (at your option) any later version.
  17. # This program is distributed in the hope that it will be useful,
  18. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  20. # GNU General Public License for more details.
  21. # You should have received a copy of the GNU General Public License
  22. # along with this program; if not, write to the Free Software
  23. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  24. # Process this file with automake to create Makefile.in
  25. SHELL = @SHELL@
  26. srcdir = @srcdir@
  27. top_srcdir = @top_srcdir@
  28. VPATH = @srcdir@
  29. prefix = @prefix@
  30. exec_prefix = @exec_prefix@
  31. bindir = @bindir@
  32. sbindir = @sbindir@
  33. libexecdir = @libexecdir@
  34. datadir = @datadir@
  35. sysconfdir = @sysconfdir@
  36. sharedstatedir = @sharedstatedir@
  37. localstatedir = @localstatedir@
  38. libdir = @libdir@
  39. infodir = @infodir@
  40. mandir = @mandir@
  41. includedir = @includedir@
  42. oldincludedir = /usr/include
  43. DESTDIR =
  44. pkgdatadir = $(datadir)/@PACKAGE@
  45. pkglibdir = $(libdir)/@PACKAGE@
  46. pkgincludedir = $(includedir)/@PACKAGE@
  47. top_builddir = .
  48. ACLOCAL = @ACLOCAL@
  49. AUTOCONF = @AUTOCONF@
  50. AUTOMAKE = @AUTOMAKE@
  51. AUTOHEADER = @AUTOHEADER@
  52. INSTALL = @INSTALL@
  53. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  54. INSTALL_DATA = @INSTALL_DATA@
  55. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  56. transform = @program_transform_name@
  57. NORMAL_INSTALL = :
  58. PRE_INSTALL = :
  59. POST_INSTALL = :
  60. NORMAL_UNINSTALL = :
  61. PRE_UNINSTALL = :
  62. POST_UNINSTALL = :
  63. CC = @CC@
  64. MAINT = @MAINT@
  65. MAKEINFO = @MAKEINFO@
  66. PACKAGE = @PACKAGE@
  67. RANLIB = @RANLIB@
  68. VERSION = @VERSION@
  69. AUTOMAKE_OPTIONS = foreign
  70. TAR = gtar
  71. noinst_HEADERS = ib_config.h
  72. SUBDIRS = os ut btr buf com data dict dyn eval fil fsp fut  ha ibuf include lock log mach mem mtr odbc page  pars que read rem row srv sync thr trx usr
  73. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  74. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  75. CONFIG_HEADER = ib_config.h
  76. CONFIG_CLEAN_FILES = 
  77. HEADERS =  $(noinst_HEADERS)
  78. DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in aclocal.m4 configure 
  79. configure.in ib_config.h.in
  80. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  81. GZIP_ENV = --best
  82. all: all-redirect
  83. .SUFFIXES:
  84. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  85. cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
  86. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  87. cd $(top_builddir) 
  88.   && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  89. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
  90. cd $(srcdir) && $(ACLOCAL)
  91. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  92. $(SHELL) ./config.status --recheck
  93. $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  94. cd $(srcdir) && $(AUTOCONF)
  95. ib_config.h: stamp-h
  96. @if test ! -f $@; then 
  97. rm -f stamp-h; 
  98. $(MAKE) stamp-h; 
  99. else :; fi
  100. stamp-h: $(srcdir)/ib_config.h.in $(top_builddir)/config.status
  101. cd $(top_builddir) 
  102.   && CONFIG_FILES= CONFIG_HEADERS=ib_config.h 
  103.      $(SHELL) ./config.status
  104. @echo timestamp > stamp-h 2> /dev/null
  105. $(srcdir)/ib_config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
  106. @if test ! -f $@; then 
  107. rm -f $(srcdir)/stamp-h.in; 
  108. $(MAKE) $(srcdir)/stamp-h.in; 
  109. else :; fi
  110. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  111. cd $(top_srcdir) && $(AUTOHEADER)
  112. @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  113. mostlyclean-hdr:
  114. clean-hdr:
  115. distclean-hdr:
  116. -rm -f ib_config.h
  117. maintainer-clean-hdr:
  118. # This directory's subdirectories are mostly independent; you can cd
  119. # into them and run `make' without going through this Makefile.
  120. # To change the values of `make' variables: instead of editing Makefiles,
  121. # (1) if the variable is set in `config.status', edit `config.status'
  122. #     (which will cause the Makefiles to be regenerated when you run `make');
  123. # (2) otherwise, pass the desired values on the `make' command line.
  124. @SET_MAKE@
  125. all-recursive install-data-recursive install-exec-recursive 
  126. installdirs-recursive install-recursive uninstall-recursive  
  127. check-recursive installcheck-recursive info-recursive dvi-recursive:
  128. @set fnord $(MAKEFLAGS); amf=$$2; 
  129. dot_seen=no; 
  130. target=`echo $@ | sed s/-recursive//`; 
  131. list='$(SUBDIRS)'; for subdir in $$list; do 
  132.   echo "Making $$target in $$subdir"; 
  133.   if test "$$subdir" = "."; then 
  134.     dot_seen=yes; 
  135.     local_target="$$target-am"; 
  136.   else 
  137.     local_target="$$target"; 
  138.   fi; 
  139.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  140.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  141. done; 
  142. if test "$$dot_seen" = "no"; then 
  143.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  144. fi; test -z "$$fail"
  145. mostlyclean-recursive clean-recursive distclean-recursive 
  146. maintainer-clean-recursive:
  147. @set fnord $(MAKEFLAGS); amf=$$2; 
  148. dot_seen=no; 
  149. rev=''; list='$(SUBDIRS)'; for subdir in $$list; do 
  150.   rev="$$subdir $$rev"; 
  151.   test "$$subdir" = "." && dot_seen=yes; 
  152. done; 
  153. test "$$dot_seen" = "no" && rev=". $$rev"; 
  154. target=`echo $@ | sed s/-recursive//`; 
  155. for subdir in $$rev; do 
  156.   echo "Making $$target in $$subdir"; 
  157.   if test "$$subdir" = "."; then 
  158.     local_target="$$target-am"; 
  159.   else 
  160.     local_target="$$target"; 
  161.   fi; 
  162.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  163.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  164. done && test -z "$$fail"
  165. tags-recursive:
  166. list='$(SUBDIRS)'; for subdir in $$list; do 
  167.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  168. done
  169. tags: TAGS
  170. ID: $(HEADERS) $(SOURCES) $(LISP)
  171. list='$(SOURCES) $(HEADERS)'; 
  172. unique=`for i in $$list; do echo $$i; done | 
  173.   awk '    { files[$$0] = 1; } 
  174.        END { for (i in files) print i; }'`; 
  175. here=`pwd` && cd $(srcdir) 
  176.   && mkid -f$$here/ID $$unique $(LISP)
  177. TAGS: tags-recursive $(HEADERS) $(SOURCES) ib_config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  178. tags=; 
  179. here=`pwd`; 
  180. list='$(SUBDIRS)'; for subdir in $$list; do 
  181.    if test "$$subdir" = .; then :; else 
  182.     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; 
  183.    fi; 
  184. done; 
  185. list='$(SOURCES) $(HEADERS)'; 
  186. unique=`for i in $$list; do echo $$i; done | 
  187.   awk '    { files[$$0] = 1; } 
  188.        END { for (i in files) print i; }'`; 
  189. test -z "$(ETAGS_ARGS)ib_config.h.in$$unique$(LISP)$$tags" 
  190.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags ib_config.h.in $$unique $(LISP) -o $$here/TAGS)
  191. mostlyclean-tags:
  192. clean-tags:
  193. distclean-tags:
  194. -rm -f TAGS ID
  195. maintainer-clean-tags:
  196. distdir = $(PACKAGE)-$(VERSION)
  197. top_distdir = $(distdir)
  198. # This target untars the dist file and tries a VPATH configuration.  Then
  199. # it guarantees that the distribution is self-contained by making another
  200. # tarfile.
  201. distcheck: dist
  202. -rm -rf $(distdir)
  203. GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  204. mkdir $(distdir)/=build
  205. mkdir $(distdir)/=inst
  206. dc_install_base=`cd $(distdir)/=inst && pwd`; 
  207. cd $(distdir)/=build 
  208.   && ../configure --srcdir=.. --prefix=$$dc_install_base 
  209.   && $(MAKE) $(AM_MAKEFLAGS) 
  210.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  211.   && $(MAKE) $(AM_MAKEFLAGS) check 
  212.   && $(MAKE) $(AM_MAKEFLAGS) install 
  213.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  214.   && $(MAKE) $(AM_MAKEFLAGS) dist
  215. -rm -rf $(distdir)
  216. @banner="$(distdir).tar.gz is ready for distribution"; 
  217. dashes=`echo "$$banner" | sed s/./=/g`; 
  218. echo "$$dashes"; 
  219. echo "$$banner"; 
  220. echo "$$dashes"
  221. dist: distdir
  222. -chmod -R a+r $(distdir)
  223. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  224. -rm -rf $(distdir)
  225. dist-all: distdir
  226. -chmod -R a+r $(distdir)
  227. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  228. -rm -rf $(distdir)
  229. distdir: $(DISTFILES)
  230. -rm -rf $(distdir)
  231. mkdir $(distdir)
  232. -chmod 777 $(distdir)
  233. @for file in $(DISTFILES); do 
  234.   d=$(srcdir); 
  235.   if test -d $$d/$$file; then 
  236.     cp -pr $$d/$$file $(distdir)/$$file; 
  237.   else 
  238.     test -f $(distdir)/$$file 
  239.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  240.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  241.   fi; 
  242. done
  243. for subdir in $(SUBDIRS); do 
  244.   if test "$$subdir" = .; then :; else 
  245.     test -d $(distdir)/$$subdir 
  246.     || mkdir $(distdir)/$$subdir 
  247.     || exit 1; 
  248.     chmod 777 $(distdir)/$$subdir; 
  249.     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) 
  250.       || exit 1; 
  251.   fi; 
  252. done
  253. info-am:
  254. info: info-recursive
  255. dvi-am:
  256. dvi: dvi-recursive
  257. check-am: all-am
  258. check: check-recursive
  259. installcheck-am:
  260. installcheck: installcheck-recursive
  261. all-recursive-am: ib_config.h
  262. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  263. install-exec-am:
  264. install-exec: install-exec-recursive
  265. install-data-am:
  266. install-data: install-data-recursive
  267. install-am: all-am
  268. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  269. install: install-recursive
  270. uninstall-am:
  271. uninstall: uninstall-recursive
  272. all-am: Makefile $(HEADERS) ib_config.h
  273. all-redirect: all-recursive-am
  274. install-strip:
  275. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  276. installdirs: installdirs-recursive
  277. installdirs-am:
  278. mostlyclean-generic:
  279. clean-generic:
  280. distclean-generic:
  281. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  282. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  283. maintainer-clean-generic:
  284. mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  285. mostlyclean: mostlyclean-recursive
  286. clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
  287. clean: clean-recursive
  288. distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
  289. distclean: distclean-recursive
  290. -rm -f config.status
  291. maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags 
  292. maintainer-clean-generic distclean-am
  293. @echo "This command is intended for maintainers to use;"
  294. @echo "it deletes files that may require special tools to rebuild."
  295. maintainer-clean: maintainer-clean-recursive
  296. -rm -f config.status
  297. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr 
  298. install-data-recursive uninstall-data-recursive install-exec-recursive 
  299. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive 
  300. all-recursive check-recursive installcheck-recursive info-recursive 
  301. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive 
  302. maintainer-clean-recursive tags tags-recursive mostlyclean-tags 
  303. distclean-tags clean-tags maintainer-clean-tags distdir info-am info 
  304. dvi-am dvi check check-am installcheck-am installcheck all-recursive-am 
  305. install-exec-am install-exec install-data-am install-data install-am 
  306. install uninstall-am uninstall all-redirect all-am all installdirs-am 
  307. installdirs mostlyclean-generic distclean-generic clean-generic 
  308. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  309. # Don't update the files from bitkeeper
  310. %::SCCS/s.%
  311. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  312. # Otherwise a system limit (for SysV at least) may be exceeded.
  313. .NOEXPORT: