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

WEB邮件程序

开发平台:

C/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. # $Id: Makefile.am,v 1.4 1999/12/06 13:13:46 mrsam Exp $
  11. #
  12. # Copyright 1998 - 1999 Double Precision, Inc.  See COPYING for
  13. # distribution information.
  14. SHELL = @SHELL@
  15. srcdir = @srcdir@
  16. top_srcdir = @top_srcdir@
  17. VPATH = @srcdir@
  18. prefix = @prefix@
  19. exec_prefix = @exec_prefix@
  20. bindir = @bindir@
  21. sbindir = @sbindir@
  22. libexecdir = @libexecdir@
  23. datadir = @datadir@
  24. sysconfdir = @sysconfdir@
  25. sharedstatedir = @sharedstatedir@
  26. localstatedir = @localstatedir@
  27. libdir = @libdir@
  28. infodir = @infodir@
  29. mandir = @mandir@
  30. includedir = @includedir@
  31. oldincludedir = /usr/include
  32. DESTDIR =
  33. pkgdatadir = $(datadir)/@PACKAGE@
  34. pkglibdir = $(libdir)/@PACKAGE@
  35. pkgincludedir = $(includedir)/@PACKAGE@
  36. top_builddir = .
  37. ACLOCAL = @ACLOCAL@
  38. AUTOCONF = @AUTOCONF@
  39. AUTOMAKE = @AUTOMAKE@
  40. AUTOHEADER = @AUTOHEADER@
  41. INSTALL = @INSTALL@
  42. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  43. INSTALL_DATA = @INSTALL_DATA@
  44. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  45. transform = @program_transform_name@
  46. NORMAL_INSTALL = :
  47. PRE_INSTALL = :
  48. POST_INSTALL = :
  49. NORMAL_UNINSTALL = :
  50. PRE_UNINSTALL = :
  51. POST_UNINSTALL = :
  52. AWK = @AWK@
  53. CC = @CC@
  54. CXX = @CXX@
  55. LIBDB = @LIBDB@
  56. MAKEINFO = @MAKEINFO@
  57. PACKAGE = @PACKAGE@
  58. RANLIB = @RANLIB@
  59. VERSION = @VERSION@
  60. LIBDBOBJSOURCES = bdbobj.h bdbobj.c bdbobj2.c bdbobj3.c
  61. TESTBDBSOURCES = testbdb.C
  62. @FOUND_DB_TRUE@noinst_LIBRARIES = libbdbobj.a
  63. @FOUND_DB_TRUE@noinst_PROGRAMS = testbdb
  64. @FOUND_DB_TRUE@libbdbobj_a_SOURCES = $(LIBDBOBJSOURCES)
  65. @FOUND_DB_TRUE@testbdb_SOURCES = $(TESTBDBSOURCES)
  66. @FOUND_DB_TRUE@testbdb_DEPENDENCIES = libbdbobj.a
  67. @FOUND_DB_TRUE@testbdb_LDADD = libbdbobj.a @LIBDB@
  68. @FOUND_DB_FALSE@noinst_SCRIPTS = notfound
  69. EXTRA_DIST = $(LIBDBOBJSOURCES) $(TESTBDBSOURCES) testsuite testsuite.txt
  70. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  71. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  72. CONFIG_HEADER = config.h
  73. CONFIG_CLEAN_FILES = 
  74. LIBRARIES =  $(noinst_LIBRARIES)
  75. DEFS = @DEFS@ -I. -I$(srcdir) -I.
  76. CPPFLAGS = @CPPFLAGS@
  77. LDFLAGS = @LDFLAGS@
  78. LIBS = @LIBS@
  79. libbdbobj_a_LIBADD = 
  80. @FOUND_DB_TRUE@libbdbobj_a_OBJECTS =  bdbobj.o bdbobj2.o bdbobj3.o
  81. AR = ar
  82. PROGRAMS =  $(noinst_PROGRAMS)
  83. @FOUND_DB_TRUE@testbdb_OBJECTS =  testbdb.o
  84. testbdb_LDFLAGS = 
  85. SCRIPTS =  $(noinst_SCRIPTS)
  86. CXXFLAGS = @CXXFLAGS@
  87. CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  88. CXXLD = $(CXX)
  89. CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
  90. CFLAGS = @CFLAGS@
  91. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  92. CCLD = $(CC)
  93. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  94. DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in aclocal.m4 
  95. config.h.in configure configure.in
  96. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  97. TAR = gtar
  98. GZIP_ENV = --best
  99. SOURCES = $(libbdbobj_a_SOURCES) $(testbdb_SOURCES)
  100. OBJECTS = $(libbdbobj_a_OBJECTS) $(testbdb_OBJECTS)
  101. all: all-redirect
  102. .SUFFIXES:
  103. .SUFFIXES: .C .S .c .o .s
  104. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  105. cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
  106. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  107. cd $(top_builddir) 
  108.   && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  109. $(ACLOCAL_M4):  configure.in 
  110. cd $(srcdir) && $(ACLOCAL)
  111. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  112. $(SHELL) ./config.status --recheck
  113. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  114. cd $(srcdir) && $(AUTOCONF)
  115. config.h: stamp-h
  116. @if test ! -f $@; then 
  117. rm -f stamp-h; 
  118. $(MAKE) stamp-h; 
  119. else :; fi
  120. stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  121. cd $(top_builddir) 
  122.   && CONFIG_FILES= CONFIG_HEADERS=config.h 
  123.      $(SHELL) ./config.status
  124. @echo timestamp > stamp-h 2> /dev/null
  125. $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
  126. @if test ! -f $@; then 
  127. rm -f $(srcdir)/stamp-h.in; 
  128. $(MAKE) $(srcdir)/stamp-h.in; 
  129. else :; fi
  130. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  131. cd $(top_srcdir) && $(AUTOHEADER)
  132. @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  133. mostlyclean-hdr:
  134. clean-hdr:
  135. distclean-hdr:
  136. -rm -f config.h
  137. maintainer-clean-hdr:
  138. mostlyclean-noinstLIBRARIES:
  139. clean-noinstLIBRARIES:
  140. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  141. distclean-noinstLIBRARIES:
  142. maintainer-clean-noinstLIBRARIES:
  143. .c.o:
  144. $(COMPILE) -c $<
  145. .s.o:
  146. $(COMPILE) -c $<
  147. .S.o:
  148. $(COMPILE) -c $<
  149. mostlyclean-compile:
  150. -rm -f *.o core *.core
  151. clean-compile:
  152. distclean-compile:
  153. -rm -f *.tab.c
  154. maintainer-clean-compile:
  155. libbdbobj.a: $(libbdbobj_a_OBJECTS) $(libbdbobj_a_DEPENDENCIES)
  156. -rm -f libbdbobj.a
  157. $(AR) cru libbdbobj.a $(libbdbobj_a_OBJECTS) $(libbdbobj_a_LIBADD)
  158. $(RANLIB) libbdbobj.a
  159. mostlyclean-noinstPROGRAMS:
  160. clean-noinstPROGRAMS:
  161. -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  162. distclean-noinstPROGRAMS:
  163. maintainer-clean-noinstPROGRAMS:
  164. testbdb: $(testbdb_OBJECTS) $(testbdb_DEPENDENCIES)
  165. @rm -f testbdb
  166. $(CXXLINK) $(testbdb_LDFLAGS) $(testbdb_OBJECTS) $(testbdb_LDADD) $(LIBS)
  167. .C.o:
  168. $(CXXCOMPILE) -c $<
  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:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  178. tags=; 
  179. here=`pwd`; 
  180. list='$(SOURCES) $(HEADERS)'; 
  181. unique=`for i in $$list; do echo $$i; done | 
  182.   awk '    { files[$$0] = 1; } 
  183.        END { for (i in files) print i; }'`; 
  184. test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" 
  185.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
  186. mostlyclean-tags:
  187. clean-tags:
  188. distclean-tags:
  189. -rm -f TAGS ID
  190. maintainer-clean-tags:
  191. distdir = $(PACKAGE)-$(VERSION)
  192. top_distdir = $(distdir)
  193. # This target untars the dist file and tries a VPATH configuration.  Then
  194. # it guarantees that the distribution is self-contained by making another
  195. # tarfile.
  196. distcheck: dist
  197. -rm -rf $(distdir)
  198. GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  199. mkdir $(distdir)/=build
  200. mkdir $(distdir)/=inst
  201. dc_install_base=`cd $(distdir)/=inst && pwd`; 
  202. cd $(distdir)/=build 
  203.   && ../configure --srcdir=.. --prefix=$$dc_install_base 
  204.   && $(MAKE) $(AM_MAKEFLAGS) 
  205.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  206.   && $(MAKE) $(AM_MAKEFLAGS) check 
  207.   && $(MAKE) $(AM_MAKEFLAGS) install 
  208.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  209.   && $(MAKE) $(AM_MAKEFLAGS) dist
  210. -rm -rf $(distdir)
  211. @banner="$(distdir).tar.gz is ready for distribution"; 
  212. dashes=`echo "$$banner" | sed s/./=/g`; 
  213. echo "$$dashes"; 
  214. echo "$$banner"; 
  215. echo "$$dashes"
  216. dist: distdir
  217. -chmod -R a+r $(distdir)
  218. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  219. -rm -rf $(distdir)
  220. dist-all: distdir
  221. -chmod -R a+r $(distdir)
  222. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  223. -rm -rf $(distdir)
  224. distdir: $(DISTFILES)
  225. -rm -rf $(distdir)
  226. mkdir $(distdir)
  227. -chmod 777 $(distdir)
  228. @for file in $(DISTFILES); do 
  229.   d=$(srcdir); 
  230.   if test -d $$d/$$file; then 
  231.     cp -pr $$d/$$file $(distdir)/$$file; 
  232.   else 
  233.     test -f $(distdir)/$$file 
  234.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  235.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  236.   fi; 
  237. done
  238. bdbobj2.o: bdbobj2.c bdbobj.h config.h
  239. bdbobj3.o: bdbobj3.c bdbobj.h config.h
  240. bdbobj.o: bdbobj.c config.h bdbobj.h
  241. testbdb.o: testbdb.C bdbobj.h config.h
  242. info-am:
  243. info: info-am
  244. dvi-am:
  245. dvi: dvi-am
  246. check-am: all-am
  247. check: check-am
  248. installcheck-am:
  249. installcheck: installcheck-am
  250. all-recursive-am: config.h
  251. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  252. install-exec-am:
  253. install-exec: install-exec-am
  254. install-data-am:
  255. install-data: install-data-am
  256. install-am: all-am
  257. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  258. install: install-am
  259. uninstall-am:
  260. uninstall: uninstall-am
  261. all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(SCRIPTS) config.h
  262. all-redirect: all-am
  263. install-strip:
  264. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  265. installdirs:
  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-hdr mostlyclean-noinstLIBRARIES 
  273. mostlyclean-compile mostlyclean-noinstPROGRAMS 
  274. mostlyclean-tags mostlyclean-generic
  275. mostlyclean: mostlyclean-am
  276. clean-am:  clean-hdr clean-noinstLIBRARIES clean-compile 
  277. clean-noinstPROGRAMS clean-tags clean-generic 
  278. mostlyclean-am
  279. clean: clean-am
  280. distclean-am:  distclean-hdr distclean-noinstLIBRARIES distclean-compile 
  281. distclean-noinstPROGRAMS distclean-tags 
  282. distclean-generic clean-am
  283. distclean: distclean-am
  284. -rm -f config.status
  285. maintainer-clean-am:  maintainer-clean-hdr 
  286. maintainer-clean-noinstLIBRARIES 
  287. maintainer-clean-compile 
  288. maintainer-clean-noinstPROGRAMS maintainer-clean-tags 
  289. maintainer-clean-generic distclean-am
  290. @echo "This command is intended for maintainers to use;"
  291. @echo "it deletes files that may require special tools to rebuild."
  292. maintainer-clean: maintainer-clean-am
  293. -rm -f config.status
  294. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr 
  295. mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES 
  296. clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES 
  297. mostlyclean-compile distclean-compile clean-compile 
  298. maintainer-clean-compile mostlyclean-noinstPROGRAMS 
  299. distclean-noinstPROGRAMS clean-noinstPROGRAMS 
  300. maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags 
  301. clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check 
  302. check-am installcheck-am installcheck all-recursive-am install-exec-am 
  303. install-exec install-data-am install-data install-am install 
  304. uninstall-am uninstall all-redirect all-am all installdirs 
  305. mostlyclean-generic distclean-generic clean-generic 
  306. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  307. @FOUND_DB_TRUE@check:
  308. @FOUND_DB_TRUE@ $(srcdir)/testsuite | cmp -s - $(srcdir)/testsuite.txt
  309. @FOUND_DB_FALSE@notfound:
  310. @FOUND_DB_FALSE@ @exit 0
  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: