OSDN Git Service

update
[pf3gnuchains/gcc-fork.git] / texinfo / Makefile.in
1 # Makefile.in generated automatically by automake 1.2e from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 # Be sure we're using the right version of Automake.
14 # 1.2f was the first version that supported .txi as a Texinfo suffix.
15
16
17 SHELL = @SHELL@
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 prefix = @prefix@
23 exec_prefix = @exec_prefix@
24
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
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
41
42 top_builddir = .
43
44 ACLOCAL = @ACLOCAL@
45 AUTOCONF = @AUTOCONF@
46 AUTOMAKE = @AUTOMAKE@
47 AUTOHEADER = @AUTOHEADER@
48
49 INSTALL = @INSTALL@
50 INSTALL_PROGRAM = @INSTALL_PROGRAM@
51 INSTALL_DATA = @INSTALL_DATA@
52 INSTALL_SCRIPT = @INSTALL_SCRIPT@
53 transform = @program_transform_name@
54
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 CATALOGS = @CATALOGS@
62 CATOBJEXT = @CATOBJEXT@
63 CC = @CC@
64 DATADIRNAME = @DATADIRNAME@
65 EXEEXT = @EXEEXT@
66 GENCAT = @GENCAT@
67 GMOFILES = @GMOFILES@
68 GMSGFMT = @GMSGFMT@
69 GT_NO = @GT_NO@
70 GT_YES = @GT_YES@
71 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
72 INSTALL = @INSTALL@
73 INSTALL_DATA = @INSTALL_DATA@
74 INSTALL_PROGRAM = @INSTALL_PROGRAM@
75 INSTOBJEXT = @INSTOBJEXT@
76 INTLDEPS = @INTLDEPS@
77 INTLLIBS = @INTLLIBS@
78 INTLOBJS = @INTLOBJS@
79 MAINT = @MAINT@
80 MAKEINFO = @MAKEINFO@
81 MKINSTALLDIRS = @MKINSTALLDIRS@
82 MSGFMT = @MSGFMT@
83 PACKAGE = @PACKAGE@
84 POFILES = @POFILES@
85 POSUB = @POSUB@
86 RANLIB = @RANLIB@
87 TERMLIBS = @TERMLIBS@
88 TEXCONFIG = @TEXCONFIG@
89 TEXMF = @TEXMF@
90 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
91 USE_NLS = @USE_NLS@
92 VERSION = @VERSION@
93 l = @l@
94
95 AUTOMAKE_OPTIONS = 1.2f
96
97 # Additional files to distribute.
98 EXTRA_DIST = INTRODUCTION dir-example
99
100 # All subdirectories.
101 # Do intl/ and lib/ first since the C programs depend on them.
102 # Do doc/ last so makeinfo will be built when we get there.
103 # Others are alphabetical.
104 SUBDIRS = intl lib info makeinfo po util doc
105 # ??? For EGCS, only build the stuff we actually need.  This eliminates the
106 # need for xgettext that exists in the po subdirectory.
107 SUBDIRS = intl lib makeinfo
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
110 CONFIG_HEADER = config.h
111 CONFIG_CLEAN_FILES = 
112 DIST_COMMON =  README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL \
113 Makefile.am Makefile.in NEWS THANKS TODO acconfig.h acinclude.m4 \
114 aclocal.m4 config.guess config.h.in config.sub configure configure.in \
115 missing mkinstalldirs stamp-h.in texinfo.tex
116
117
118 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
119
120 TAR = tar
121 GZIP = --best
122 default: all
123
124 .SUFFIXES:
125 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
126         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
127
128 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
129         cd $(top_builddir) \
130           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
131
132 $(ACLOCAL_M4): @MAINT@ configure.in  acinclude.m4
133         cd $(srcdir) && $(ACLOCAL)
134
135 config.status: $(srcdir)/configure
136         $(SHELL) ./config.status --recheck
137 $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
138         cd $(srcdir) && $(AUTOCONF)
139
140 config.h: stamp-h
141         @:
142 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
143         cd $(top_builddir) \
144           && CONFIG_FILES= CONFIG_HEADERS=config.h \
145              $(SHELL) ./config.status
146         @echo timestamp > stamp-h
147 $(srcdir)/config.h.in: @MAINT@$(srcdir)/stamp-h.in
148 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
149         cd $(top_srcdir) && $(AUTOHEADER)
150         @echo timestamp > $(srcdir)/stamp-h.in
151
152 mostlyclean-hdr:
153
154 clean-hdr:
155
156 distclean-hdr:
157         -rm -f config.h
158
159 maintainer-clean-hdr:
160
161 # This directory's subdirectories are mostly independent; you can cd
162 # into them and run `make' without going through this Makefile.
163 # To change the values of `make' variables: instead of editing Makefiles,
164 # (1) if the variable is set in `config.status', edit `config.status'
165 #     (which will cause the Makefiles to be regenerated when you run `make');
166 # (2) otherwise, pass the desired values on the `make' command line.
167
168 @SET_MAKE@
169
170 all-recursive install-data-recursive install-exec-recursive \
171 installdirs-recursive install-recursive uninstall-recursive  \
172 check-recursive installcheck-recursive info-recursive dvi-recursive:
173         @set fnord $(MAKEFLAGS); amf=$$2; \
174         list='$(SUBDIRS)'; for subdir in $$list; do \
175           target=`echo $@ | sed s/-recursive//`; \
176           echo "Making $$target in $$subdir"; \
177           (cd $$subdir && $(MAKE) $$target) \
178            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
179         done && test -z "$$fail"
180
181 mostlyclean-recursive clean-recursive distclean-recursive \
182 maintainer-clean-recursive:
183         @set fnord $(MAKEFLAGS); amf=$$2; \
184         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
185           rev="$$subdir $$rev"; \
186         done; \
187         for subdir in $$rev; do \
188           target=`echo $@ | sed s/-recursive//`; \
189           echo "Making $$target in $$subdir"; \
190           (cd $$subdir && $(MAKE) $$target) \
191            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
192         done && test -z "$$fail"
193 tags-recursive:
194         list='$(SUBDIRS)'; for subdir in $$list; do \
195           (cd $$subdir && $(MAKE) tags); \
196         done
197
198 tags: TAGS
199
200 ID: $(HEADERS) $(SOURCES) $(LISP)
201         here=`pwd` && cd $(srcdir) \
202           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
203
204 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
205         tags=; \
206         here=`pwd`; \
207         list='$(SUBDIRS)'; for subdir in $$list; do \
208           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
209         done; \
210         list='$(SOURCES) $(HEADERS)'; \
211         unique=`for i in $$list; do echo $$i; done | \
212           awk '    { files[$$0] = 1; } \
213                END { for (i in files) print i; }'`; \
214         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
215           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
216
217 mostlyclean-tags:
218
219 clean-tags:
220
221 distclean-tags:
222         -rm -f TAGS ID
223
224 maintainer-clean-tags:
225
226 distdir = $(PACKAGE)-$(VERSION)
227 top_distdir = $(distdir)
228
229 # This target untars the dist file and tries a VPATH configuration.  Then
230 # it guarantees that the distribution is self-contained by making another
231 # tarfile.
232 distcheck: dist
233         -rm -rf $(distdir)
234         GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
235         mkdir $(distdir)/=build
236         mkdir $(distdir)/=inst
237         dc_install_base=`cd $(distdir)/=inst && pwd`; \
238         cd $(distdir)/=build \
239           && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
240           && $(MAKE) \
241           && $(MAKE) dvi \
242           && $(MAKE) check \
243           && $(MAKE) install \
244           && $(MAKE) installcheck \
245           && $(MAKE) dist
246         -rm -rf $(distdir)
247         @echo "========================"; \
248         echo "$(distdir).tar.gz is ready for distribution"; \
249         echo "========================"
250 dist: distdir
251         -chmod -R a+r $(distdir)
252         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
253         -rm -rf $(distdir)
254 dist-all: distdir
255         -chmod -R a+r $(distdir)
256         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
257         -rm -rf $(distdir)
258 distdir: $(DISTFILES)
259         -rm -rf $(distdir)
260         mkdir $(distdir)
261         -chmod 777 $(distdir)
262         here=`cd $(top_builddir) && pwd`; \
263         top_distdir=`cd $(distdir) && pwd`; \
264         distdir=`cd $(distdir) && pwd`; \
265         cd $(top_srcdir) \
266           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
267         @for file in $(DISTFILES); do \
268           d=$(srcdir); \
269           test -f $(distdir)/$$file \
270           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
271           || cp -p $$d/$$file $(distdir)/$$file; \
272         done
273         for subdir in $(SUBDIRS); do \
274           test -d $(distdir)/$$subdir \
275           || mkdir $(distdir)/$$subdir \
276           || exit 1; \
277           chmod 777 $(distdir)/$$subdir; \
278           (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
279             || exit 1; \
280         done
281 info: info-recursive
282 dvi: dvi-recursive
283 check: all-am
284         $(MAKE) check-recursive
285 installcheck: installcheck-recursive
286 all-recursive-am: config.h
287         $(MAKE) all-recursive
288
289 all-am: Makefile config.h
290
291 install-exec: install-exec-recursive
292         @$(NORMAL_INSTALL)
293
294 install-data: install-data-recursive
295         @$(NORMAL_INSTALL)
296
297 install: install-recursive
298         @:
299
300 uninstall: uninstall-recursive
301
302 all: all-recursive-am all-am
303
304 install-strip:
305         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
306 installdirs: installdirs-recursive
307
308
309 mostlyclean-generic:
310         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
311
312 clean-generic:
313         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
314
315 distclean-generic:
316         -rm -f Makefile $(DISTCLEANFILES)
317         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
318         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
319
320 maintainer-clean-generic:
321         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
322         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
323 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
324
325 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
326
327 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
328
329 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
330                 maintainer-clean-generic distclean-am
331
332 mostlyclean:  mostlyclean-recursive mostlyclean-am
333
334 clean:  clean-recursive clean-am
335
336 distclean:  distclean-recursive distclean-am
337         -rm -f config.status
338
339 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
340         @echo "This command is intended for maintainers to use;"
341         @echo "it deletes files that may require special tools to rebuild."
342         -rm -f config.status
343
344 .PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
345 maintainer-clean-hdr install-data-recursive uninstall-data-recursive \
346 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
347 uninstalldirs-recursive all-recursive check-recursive \
348 installcheck-recursive info-recursive dvi-recursive \
349 mostlyclean-recursive distclean-recursive clean-recursive \
350 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
351 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
352 installcheck all-recursive-am all-am install-exec install-data install \
353 uninstall all installdirs mostlyclean-generic distclean-generic \
354 clean-generic maintainer-clean-generic clean mostlyclean distclean \
355 maintainer-clean
356
357
358 # Tell versions [3.59,3.63) of GNU make to not export all variables.
359 # Otherwise a system limit (for SysV at least) may be exceeded.
360 .NOEXPORT: