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