source: trunk/third/texinfo/Makefile.in @ 17660

Revision 17660, 14.7 KB checked in by zacheiss, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17659, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated by automake 1.6 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Makefile.am for texinfo.
18# $Id: Makefile.in,v 1.1.1.1 2002-06-05 22:17:47 zacheiss Exp $
19# Process this file with automake to produce Makefile.in in all directories.
20#
21# This file is free software; as a special exception the author gives
22# unlimited permission to copy and/or distribute it, with or without
23# modifications, as long as this notice is preserved.
24#
25# This program is distributed in the hope that it will be useful, but
26# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
27# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
28SHELL = @SHELL@
29
30srcdir = @srcdir@
31top_srcdir = @top_srcdir@
32VPATH = @srcdir@
33prefix = @prefix@
34exec_prefix = @exec_prefix@
35
36bindir = @bindir@
37sbindir = @sbindir@
38libexecdir = @libexecdir@
39datadir = @datadir@
40sysconfdir = @sysconfdir@
41sharedstatedir = @sharedstatedir@
42localstatedir = @localstatedir@
43libdir = @libdir@
44infodir = @infodir@
45mandir = @mandir@
46includedir = @includedir@
47oldincludedir = /usr/include
48pkgdatadir = $(datadir)/@PACKAGE@
49pkglibdir = $(libdir)/@PACKAGE@
50pkgincludedir = $(includedir)/@PACKAGE@
51top_builddir = .
52
53ACLOCAL = @ACLOCAL@
54AUTOCONF = @AUTOCONF@
55AUTOMAKE = @AUTOMAKE@
56AUTOHEADER = @AUTOHEADER@
57
58am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
59INSTALL = @INSTALL@
60INSTALL_PROGRAM = @INSTALL_PROGRAM@
61INSTALL_DATA = @INSTALL_DATA@
62install_sh_DATA = $(install_sh) -c -m 644
63install_sh_PROGRAM = $(install_sh) -c
64INSTALL_SCRIPT = @INSTALL_SCRIPT@
65INSTALL_HEADER = $(INSTALL_DATA)
66transform = @program_transform_name@
67NORMAL_INSTALL = :
68PRE_INSTALL = :
69POST_INSTALL = :
70NORMAL_UNINSTALL = :
71PRE_UNINSTALL = :
72POST_UNINSTALL = :
73host_alias = @host_alias@
74host_triplet = @host@
75
76EXEEXT = @EXEEXT@
77OBJEXT = @OBJEXT@
78PATH_SEPARATOR = @PATH_SEPARATOR@
79AMTAR = @AMTAR@
80AWK = @AWK@
81BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
82CATOBJEXT = @CATOBJEXT@
83CC = @CC@
84DATADIRNAME = @DATADIRNAME@
85DEPDIR = @DEPDIR@
86GENCAT = @GENCAT@
87GLIBC21 = @GLIBC21@
88GMSGFMT = @GMSGFMT@
89HAVE_LIB = @HAVE_LIB@
90INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
91INSTOBJEXT = @INSTOBJEXT@
92INTLBISON = @INTLBISON@
93INTLLIBS = @INTLLIBS@
94INTLOBJS = @INTLOBJS@
95INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
96LIB = @LIB@
97LIBICONV = @LIBICONV@
98LIBINTL = @LIBINTL@
99LTLIB = @LTLIB@
100LTLIBICONV = @LTLIBICONV@
101LTLIBINTL = @LTLIBINTL@
102MKINSTALLDIRS = @MKINSTALLDIRS@
103PACKAGE = @PACKAGE@
104POSUB = @POSUB@
105RANLIB = @RANLIB@
106STRIP = @STRIP@
107TERMLIBS = @TERMLIBS@
108USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
109USE_NLS = @USE_NLS@
110VERSION = @VERSION@
111am__include = @am__include@
112am__quote = @am__quote@
113install_sh = @install_sh@
114
115# Be sure we're using the right version of Automake.
116AUTOMAKE_OPTIONS = 1.4 readme-alpha
117
118# Additional files to distribute.
119EXTRA_DIST = COPYING.DOC INTRODUCTION config.rpath dir-example djgpp
120
121# This is to prevent texinfo.tex from being included in the top-level
122# distribution directory.
123TEXINFO_TEX = doc/texinfo.tex
124
125# All subdirectories.
126# Do intl, m4, and lib first since the C programs depend on them.
127# Do doc last so makeinfo will be built when we get there.
128# Others are alphabetical.
129SUBDIRS = intl m4 lib info makeinfo po util doc
130
131# for gettext.
132ACLOCAL_AMFLAGS = -I m4
133subdir = .
134ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
135mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
136CONFIG_HEADER = config.h
137CONFIG_CLEAN_FILES = intl/Makefile
138DIST_SOURCES =
139
140RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
141        uninstall-info-recursive all-recursive install-data-recursive \
142        install-exec-recursive installdirs-recursive install-recursive \
143        uninstall-recursive check-recursive installcheck-recursive
144DIST_COMMON = README ABOUT-NLS AUTHORS COPYING COPYING.DOC ChangeLog \
145        INSTALL Makefile.am Makefile.in NEWS TODO acinclude.m4 \
146        aclocal.m4 config.guess config.in config.rpath config.sub \
147        configure configure.ac depcomp install-sh missing mkinstalldirs
148DIST_SUBDIRS = $(SUBDIRS)
149all: config.h
150        $(MAKE) $(AM_MAKEFLAGS) all-recursive
151
152.SUFFIXES:
153$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
154        cd $(top_srcdir) && \
155          $(AUTOMAKE) --gnu  Makefile
156Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
157        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
158
159$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
160        $(SHELL) ./config.status --recheck
161$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
162        cd $(srcdir) && $(AUTOCONF)
163
164$(ACLOCAL_M4):  configure.ac acinclude.m4 m4/codeset.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/progtest.m4
165        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
166
167config.h: stamp-h1
168        @if test ! -f $@; then \
169          rm -f stamp-h1; \
170          $(MAKE) stamp-h1; \
171        else :; fi
172
173stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
174        @rm -f stamp-h1
175        cd $(top_builddir) && $(SHELL) ./config.status config.h
176
177$(srcdir)/config.in:  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
178        cd $(top_srcdir) && $(AUTOHEADER)
179        touch $(srcdir)/config.in
180
181distclean-hdr:
182        -rm -f config.h
183intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
184        cd $(top_builddir) && $(SHELL) ./config.status $@
185.PHONY install-info: install-info-recursive
186install-info-am:
187uninstall-info-am:
188
189# This directory's subdirectories are mostly independent; you can cd
190# into them and run `make' without going through this Makefile.
191# To change the values of `make' variables: instead of editing Makefiles,
192# (1) if the variable is set in `config.status', edit `config.status'
193#     (which will cause the Makefiles to be regenerated when you run `make');
194# (2) otherwise, pass the desired values on the `make' command line.
195$(RECURSIVE_TARGETS):
196        @set fnord $(MAKEFLAGS); amf=$$2; \
197        dot_seen=no; \
198        target=`echo $@ | sed s/-recursive//`; \
199        list='$(SUBDIRS)'; for subdir in $$list; do \
200          echo "Making $$target in $$subdir"; \
201          if test "$$subdir" = "."; then \
202            dot_seen=yes; \
203            local_target="$$target-am"; \
204          else \
205            local_target="$$target"; \
206          fi; \
207          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
208           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
209        done; \
210        if test "$$dot_seen" = "no"; then \
211          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
212        fi; test -z "$$fail"
213
214mostlyclean-recursive clean-recursive distclean-recursive \
215maintainer-clean-recursive:
216        @set fnord $(MAKEFLAGS); amf=$$2; \
217        dot_seen=no; \
218        case "$@" in \
219          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
220          *) list='$(SUBDIRS)' ;; \
221        esac; \
222        rev=''; for subdir in $$list; do \
223          if test "$$subdir" = "."; then :; else \
224            rev="$$subdir $$rev"; \
225          fi; \
226        done; \
227        rev="$$rev ."; \
228        target=`echo $@ | sed s/-recursive//`; \
229        for subdir in $$rev; do \
230          echo "Making $$target in $$subdir"; \
231          if test "$$subdir" = "."; then \
232            local_target="$$target-am"; \
233          else \
234            local_target="$$target"; \
235          fi; \
236          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
237           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
238        done && test -z "$$fail"
239tags-recursive:
240        list='$(SUBDIRS)'; for subdir in $$list; do \
241          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
242        done
243
244ETAGS = etags
245ETAGSFLAGS =
246
247tags: TAGS
248
249ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
250        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
251        unique=`for i in $$list; do \
252            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
253          done | \
254          $(AWK) '    { files[$$0] = 1; } \
255               END { for (i in files) print i; }'`; \
256        mkid -fID $$unique
257
258TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
259                $(TAGS_FILES) $(LISP)
260        tags=; \
261        here=`pwd`; \
262        list='$(SUBDIRS)'; for subdir in $$list; do \
263          if test "$$subdir" = .; then :; else \
264            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
265          fi; \
266        done; \
267        list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
268        unique=`for i in $$list; do \
269            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
270          done | \
271          $(AWK) '    { files[$$0] = 1; } \
272               END { for (i in files) print i; }'`; \
273        test -z "$(ETAGS_ARGS)$$tags$$unique" \
274          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
275             $$tags $$unique
276
277GTAGS:
278        here=`$(am__cd) $(top_builddir) && pwd` \
279          && cd $(top_srcdir) \
280          && gtags -i $(GTAGS_ARGS) $$here
281
282distclean-tags:
283        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
284DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
285
286top_distdir = .
287distdir = $(PACKAGE)-$(VERSION)
288
289am__remove_distdir = \
290  { test ! -d $(distdir) \
291    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
292         && rm -fr $(distdir); }; }
293
294GZIP_ENV = --best
295distcleancheck_listfiles = find . -type f -print
296
297distdir: $(DISTFILES)
298        $(am__remove_distdir)
299        mkdir $(distdir)
300        $(mkinstalldirs) $(distdir)/intl $(distdir)/po
301        @for file in $(DISTFILES); do \
302          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
303          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
304          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
305            dir="/$$dir"; \
306            $(mkinstalldirs) "$(distdir)$$dir"; \
307          else \
308            dir=''; \
309          fi; \
310          if test -d $$d/$$file; then \
311            cp -pR $$d/$$file $(distdir)$$dir \
312            || exit 1; \
313          else \
314            test -f $(distdir)/$$file \
315            || cp -p $$d/$$file $(distdir)/$$file \
316            || exit 1; \
317          fi; \
318        done
319        list='$(SUBDIRS)'; for subdir in $$list; do \
320          if test "$$subdir" = .; then :; else \
321            test -d $(distdir)/$$subdir \
322            || mkdir $(distdir)/$$subdir \
323            || exit 1; \
324            (cd $$subdir && \
325              $(MAKE) $(AM_MAKEFLAGS) \
326                top_distdir="$(top_distdir)" \
327                distdir=../$(distdir)/$$subdir \
328                distdir) \
329              || exit 1; \
330          fi; \
331        done
332        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
333          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
334          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
335          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
336        || chmod -R a+r $(distdir)
337dist-gzip: distdir
338        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
339        $(am__remove_distdir)
340
341dist dist-all: distdir
342        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
343        $(am__remove_distdir)
344
345# This target untars the dist file and tries a VPATH configuration.  Then
346# it guarantees that the distribution is self-contained by making another
347# tarfile.
348distcheck: dist
349        $(am__remove_distdir)
350        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
351        chmod -R a-w $(distdir); chmod a+w $(distdir)
352        mkdir $(distdir)/=build
353        mkdir $(distdir)/=inst
354        chmod a-w $(distdir)
355        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
356          && cd $(distdir)/=build \
357          && ../configure --srcdir=.. --prefix=$$dc_install_base \
358            --with-included-gettext \
359            $(DISTCHECK_CONFIGURE_FLAGS) \
360          && $(MAKE) $(AM_MAKEFLAGS) \
361          && $(MAKE) $(AM_MAKEFLAGS) dvi \
362          && $(MAKE) $(AM_MAKEFLAGS) check \
363          && $(MAKE) $(AM_MAKEFLAGS) install \
364          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
365          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
366          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
367              || { echo "ERROR: files left after uninstall:" ; \
368                   find $$dc_install_base -type f -print ; \
369                   exit 1; } >&2 ) \
370          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
371          && rm -f $(distdir).tar.gz \
372          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
373        $(am__remove_distdir)
374        @echo "$(distdir).tar.gz is ready for distribution" | \
375          sed 'h;s/./=/g;p;x;p;x'
376distcleancheck: distclean
377        if test '$(srcdir)' = . ; then \
378          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
379          exit 1 ; \
380        fi
381        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
382          || { echo "ERROR: files left after distclean:" ; \
383               $(distcleancheck_listfiles) ; \
384               true; } >&2
385check-am: all-am
386check: check-recursive
387all-am: Makefile config.h
388installdirs: installdirs-recursive
389installdirs-am:
390
391install: install-recursive
392install-exec: install-exec-recursive
393install-data: install-data-recursive
394uninstall: uninstall-recursive
395
396install-am: all-am
397        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
398
399installcheck: installcheck-recursive
400install-strip:
401        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
402          INSTALL_STRIP_FLAG=-s \
403          `test -z '$(STRIP)' || \
404            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
405mostlyclean-generic:
406
407clean-generic:
408
409distclean-generic:
410        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
411
412maintainer-clean-generic:
413        @echo "This command is intended for maintainers to use"
414        @echo "it deletes files that may require special tools to rebuild."
415clean: clean-recursive
416
417clean-am: clean-generic mostlyclean-am
418
419distclean: distclean-recursive
420        -rm -f config.status config.cache config.log
421distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
422
423dvi: dvi-recursive
424
425dvi-am:
426
427info: info-recursive
428
429info-am:
430
431install-data-am:
432
433install-exec-am:
434
435install-man:
436
437installcheck-am:
438
439maintainer-clean: maintainer-clean-recursive
440
441maintainer-clean-am: distclean-am maintainer-clean-generic
442
443mostlyclean: mostlyclean-recursive
444
445mostlyclean-am: mostlyclean-generic
446
447uninstall-am: uninstall-info-am
448
449uninstall-info: uninstall-info-recursive
450
451.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
452        clean-generic clean-recursive dist dist-all dist-gzip distcheck \
453        distclean distclean-generic distclean-hdr distclean-recursive \
454        distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
455        info info-am info-recursive install install-am install-data \
456        install-data-am install-data-recursive install-exec \
457        install-exec-am install-exec-recursive install-info-am \
458        install-info-recursive install-man install-recursive \
459        install-strip installcheck installcheck-am installdirs \
460        installdirs-am installdirs-recursive maintainer-clean \
461        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
462        mostlyclean-generic mostlyclean-recursive tags tags-recursive \
463        uninstall uninstall-am uninstall-info-am \
464        uninstall-info-recursive uninstall-recursive
465
466
467# One special target for them to use by hand.
468install-tex:
469        cd doc && $(MAKE) TEXMF=$(TEXMF) install-tex
470# Tell versions [3.59,3.63) of GNU make to not export all variables.
471# Otherwise a system limit (for SysV at least) may be exceeded.
472.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.