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

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.3 1999/12/06 13:22:17 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. CC = @CC@
  53. LIBDB = @LIBDB@
  54. LIBGDBM = @LIBGDBM@
  55. LN_S = @LN_S@
  56. MAKEINFO = @MAKEINFO@
  57. PACKAGE = @PACKAGE@
  58. RANLIB = @RANLIB@
  59. USE_DB = @USE_DB@
  60. USE_GDBM = @USE_GDBM@
  61. VERSION = @VERSION@
  62. dblibrary = @dblibrary@
  63. makedatprogpath = @makedatprogpath@
  64. noinst_PROGRAMS = makedatprog
  65. makedatprog_SOURCES = makedatprog.c
  66. makedatprog_DEPENDENCIES = @dblibrary@
  67. makedatprog_LDADD = @dblibrary@ @LIBGDBM@ @LIBDB@
  68. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  69. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  70. CONFIG_HEADER = config.h
  71. CONFIG_CLEAN_FILES =  makedat
  72. PROGRAMS =  $(noinst_PROGRAMS)
  73. DEFS = @DEFS@ -I. -I$(srcdir) -I.
  74. CPPFLAGS = @CPPFLAGS@
  75. LDFLAGS = @LDFLAGS@
  76. LIBS = @LIBS@
  77. makedatprog_OBJECTS =  makedatprog.o
  78. makedatprog_LDFLAGS = 
  79. CFLAGS = @CFLAGS@
  80. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  81. CCLD = $(CC)
  82. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  83. DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in aclocal.m4 
  84. config.h.in configure configure.in makedat.in
  85. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  86. TAR = gtar
  87. GZIP_ENV = --best
  88. SOURCES = $(makedatprog_SOURCES)
  89. OBJECTS = $(makedatprog_OBJECTS)
  90. all: all-redirect
  91. .SUFFIXES:
  92. .SUFFIXES: .S .c .o .s
  93. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  94. cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
  95. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  96. cd $(top_builddir) 
  97.   && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  98. $(ACLOCAL_M4):  configure.in 
  99. cd $(srcdir) && $(ACLOCAL)
  100. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  101. $(SHELL) ./config.status --recheck
  102. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  103. cd $(srcdir) && $(AUTOCONF)
  104. config.h: stamp-h
  105. @if test ! -f $@; then 
  106. rm -f stamp-h; 
  107. $(MAKE) stamp-h; 
  108. else :; fi
  109. stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  110. cd $(top_builddir) 
  111.   && CONFIG_FILES= CONFIG_HEADERS=config.h 
  112.      $(SHELL) ./config.status
  113. @echo timestamp > stamp-h 2> /dev/null
  114. $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
  115. @if test ! -f $@; then 
  116. rm -f $(srcdir)/stamp-h.in; 
  117. $(MAKE) $(srcdir)/stamp-h.in; 
  118. else :; fi
  119. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  120. cd $(top_srcdir) && $(AUTOHEADER)
  121. @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  122. mostlyclean-hdr:
  123. clean-hdr:
  124. distclean-hdr:
  125. -rm -f config.h
  126. maintainer-clean-hdr:
  127. makedat: $(top_builddir)/config.status makedat.in
  128. cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  129. mostlyclean-noinstPROGRAMS:
  130. clean-noinstPROGRAMS:
  131. -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  132. distclean-noinstPROGRAMS:
  133. maintainer-clean-noinstPROGRAMS:
  134. .c.o:
  135. $(COMPILE) -c $<
  136. .s.o:
  137. $(COMPILE) -c $<
  138. .S.o:
  139. $(COMPILE) -c $<
  140. mostlyclean-compile:
  141. -rm -f *.o core *.core
  142. clean-compile:
  143. distclean-compile:
  144. -rm -f *.tab.c
  145. maintainer-clean-compile:
  146. makedatprog: $(makedatprog_OBJECTS) $(makedatprog_DEPENDENCIES)
  147. @rm -f makedatprog
  148. $(LINK) $(makedatprog_LDFLAGS) $(makedatprog_OBJECTS) $(makedatprog_LDADD) $(LIBS)
  149. tags: TAGS
  150. ID: $(HEADERS) $(SOURCES) $(LISP)
  151. list='$(SOURCES) $(HEADERS)'; 
  152. unique=`for i in $$list; do echo $$i; done | 
  153.   awk '    { files[$$0] = 1; } 
  154.        END { for (i in files) print i; }'`; 
  155. here=`pwd` && cd $(srcdir) 
  156.   && mkid -f$$here/ID $$unique $(LISP)
  157. TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  158. tags=; 
  159. here=`pwd`; 
  160. list='$(SOURCES) $(HEADERS)'; 
  161. unique=`for i in $$list; do echo $$i; done | 
  162.   awk '    { files[$$0] = 1; } 
  163.        END { for (i in files) print i; }'`; 
  164. test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" 
  165.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
  166. mostlyclean-tags:
  167. clean-tags:
  168. distclean-tags:
  169. -rm -f TAGS ID
  170. maintainer-clean-tags:
  171. distdir = $(PACKAGE)-$(VERSION)
  172. top_distdir = $(distdir)
  173. # This target untars the dist file and tries a VPATH configuration.  Then
  174. # it guarantees that the distribution is self-contained by making another
  175. # tarfile.
  176. distcheck: dist
  177. -rm -rf $(distdir)
  178. GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  179. mkdir $(distdir)/=build
  180. mkdir $(distdir)/=inst
  181. dc_install_base=`cd $(distdir)/=inst && pwd`; 
  182. cd $(distdir)/=build 
  183.   && ../configure --srcdir=.. --prefix=$$dc_install_base 
  184.   && $(MAKE) $(AM_MAKEFLAGS) 
  185.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  186.   && $(MAKE) $(AM_MAKEFLAGS) check 
  187.   && $(MAKE) $(AM_MAKEFLAGS) install 
  188.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  189.   && $(MAKE) $(AM_MAKEFLAGS) dist
  190. -rm -rf $(distdir)
  191. @banner="$(distdir).tar.gz is ready for distribution"; 
  192. dashes=`echo "$$banner" | sed s/./=/g`; 
  193. echo "$$dashes"; 
  194. echo "$$banner"; 
  195. echo "$$dashes"
  196. dist: distdir
  197. -chmod -R a+r $(distdir)
  198. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  199. -rm -rf $(distdir)
  200. dist-all: distdir
  201. -chmod -R a+r $(distdir)
  202. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  203. -rm -rf $(distdir)
  204. distdir: $(DISTFILES)
  205. -rm -rf $(distdir)
  206. mkdir $(distdir)
  207. -chmod 777 $(distdir)
  208. @for file in $(DISTFILES); do 
  209.   d=$(srcdir); 
  210.   if test -d $$d/$$file; then 
  211.     cp -pr $$d/$$file $(distdir)/$$file; 
  212.   else 
  213.     test -f $(distdir)/$$file 
  214.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  215.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  216.   fi; 
  217. done
  218. makedatprog.o: makedatprog.c config.h ../dbobj.h ../gdbmobj/gdbmobj.h
  219. info-am:
  220. info: info-am
  221. dvi-am:
  222. dvi: dvi-am
  223. check-am: all-am
  224. check: check-am
  225. installcheck-am:
  226. installcheck: installcheck-am
  227. all-recursive-am: config.h
  228. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  229. install-exec-am:
  230. install-exec: install-exec-am
  231. install-data-am:
  232. install-data: install-data-am
  233. install-am: all-am
  234. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  235. install: install-am
  236. uninstall-am:
  237. uninstall: uninstall-am
  238. all-am: Makefile $(PROGRAMS) config.h
  239. all-redirect: all-am
  240. install-strip:
  241. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  242. installdirs:
  243. mostlyclean-generic:
  244. clean-generic:
  245. distclean-generic:
  246. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  247. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  248. maintainer-clean-generic:
  249. mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstPROGRAMS 
  250. mostlyclean-compile mostlyclean-tags 
  251. mostlyclean-generic
  252. mostlyclean: mostlyclean-am
  253. clean-am:  clean-hdr clean-noinstPROGRAMS clean-compile clean-tags 
  254. clean-generic mostlyclean-am
  255. clean: clean-am
  256. distclean-am:  distclean-hdr distclean-noinstPROGRAMS distclean-compile 
  257. distclean-tags distclean-generic clean-am
  258. distclean: distclean-am
  259. -rm -f config.status
  260. maintainer-clean-am:  maintainer-clean-hdr 
  261. maintainer-clean-noinstPROGRAMS 
  262. maintainer-clean-compile maintainer-clean-tags 
  263. maintainer-clean-generic distclean-am
  264. @echo "This command is intended for maintainers to use;"
  265. @echo "it deletes files that may require special tools to rebuild."
  266. maintainer-clean: maintainer-clean-am
  267. -rm -f config.status
  268. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr 
  269. mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS 
  270. clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS 
  271. mostlyclean-compile distclean-compile clean-compile 
  272. maintainer-clean-compile tags mostlyclean-tags distclean-tags 
  273. clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check 
  274. check-am installcheck-am installcheck all-recursive-am install-exec-am 
  275. install-exec install-data-am install-data install-am install 
  276. uninstall-am uninstall all-redirect all-am all installdirs 
  277. mostlyclean-generic distclean-generic clean-generic 
  278. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  279. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  280. # Otherwise a system limit (for SysV at least) may be exceeded.
  281. .NOEXPORT: