4
0

Makefile.in 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. # Makefile.in generated automatically by automake 1.1n from Makefile.am
  2. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
  3. # This Makefile.in is free software; the Free Software Foundation
  4. # gives unlimited permission to copy, distribute and modify it.
  5. # Main Makefile for GNU tar.
  6. # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
  7. # This program is free software; you can redistribute it and/or modify
  8. # it under the terms of the GNU General Public License as published by
  9. # the Free Software Foundation; either version 2, or (at your option)
  10. # any later version.
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. # GNU General Public License for more details.
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program; if not, write to the Free Software
  17. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  18. # 02111-1307, USA.
  19. SHELL = /bin/sh
  20. srcdir = @srcdir@
  21. top_srcdir = @top_srcdir@
  22. VPATH = @srcdir@
  23. prefix = @prefix@
  24. exec_prefix = @exec_prefix@
  25. bindir = @bindir@
  26. sbindir = @sbindir@
  27. libexecdir = @libexecdir@
  28. datadir = @datadir@
  29. sysconfdir = @sysconfdir@
  30. sharedstatedir = @sharedstatedir@
  31. localstatedir = @localstatedir@
  32. libdir = @libdir@
  33. infodir = @infodir@
  34. mandir = @mandir@
  35. includedir = @includedir@
  36. oldincludedir = /usr/include
  37. pkgdatadir = $(datadir)/@PACKAGE@
  38. pkglibdir = $(libdir)/@PACKAGE@
  39. pkgincludedir = $(includedir)/@PACKAGE@
  40. top_builddir = .
  41. ACLOCAL = @ACLOCAL@
  42. AUTOCONF = @AUTOCONF@
  43. AUTOMAKE = @AUTOMAKE@
  44. AUTOHEADER = @AUTOHEADER@
  45. INSTALL = @INSTALL@
  46. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  47. INSTALL_DATA = @INSTALL_DATA@
  48. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  49. transform = @program_transform_name@
  50. NORMAL_INSTALL = true
  51. PRE_INSTALL = true
  52. POST_INSTALL = true
  53. NORMAL_UNINSTALL = true
  54. PRE_UNINSTALL = true
  55. POST_UNINSTALL = true
  56. ACLOCAL = @ACLOCAL@
  57. AUTOCONF = @AUTOCONF@
  58. AUTOHEADER = @AUTOHEADER@
  59. AUTOMAKE = @AUTOMAKE@
  60. CATALOGS = @CATALOGS@
  61. CATOBJEXT = @CATOBJEXT@
  62. CC = @CC@
  63. DATADIRNAME = @DATADIRNAME@
  64. ECHO_C = @ECHO_C@
  65. ECHO_N = @ECHO_N@
  66. GENCAT = @GENCAT@
  67. GMOFILES = @GMOFILES@
  68. GMSGFMT = @GMSGFMT@
  69. GT_NO = @GT_NO@
  70. GT_YES = @GT_YES@
  71. INSTOBJEXT = @INSTOBJEXT@
  72. INTLDEPS = @INTLDEPS@
  73. INTLLIBS = @INTLLIBS@
  74. INTLOBJS = @INTLOBJS@
  75. MAKEINFO = @MAKEINFO@
  76. MKINSTALLDIRS = @MKINSTALLDIRS@
  77. MSGFMT = @MSGFMT@
  78. PACKAGE = @PACKAGE@
  79. POFILES = @POFILES@
  80. POSUB = @POSUB@
  81. RANLIB = @RANLIB@
  82. RMT = @RMT@
  83. U = @U@
  84. USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
  85. USE_NLS = @USE_NLS@
  86. VERSION = @VERSION@
  87. YACC = @YACC@
  88. AUTOMAKE_OPTIONS = gnits dist-shar
  89. BABYL = rmail/* admin/*/RMAIL
  90. EXTRA_DIST = AC-PATCHES AM-PATCHES BI-PATCHES PORTS rebox.el
  91. SUBDIRS = doc lib intl src scripts po tests
  92. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  93. CONFIG_HEADER_IN = config.h.in
  94. CONFIG_HEADER_FULL = config.h
  95. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  96. CONFIG_HEADER = config.h
  97. CONFIG_CLEAN_FILES =
  98. DIST_COMMON = README ABOUT-NLS AUTHORS BACKLOG COPYING ChangeLog \
  99. INSTALL Makefile.am Makefile.in NEWS THANKS TODO acconfig.h \
  100. acinclude.m4 aclocal.m4 config.h.in configure configure.in install-sh \
  101. missing mkinstalldirs stamp-h.in
  102. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  103. TAR = tar
  104. GZIP = --best
  105. default: all
  106. .SUFFIXES:
  107. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  108. cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile
  109. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  110. cd $(top_builddir) \
  111. && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  112. $(srcdir)/aclocal.m4: configure.in acinclude.m4
  113. cd $(srcdir) && $(ACLOCAL)
  114. config.status: configure
  115. $(SHELL) ./config.status --recheck
  116. $(srcdir)/configure: configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  117. cd $(srcdir) && $(AUTOCONF)
  118. $(CONFIG_HEADER): stamp-h
  119. stamp-h: $(CONFIG_HEADER_IN) $(top_builddir)/config.status
  120. cd $(top_builddir) \
  121. && CONFIG_FILES= CONFIG_HEADERS=$(CONFIG_HEADER_FULL) \
  122. $(SHELL) ./config.status
  123. @echo timestamp > stamp-h
  124. $(srcdir)/$(CONFIG_HEADER_IN): stamp-h.in
  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
  128. mostlyclean-hdr:
  129. clean-hdr:
  130. distclean-hdr:
  131. rm -f $(CONFIG_HEADER)
  132. maintainer-clean-hdr:
  133. # This directory's subdirectories are mostly independent; you can cd
  134. # into them and run `make' without going through this Makefile.
  135. # To change the values of `make' variables: instead of editing Makefiles,
  136. # (1) if the variable is set in `config.status', edit `config.status'
  137. # (which will cause the Makefiles to be regenerated when you run `make');
  138. # (2) otherwise, pass the desired values on the `make' command line.
  139. @SET_MAKE@
  140. all-recursive install-data-recursive install-exec-recursive \
  141. installdirs-recursive install-recursive uninstall-recursive \
  142. check-recursive installcheck-recursive info-recursive dvi-recursive \
  143. mostlyclean-recursive clean-recursive distclean-recursive \
  144. maintainer-clean-recursive:
  145. @for subdir in $(SUBDIRS); do \
  146. target=`echo $@ | sed s/-recursive//`; \
  147. echo "Making $$target in $$subdir"; \
  148. (cd $$subdir && $(MAKE) $$target) \
  149. || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
  150. done && test -z "$$fail"
  151. tags-recursive:
  152. list='$(SUBDIRS)'; for subdir in $$list; do \
  153. (cd $$subdir && $(MAKE) tags); \
  154. done
  155. tags: TAGS
  156. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES)
  157. tags=; \
  158. here=`pwd`; \
  159. list='$(SUBDIRS)'; for subdir in $$list; do \
  160. test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  161. done; \
  162. test -z "$(ETAGS_ARGS)config.h.in$(SOURCES)$(HEADERS)$$tags" \
  163. || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $(SOURCES) $(HEADERS) -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. # This target untars the dist file and tries a VPATH configuration. Then
  171. # it guarantees that the distribution is self-contained by making another
  172. # tarfile.
  173. distcheck: dist
  174. rm -rf $(distdir)
  175. GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz --mode=a+r
  176. mkdir $(distdir)/=build
  177. mkdir $(distdir)/=inst
  178. dc_install_base=`cd $(distdir)/=inst && pwd`; \
  179. cd $(distdir)/=build \
  180. && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
  181. && $(MAKE) \
  182. && $(MAKE) dvi \
  183. && $(MAKE) check \
  184. && $(MAKE) install \
  185. && $(MAKE) installcheck \
  186. && $(MAKE) dist
  187. rm -rf $(distdir)
  188. @echo "========================"; \
  189. echo "$(distdir).tar.gz is ready for distribution"; \
  190. echo "========================"
  191. dist: distdir
  192. -chmod -R a+r $(distdir)
  193. GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz --mode=a+r $(distdir)
  194. rm -rf $(distdir)
  195. dist-shar: distdir
  196. -chmod -R a+r $(distdir)
  197. rm -rf $(distdir)
  198. dist-all: distdir
  199. -chmod -R a+r $(distdir)
  200. GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz --mode=a+r $(distdir)
  201. rm -rf $(distdir)
  202. distdir: $(DISTFILES)
  203. @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \
  204. echo "NEWS not updated; not releasing" 1>&2; \
  205. exit 1; \
  206. fi
  207. rm -rf $(distdir)
  208. mkdir $(distdir)
  209. -chmod 755 $(distdir)
  210. @for file in $(DISTFILES); do \
  211. d=$(srcdir); \
  212. test -f $(distdir)/$$file \
  213. || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  214. || cp -p $$d/$$file $(distdir)/$$file; \
  215. done
  216. for subdir in $(SUBDIRS); do \
  217. test -d $(distdir)/$$subdir \
  218. || mkdir $(distdir)/$$subdir \
  219. || exit 1; \
  220. chmod 755 $(distdir)/$$subdir; \
  221. (cd $$subdir && $(MAKE) distdir=../$(distdir)/$$subdir distdir) \
  222. || exit 1; \
  223. done
  224. info: info-recursive
  225. dvi: dvi-recursive
  226. check: all-am
  227. $(MAKE) check-recursive
  228. installcheck: installcheck-recursive
  229. all-recursive-am: $(CONFIG_HEADER)
  230. $(MAKE) all-recursive
  231. all-am: Makefile config.h all-local
  232. install-exec: install-exec-recursive
  233. @$(NORMAL_INSTALL)
  234. install-data: install-data-recursive
  235. @$(NORMAL_INSTALL)
  236. install: install-recursive
  237. @:
  238. uninstall: uninstall-recursive
  239. all: all-recursive-am all-am
  240. install-strip:
  241. $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  242. installdirs: installdirs-recursive
  243. mostlyclean-generic:
  244. test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  245. clean-generic:
  246. test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  247. distclean-generic:
  248. rm -f Makefile $(DISTCLEANFILES)
  249. rm -f config.cache config.log stamp-h
  250. test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  251. maintainer-clean-generic:
  252. test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  253. test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  254. mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  255. clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
  256. distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
  257. maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
  258. maintainer-clean-generic distclean-am
  259. mostlyclean: mostlyclean-recursive mostlyclean-am
  260. clean: clean-recursive clean-am
  261. distclean: distclean-recursive distclean-am
  262. rm -f config.status
  263. maintainer-clean: maintainer-clean-recursive maintainer-clean-am
  264. @echo "This command is intended for maintainers to use;"
  265. @echo "it deletes files that may require special tools to rebuild."
  266. rm -f config.status
  267. .PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
  268. maintainer-clean-hdr install-data-recursive uninstall-data-recursive \
  269. install-exec-recursive uninstall-exec-recursive installdirs-recursive \
  270. uninstalldirs-recursive all-recursive check-recursive \
  271. installcheck-recursive info-recursive dvi-recursive \
  272. mostlyclean-recursive distclean-recursive clean-recursive \
  273. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  274. distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
  275. installcheck all-recursive-am all-am install-exec install-data install \
  276. uninstall all installdirs mostlyclean-generic distclean-generic \
  277. clean-generic maintainer-clean-generic clean mostlyclean distclean \
  278. maintainer-clean
  279. all-local: $(CONFIG_HEADER)
  280. id: ID
  281. ID:
  282. cd lib && $(MAKE) $@
  283. cd src && $(MAKE) $@
  284. dist-zoo: $(DISTFILES)
  285. rm -rf $(distdir)
  286. mkdir $(distdir)
  287. distdir=`cd $(distdir) && pwd` \
  288. && cd $(srcdir) \
  289. && automake --include-deps --output-dir=$$distdir
  290. @for file in $(DISTFILES); do \
  291. test -f $(distdir)/$$file \
  292. || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  293. done
  294. for subdir in $(SUBDIRS); do \
  295. test -d $(distdir)/$$subdir \
  296. || mkdir $(distdir)/$$subdir \
  297. || exit 1; \
  298. chmod 777 $(distdir)/$$subdir; \
  299. (cd $$subdir && $(MAKE) dist) || exit 1; \
  300. done
  301. @sublist="$(DIST_SUBDIRS)"; \
  302. for dir in $$sublist; do \
  303. echo copying directory $$dir; \
  304. tar -chf - $$dir | (cd $(distdir) && tar -xBpf -); \
  305. done
  306. chmod -R a+r $(distdir)
  307. find $(distdir) -type f | xargs dosfn
  308. # find $(distdir) -type f | xargs recode :ibmpc
  309. mv $(distdir) $(PACKAGE)
  310. find $(PACKAGE) -type f | zoo ahIq $(PACKAGE).zoo
  311. rm -rf $(PACKAGE)
  312. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  313. # Otherwise a system limit (for SysV at least) may be exceeded.
  314. .NOEXPORT: