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