* arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
[official-gcc.git] / texinfo / util / Makefile.in
blobf84608e16e74c9518ab073b7d8804d97baf08d00
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 noinst_PROGRAMS = install-info texindex
94 noinst_SCRIPTS = texi2dvi
96 localedir = $(datadir)/locale
97 INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
98 LDADD = ../lib/libtxi.a @INTLLIBS@
100 EXTRA_DIST = README deref.c fixfonts gen-dir-node tex3patch texi2dvi \
101 update-info
102 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
103 CONFIG_HEADER = ../config.h
104 CONFIG_CLEAN_FILES =
105 noinst_PROGRAMS = install-info$(EXEEXT) texindex$(EXEEXT)
106 PROGRAMS = $(noinst_PROGRAMS)
109 DEFS = @DEFS@ -I. -I$(srcdir) -I..
110 CPPFLAGS = @CPPFLAGS@
111 LDFLAGS = @LDFLAGS@
112 LIBS = @LIBS@
113 install_info_SOURCES = install-info.c
114 install_info_OBJECTS = install-info.o
115 install_info_LDADD = $(LDADD)
116 install_info_DEPENDENCIES = ../lib/libtxi.a
117 install_info_LDFLAGS =
118 texindex_SOURCES = texindex.c
119 texindex_OBJECTS = texindex.o
120 texindex_LDADD = $(LDADD)
121 texindex_DEPENDENCIES = ../lib/libtxi.a
122 texindex_LDFLAGS =
123 SCRIPTS = $(noinst_SCRIPTS)
125 CFLAGS = @CFLAGS@
126 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
127 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
128 DIST_COMMON = README Makefile.am Makefile.in mkinstalldirs
131 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
133 TAR = tar
134 GZIP = --best
135 SOURCES = install-info.c texindex.c
136 OBJECTS = install-info.o texindex.o
138 all: Makefile $(PROGRAMS) $(SCRIPTS)
140 .SUFFIXES:
141 .SUFFIXES: .S .c .o .s
142 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
143 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps util/Makefile
145 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
146 cd $(top_builddir) \
147 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
150 mostlyclean-noinstPROGRAMS:
152 clean-noinstPROGRAMS:
153 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
155 distclean-noinstPROGRAMS:
157 maintainer-clean-noinstPROGRAMS:
159 .c.o:
160 $(COMPILE) -c $<
162 .s.o:
163 $(COMPILE) -c $<
165 .S.o:
166 $(COMPILE) -c $<
168 mostlyclean-compile:
169 -rm -f *.o core *.core
171 clean-compile:
173 distclean-compile:
174 -rm -f *.tab.c
176 maintainer-clean-compile:
178 install-info$(EXEEXT): $(install_info_OBJECTS) $(install_info_DEPENDENCIES)
179 @rm -f install-info$(EXEEXT)
180 $(LINK) $(install_info_LDFLAGS) $(install_info_OBJECTS) $(install_info_LDADD) $(LIBS)
182 texindex$(EXEEXT): $(texindex_OBJECTS) $(texindex_DEPENDENCIES)
183 @rm -f texindex$(EXEEXT)
184 $(LINK) $(texindex_LDFLAGS) $(texindex_OBJECTS) $(texindex_LDADD) $(LIBS)
186 tags: TAGS
188 ID: $(HEADERS) $(SOURCES) $(LISP)
189 here=`pwd` && cd $(srcdir) \
190 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
192 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
193 tags=; \
194 here=`pwd`; \
195 list='$(SOURCES) $(HEADERS)'; \
196 unique=`for i in $$list; do echo $$i; done | \
197 awk ' { files[$$0] = 1; } \
198 END { for (i in files) print i; }'`; \
199 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
200 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
202 mostlyclean-tags:
204 clean-tags:
206 distclean-tags:
207 -rm -f TAGS ID
209 maintainer-clean-tags:
211 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
213 subdir = util
215 distdir: $(DISTFILES)
216 @for file in $(DISTFILES); do \
217 d=$(srcdir); \
218 test -f $(distdir)/$$file \
219 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
220 || cp -p $$d/$$file $(distdir)/$$file; \
221 done
222 install-info.o: install-info.c ../lib/system.h ../config.h \
223 ../lib/getopt.h
224 texindex.o: texindex.c ../lib/system.h ../config.h ../lib/getopt.h
226 info:
227 dvi:
228 check: all
229 $(MAKE)
230 installcheck:
231 install-exec:
232 @$(NORMAL_INSTALL)
234 install-data:
235 @$(NORMAL_INSTALL)
237 install: install-exec install-data all
240 uninstall:
242 install-strip:
243 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
244 installdirs:
247 mostlyclean-generic:
248 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
250 clean-generic:
251 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
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)
258 maintainer-clean-generic:
259 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
260 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
261 mostlyclean: mostlyclean-noinstPROGRAMS mostlyclean-compile \
262 mostlyclean-tags mostlyclean-generic
264 clean: clean-noinstPROGRAMS clean-compile clean-tags clean-generic \
265 mostlyclean
267 distclean: distclean-noinstPROGRAMS distclean-compile distclean-tags \
268 distclean-generic clean
269 -rm -f config.status
271 maintainer-clean: maintainer-clean-noinstPROGRAMS \
272 maintainer-clean-compile maintainer-clean-tags \
273 maintainer-clean-generic distclean
274 @echo "This command is intended for maintainers to use;"
275 @echo "it deletes files that may require special tools to rebuild."
277 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
278 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
279 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
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: