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