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 = libos.a
  71. libos_a_SOURCES = os0proc.c os0shm.c os0sync.c os0thread.c os0file.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. libos_a_LIBADD = 
  82. libos_a_OBJECTS =  os0proc.o os0shm.o os0sync.o os0thread.o os0file.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 = $(libos_a_SOURCES)
  93. OBJECTS = $(libos_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 os/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. libos.a: $(libos_a_OBJECTS) $(libos_a_DEPENDENCIES)
  141. -rm -f libos.a
  142. $(AR) cru libos.a $(libos_a_OBJECTS) $(libos_a_LIBADD)
  143. $(RANLIB) libos.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 = os
  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. os0file.o: os0file.c ../include/os0file.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/os0sync.h ../include/os0sync.ic 
  186. ../include/ut0mem.h ../include/ut0mem.ic
  187. os0proc.o: os0proc.c ../include/os0proc.h ../include/univ.i 
  188. ../../include/global.h ../../include/my_config.h 
  189. ../../include/getopt.h ../../include/dbug.h 
  190. ../../include/my_pthread.h ../include/../ib_config.h 
  191. ../include/ut0dbg.h ../include/os0thread.h 
  192. ../include/os0thread.ic ../include/ut0ut.h ../include/ut0ut.ic 
  193. ../include/db0err.h ../include/os0proc.ic ../include/ut0mem.h 
  194. ../include/ut0mem.ic
  195. os0shm.o: os0shm.c ../include/os0shm.h ../include/univ.i 
  196. ../../include/global.h ../../include/my_config.h 
  197. ../../include/getopt.h ../../include/dbug.h 
  198. ../../include/my_pthread.h ../include/../ib_config.h 
  199. ../include/ut0dbg.h ../include/os0thread.h 
  200. ../include/os0thread.ic ../include/ut0ut.h ../include/ut0ut.ic 
  201. ../include/db0err.h ../include/os0shm.ic
  202. os0sync.o: os0sync.c ../include/os0sync.h ../include/univ.i 
  203. ../../include/global.h ../../include/my_config.h 
  204. ../../include/getopt.h ../../include/dbug.h 
  205. ../../include/my_pthread.h ../include/../ib_config.h 
  206. ../include/ut0dbg.h ../include/os0thread.h 
  207. ../include/os0thread.ic ../include/ut0ut.h ../include/ut0ut.ic 
  208. ../include/db0err.h ../include/os0sync.ic ../include/ut0mem.h 
  209. ../include/ut0mem.ic
  210. os0thread.o: os0thread.c ../include/os0thread.h ../include/univ.i 
  211. ../../include/global.h ../../include/my_config.h 
  212. ../../include/getopt.h ../../include/dbug.h 
  213. ../../include/my_pthread.h ../include/../ib_config.h 
  214. ../include/ut0dbg.h ../include/ut0ut.h ../include/ut0ut.ic 
  215. ../include/db0err.h ../include/os0thread.ic
  216. info-am:
  217. info: info-am
  218. dvi-am:
  219. dvi: dvi-am
  220. check-am: all-am
  221. check: check-am
  222. installcheck-am:
  223. installcheck: installcheck-am
  224. install-exec-am:
  225. install-exec: install-exec-am
  226. install-data-am: install-libsLIBRARIES
  227. install-data: install-data-am
  228. install-am: all-am
  229. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  230. install: install-am
  231. uninstall-am: uninstall-libsLIBRARIES
  232. uninstall: uninstall-am
  233. all-am: Makefile $(LIBRARIES)
  234. all-redirect: all-am
  235. install-strip:
  236. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  237. installdirs:
  238. $(mkinstalldirs)  $(DESTDIR)$(libsdir)
  239. mostlyclean-generic:
  240. clean-generic:
  241. distclean-generic:
  242. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  243. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  244. maintainer-clean-generic:
  245. mostlyclean-am:  mostlyclean-libsLIBRARIES mostlyclean-compile 
  246. mostlyclean-tags mostlyclean-generic
  247. mostlyclean: mostlyclean-am
  248. clean-am:  clean-libsLIBRARIES clean-compile clean-tags clean-generic 
  249. mostlyclean-am
  250. clean: clean-am
  251. distclean-am:  distclean-libsLIBRARIES distclean-compile distclean-tags 
  252. distclean-generic clean-am
  253. distclean: distclean-am
  254. maintainer-clean-am:  maintainer-clean-libsLIBRARIES 
  255. maintainer-clean-compile maintainer-clean-tags 
  256. maintainer-clean-generic distclean-am
  257. @echo "This command is intended for maintainers to use;"
  258. @echo "it deletes files that may require special tools to rebuild."
  259. maintainer-clean: maintainer-clean-am
  260. .PHONY: mostlyclean-libsLIBRARIES distclean-libsLIBRARIES 
  261. clean-libsLIBRARIES maintainer-clean-libsLIBRARIES 
  262. uninstall-libsLIBRARIES install-libsLIBRARIES mostlyclean-compile 
  263. distclean-compile clean-compile maintainer-clean-compile tags 
  264. mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags 
  265. distdir info-am info dvi-am dvi check check-am installcheck-am 
  266. installcheck install-exec-am install-exec install-data-am install-data 
  267. install-am install uninstall-am uninstall all-redirect all-am all 
  268. installdirs mostlyclean-generic distclean-generic clean-generic 
  269. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  270. # Don't update the files from bitkeeper
  271. %::SCCS/s.%
  272. # Don't update the files from bitkeeper
  273. %::SCCS/s.%
  274. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  275. # Otherwise a system limit (for SysV at least) may be exceeded.
  276. .NOEXPORT: