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