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/06/26 12:24:15 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. LN_S = @LN_S@
  55. MAKEINFO = @MAKEINFO@
  56. PACKAGE = @PACKAGE@
  57. RANLIB = @RANLIB@
  58. VERSION = @VERSION@
  59. @HMACC_TRUE@HMAC = hmac.c
  60. @HMACC_FALSE@HMAC = 
  61. libmd5_a_SOURCES = md5.c md5.h md5_hash.c redhat-crypt-md5.c $(HMAC)
  62. noinst_LIBRARIES = libmd5.a
  63. noinst_PROGRAMS = md5test
  64. md5test_SOURCES = md5test.c
  65. md5test_DEPENDENCIES = libmd5.a
  66. md5test_LDADD = libmd5.a
  67. EXTRA_DIST = md5test.txt hmac.c
  68. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  69. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  70. CONFIG_HEADER = config.h
  71. CONFIG_CLEAN_FILES = 
  72. LIBRARIES =  $(noinst_LIBRARIES)
  73. DEFS = @DEFS@ -I. -I$(srcdir) -I.
  74. CPPFLAGS = @CPPFLAGS@
  75. LDFLAGS = @LDFLAGS@
  76. LIBS = @LIBS@
  77. libmd5_a_LIBADD = 
  78. @HMACC_TRUE@libmd5_a_OBJECTS =  md5.o md5_hash.o redhat-crypt-md5.o 
  79. @HMACC_TRUE@hmac.o
  80. @HMACC_FALSE@libmd5_a_OBJECTS =  md5.o md5_hash.o redhat-crypt-md5.o
  81. AR = ar
  82. PROGRAMS =  $(noinst_PROGRAMS)
  83. md5test_OBJECTS =  md5test.o
  84. md5test_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
  91. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  92. TAR = gtar
  93. GZIP_ENV = --best
  94. SOURCES = $(libmd5_a_SOURCES) $(md5test_SOURCES)
  95. OBJECTS = $(libmd5_a_OBJECTS) $(md5test_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. mostlyclean-noinstLIBRARIES:
  134. clean-noinstLIBRARIES:
  135. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  136. distclean-noinstLIBRARIES:
  137. maintainer-clean-noinstLIBRARIES:
  138. .c.o:
  139. $(COMPILE) -c $<
  140. .s.o:
  141. $(COMPILE) -c $<
  142. .S.o:
  143. $(COMPILE) -c $<
  144. mostlyclean-compile:
  145. -rm -f *.o core *.core
  146. clean-compile:
  147. distclean-compile:
  148. -rm -f *.tab.c
  149. maintainer-clean-compile:
  150. libmd5.a: $(libmd5_a_OBJECTS) $(libmd5_a_DEPENDENCIES)
  151. -rm -f libmd5.a
  152. $(AR) cru libmd5.a $(libmd5_a_OBJECTS) $(libmd5_a_LIBADD)
  153. $(RANLIB) libmd5.a
  154. mostlyclean-noinstPROGRAMS:
  155. clean-noinstPROGRAMS:
  156. -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  157. distclean-noinstPROGRAMS:
  158. maintainer-clean-noinstPROGRAMS:
  159. md5test: $(md5test_OBJECTS) $(md5test_DEPENDENCIES)
  160. @rm -f md5test
  161. $(LINK) $(md5test_LDFLAGS) $(md5test_OBJECTS) $(md5test_LDADD) $(LIBS)
  162. tags: TAGS
  163. ID: $(HEADERS) $(SOURCES) $(LISP)
  164. list='$(SOURCES) $(HEADERS)'; 
  165. unique=`for i in $$list; do echo $$i; done | 
  166.   awk '    { files[$$0] = 1; } 
  167.        END { for (i in files) print i; }'`; 
  168. here=`pwd` && cd $(srcdir) 
  169.   && mkid -f$$here/ID $$unique $(LISP)
  170. TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  171. tags=; 
  172. here=`pwd`; 
  173. list='$(SOURCES) $(HEADERS)'; 
  174. unique=`for i in $$list; do echo $$i; done | 
  175.   awk '    { files[$$0] = 1; } 
  176.        END { for (i in files) print i; }'`; 
  177. test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" 
  178.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
  179. mostlyclean-tags:
  180. clean-tags:
  181. distclean-tags:
  182. -rm -f TAGS ID
  183. maintainer-clean-tags:
  184. distdir = $(PACKAGE)-$(VERSION)
  185. top_distdir = $(distdir)
  186. # This target untars the dist file and tries a VPATH configuration.  Then
  187. # it guarantees that the distribution is self-contained by making another
  188. # tarfile.
  189. distcheck: dist
  190. -rm -rf $(distdir)
  191. GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  192. mkdir $(distdir)/=build
  193. mkdir $(distdir)/=inst
  194. dc_install_base=`cd $(distdir)/=inst && pwd`; 
  195. cd $(distdir)/=build 
  196.   && ../configure --srcdir=.. --prefix=$$dc_install_base 
  197.   && $(MAKE) $(AM_MAKEFLAGS) 
  198.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  199.   && $(MAKE) $(AM_MAKEFLAGS) check 
  200.   && $(MAKE) $(AM_MAKEFLAGS) install 
  201.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  202.   && $(MAKE) $(AM_MAKEFLAGS) dist
  203. -rm -rf $(distdir)
  204. @banner="$(distdir).tar.gz is ready for distribution"; 
  205. dashes=`echo "$$banner" | sed s/./=/g`; 
  206. echo "$$dashes"; 
  207. echo "$$banner"; 
  208. echo "$$dashes"
  209. dist: distdir
  210. -chmod -R a+r $(distdir)
  211. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  212. -rm -rf $(distdir)
  213. dist-all: distdir
  214. -chmod -R a+r $(distdir)
  215. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  216. -rm -rf $(distdir)
  217. distdir: $(DISTFILES)
  218. -rm -rf $(distdir)
  219. mkdir $(distdir)
  220. -chmod 777 $(distdir)
  221. @for file in $(DISTFILES); do 
  222.   d=$(srcdir); 
  223.   if test -d $$d/$$file; then 
  224.     cp -pr $$d/$$file $(distdir)/$$file; 
  225.   else 
  226.     test -f $(distdir)/$$file 
  227.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  228.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  229.   fi; 
  230. done
  231. md5_hash.o: md5_hash.c md5.h config.h
  232. md5.o: md5.c md5.h config.h
  233. md5test.o: md5test.c md5.h config.h
  234. redhat-crypt-md5.o: redhat-crypt-md5.c md5.h config.h
  235. info-am:
  236. info: info-am
  237. dvi-am:
  238. dvi: dvi-am
  239. check-am: all-am
  240. check: check-am
  241. installcheck-am:
  242. installcheck: installcheck-am
  243. all-recursive-am: config.h
  244. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  245. install-exec-am:
  246. install-exec: install-exec-am
  247. install-data-am:
  248. install-data: install-data-am
  249. install-am: all-am
  250. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  251. install: install-am
  252. uninstall-am:
  253. uninstall: uninstall-am
  254. all-am: Makefile $(LIBRARIES) $(PROGRAMS) config.h
  255. all-redirect: all-am
  256. install-strip:
  257. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  258. installdirs:
  259. mostlyclean-generic:
  260. clean-generic:
  261. distclean-generic:
  262. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  263. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  264. maintainer-clean-generic:
  265. mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstLIBRARIES 
  266. mostlyclean-compile mostlyclean-noinstPROGRAMS 
  267. mostlyclean-tags mostlyclean-generic
  268. mostlyclean: mostlyclean-am
  269. clean-am:  clean-hdr clean-noinstLIBRARIES clean-compile 
  270. clean-noinstPROGRAMS clean-tags clean-generic 
  271. mostlyclean-am
  272. clean: clean-am
  273. distclean-am:  distclean-hdr distclean-noinstLIBRARIES distclean-compile 
  274. distclean-noinstPROGRAMS distclean-tags 
  275. distclean-generic clean-am
  276. distclean: distclean-am
  277. -rm -f config.status
  278. maintainer-clean-am:  maintainer-clean-hdr 
  279. maintainer-clean-noinstLIBRARIES 
  280. maintainer-clean-compile 
  281. maintainer-clean-noinstPROGRAMS maintainer-clean-tags 
  282. maintainer-clean-generic distclean-am
  283. @echo "This command is intended for maintainers to use;"
  284. @echo "it deletes files that may require special tools to rebuild."
  285. maintainer-clean: maintainer-clean-am
  286. -rm -f config.status
  287. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr 
  288. mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES 
  289. clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES 
  290. mostlyclean-compile distclean-compile clean-compile 
  291. maintainer-clean-compile mostlyclean-noinstPROGRAMS 
  292. distclean-noinstPROGRAMS clean-noinstPROGRAMS 
  293. maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags 
  294. clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check 
  295. check-am installcheck-am installcheck all-recursive-am install-exec-am 
  296. install-exec install-data-am install-data install-am install 
  297. uninstall-am uninstall all-redirect all-am all installdirs 
  298. mostlyclean-generic distclean-generic clean-generic 
  299. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  300. check:
  301. ./md5test | cmp -s - $(srcdir)/md5test.txt
  302. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  303. # Otherwise a system limit (for SysV at least) may be exceeded.
  304. .NOEXPORT: