Update with automake patched for DATA=$(INSTALL_DATA) problem.
[gcc.git] / texinfo / makeinfo / 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
14 SHELL = @SHELL@
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 pkgdatadir = $(datadir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 transform = @program_transform_name@
51
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 CATALOGS = @CATALOGS@
59 CATOBJEXT = @CATOBJEXT@
60 CC = @CC@
61 DATADIRNAME = @DATADIRNAME@
62 EXEEXT = @EXEEXT@
63 GENCAT = @GENCAT@
64 GMOFILES = @GMOFILES@
65 GMSGFMT = @GMSGFMT@
66 GT_NO = @GT_NO@
67 GT_YES = @GT_YES@
68 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
69 INSTALL = @INSTALL@
70 INSTALL_DATA = @INSTALL_DATA@
71 INSTALL_PROGRAM = @INSTALL_PROGRAM@
72 INSTOBJEXT = @INSTOBJEXT@
73 INTLDEPS = @INTLDEPS@
74 INTLLIBS = @INTLLIBS@
75 INTLOBJS = @INTLOBJS@
76 MAINT = @MAINT@
77 MAKEINFO = @MAKEINFO@
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 TEXMF = @TEXMF@
87 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
88 USE_NLS = @USE_NLS@
89 VERSION = @VERSION@
90 l = @l@
91
92 bin_PROGRAMS = makeinfo
93
94 localedir = $(datadir)/locale
95 INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
96 LDADD = ../lib/libtxi.a @INTLLIBS@
97
98 makeinfo_SOURCES = makeinfo.c makeinfo.h multi.c
99
100 EXTRA_DIST = README
101 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
102 CONFIG_HEADER = ../config.h
103 CONFIG_CLEAN_FILES =
104 bin_PROGRAMS = makeinfo$(EXEEXT)
105 PROGRAMS = $(bin_PROGRAMS)
106
107
108 DEFS = @DEFS@ -I. -I$(srcdir) -I..
109 CPPFLAGS = @CPPFLAGS@
110 LDFLAGS = @LDFLAGS@
111 LIBS = @LIBS@
112 makeinfo_OBJECTS = makeinfo.o multi.o
113 makeinfo_LDADD = $(LDADD)
114 makeinfo_DEPENDENCIES = ../lib/libtxi.a
115 makeinfo_LDFLAGS =
116 CFLAGS = @CFLAGS@
117 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
118 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
119 DIST_COMMON = README Makefile.am Makefile.in
120
121
122 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
123
124 TAR = tar
125 GZIP = --best
126 DEP_FILES = .deps/makeinfo.P .deps/multi.P
127 SOURCES = $(makeinfo_SOURCES)
128 OBJECTS = $(makeinfo_OBJECTS)
129
130 default: all
131
132 .SUFFIXES:
133 .SUFFIXES: .S .c .o .s
134 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
135 cd $(top_srcdir) && $(AUTOMAKE) --gnu makeinfo/Makefile
136
137 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
138 cd $(top_builddir) \
139 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
141
142 mostlyclean-binPROGRAMS:
143
144 clean-binPROGRAMS:
145 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
146
147 distclean-binPROGRAMS:
148
149 maintainer-clean-binPROGRAMS:
150
151 install-binPROGRAMS: $(bin_PROGRAMS)
152 @$(NORMAL_INSTALL)
153 $(mkinstalldirs) $(bindir)
154 @list='$(bin_PROGRAMS)'; for p in $$list; do \
155 if test -f $$p; then \
156 echo " $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
157 $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
158 else :; fi; \
159 done
160
161 uninstall-binPROGRAMS:
162 $(NORMAL_UNINSTALL)
163 list='$(bin_PROGRAMS)'; for p in $$list; do \
164 rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
165 done
166
167 .s.o:
168 $(COMPILE) -c $<
169
170 .S.o:
171 $(COMPILE) -c $<
172
173 mostlyclean-compile:
174 -rm -f *.o core *.core
175
176 clean-compile:
177
178 distclean-compile:
179 -rm -f *.tab.c
180
181 maintainer-clean-compile:
182
183 makeinfo$(EXEEXT): $(makeinfo_OBJECTS) $(makeinfo_DEPENDENCIES)
184 @rm -f makeinfo$(EXEEXT)
185 $(LINK) $(makeinfo_LDFLAGS) $(makeinfo_OBJECTS) $(makeinfo_LDADD) $(LIBS)
186
187 tags: TAGS
188
189 ID: $(HEADERS) $(SOURCES) $(LISP)
190 here=`pwd` && cd $(srcdir) \
191 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
192
193 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
194 tags=; \
195 here=`pwd`; \
196 list='$(SOURCES) $(HEADERS)'; \
197 unique=`for i in $$list; do echo $$i; done | \
198 awk ' { files[$$0] = 1; } \
199 END { for (i in files) print i; }'`; \
200 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
201 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
202
203 mostlyclean-tags:
204
205 clean-tags:
206
207 distclean-tags:
208 -rm -f TAGS ID
209
210 maintainer-clean-tags:
211
212 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
213
214 subdir = makeinfo
215
216 distdir: $(DISTFILES)
217 here=`cd $(top_builddir) && pwd`; \
218 top_distdir=`cd $(top_distdir) && pwd`; \
219 distdir=`cd $(distdir) && pwd`; \
220 cd $(top_srcdir) \
221 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu makeinfo/Makefile
222 @for file in $(DISTFILES); do \
223 d=$(srcdir); \
224 test -f $(distdir)/$$file \
225 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
226 || cp -p $$d/$$file $(distdir)/$$file; \
227 done
228
229 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
230
231 -include $(DEP_FILES)
232
233 mostlyclean-depend:
234
235 clean-depend:
236
237 distclean-depend:
238
239 maintainer-clean-depend:
240 -rm -rf .deps
241
242 %.o: %.c
243 @echo '$(COMPILE) -c $<'; \
244 DEPENDENCIES_OUTPUT='.deps/$(*F).P'; \
245 export DEPENDENCIES_OUTPUT; \
246 : > .deps/$(*F).P; \
247 $(COMPILE) -c $<
248 info:
249 dvi:
250 check: all
251 $(MAKE)
252 installcheck:
253 install-exec: install-binPROGRAMS
254 @$(NORMAL_INSTALL)
255
256 install-data:
257 @$(NORMAL_INSTALL)
258
259 install: install-exec install-data all
260 @:
261
262 uninstall: uninstall-binPROGRAMS
263
264 all: Makefile $(PROGRAMS)
265
266 install-strip:
267 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
268 installdirs:
269 $(mkinstalldirs) $(bindir)
270
271
272 mostlyclean-generic:
273 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
274
275 clean-generic:
276 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
277
278 distclean-generic:
279 -rm -f Makefile $(DISTCLEANFILES)
280 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
281 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
282
283 maintainer-clean-generic:
284 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
285 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
286 mostlyclean: mostlyclean-binPROGRAMS mostlyclean-compile \
287 mostlyclean-tags mostlyclean-depend mostlyclean-generic
288
289 clean: clean-binPROGRAMS clean-compile clean-tags clean-depend \
290 clean-generic mostlyclean
291
292 distclean: distclean-binPROGRAMS distclean-compile distclean-tags \
293 distclean-depend distclean-generic clean
294 -rm -f config.status
295
296 maintainer-clean: maintainer-clean-binPROGRAMS maintainer-clean-compile \
297 maintainer-clean-tags maintainer-clean-depend \
298 maintainer-clean-generic distclean
299 @echo "This command is intended for maintainers to use;"
300 @echo "it deletes files that may require special tools to rebuild."
301
302 .PHONY: default mostlyclean-binPROGRAMS distclean-binPROGRAMS \
303 clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
304 install-binPROGRAMS mostlyclean-compile distclean-compile clean-compile \
305 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
306 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
307 distclean-depend clean-depend maintainer-clean-depend info dvi \
308 installcheck install-exec install-data install uninstall all \
309 installdirs mostlyclean-generic distclean-generic clean-generic \
310 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
311
312
313 # Tell versions [3.59,3.63) of GNU make to not export all variables.
314 # Otherwise a system limit (for SysV at least) may be exceeded.
315 .NOEXPORT: