OSDN Git Service

(This trying to counter the effect of the PR 195 check in -- this should
[pf3gnuchains/gcc-fork.git] / texinfo / doc / 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
14 SHELL = /bin/sh
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DISTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CATALOGS = @CATALOGS@
61 CATOBJEXT = @CATOBJEXT@
62 CC = @CC@
63 DATADIRNAME = @DATADIRNAME@
64 EXEEXT = @EXEEXT@
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 INSTALL = @INSTALL@
72 INSTALL_PROGRAM = @INSTALL_PROGRAM@
73 INSTOBJEXT = @INSTOBJEXT@
74 INTLDEPS = @INTLDEPS@
75 INTLLIBS = @INTLLIBS@
76 INTLOBJS = @INTLOBJS@
77 MAINT = @MAINT@
78 MKINSTALLDIRS = @MKINSTALLDIRS@
79 MSGFMT = @MSGFMT@
80 PACKAGE = @PACKAGE@
81 POFILES = @POFILES@
82 POSUB = @POSUB@
83 RANLIB = @RANLIB@
84 TERMLIBS = @TERMLIBS@
85 TEXCONFIG = @TEXCONFIG@
86 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
87 USE_NLS = @USE_NLS@
88 VERSION = @VERSION@
89 l = @l@
90
91 info_TEXINFOS = info-stnd.texi info.texi texinfo.txi
92
93 # Use the programs built in our distribution.
94 MAKEINFO = ../makeinfo/makeinfo
95 INSTALL_INFO = ../util/install-info
96
97 # Include our texinfo.tex, not Automake's.
98 EXTRA_DIST = macro.texi userdoc.texi epsf.tex texinfo.tex
99
100 # We try to discover this via configure just to give a better help message.
101 TEXMF = @TEXMF@
102 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
103 CONFIG_HEADER = ../config.h
104 CONFIG_CLEAN_FILES = 
105 TEXI2DVI = texi2dvi
106 TEXINFO_TEX = $(top_srcdir)/../texinfo.tex
107 INFO_DEPS = info-stnd.info info.info texinfo
108 DVIS = info-stnd.dvi info.dvi texinfo.dvi
109 TEXINFOS = info-stnd.texi info.texi texinfo.txi
110 DIST_COMMON =  README $(info_TEXINFOS) Makefile.am Makefile.in \
111 texinfo.tex
112
113
114 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
115
116 TAR = tar
117 GZIP = --best
118 all: Makefile $(INFO_DEPS)
119
120 .SUFFIXES:
121 .SUFFIXES: .dvi .info .ps .texi .texinfo .txi
122 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
123         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
124
125 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
126         cd $(top_builddir) \
127           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
128
129
130 info-stnd.info: info-stnd.texi
131 info-stnd.dvi: info-stnd.texi
132
133
134 info.info: info.texi $(info_TEXINFOS)
135 info.dvi: info.texi $(info_TEXINFOS)
136
137
138 texinfo: texinfo.txi
139 texinfo.dvi: texinfo.txi
140
141
142 DVIPS = dvips
143
144 .texi.dvi:
145         TEXINPUTS=$(top_srcdir)/..:$$TEXINPUTS \
146           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
147
148 .texi:
149         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
150         cd $(srcdir) \
151           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
152
153 .texinfo.info:
154         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
155         cd $(srcdir) \
156           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
157
158 .texinfo:
159         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
160         cd $(srcdir) \
161           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
162
163 .texinfo.dvi:
164         TEXINPUTS=$(top_srcdir)/..:$$TEXINPUTS \
165           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
166
167 .txi.info:
168         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
169         cd $(srcdir) \
170           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
171
172 .txi.dvi:
173         TEXINPUTS=$(top_srcdir)/..:$$TEXINPUTS \
174           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
175
176 .txi:
177         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
178         cd $(srcdir) \
179           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
180 .dvi.ps:
181         $(DVIPS) $< -o $@
182
183 uninstall-info:
184         $(PRE_UNINSTALL)
185         @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
186           ii=yes; \
187         else ii=; fi; \
188         for file in $(INFO_DEPS); do \
189           test -z "$ii" \
190             || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
191         done
192         @$(NORMAL_UNINSTALL)
193         for file in $(INFO_DEPS); do \
194           (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
195         done
196
197 mostlyclean-aminfo:
198         -rm -f info-stnd.aux info-stnd.cp info-stnd.cps info-stnd.dvi \
199           info-stnd.fn info-stnd.fns info-stnd.ky info-stnd.kys \
200           info-stnd.ps info-stnd.log info-stnd.pg info-stnd.toc \
201           info-stnd.tp info-stnd.tps info-stnd.vr info-stnd.vrs \
202           info-stnd.op info-stnd.tr info-stnd.cv info-stnd.cn info.aux \
203           info.cp info.cps info.dvi info.fn info.fns info.ky info.kys \
204           info.ps info.log info.pg info.toc info.tp info.tps info.vr \
205           info.vrs info.op info.tr info.cv info.cn texinfo.aux \
206           texinfo.cp texinfo.cps texinfo.dvi texinfo.fn texinfo.fns \
207           texinfo.ky texinfo.kys texinfo.ps texinfo.log texinfo.pg \
208           texinfo.toc texinfo.tp texinfo.tps texinfo.vr texinfo.vrs \
209           texinfo.op texinfo.tr texinfo.cv texinfo.cn
210
211 clean-aminfo:
212
213 distclean-aminfo:
214
215 maintainer-clean-aminfo:
216         for i in $(INFO_DEPS); do \
217           rm -f $$i; \
218           if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
219             rm -f $$i-[0-9]*; \
220           fi; \
221         done
222 tags: TAGS
223 TAGS:
224
225
226 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
227
228 subdir = doc
229
230 distdir: $(DISTFILES)
231         @for file in $(DISTFILES); do \
232           d=$(srcdir); \
233           test -f $(distdir)/$$file \
234           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
235           || cp -p $$d/$$file $(distdir)/$$file; \
236         done
237         $(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
238 info: $(INFO_DEPS)
239 dvi: $(DVIS)
240 check: all
241         $(MAKE)
242 installcheck:
243 install-exec: 
244         @$(NORMAL_INSTALL)
245
246 install-data: install-info-am install-data-local
247         @$(NORMAL_INSTALL)
248
249 install: install-exec install-data all
250         @:
251
252 uninstall: uninstall-info
253
254 install-strip:
255         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
256 installdirs:
257         $(mkinstalldirs)  $(DESTDIR)$(infodir)
258
259
260 mostlyclean-generic:
261         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
262
263 clean-generic:
264         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
265
266 distclean-generic:
267         -rm -f Makefile $(DISTCLEANFILES)
268         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
269         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
270
271 maintainer-clean-generic:
272         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
273         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
274 mostlyclean:  mostlyclean-aminfo mostlyclean-generic
275
276 clean:  clean-aminfo clean-generic mostlyclean
277
278 distclean:  distclean-aminfo distclean-generic clean
279         -rm -f config.status
280
281 maintainer-clean:  maintainer-clean-aminfo maintainer-clean-generic \
282                 distclean
283         @echo "This command is intended for maintainers to use;"
284         @echo "it deletes files that may require special tools to rebuild."
285
286 .PHONY: install-info-am uninstall-info mostlyclean-aminfo \
287 distclean-aminfo clean-aminfo maintainer-clean-aminfo tags distdir info \
288 dvi installcheck install-exec install-data install uninstall all \
289 installdirs mostlyclean-generic distclean-generic clean-generic \
290 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
291
292
293 install-data-local:
294         @echo "WARNING: You must install texinfo.tex and epsf.tex manually,"
295         @echo "WARNING: perhaps in $(TEXMF)/tex/texinfo/"
296         @echo "WARNING: and $(TEXMF)/tex/generic/dvips/ respectively."
297         @echo "WARNING: See doc/README for some considerations."
298
299 # Do not create info files for distribution.
300 dist-info:
301
302 # Do not try to build the info files in $(srcdir),
303 # since we don't distribute them.
304 .texi.info:
305         $(MAKEINFO) -I$(srcdir) `echo $< | sed 's,.*/,,'`
306 texinfo: $(srcdir)/texinfo.txi
307         $(MAKEINFO) -I$(srcdir) texinfo.txi
308
309 # Similarly, Do not try to install the info files from $(srcdir).
310 install-info-am: $(INFO_DEPS)
311         @$(NORMAL_INSTALL)
312         $(mkinstalldirs) $(infodir)
313         @for file in $(INFO_DEPS); do \
314           d=.; \
315           for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
316             if test -f $$d/$$ifile; then \
317               echo " $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile"; \
318               $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile; \
319             else : ; fi; \
320           done; \
321         done
322         @$(POST_INSTALL)
323         @if $(SHELL) -c '$(INSTALL_INFO) --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
324           for file in $(INFO_DEPS); do \
325             echo " $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/$$file";\
326             $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/$$file || :;\
327           done; \
328         else : ; fi
329
330 # Remove the info files at make distclean.
331 distclean-aminfo:
332         rm -f texinfo texinfo-* info*.info*
333
334 # Tell versions [3.59,3.63) of GNU make to not export all variables.
335 # Otherwise a system limit (for SysV at least) may be exceeded.
336 .NOEXPORT: