51989e7b42e413eea20a0c9d5a6b267ef7c95ddd
[gcc.git] / texinfo / Makefile.in
1 # Makefile.in generated automatically by automake 1.2f 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 = /bin/sh
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 GENCAT = @GENCAT@
66 GMOFILES = @GMOFILES@
67 GMSGFMT = @GMSGFMT@
68 GT_NO = @GT_NO@
69 GT_YES = @GT_YES@
70 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
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 TERMLIBS = @TERMLIBS@
83 TEXCONFIG = @TEXCONFIG@
84 TEXMF = @TEXMF@
85 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
86 USE_NLS = @USE_NLS@
87 VERSION = @VERSION@
88 l = @l@
89
90 AUTOMAKE_OPTIONS = 1.2f
91
92 # Additional files to distribute.
93 EXTRA_DIST = INTRODUCTION dir-example
94
95 # All subdirectories.
96 # Do intl/ and lib/ first since the C programs depend on them.
97 # Do doc/ last so makeinfo will be built when we get there.
98 # Others are alphabetical.
99 SUBDIRS = intl lib info makeinfo po util doc
100 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102 CONFIG_HEADER = config.h
103 CONFIG_CLEAN_FILES =
104 DIST_COMMON = README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL \
105 Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess \
106 config.h.in config.sub configure configure.in install-sh missing \
107 mkinstalldirs stamp-h.in texinfo.tex
108
109
110 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111
112 TAR = tar
113 GZIP = --best
114 default: all
115
116 .SUFFIXES:
117 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
118 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
119
120 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
121 cd $(top_builddir) \
122 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
123
124 $(ACLOCAL_M4): configure.in
125 cd $(srcdir) && $(ACLOCAL)
126
127 config.status: $(srcdir)/configure
128 $(SHELL) ./config.status --recheck
129 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
130 cd $(srcdir) && $(AUTOCONF)
131
132 config.h: stamp-h
133 @:
134 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
135 cd $(top_builddir) \
136 && CONFIG_FILES= CONFIG_HEADERS=config.h \
137 $(SHELL) ./config.status
138 @echo timestamp > stamp-h
139 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
140 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
141 cd $(top_srcdir) && $(AUTOHEADER)
142 @echo timestamp > $(srcdir)/stamp-h.in
143
144 mostlyclean-hdr:
145
146 clean-hdr:
147
148 distclean-hdr:
149 -rm -f config.h
150
151 maintainer-clean-hdr:
152
153 # This directory's subdirectories are mostly independent; you can cd
154 # into them and run `make' without going through this Makefile.
155 # To change the values of `make' variables: instead of editing Makefiles,
156 # (1) if the variable is set in `config.status', edit `config.status'
157 # (which will cause the Makefiles to be regenerated when you run `make');
158 # (2) otherwise, pass the desired values on the `make' command line.
159
160 @SET_MAKE@
161
162 all-recursive install-data-recursive install-exec-recursive \
163 installdirs-recursive install-recursive uninstall-recursive \
164 check-recursive installcheck-recursive info-recursive dvi-recursive:
165 @set fnord $(MAKEFLAGS); amf=$$2; \
166 list='$(SUBDIRS)'; for subdir in $$list; do \
167 target=`echo $@ | sed s/-recursive//`; \
168 echo "Making $$target in $$subdir"; \
169 (cd $$subdir && $(MAKE) $$target) \
170 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
171 done && test -z "$$fail"
172
173 mostlyclean-recursive clean-recursive distclean-recursive \
174 maintainer-clean-recursive:
175 @set fnord $(MAKEFLAGS); amf=$$2; \
176 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
177 rev="$$subdir $$rev"; \
178 done; \
179 for subdir in $$rev; do \
180 target=`echo $@ | sed s/-recursive//`; \
181 echo "Making $$target in $$subdir"; \
182 (cd $$subdir && $(MAKE) $$target) \
183 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
184 done && test -z "$$fail"
185 tags-recursive:
186 list='$(SUBDIRS)'; for subdir in $$list; do \
187 (cd $$subdir && $(MAKE) tags); \
188 done
189
190 tags: TAGS
191
192 ID: $(HEADERS) $(SOURCES) $(LISP)
193 here=`pwd` && cd $(srcdir) \
194 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
195
196 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
197 tags=; \
198 here=`pwd`; \
199 list='$(SUBDIRS)'; for subdir in $$list; do \
200 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
201 done; \
202 list='$(SOURCES) $(HEADERS)'; \
203 unique=`for i in $$list; do echo $$i; done | \
204 awk ' { files[$$0] = 1; } \
205 END { for (i in files) print i; }'`; \
206 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
207 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
208
209 mostlyclean-tags:
210
211 clean-tags:
212
213 distclean-tags:
214 -rm -f TAGS ID
215
216 maintainer-clean-tags:
217
218 distdir = $(PACKAGE)-$(VERSION)
219 top_distdir = $(distdir)
220
221 # This target untars the dist file and tries a VPATH configuration. Then
222 # it guarantees that the distribution is self-contained by making another
223 # tarfile.
224 distcheck: dist
225 -rm -rf $(distdir)
226 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
227 mkdir $(distdir)/=build
228 mkdir $(distdir)/=inst
229 dc_install_base=`cd $(distdir)/=inst && pwd`; \
230 cd $(distdir)/=build \
231 && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
232 && $(MAKE) \
233 && $(MAKE) dvi \
234 && $(MAKE) check \
235 && $(MAKE) install \
236 && $(MAKE) installcheck \
237 && $(MAKE) dist
238 -rm -rf $(distdir)
239 @echo "========================"; \
240 echo "$(distdir).tar.gz is ready for distribution"; \
241 echo "========================"
242 dist: distdir
243 -chmod -R a+r $(distdir)
244 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
245 -rm -rf $(distdir)
246 dist-all: distdir
247 -chmod -R a+r $(distdir)
248 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
249 -rm -rf $(distdir)
250 distdir: $(DISTFILES)
251 -rm -rf $(distdir)
252 mkdir $(distdir)
253 -chmod 777 $(distdir)
254 @for file in $(DISTFILES); do \
255 d=$(srcdir); \
256 test -f $(distdir)/$$file \
257 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
258 || cp -p $$d/$$file $(distdir)/$$file; \
259 done
260 for subdir in $(SUBDIRS); do \
261 test -d $(distdir)/$$subdir \
262 || mkdir $(distdir)/$$subdir \
263 || exit 1; \
264 chmod 777 $(distdir)/$$subdir; \
265 (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
266 || exit 1; \
267 done
268 info: info-recursive
269 dvi: dvi-recursive
270 check: all-am
271 $(MAKE) check-recursive
272 installcheck: installcheck-recursive
273 all-recursive-am: config.h
274 $(MAKE) all-recursive
275
276 all-am: Makefile config.h
277
278 install-exec: install-exec-recursive
279 @$(NORMAL_INSTALL)
280
281 install-data: install-data-recursive
282 @$(NORMAL_INSTALL)
283
284 install: install-recursive
285 @:
286
287 uninstall: uninstall-recursive
288
289 all: all-recursive-am all-am
290
291 install-strip:
292 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
293 installdirs: installdirs-recursive
294
295
296 mostlyclean-generic:
297 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
298
299 clean-generic:
300 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
301
302 distclean-generic:
303 -rm -f Makefile $(DISTCLEANFILES)
304 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
305 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
306
307 maintainer-clean-generic:
308 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
309 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
310 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
311
312 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
313
314 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
315
316 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
317 maintainer-clean-generic distclean-am
318
319 mostlyclean: mostlyclean-recursive mostlyclean-am
320
321 clean: clean-recursive clean-am
322
323 distclean: distclean-recursive distclean-am
324 -rm -f config.status
325
326 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
327 @echo "This command is intended for maintainers to use;"
328 @echo "it deletes files that may require special tools to rebuild."
329 -rm -f config.status
330
331 .PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
332 maintainer-clean-hdr install-data-recursive uninstall-data-recursive \
333 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
334 uninstalldirs-recursive all-recursive check-recursive \
335 installcheck-recursive info-recursive dvi-recursive \
336 mostlyclean-recursive distclean-recursive clean-recursive \
337 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
338 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
339 installcheck all-recursive-am all-am install-exec install-data install \
340 uninstall all installdirs mostlyclean-generic distclean-generic \
341 clean-generic maintainer-clean-generic clean mostlyclean distclean \
342 maintainer-clean
343
344
345 # Tell versions [3.59,3.63) of GNU make to not export all variables.
346 # Otherwise a system limit (for SysV at least) may be exceeded.
347 .NOEXPORT: