d1d76aba3fea3a9eb82e047fc2e62c95f5ed8ad7
[gcc.git] / texinfo / makeinfo / 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
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 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 GENCAT = @GENCAT@
63 GMOFILES = @GMOFILES@
64 GMSGFMT = @GMSGFMT@
65 GT_NO = @GT_NO@
66 GT_YES = @GT_YES@
67 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
68 INSTOBJEXT = @INSTOBJEXT@
69 INTLDEPS = @INTLDEPS@
70 INTLLIBS = @INTLLIBS@
71 INTLOBJS = @INTLOBJS@
72 MAKEINFO = @MAKEINFO@
73 MKINSTALLDIRS = @MKINSTALLDIRS@
74 MSGFMT = @MSGFMT@
75 PACKAGE = @PACKAGE@
76 POFILES = @POFILES@
77 POSUB = @POSUB@
78 RANLIB = @RANLIB@
79 TERMLIBS = @TERMLIBS@
80 TEXCONFIG = @TEXCONFIG@
81 TEXMF = @TEXMF@
82 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
83 USE_NLS = @USE_NLS@
84 VERSION = @VERSION@
85 l = @l@
86
87 bin_PROGRAMS = makeinfo
88
89 localedir = $(datadir)/locale
90 INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
91 LDADD = ../lib/libtxi.a @INTLLIBS@
92
93 makeinfo_SOURCES = makeinfo.c makeinfo.h multi.c
94
95 EXTRA_DIST = README
96 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
97 CONFIG_HEADER = ../config.h
98 CONFIG_CLEAN_FILES =
99 PROGRAMS = $(bin_PROGRAMS)
100
101
102 DEFS = @DEFS@ -I. -I$(srcdir) -I..
103 CPPFLAGS = @CPPFLAGS@
104 LDFLAGS = @LDFLAGS@
105 LIBS = @LIBS@
106 makeinfo_OBJECTS = makeinfo.o multi.o
107 makeinfo_LDADD = $(LDADD)
108 makeinfo_DEPENDENCIES = ../lib/libtxi.a
109 makeinfo_LDFLAGS =
110 CFLAGS = @CFLAGS@
111 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
112 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
113 DIST_COMMON = README Makefile.am Makefile.in
114
115
116 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
117
118 TAR = tar
119 GZIP = --best
120 SOURCES = $(makeinfo_SOURCES)
121 OBJECTS = $(makeinfo_OBJECTS)
122
123 default: all
124
125 .SUFFIXES:
126 .SUFFIXES: .S .c .o .s
127 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
128 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps makeinfo/Makefile
129
130 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
131 cd $(top_builddir) \
132 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
133
134
135 mostlyclean-binPROGRAMS:
136
137 clean-binPROGRAMS:
138 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
139
140 distclean-binPROGRAMS:
141
142 maintainer-clean-binPROGRAMS:
143
144 install-binPROGRAMS: $(bin_PROGRAMS)
145 @$(NORMAL_INSTALL)
146 $(mkinstalldirs) $(bindir)
147 @list='$(bin_PROGRAMS)'; for p in $$list; do \
148 if test -f $$p; then \
149 echo " $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
150 $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
151 else :; fi; \
152 done
153
154 uninstall-binPROGRAMS:
155 @$(NORMAL_UNINSTALL)
156 list='$(bin_PROGRAMS)'; for p in $$list; do \
157 rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
158 done
159
160 .c.o:
161 $(COMPILE) -c $<
162
163 .s.o:
164 $(COMPILE) -c $<
165
166 .S.o:
167 $(COMPILE) -c $<
168
169 mostlyclean-compile:
170 -rm -f *.o core *.core
171
172 clean-compile:
173
174 distclean-compile:
175 -rm -f *.tab.c
176
177 maintainer-clean-compile:
178
179 makeinfo: $(makeinfo_OBJECTS) $(makeinfo_DEPENDENCIES)
180 @rm -f makeinfo
181 $(LINK) $(makeinfo_LDFLAGS) $(makeinfo_OBJECTS) $(makeinfo_LDADD) $(LIBS)
182
183 tags: TAGS
184
185 ID: $(HEADERS) $(SOURCES) $(LISP)
186 here=`pwd` && cd $(srcdir) \
187 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
188
189 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
190 tags=; \
191 here=`pwd`; \
192 list='$(SOURCES) $(HEADERS)'; \
193 unique=`for i in $$list; do echo $$i; done | \
194 awk ' { files[$$0] = 1; } \
195 END { for (i in files) print i; }'`; \
196 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
197 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
198
199 mostlyclean-tags:
200
201 clean-tags:
202
203 distclean-tags:
204 -rm -f TAGS ID
205
206 maintainer-clean-tags:
207
208 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
209
210 subdir = makeinfo
211
212 distdir: $(DISTFILES)
213 @for file in $(DISTFILES); do \
214 d=$(srcdir); \
215 test -f $(distdir)/$$file \
216 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
217 || cp -p $$d/$$file $(distdir)/$$file; \
218 done
219 makeinfo.o: makeinfo.c ../lib/system.h ../config.h ../lib/getopt.h \
220 makeinfo.h
221 multi.o: multi.c ../lib/system.h ../config.h makeinfo.h
222
223 info:
224 dvi:
225 check: all
226 $(MAKE)
227 installcheck:
228 install-exec: install-binPROGRAMS
229 @$(NORMAL_INSTALL)
230
231 install-data:
232 @$(NORMAL_INSTALL)
233
234 install: install-exec install-data all
235 @:
236
237 uninstall: uninstall-binPROGRAMS
238
239 all: Makefile $(PROGRAMS)
240
241 install-strip:
242 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
243 installdirs:
244 $(mkinstalldirs) $(bindir)
245
246
247 mostlyclean-generic:
248 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
249
250 clean-generic:
251 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
252
253 distclean-generic:
254 -rm -f Makefile $(DISTCLEANFILES)
255 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
256 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
257
258 maintainer-clean-generic:
259 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
260 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
261 mostlyclean: mostlyclean-binPROGRAMS mostlyclean-compile \
262 mostlyclean-tags mostlyclean-generic
263
264 clean: clean-binPROGRAMS clean-compile clean-tags clean-generic \
265 mostlyclean
266
267 distclean: distclean-binPROGRAMS distclean-compile distclean-tags \
268 distclean-generic clean
269 -rm -f config.status
270
271 maintainer-clean: maintainer-clean-binPROGRAMS maintainer-clean-compile \
272 maintainer-clean-tags maintainer-clean-generic \
273 distclean
274 @echo "This command is intended for maintainers to use;"
275 @echo "it deletes files that may require special tools to rebuild."
276
277 .PHONY: default mostlyclean-binPROGRAMS distclean-binPROGRAMS \
278 clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
279 install-binPROGRAMS mostlyclean-compile distclean-compile clean-compile \
280 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
281 clean-tags maintainer-clean-tags distdir info dvi installcheck \
282 install-exec install-data install uninstall all installdirs \
283 mostlyclean-generic distclean-generic clean-generic \
284 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
285
286
287 # Tell versions [3.59,3.63) of GNU make to not export all variables.
288 # Otherwise a system limit (for SysV at least) may be exceeded.
289 .NOEXPORT: