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

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