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

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