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

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 = libmem.a
  71. libmem_a_SOURCES = mem0mem.c mem0pool.c
  72. EXTRA_DIST = mem0dbg.c
  73. EXTRA_PROGRAMS = 
  74. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  75. CONFIG_HEADER = ../ib_config.h
  76. CONFIG_CLEAN_FILES = 
  77. LIBRARIES =  $(libs_LIBRARIES)
  78. DEFS = @DEFS@ -I. -I$(srcdir) -I..
  79. CPPFLAGS = @CPPFLAGS@
  80. LDFLAGS = @LDFLAGS@
  81. LIBS = @LIBS@
  82. libmem_a_LIBADD = 
  83. libmem_a_OBJECTS =  mem0mem.o mem0pool.o
  84. AR = ar
  85. CFLAGS = @CFLAGS@
  86. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  87. CCLD = $(CC)
  88. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  89. DIST_COMMON =  Makefile.am Makefile.in
  90. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  91. TAR = gtar
  92. GZIP_ENV = --best
  93. SOURCES = $(libmem_a_SOURCES)
  94. OBJECTS = $(libmem_a_OBJECTS)
  95. all: all-redirect
  96. .SUFFIXES:
  97. .SUFFIXES: .S .c .o .s
  98. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../include/Makefile.i
  99. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps mem/Makefile
  100. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  101. cd $(top_builddir) 
  102.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  103. mostlyclean-libsLIBRARIES:
  104. clean-libsLIBRARIES:
  105. -test -z "$(libs_LIBRARIES)" || rm -f $(libs_LIBRARIES)
  106. distclean-libsLIBRARIES:
  107. maintainer-clean-libsLIBRARIES:
  108. install-libsLIBRARIES: $(libs_LIBRARIES)
  109. @$(NORMAL_INSTALL)
  110. $(mkinstalldirs) $(DESTDIR)$(libsdir)
  111. @list='$(libs_LIBRARIES)'; for p in $$list; do 
  112.   if test -f $$p; then 
  113.     echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libsdir)/$$p"; 
  114.     $(INSTALL_DATA) $$p $(DESTDIR)$(libsdir)/$$p; 
  115.   else :; fi; 
  116. done
  117. @$(POST_INSTALL)
  118. @list='$(libs_LIBRARIES)'; for p in $$list; do 
  119.   if test -f $$p; then 
  120.     echo " $(RANLIB) $(DESTDIR)$(libsdir)/$$p"; 
  121.     $(RANLIB) $(DESTDIR)$(libsdir)/$$p; 
  122.   else :; fi; 
  123. done
  124. uninstall-libsLIBRARIES:
  125. @$(NORMAL_UNINSTALL)
  126. list='$(libs_LIBRARIES)'; for p in $$list; do 
  127.   rm -f $(DESTDIR)$(libsdir)/$$p; 
  128. done
  129. .c.o:
  130. $(COMPILE) -c $<
  131. .s.o:
  132. $(COMPILE) -c $<
  133. .S.o:
  134. $(COMPILE) -c $<
  135. mostlyclean-compile:
  136. -rm -f *.o core *.core
  137. clean-compile:
  138. distclean-compile:
  139. -rm -f *.tab.c
  140. maintainer-clean-compile:
  141. libmem.a: $(libmem_a_OBJECTS) $(libmem_a_DEPENDENCIES)
  142. -rm -f libmem.a
  143. $(AR) cru libmem.a $(libmem_a_OBJECTS) $(libmem_a_LIBADD)
  144. $(RANLIB) libmem.a
  145. tags: TAGS
  146. ID: $(HEADERS) $(SOURCES) $(LISP)
  147. list='$(SOURCES) $(HEADERS)'; 
  148. unique=`for i in $$list; do echo $$i; done | 
  149.   awk '    { files[$$0] = 1; } 
  150.        END { for (i in files) print i; }'`; 
  151. here=`pwd` && cd $(srcdir) 
  152.   && mkid -f$$here/ID $$unique $(LISP)
  153. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  154. tags=; 
  155. here=`pwd`; 
  156. list='$(SOURCES) $(HEADERS)'; 
  157. unique=`for i in $$list; do echo $$i; done | 
  158.   awk '    { files[$$0] = 1; } 
  159.        END { for (i in files) print i; }'`; 
  160. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  161.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  162. mostlyclean-tags:
  163. clean-tags:
  164. distclean-tags:
  165. -rm -f TAGS ID
  166. maintainer-clean-tags:
  167. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  168. subdir = mem
  169. distdir: $(DISTFILES)
  170. @for file in $(DISTFILES); do 
  171.   d=$(srcdir); 
  172.   if test -d $$d/$$file; then 
  173.     cp -pr $$d/$$file $(distdir)/$$file; 
  174.   else 
  175.     test -f $(distdir)/$$file 
  176.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  177.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  178.   fi; 
  179. done
  180. mem0mem.o: mem0mem.c ../include/mem0mem.h ../include/univ.i 
  181. ../../include/global.h ../../include/my_config.h 
  182. ../../include/getopt.h ../../include/dbug.h 
  183. ../../include/my_pthread.h ../include/../ib_config.h 
  184. ../include/ut0dbg.h ../include/os0thread.h 
  185. ../include/os0thread.ic ../include/ut0ut.h ../include/ut0ut.ic 
  186. ../include/db0err.h ../include/ut0mem.h ../include/ut0mem.ic 
  187. ../include/ut0byte.h ../include/ut0byte.ic ../include/ut0rnd.h 
  188. ../include/ut0rnd.ic ../include/sync0sync.h 
  189. ../include/sync0types.h ../include/ut0lst.h 
  190. ../include/os0sync.h ../include/os0sync.ic 
  191. ../include/sync0arr.h ../include/sync0arr.ic 
  192. ../include/sync0sync.ic ../include/mach0data.h 
  193. ../include/mach0data.ic ../include/mem0dbg.h 
  194. ../include/mem0mem.ic ../include/mem0dbg.ic 
  195. ../include/mem0pool.h ../include/os0file.h 
  196. ../include/mem0pool.ic ../include/buf0buf.h 
  197. ../include/fil0fil.h ../include/sync0rw.h ../include/sync0rw.ic 
  198. ../include/dict0types.h ../include/ibuf0types.h 
  199. ../include/mtr0types.h ../include/buf0types.h 
  200. ../include/hash0hash.h ../include/hash0hash.ic 
  201. ../include/buf0buf.ic ../include/buf0flu.h 
  202. ../include/buf0flu.ic ../include/mtr0mtr.h ../include/dyn0dyn.h 
  203. ../include/dyn0dyn.ic ../include/page0types.h 
  204. ../include/mtr0mtr.ic ../include/buf0lru.h 
  205. ../include/buf0lru.ic ../include/buf0rea.h mem0dbg.c 
  206. ../include/btr0sea.h ../include/rem0rec.h 
  207. ../include/data0data.h ../include/data0types.h 
  208. ../include/data0type.h ../include/data0type.ic 
  209. ../include/data0data.ic ../include/rem0types.h 
  210. ../include/rem0rec.ic ../include/dict0dict.h 
  211. ../include/dict0mem.h ../include/btr0types.h 
  212. ../include/lock0types.h ../include/que0types.h 
  213. ../include/dict0mem.ic ../include/trx0types.h 
  214. ../include/dict0dict.ic ../include/dict0load.h 
  215. ../include/dict0load.ic ../include/trx0undo.h 
  216. ../include/trx0sys.h ../include/mtr0log.h ../include/mtr0log.ic 
  217. ../include/fut0lst.h ../include/fut0lst.ic ../include/fut0fut.h 
  218. ../include/fut0fut.ic ../include/fsp0fsp.h 
  219. ../include/fsp0fsp.ic ../include/read0types.h 
  220. ../include/trx0sys.ic ../include/srv0srv.h ../include/com0com.h 
  221. ../include/com0com.ic ../include/trx0trx.h 
  222. ../include/usr0types.h ../include/trx0trx.ic 
  223. ../include/trx0undo.ic ../include/ha0ha.h ../include/ha0ha.ic 
  224. ../include/btr0sea.ic ../include/btr0cur.h 
  225. ../include/page0cur.h ../include/page0page.h 
  226. ../include/page0page.ic ../include/rem0cmp.h 
  227. ../include/rem0cmp.ic ../include/page0cur.ic 
  228. ../include/row0types.h ../include/btr0cur.ic 
  229. ../include/btr0btr.h ../include/btr0btr.ic
  230. mem0pool.o: mem0pool.c ../include/mem0pool.h ../include/univ.i 
  231. ../../include/global.h ../../include/my_config.h 
  232. ../../include/getopt.h ../../include/dbug.h 
  233. ../../include/my_pthread.h ../include/../ib_config.h 
  234. ../include/ut0dbg.h ../include/os0thread.h 
  235. ../include/os0thread.ic ../include/ut0ut.h ../include/ut0ut.ic 
  236. ../include/db0err.h ../include/os0file.h ../include/ut0lst.h 
  237. ../include/mem0pool.ic ../include/sync0sync.h 
  238. ../include/sync0types.h ../include/ut0mem.h 
  239. ../include/ut0mem.ic ../include/os0sync.h ../include/os0sync.ic 
  240. ../include/sync0arr.h ../include/sync0arr.ic 
  241. ../include/sync0sync.ic ../include/ut0byte.h 
  242. ../include/ut0byte.ic
  243. info-am:
  244. info: info-am
  245. dvi-am:
  246. dvi: dvi-am
  247. check-am: all-am
  248. check: check-am
  249. installcheck-am:
  250. installcheck: installcheck-am
  251. install-exec-am:
  252. install-exec: install-exec-am
  253. install-data-am: install-libsLIBRARIES
  254. install-data: install-data-am
  255. install-am: all-am
  256. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  257. install: install-am
  258. uninstall-am: uninstall-libsLIBRARIES
  259. uninstall: uninstall-am
  260. all-am: Makefile $(LIBRARIES)
  261. all-redirect: all-am
  262. install-strip:
  263. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  264. installdirs:
  265. $(mkinstalldirs)  $(DESTDIR)$(libsdir)
  266. mostlyclean-generic:
  267. clean-generic:
  268. distclean-generic:
  269. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  270. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  271. maintainer-clean-generic:
  272. mostlyclean-am:  mostlyclean-libsLIBRARIES mostlyclean-compile 
  273. mostlyclean-tags mostlyclean-generic
  274. mostlyclean: mostlyclean-am
  275. clean-am:  clean-libsLIBRARIES clean-compile clean-tags clean-generic 
  276. mostlyclean-am
  277. clean: clean-am
  278. distclean-am:  distclean-libsLIBRARIES distclean-compile distclean-tags 
  279. distclean-generic clean-am
  280. distclean: distclean-am
  281. maintainer-clean-am:  maintainer-clean-libsLIBRARIES 
  282. maintainer-clean-compile maintainer-clean-tags 
  283. maintainer-clean-generic distclean-am
  284. @echo "This command is intended for maintainers to use;"
  285. @echo "it deletes files that may require special tools to rebuild."
  286. maintainer-clean: maintainer-clean-am
  287. .PHONY: mostlyclean-libsLIBRARIES distclean-libsLIBRARIES 
  288. clean-libsLIBRARIES maintainer-clean-libsLIBRARIES 
  289. uninstall-libsLIBRARIES install-libsLIBRARIES mostlyclean-compile 
  290. distclean-compile clean-compile maintainer-clean-compile tags 
  291. mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags 
  292. distdir info-am info dvi-am dvi check check-am installcheck-am 
  293. installcheck install-exec-am install-exec install-data-am install-data 
  294. install-am install uninstall-am uninstall all-redirect all-am all 
  295. installdirs mostlyclean-generic distclean-generic clean-generic 
  296. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  297. # Don't update the files from bitkeeper
  298. %::SCCS/s.%
  299. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  300. # Otherwise a system limit (for SysV at least) may be exceeded.
  301. .NOEXPORT: