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

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. # This program is free software; you can redistribute it and/or modify
  13. # it under the terms of the GNU General Public License as published by
  14. # the Free Software Foundation; either version 2 of the License, or
  15. # (at your option) any later version.
  16. # This program is distributed in the hope that it will be useful,
  17. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  19. # GNU General Public License for more details.
  20. # You should have received a copy of the GNU General Public License
  21. # along with this program; if not, write to the Free Software
  22. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  23. # Makefile included in Makefile.am in every subdirectory
  24. SHELL = @SHELL@
  25. srcdir = @srcdir@
  26. top_srcdir = @top_srcdir@
  27. VPATH = @srcdir@
  28. prefix = @prefix@
  29. exec_prefix = @exec_prefix@
  30. bindir = @bindir@
  31. sbindir = @sbindir@
  32. libexecdir = @libexecdir@
  33. datadir = @datadir@
  34. sysconfdir = @sysconfdir@
  35. sharedstatedir = @sharedstatedir@
  36. localstatedir = @localstatedir@
  37. libdir = @libdir@
  38. infodir = @infodir@
  39. mandir = @mandir@
  40. includedir = @includedir@
  41. oldincludedir = /usr/include
  42. DESTDIR =
  43. pkgdatadir = $(datadir)/@PACKAGE@
  44. pkglibdir = $(libdir)/@PACKAGE@
  45. pkgincludedir = $(includedir)/@PACKAGE@
  46. top_builddir = ..
  47. ACLOCAL = @ACLOCAL@
  48. AUTOCONF = @AUTOCONF@
  49. AUTOMAKE = @AUTOMAKE@
  50. AUTOHEADER = @AUTOHEADER@
  51. INSTALL = @INSTALL@
  52. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  53. INSTALL_DATA = @INSTALL_DATA@
  54. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  55. transform = @program_transform_name@
  56. NORMAL_INSTALL = :
  57. PRE_INSTALL = :
  58. POST_INSTALL = :
  59. NORMAL_UNINSTALL = :
  60. PRE_UNINSTALL = :
  61. POST_UNINSTALL = :
  62. CC = @CC@
  63. MAINT = @MAINT@
  64. MAKEINFO = @MAKEINFO@
  65. PACKAGE = @PACKAGE@
  66. RANLIB = @RANLIB@
  67. VERSION = @VERSION@
  68. libsdir = ../libs
  69. INCLUDES = -I../../include -I../include
  70. libs_LIBRARIES = libfil.a
  71. libfil_a_SOURCES = fil0fil.c
  72. EXTRA_PROGRAMS = 
  73. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  74. CONFIG_HEADER = ../ib_config.h
  75. CONFIG_CLEAN_FILES = 
  76. LIBRARIES =  $(libs_LIBRARIES)
  77. DEFS = @DEFS@ -I. -I$(srcdir) -I..
  78. CPPFLAGS = @CPPFLAGS@
  79. LDFLAGS = @LDFLAGS@
  80. LIBS = @LIBS@
  81. libfil_a_LIBADD = 
  82. libfil_a_OBJECTS =  fil0fil.o
  83. AR = ar
  84. CFLAGS = @CFLAGS@
  85. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  86. CCLD = $(CC)
  87. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  88. DIST_COMMON =  Makefile.am Makefile.in
  89. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  90. TAR = gtar
  91. GZIP_ENV = --best
  92. SOURCES = $(libfil_a_SOURCES)
  93. OBJECTS = $(libfil_a_OBJECTS)
  94. all: all-redirect
  95. .SUFFIXES:
  96. .SUFFIXES: .S .c .o .s
  97. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../include/Makefile.i
  98. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps fil/Makefile
  99. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  100. cd $(top_builddir) 
  101.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  102. mostlyclean-libsLIBRARIES:
  103. clean-libsLIBRARIES:
  104. -test -z "$(libs_LIBRARIES)" || rm -f $(libs_LIBRARIES)
  105. distclean-libsLIBRARIES:
  106. maintainer-clean-libsLIBRARIES:
  107. install-libsLIBRARIES: $(libs_LIBRARIES)
  108. @$(NORMAL_INSTALL)
  109. $(mkinstalldirs) $(DESTDIR)$(libsdir)
  110. @list='$(libs_LIBRARIES)'; for p in $$list; do 
  111.   if test -f $$p; then 
  112.     echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libsdir)/$$p"; 
  113.     $(INSTALL_DATA) $$p $(DESTDIR)$(libsdir)/$$p; 
  114.   else :; fi; 
  115. done
  116. @$(POST_INSTALL)
  117. @list='$(libs_LIBRARIES)'; for p in $$list; do 
  118.   if test -f $$p; then 
  119.     echo " $(RANLIB) $(DESTDIR)$(libsdir)/$$p"; 
  120.     $(RANLIB) $(DESTDIR)$(libsdir)/$$p; 
  121.   else :; fi; 
  122. done
  123. uninstall-libsLIBRARIES:
  124. @$(NORMAL_UNINSTALL)
  125. list='$(libs_LIBRARIES)'; for p in $$list; do 
  126.   rm -f $(DESTDIR)$(libsdir)/$$p; 
  127. done
  128. .c.o:
  129. $(COMPILE) -c $<
  130. .s.o:
  131. $(COMPILE) -c $<
  132. .S.o:
  133. $(COMPILE) -c $<
  134. mostlyclean-compile:
  135. -rm -f *.o core *.core
  136. clean-compile:
  137. distclean-compile:
  138. -rm -f *.tab.c
  139. maintainer-clean-compile:
  140. libfil.a: $(libfil_a_OBJECTS) $(libfil_a_DEPENDENCIES)
  141. -rm -f libfil.a
  142. $(AR) cru libfil.a $(libfil_a_OBJECTS) $(libfil_a_LIBADD)
  143. $(RANLIB) libfil.a
  144. tags: TAGS
  145. ID: $(HEADERS) $(SOURCES) $(LISP)
  146. list='$(SOURCES) $(HEADERS)'; 
  147. unique=`for i in $$list; do echo $$i; done | 
  148.   awk '    { files[$$0] = 1; } 
  149.        END { for (i in files) print i; }'`; 
  150. here=`pwd` && cd $(srcdir) 
  151.   && mkid -f$$here/ID $$unique $(LISP)
  152. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  153. tags=; 
  154. here=`pwd`; 
  155. list='$(SOURCES) $(HEADERS)'; 
  156. unique=`for i in $$list; do echo $$i; done | 
  157.   awk '    { files[$$0] = 1; } 
  158.        END { for (i in files) print i; }'`; 
  159. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  160.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  161. mostlyclean-tags:
  162. clean-tags:
  163. distclean-tags:
  164. -rm -f TAGS ID
  165. maintainer-clean-tags:
  166. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  167. subdir = fil
  168. distdir: $(DISTFILES)
  169. @for file in $(DISTFILES); do 
  170.   d=$(srcdir); 
  171.   if test -d $$d/$$file; then 
  172.     cp -pr $$d/$$file $(distdir)/$$file; 
  173.   else 
  174.     test -f $(distdir)/$$file 
  175.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  176.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  177.   fi; 
  178. done
  179. fil0fil.o: fil0fil.c ../include/fil0fil.h ../include/univ.i 
  180. ../../include/global.h ../../include/my_config.h 
  181. ../../include/getopt.h ../../include/dbug.h 
  182. ../../include/my_pthread.h ../include/../ib_config.h 
  183. ../include/ut0dbg.h ../include/os0thread.h 
  184. ../include/os0thread.ic ../include/ut0ut.h ../include/ut0ut.ic 
  185. ../include/db0err.h ../include/sync0rw.h ../include/ut0lst.h 
  186. ../include/sync0sync.h ../include/sync0types.h 
  187. ../include/ut0mem.h ../include/ut0mem.ic ../include/os0sync.h 
  188. ../include/os0sync.ic ../include/sync0arr.h 
  189. ../include/sync0arr.ic ../include/sync0sync.ic 
  190. ../include/sync0rw.ic ../include/dict0types.h 
  191. ../include/ibuf0types.h ../include/ut0byte.h 
  192. ../include/ut0byte.ic ../include/os0file.h ../include/mem0mem.h 
  193. ../include/ut0rnd.h ../include/ut0rnd.ic ../include/mach0data.h 
  194. ../include/mach0data.ic ../include/mem0dbg.h 
  195. ../include/mem0mem.ic ../include/mem0dbg.ic 
  196. ../include/mem0pool.h ../include/mem0pool.ic 
  197. ../include/hash0hash.h ../include/hash0hash.ic 
  198. ../include/ibuf0ibuf.h ../include/dict0mem.h 
  199. ../include/data0type.h ../include/data0type.ic 
  200. ../include/data0data.h ../include/data0types.h 
  201. ../include/data0data.ic ../include/rem0types.h 
  202. ../include/btr0types.h ../include/page0types.h 
  203. ../include/lock0types.h ../include/que0types.h 
  204. ../include/dict0mem.ic ../include/dict0dict.h 
  205. ../include/trx0types.h ../include/dict0dict.ic 
  206. ../include/dict0load.h ../include/dict0load.ic 
  207. ../include/trx0undo.h ../include/mtr0mtr.h ../include/dyn0dyn.h 
  208. ../include/dyn0dyn.ic ../include/buf0types.h 
  209. ../include/mtr0types.h ../include/mtr0mtr.ic 
  210. ../include/trx0sys.h ../include/mtr0log.h ../include/mtr0log.ic 
  211. ../include/buf0buf.h ../include/buf0buf.ic ../include/buf0flu.h 
  212. ../include/buf0flu.ic ../include/buf0lru.h 
  213. ../include/buf0lru.ic ../include/buf0rea.h ../include/fut0lst.h 
  214. ../include/fut0lst.ic ../include/fut0fut.h 
  215. ../include/fut0fut.ic ../include/fsp0fsp.h 
  216. ../include/fsp0fsp.ic ../include/read0types.h 
  217. ../include/trx0sys.ic ../include/srv0srv.h ../include/com0com.h 
  218. ../include/com0com.ic ../include/trx0trx.h 
  219. ../include/usr0types.h ../include/trx0trx.ic 
  220. ../include/trx0undo.ic ../include/rem0rec.h 
  221. ../include/rem0rec.ic ../include/ibuf0ibuf.ic 
  222. ../include/page0page.h ../include/page0page.ic 
  223. ../include/rem0cmp.h ../include/rem0cmp.ic ../include/log0log.h 
  224. ../include/log0log.ic ../include/log0recv.h 
  225. ../include/log0recv.ic
  226. info-am:
  227. info: info-am
  228. dvi-am:
  229. dvi: dvi-am
  230. check-am: all-am
  231. check: check-am
  232. installcheck-am:
  233. installcheck: installcheck-am
  234. install-exec-am:
  235. install-exec: install-exec-am
  236. install-data-am: install-libsLIBRARIES
  237. install-data: install-data-am
  238. install-am: all-am
  239. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  240. install: install-am
  241. uninstall-am: uninstall-libsLIBRARIES
  242. uninstall: uninstall-am
  243. all-am: Makefile $(LIBRARIES)
  244. all-redirect: all-am
  245. install-strip:
  246. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  247. installdirs:
  248. $(mkinstalldirs)  $(DESTDIR)$(libsdir)
  249. mostlyclean-generic:
  250. clean-generic:
  251. distclean-generic:
  252. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  253. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  254. maintainer-clean-generic:
  255. mostlyclean-am:  mostlyclean-libsLIBRARIES mostlyclean-compile 
  256. mostlyclean-tags mostlyclean-generic
  257. mostlyclean: mostlyclean-am
  258. clean-am:  clean-libsLIBRARIES clean-compile clean-tags clean-generic 
  259. mostlyclean-am
  260. clean: clean-am
  261. distclean-am:  distclean-libsLIBRARIES distclean-compile distclean-tags 
  262. distclean-generic clean-am
  263. distclean: distclean-am
  264. maintainer-clean-am:  maintainer-clean-libsLIBRARIES 
  265. maintainer-clean-compile maintainer-clean-tags 
  266. maintainer-clean-generic distclean-am
  267. @echo "This command is intended for maintainers to use;"
  268. @echo "it deletes files that may require special tools to rebuild."
  269. maintainer-clean: maintainer-clean-am
  270. .PHONY: mostlyclean-libsLIBRARIES distclean-libsLIBRARIES 
  271. clean-libsLIBRARIES maintainer-clean-libsLIBRARIES 
  272. uninstall-libsLIBRARIES install-libsLIBRARIES mostlyclean-compile 
  273. distclean-compile clean-compile maintainer-clean-compile tags 
  274. mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags 
  275. distdir info-am info dvi-am dvi check check-am installcheck-am 
  276. installcheck install-exec-am install-exec install-data-am install-data 
  277. install-am install uninstall-am uninstall all-redirect all-am all 
  278. installdirs mostlyclean-generic distclean-generic clean-generic 
  279. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  280. # Don't update the files from bitkeeper
  281. %::SCCS/s.%
  282. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  283. # Otherwise a system limit (for SysV at least) may be exceeded.
  284. .NOEXPORT: