Import some interworking support code from devo.
[official-gcc.git] / texinfo / Makefile.in
blobda6da65c177f4c41b0ad47e09502fd534afa1038
1 # Makefile.in generated automatically by automake 1.2e from Makefile.am
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.
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.
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.
17 SHELL = @SHELL@
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 prefix = @prefix@
23 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
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
42 top_builddir = .
44 ACLOCAL = @ACLOCAL@
45 AUTOCONF = @AUTOCONF@
46 AUTOMAKE = @AUTOMAKE@
47 AUTOHEADER = @AUTOHEADER@
49 INSTALL = @INSTALL@
50 INSTALL_PROGRAM = @INSTALL_PROGRAM@
51 INSTALL_DATA = @INSTALL_DATA@
52 INSTALL_SCRIPT = @INSTALL_SCRIPT@
53 transform = @program_transform_name@
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@
95 AUTOMAKE_OPTIONS = 1.2f
97 # Additional files to distribute.
98 EXTRA_DIST = INTRODUCTION dir-example
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
118 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
120 TAR = tar
121 GZIP = --best
122 default: all
124 .SUFFIXES:
125 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
126 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
128 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
129 cd $(top_builddir) \
130 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
132 $(ACLOCAL_M4): @MAINT@ configure.in acinclude.m4
133 cd $(srcdir) && $(ACLOCAL)
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)
140 config.h: stamp-h
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
152 mostlyclean-hdr:
154 clean-hdr:
156 distclean-hdr:
157 -rm -f config.h
159 maintainer-clean-hdr:
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.
168 @SET_MAKE@
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"
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
198 tags: TAGS
200 ID: $(HEADERS) $(SOURCES) $(LISP)
201 here=`pwd` && cd $(srcdir) \
202 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
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)
217 mostlyclean-tags:
219 clean-tags:
221 distclean-tags:
222 -rm -f TAGS ID
224 maintainer-clean-tags:
226 distdir = $(PACKAGE)-$(VERSION)
227 top_distdir = $(distdir)
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
289 all-am: Makefile config.h
291 install-exec: install-exec-recursive
292 @$(NORMAL_INSTALL)
294 install-data: install-data-recursive
295 @$(NORMAL_INSTALL)
297 install: install-recursive
300 uninstall: uninstall-recursive
302 all: all-recursive-am all-am
304 install-strip:
305 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
306 installdirs: installdirs-recursive
309 mostlyclean-generic:
310 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
312 clean-generic:
313 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
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)
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
325 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
327 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
329 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
330 maintainer-clean-generic distclean-am
332 mostlyclean: mostlyclean-recursive mostlyclean-am
334 clean: clean-recursive clean-am
336 distclean: distclean-recursive distclean-am
337 -rm -f config.status
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
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
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: