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

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.4 2000/05/31 03:03:29 mrsam Exp $
  11. #
  12. # Copyright 2000 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. LN_S = @LN_S@
  53. MAKEINFO = @MAKEINFO@
  54. PACKAGE = @PACKAGE@
  55. VERSION = @VERSION@
  56. IMAGES = folder.gif folder2.gif folders.gif forward.gif forwardatt.gif  fullheaders.gif left.gif left2.gif print.gif reply.gif replyall.gif  right.gif right2.gif trash2.gif
  57. noinst_DATA = $(IMAGES) filelist
  58. EXTRA_DIST = $(IMAGES)
  59. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  60. mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
  61. CONFIG_CLEAN_FILES = 
  62. DATA =  $(noinst_DATA)
  63. DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
  64. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  65. TAR = gtar
  66. GZIP_ENV = --best
  67. all: all-redirect
  68. .SUFFIXES:
  69. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  70. cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
  71. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  72. cd $(top_builddir) 
  73.   && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  74. $(ACLOCAL_M4):  configure.in 
  75. cd $(srcdir) && $(ACLOCAL)
  76. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  77. $(SHELL) ./config.status --recheck
  78. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  79. cd $(srcdir) && $(AUTOCONF)
  80. tags: TAGS
  81. TAGS:
  82. distdir = $(PACKAGE)-$(VERSION)
  83. top_distdir = $(distdir)
  84. # This target untars the dist file and tries a VPATH configuration.  Then
  85. # it guarantees that the distribution is self-contained by making another
  86. # tarfile.
  87. distcheck: dist
  88. -rm -rf $(distdir)
  89. GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  90. mkdir $(distdir)/=build
  91. mkdir $(distdir)/=inst
  92. dc_install_base=`cd $(distdir)/=inst && pwd`; 
  93. cd $(distdir)/=build 
  94.   && ../configure --srcdir=.. --prefix=$$dc_install_base 
  95.   && $(MAKE) $(AM_MAKEFLAGS) 
  96.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  97.   && $(MAKE) $(AM_MAKEFLAGS) check 
  98.   && $(MAKE) $(AM_MAKEFLAGS) install 
  99.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  100.   && $(MAKE) $(AM_MAKEFLAGS) dist
  101. -rm -rf $(distdir)
  102. @banner="$(distdir).tar.gz is ready for distribution"; 
  103. dashes=`echo "$$banner" | sed s/./=/g`; 
  104. echo "$$dashes"; 
  105. echo "$$banner"; 
  106. echo "$$dashes"
  107. dist: distdir
  108. -chmod -R a+r $(distdir)
  109. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  110. -rm -rf $(distdir)
  111. dist-all: distdir
  112. -chmod -R a+r $(distdir)
  113. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  114. -rm -rf $(distdir)
  115. distdir: $(DISTFILES)
  116. -rm -rf $(distdir)
  117. mkdir $(distdir)
  118. -chmod 777 $(distdir)
  119. @for file in $(DISTFILES); do 
  120.   d=$(srcdir); 
  121.   if test -d $$d/$$file; then 
  122.     cp -pr $$d/$$file $(distdir)/$$file; 
  123.   else 
  124.     test -f $(distdir)/$$file 
  125.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  126.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  127.   fi; 
  128. done
  129. info-am:
  130. info: info-am
  131. dvi-am:
  132. dvi: dvi-am
  133. check-am: all-am
  134. check: check-am
  135. installcheck-am:
  136. installcheck: installcheck-am
  137. install-exec-am:
  138. install-exec: install-exec-am
  139. install-data-am:
  140. install-data: install-data-am
  141. install-am: all-am
  142. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  143. install: install-am
  144. uninstall-am:
  145. uninstall: uninstall-am
  146. all-am: Makefile $(DATA)
  147. all-redirect: all-am
  148. install-strip:
  149. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  150. installdirs:
  151. mostlyclean-generic:
  152. clean-generic:
  153. distclean-generic:
  154. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  155. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  156. maintainer-clean-generic:
  157. mostlyclean-am:  mostlyclean-generic
  158. mostlyclean: mostlyclean-am
  159. clean-am:  clean-generic mostlyclean-am
  160. clean: clean-am
  161. distclean-am:  distclean-generic clean-am
  162. distclean: distclean-am
  163. -rm -f config.status
  164. maintainer-clean-am:  maintainer-clean-generic distclean-am
  165. @echo "This command is intended for maintainers to use;"
  166. @echo "it deletes files that may require special tools to rebuild."
  167. maintainer-clean: maintainer-clean-am
  168. -rm -f config.status
  169. .PHONY: tags distdir info-am info dvi-am dvi check check-am 
  170. installcheck-am installcheck install-exec-am install-exec 
  171. install-data-am install-data install-am install uninstall-am uninstall 
  172. all-redirect all-am all installdirs mostlyclean-generic 
  173. distclean-generic clean-generic maintainer-clean-generic clean 
  174. mostlyclean distclean maintainer-clean
  175. filelist: Makefile
  176. echo $(IMAGES) >filelist
  177. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  178. # Otherwise a system limit (for SysV at least) may be exceeded.
  179. .NOEXPORT: