OSDN Git Service

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