* jcf-path.c (add_entry): Don't add trailing separator if entry is
[official-gcc.git] / texinfo / makeinfo / Makefile.in
blobf1df883cda3a3b199677c88bbf500f8081f43f22
1 # Makefile.in generated automatically by automake 1.3 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.
14 SHELL = /bin/sh
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
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
35 DISTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
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 MAKEINFO = @MAKEINFO@
79 MKINSTALLDIRS = @MKINSTALLDIRS@
80 MSGFMT = @MSGFMT@
81 PACKAGE = @PACKAGE@
82 POFILES = @POFILES@
83 POSUB = @POSUB@
84 RANLIB = @RANLIB@
85 TERMLIBS = @TERMLIBS@
86 TEXCONFIG = @TEXCONFIG@
87 TEXMF = @TEXMF@
88 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
89 USE_NLS = @USE_NLS@
90 VERSION = @VERSION@
91 l = @l@
93 bin_PROGRAMS = makeinfo
95 localedir = $(datadir)/locale
96 INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
97 LDADD = ../lib/libtxi.a @INTLLIBS@
99 makeinfo_SOURCES = makeinfo.c makeinfo.h multi.c
101 EXTRA_DIST = README
102 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
103 CONFIG_HEADER = ../config.h
104 CONFIG_CLEAN_FILES =
105 bin_PROGRAMS = makeinfo$(EXEEXT)
106 PROGRAMS = $(bin_PROGRAMS)
109 DEFS = @DEFS@ -I. -I$(srcdir) -I..
110 CPPFLAGS = @CPPFLAGS@
111 LDFLAGS = @LDFLAGS@
112 LIBS = @LIBS@
113 makeinfo_OBJECTS = makeinfo.o multi.o
114 makeinfo_LDADD = $(LDADD)
115 makeinfo_DEPENDENCIES = ../lib/libtxi.a
116 makeinfo_LDFLAGS =
117 CFLAGS = @CFLAGS@
118 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
119 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
120 DIST_COMMON = README Makefile.am Makefile.in
123 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
125 TAR = tar
126 GZIP = --best
127 SOURCES = $(makeinfo_SOURCES)
128 OBJECTS = $(makeinfo_OBJECTS)
130 all: Makefile $(PROGRAMS)
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 --include-deps makeinfo/Makefile
137 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
138 cd $(top_builddir) \
139 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
142 mostlyclean-binPROGRAMS:
144 clean-binPROGRAMS:
145 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
147 distclean-binPROGRAMS:
149 maintainer-clean-binPROGRAMS:
151 install-binPROGRAMS: $(bin_PROGRAMS)
152 @$(NORMAL_INSTALL)
153 $(mkinstalldirs) $(DESTDIR)$(bindir)
154 @list='$(bin_PROGRAMS)'; for p in $$list; do \
155 if test -f $$p; then \
156 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
157 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
158 else :; fi; \
159 done
161 uninstall-binPROGRAMS:
162 @$(NORMAL_UNINSTALL)
163 list='$(bin_PROGRAMS)'; for p in $$list; do \
164 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
165 done
167 .c.o:
168 $(COMPILE) -c $<
170 .s.o:
171 $(COMPILE) -c $<
173 .S.o:
174 $(COMPILE) -c $<
176 mostlyclean-compile:
177 -rm -f *.o core *.core
179 clean-compile:
181 distclean-compile:
182 -rm -f *.tab.c
184 maintainer-clean-compile:
186 makeinfo$(EXEEXT): $(makeinfo_OBJECTS) $(makeinfo_DEPENDENCIES)
187 @rm -f makeinfo$(EXEEXT)
188 $(LINK) $(makeinfo_LDFLAGS) $(makeinfo_OBJECTS) $(makeinfo_LDADD) $(LIBS)
190 tags: TAGS
192 ID: $(HEADERS) $(SOURCES) $(LISP)
193 here=`pwd` && cd $(srcdir) \
194 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
196 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
197 tags=; \
198 here=`pwd`; \
199 list='$(SOURCES) $(HEADERS)'; \
200 unique=`for i in $$list; do echo $$i; done | \
201 awk ' { files[$$0] = 1; } \
202 END { for (i in files) print i; }'`; \
203 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
204 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
206 mostlyclean-tags:
208 clean-tags:
210 distclean-tags:
211 -rm -f TAGS ID
213 maintainer-clean-tags:
215 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
217 subdir = makeinfo
219 distdir: $(DISTFILES)
220 @for file in $(DISTFILES); do \
221 d=$(srcdir); \
222 test -f $(distdir)/$$file \
223 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
224 || cp -p $$d/$$file $(distdir)/$$file; \
225 done
226 makeinfo.o: makeinfo.c ../lib/system.h ../lib/getopt.h makeinfo.h
227 multi.o: multi.c ../lib/system.h makeinfo.h
229 info:
230 dvi:
231 check: all
232 $(MAKE)
233 installcheck:
234 install-exec: install-binPROGRAMS
235 @$(NORMAL_INSTALL)
237 install-data:
238 @$(NORMAL_INSTALL)
240 install: install-exec install-data all
243 uninstall: uninstall-binPROGRAMS
245 install-strip:
246 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
247 installdirs:
248 $(mkinstalldirs) $(DATADIR)$(bindir)
251 mostlyclean-generic:
252 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
254 clean-generic:
255 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
257 distclean-generic:
258 -rm -f Makefile $(DISTCLEANFILES)
259 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
260 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
262 maintainer-clean-generic:
263 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
264 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
265 mostlyclean: mostlyclean-binPROGRAMS mostlyclean-compile \
266 mostlyclean-tags mostlyclean-generic
268 clean: clean-binPROGRAMS clean-compile clean-tags clean-generic \
269 mostlyclean
271 distclean: distclean-binPROGRAMS distclean-compile distclean-tags \
272 distclean-generic clean
273 -rm -f config.status
275 maintainer-clean: maintainer-clean-binPROGRAMS maintainer-clean-compile \
276 maintainer-clean-tags maintainer-clean-generic \
277 distclean
278 @echo "This command is intended for maintainers to use;"
279 @echo "it deletes files that may require special tools to rebuild."
281 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
282 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
283 mostlyclean-compile distclean-compile clean-compile \
284 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
285 clean-tags maintainer-clean-tags distdir info dvi installcheck \
286 install-exec install-data install uninstall all installdirs \
287 mostlyclean-generic distclean-generic clean-generic \
288 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
291 # Tell versions [3.59,3.63) of GNU make to not export all variables.
292 # Otherwise a system limit (for SysV at least) may be exceeded.
293 .NOEXPORT: