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.8 2000/03/07 07:06:38 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. LANGUAGES = @LANGUAGES@
  53. MAKEINFO = @MAKEINFO@
  54. PACKAGE = @PACKAGE@
  55. VERSION = @VERSION@
  56. SUBDIRS = @LANGUAGES@
  57. htmllibdir = @htmllibdir@
  58. EXTRA_DIST = mksoftlinks rmsoftlinks lstsoftlinks README_LANG.txt
  59. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  60. mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
  61. CONFIG_CLEAN_FILES =  README_LANG.html
  62. DIST_COMMON =  Makefile.am Makefile.in README_LANG.html.in aclocal.m4 
  63. 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. README_LANG.html: $(top_builddir)/config.status README_LANG.html.in
  81. cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  82. # This directory's subdirectories are mostly independent; you can cd
  83. # into them and run `make' without going through this Makefile.
  84. # To change the values of `make' variables: instead of editing Makefiles,
  85. # (1) if the variable is set in `config.status', edit `config.status'
  86. #     (which will cause the Makefiles to be regenerated when you run `make');
  87. # (2) otherwise, pass the desired values on the `make' command line.
  88. @SET_MAKE@
  89. all-recursive install-data-recursive install-exec-recursive 
  90. installdirs-recursive install-recursive uninstall-recursive  
  91. check-recursive installcheck-recursive info-recursive dvi-recursive:
  92. @set fnord $(MAKEFLAGS); amf=$$2; 
  93. dot_seen=no; 
  94. target=`echo $@ | sed s/-recursive//`; 
  95. list='$(SUBDIRS)'; for subdir in $$list; do 
  96.   echo "Making $$target in $$subdir"; 
  97.   if test "$$subdir" = "."; then 
  98.     dot_seen=yes; 
  99.     local_target="$$target-am"; 
  100.   else 
  101.     local_target="$$target"; 
  102.   fi; 
  103.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  104.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  105. done; 
  106. if test "$$dot_seen" = "no"; then 
  107.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  108. fi; test -z "$$fail"
  109. mostlyclean-recursive clean-recursive distclean-recursive 
  110. maintainer-clean-recursive:
  111. @set fnord $(MAKEFLAGS); amf=$$2; 
  112. dot_seen=no; 
  113. rev=''; list='$(SUBDIRS)'; for subdir in $$list; do 
  114.   rev="$$subdir $$rev"; 
  115.   test "$$subdir" = "." && dot_seen=yes; 
  116. done; 
  117. test "$$dot_seen" = "no" && rev=". $$rev"; 
  118. target=`echo $@ | sed s/-recursive//`; 
  119. for subdir in $$rev; do 
  120.   echo "Making $$target in $$subdir"; 
  121.   if test "$$subdir" = "."; then 
  122.     local_target="$$target-am"; 
  123.   else 
  124.     local_target="$$target"; 
  125.   fi; 
  126.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  127.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  128. done && test -z "$$fail"
  129. tags-recursive:
  130. list='$(SUBDIRS)'; for subdir in $$list; do 
  131.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  132. done
  133. tags: TAGS
  134. ID: $(HEADERS) $(SOURCES) $(LISP)
  135. list='$(SOURCES) $(HEADERS)'; 
  136. unique=`for i in $$list; do echo $$i; done | 
  137.   awk '    { files[$$0] = 1; } 
  138.        END { for (i in files) print i; }'`; 
  139. here=`pwd` && cd $(srcdir) 
  140.   && mkid -f$$here/ID $$unique $(LISP)
  141. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  142. tags=; 
  143. here=`pwd`; 
  144. list='$(SUBDIRS)'; for subdir in $$list; do 
  145.    if test "$$subdir" = .; then :; else 
  146.     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; 
  147.    fi; 
  148. done; 
  149. list='$(SOURCES) $(HEADERS)'; 
  150. unique=`for i in $$list; do echo $$i; done | 
  151.   awk '    { files[$$0] = 1; } 
  152.        END { for (i in files) print i; }'`; 
  153. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  154.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  155. mostlyclean-tags:
  156. clean-tags:
  157. distclean-tags:
  158. -rm -f TAGS ID
  159. maintainer-clean-tags:
  160. distdir = $(PACKAGE)-$(VERSION)
  161. top_distdir = $(distdir)
  162. # This target untars the dist file and tries a VPATH configuration.  Then
  163. # it guarantees that the distribution is self-contained by making another
  164. # tarfile.
  165. distcheck: dist
  166. -rm -rf $(distdir)
  167. GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  168. mkdir $(distdir)/=build
  169. mkdir $(distdir)/=inst
  170. dc_install_base=`cd $(distdir)/=inst && pwd`; 
  171. cd $(distdir)/=build 
  172.   && ../configure --srcdir=.. --prefix=$$dc_install_base 
  173.   && $(MAKE) $(AM_MAKEFLAGS) 
  174.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  175.   && $(MAKE) $(AM_MAKEFLAGS) check 
  176.   && $(MAKE) $(AM_MAKEFLAGS) install 
  177.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  178.   && $(MAKE) $(AM_MAKEFLAGS) dist
  179. -rm -rf $(distdir)
  180. @banner="$(distdir).tar.gz is ready for distribution"; 
  181. dashes=`echo "$$banner" | sed s/./=/g`; 
  182. echo "$$dashes"; 
  183. echo "$$banner"; 
  184. echo "$$dashes"
  185. dist: distdir
  186. -chmod -R a+r $(distdir)
  187. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  188. -rm -rf $(distdir)
  189. dist-all: distdir
  190. -chmod -R a+r $(distdir)
  191. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  192. -rm -rf $(distdir)
  193. distdir: $(DISTFILES)
  194. -rm -rf $(distdir)
  195. mkdir $(distdir)
  196. -chmod 777 $(distdir)
  197. @for file in $(DISTFILES); do 
  198.   d=$(srcdir); 
  199.   if test -d $$d/$$file; then 
  200.     cp -pr $$d/$$file $(distdir)/$$file; 
  201.   else 
  202.     test -f $(distdir)/$$file 
  203.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  204.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  205.   fi; 
  206. done
  207. for subdir in $(SUBDIRS); do 
  208.   if test "$$subdir" = .; then :; else 
  209.     test -d $(distdir)/$$subdir 
  210.     || mkdir $(distdir)/$$subdir 
  211.     || exit 1; 
  212.     chmod 777 $(distdir)/$$subdir; 
  213.     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) 
  214.       || exit 1; 
  215.   fi; 
  216. done
  217. info-am:
  218. info: info-recursive
  219. dvi-am:
  220. dvi: dvi-recursive
  221. check-am: all-am
  222. check: check-recursive
  223. installcheck-am:
  224. installcheck: installcheck-recursive
  225. install-exec-am:
  226. install-exec: install-exec-recursive
  227. install-data-am:
  228. @$(NORMAL_INSTALL)
  229. $(MAKE) $(AM_MAKEFLAGS) install-data-hook
  230. install-data: install-data-recursive
  231. install-am: all-am
  232. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  233. install: install-recursive
  234. uninstall-am: uninstall-local
  235. uninstall: uninstall-recursive
  236. all-am: Makefile
  237. all-redirect: all-recursive
  238. install-strip:
  239. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  240. installdirs: installdirs-recursive
  241. installdirs-am:
  242. mostlyclean-generic:
  243. clean-generic:
  244. distclean-generic:
  245. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  246. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  247. maintainer-clean-generic:
  248. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  249. mostlyclean: mostlyclean-recursive
  250. clean-am:  clean-tags clean-generic mostlyclean-am
  251. clean: clean-recursive
  252. distclean-am:  distclean-tags distclean-generic clean-am
  253. distclean: distclean-recursive
  254. -rm -f config.status
  255. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic 
  256. distclean-am
  257. @echo "This command is intended for maintainers to use;"
  258. @echo "it deletes files that may require special tools to rebuild."
  259. maintainer-clean: maintainer-clean-recursive
  260. -rm -f config.status
  261. .PHONY: install-data-recursive uninstall-data-recursive 
  262. install-exec-recursive uninstall-exec-recursive installdirs-recursive 
  263. uninstalldirs-recursive all-recursive check-recursive 
  264. installcheck-recursive info-recursive dvi-recursive 
  265. mostlyclean-recursive distclean-recursive clean-recursive 
  266. maintainer-clean-recursive tags tags-recursive mostlyclean-tags 
  267. distclean-tags clean-tags maintainer-clean-tags distdir info-am info 
  268. dvi-am dvi check check-am installcheck-am installcheck install-exec-am 
  269. install-exec install-data-am install-data install-am install 
  270. uninstall-local uninstall-am uninstall all-redirect all-am all 
  271. installdirs-am installdirs mostlyclean-generic distclean-generic 
  272. clean-generic maintainer-clean-generic clean mostlyclean distclean 
  273. maintainer-clean
  274. @SET_MAKE@
  275. install-data-hook:
  276. @for lang in `cat ${srcdir}/*/LANGUAGE_PREF | sort | awk ' { print $$2 } ' | sort | uniq` ; do ${srcdir}/mksoftlinks $(DESTDIR)$(htmllibdir)/html $$lang ; done
  277. uninstall-local:
  278. @for lang in `cat ${srcdir}/*/LANGUAGE_PREF | sort | awk ' { print $$2 } ' | sort | uniq` ; do ${srcdir}/rmsoftlinks $(DESTDIR)$(htmllibdir)/html $$lang ; done
  279. install-perms:
  280. @$(MAKE) -$(MAKEFLAGS) install-perms-recursive
  281. @$(MAKE) -$(MAKEFLAGS) install-perms-local
  282. install-perms-recursive:
  283. @>permissions.dat
  284. @SUBDIRS="$(SUBDIRS)" ; for f in $$SUBDIRS ; do ( cd $$f && $(MAKE) $(AM_MAKEFLAGS) install-perms ) ; cat /dev/null >>$$f/permissions.dat ; cat $$f/permissions.dat >>permissions.dat ; done
  285. install-perms-local:
  286. @${srcdir}/lstsoftlinks `cat ${srcdir}/*/LANGUAGE_PREF | sort | awk ' { print $$2 } ' | sort | uniq` | sort | uniq | while read F ; 
  287. do echo "$(htmllibdir)/html/$$F 644 bin bin" ; done >>permissions.dat
  288. @echo "$(htmllibdir)/html 555 bin bin"  >>permissions.dat
  289. clone:
  290. @test -d ${srcdir}/${to} || exit 0; echo ${srcdir}/${to} already exists. ; exit 1
  291. cd ${from} && $(MAKE) clonedist
  292. mkdir ${srcdir}/${to}
  293. d=`pwd`; cd ${srcdir}/${to} && tar xzf $$d/${from}/clone.tar.gz
  294. echo ${to} >${srcdir}/${to}/LANGUAGE
  295. cd ${srcdir}/${to} ; pref=`awk ' { print $$1 }' <LANGUAGE_PREF` ; echo $$pref ${to} >LANGUAGE_PREF
  296. README_LANG.txt: README_LANG.html
  297. lynx -dump -nolist README_LANG.html >README_LANG.txt
  298. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  299. # Otherwise a system limit (for SysV at least) may be exceeded.
  300. .NOEXPORT: