Update with automake patched for DATA=$(INSTALL_DATA) problem.
[gcc.git] / texinfo / lib / 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 noinst_LIBRARIES = libtxi.a
93 INCLUDES = -I../intl
94
95 # Don't need to list alloca.c, etc., Automake includes them.
96 libtxi_a_SOURCES = getopt.c getopt.h getopt1.c system.h xmalloc.c xstrdup.c
97 libtxi_a_LIBADD = @LIBOBJS@ @ALLOCA@
98 libtxi_a_DEPENDENCIES = $(libtxi_a_LIBADD)
99
100 EXTRA_DIST = README
101 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
102 CONFIG_HEADER = ../config.h
103 CONFIG_CLEAN_FILES =
104 LIBRARIES = $(noinst_LIBRARIES)
105
106
107 DEFS = @DEFS@ -I. -I$(srcdir) -I..
108 CPPFLAGS = @CPPFLAGS@
109 LDFLAGS = @LDFLAGS@
110 LIBS = @LIBS@
111 libtxi_a_OBJECTS = getopt.o getopt1.o xmalloc.o xstrdup.o
112 AR = ar
113 CFLAGS = @CFLAGS@
114 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
115 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
116 DIST_COMMON = README Makefile.am Makefile.in alloca.c memcpy.c \
117 memmove.c strdup.c strerror.c
118
119
120 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121
122 TAR = tar
123 GZIP = --best
124 DEP_FILES = .deps/alloca.P .deps/getopt.P .deps/getopt1.P \
125 .deps/memcpy.P .deps/memmove.P .deps/strdup.P .deps/strerror.P \
126 .deps/xmalloc.P .deps/xstrdup.P
127 SOURCES = $(libtxi_a_SOURCES)
128 OBJECTS = $(libtxi_a_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 lib/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-noinstLIBRARIES:
143
144 clean-noinstLIBRARIES:
145 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
146
147 distclean-noinstLIBRARIES:
148
149 maintainer-clean-noinstLIBRARIES:
150
151 .s.o:
152 $(COMPILE) -c $<
153
154 .S.o:
155 $(COMPILE) -c $<
156
157 mostlyclean-compile:
158 -rm -f *.o core *.core
159
160 clean-compile:
161
162 distclean-compile:
163 -rm -f *.tab.c
164
165 maintainer-clean-compile:
166
167 libtxi.a: $(libtxi_a_OBJECTS) $(libtxi_a_DEPENDENCIES)
168 -rm -f libtxi.a
169 $(AR) cru libtxi.a $(libtxi_a_OBJECTS) $(libtxi_a_LIBADD)
170 $(RANLIB) libtxi.a
171
172 tags: TAGS
173
174 ID: $(HEADERS) $(SOURCES) $(LISP)
175 here=`pwd` && cd $(srcdir) \
176 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
177
178 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
179 tags=; \
180 here=`pwd`; \
181 list='$(SOURCES) $(HEADERS)'; \
182 unique=`for i in $$list; do echo $$i; done | \
183 awk ' { files[$$0] = 1; } \
184 END { for (i in files) print i; }'`; \
185 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
186 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
187
188 mostlyclean-tags:
189
190 clean-tags:
191
192 distclean-tags:
193 -rm -f TAGS ID
194
195 maintainer-clean-tags:
196
197 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
198
199 subdir = lib
200
201 distdir: $(DISTFILES)
202 here=`cd $(top_builddir) && pwd`; \
203 top_distdir=`cd $(top_distdir) && pwd`; \
204 distdir=`cd $(distdir) && pwd`; \
205 cd $(top_srcdir) \
206 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu lib/Makefile
207 @for file in $(DISTFILES); do \
208 d=$(srcdir); \
209 test -f $(distdir)/$$file \
210 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
211 || cp -p $$d/$$file $(distdir)/$$file; \
212 done
213
214 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
215
216 -include $(DEP_FILES)
217
218 mostlyclean-depend:
219
220 clean-depend:
221
222 distclean-depend:
223
224 maintainer-clean-depend:
225 -rm -rf .deps
226
227 %.o: %.c
228 @echo '$(COMPILE) -c $<'; \
229 DEPENDENCIES_OUTPUT='.deps/$(*F).P'; \
230 export DEPENDENCIES_OUTPUT; \
231 : > .deps/$(*F).P; \
232 $(COMPILE) -c $<
233 info:
234 dvi:
235 check: all
236 $(MAKE)
237 installcheck:
238 install-exec:
239 @$(NORMAL_INSTALL)
240
241 install-data:
242 @$(NORMAL_INSTALL)
243
244 install: install-exec install-data all
245 @:
246
247 uninstall:
248
249 all: Makefile $(LIBRARIES)
250
251 install-strip:
252 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
253 installdirs:
254
255
256 mostlyclean-generic:
257 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
258
259 clean-generic:
260 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
261
262 distclean-generic:
263 -rm -f Makefile $(DISTCLEANFILES)
264 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
265 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
266
267 maintainer-clean-generic:
268 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
269 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
270 mostlyclean: mostlyclean-noinstLIBRARIES mostlyclean-compile \
271 mostlyclean-tags mostlyclean-depend mostlyclean-generic
272
273 clean: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
274 clean-generic mostlyclean
275
276 distclean: distclean-noinstLIBRARIES distclean-compile distclean-tags \
277 distclean-depend distclean-generic clean
278 -rm -f config.status
279
280 maintainer-clean: maintainer-clean-noinstLIBRARIES \
281 maintainer-clean-compile maintainer-clean-tags \
282 maintainer-clean-depend maintainer-clean-generic \
283 distclean
284 @echo "This command is intended for maintainers to use;"
285 @echo "it deletes files that may require special tools to rebuild."
286
287 .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
288 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
289 mostlyclean-compile distclean-compile clean-compile \
290 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
291 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
292 distclean-depend clean-depend maintainer-clean-depend info dvi \
293 installcheck install-exec install-data install uninstall all \
294 installdirs mostlyclean-generic distclean-generic clean-generic \
295 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
296
297
298 # Tell versions [3.59,3.63) of GNU make to not export all variables.
299 # Otherwise a system limit (for SysV at least) may be exceeded.
300 .NOEXPORT: