]> git.saurik.com Git - bison.git/blame_incremental - Makefile.in
* lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
[bison.git] / Makefile.in
... / ...
CommitLineData
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60AT_TESTPATH = @AT_TESTPATH@
61CATALOGS = @CATALOGS@
62CATOBJEXT = @CATOBJEXT@
63CC = @CC@
64CPP = @CPP@
65DATADIRNAME = @DATADIRNAME@
66ECHO_C = @ECHO_C@
67ECHO_N = @ECHO_N@
68ECHO_T = @ECHO_T@
69GENCAT = @GENCAT@
70GMOFILES = @GMOFILES@
71GMSGFMT = @GMSGFMT@
72GT_NO = @GT_NO@
73GT_YES = @GT_YES@
74INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
75INSTOBJEXT = @INSTOBJEXT@
76INTLDEPS = @INTLDEPS@
77INTLLIBS = @INTLLIBS@
78INTLOBJS = @INTLOBJS@
79LIBOBJS = @LIBOBJS@
80M4 = @M4@
81MAKEINFO = @MAKEINFO@
82MKINSTALLDIRS = @MKINSTALLDIRS@
83MSGFMT = @MSGFMT@
84PACKAGE = @PACKAGE@
85POFILES = @POFILES@
86POSUB = @POSUB@
87RANLIB = @RANLIB@
88U = @U@
89USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
90USE_NLS = @USE_NLS@
91VERSION = @VERSION@
92WARNING_CFLAGS = @WARNING_CFLAGS@
93l = @l@
94
95AUTOMAKE_OPTIONS = 1.4 check-news readme-alpha
96
97ACLOCAL_AMFLAGS = -I m4
98
99SUBDIRS = intl po lib src doc m4 tests
100
101EXTRA_DIST = REFERENCES configure.bat OChangeLog THANKS
102
103DISTCLEANFILES = intl/libintl.h
104ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106CONFIG_HEADER = config.h
107CONFIG_CLEAN_FILES =
108DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
109INSTALL Makefile.am Makefile.in NEWS README-alpha THANKS aclocal.m4 \
110config.hin configure configure.in install-sh missing mkinstalldirs
111
112
113DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
114
115TAR = tar
116GZIP_ENV = --best
117all: all-redirect
118.SUFFIXES:
119$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
120 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
121
122Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
123 cd $(top_builddir) \
124 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
125
126$(ACLOCAL_M4): configure.in m4/atconfig.m4 m4/c-bs-a.m4 m4/error.m4 \
127 m4/gettext.m4 m4/lcmessage.m4 m4/m4.m4 m4/malloc.m4 \
128 m4/mbstate_t.m4 m4/prereq.m4 m4/progtest.m4 \
129 m4/realloc.m4 m4/warning.m4
130 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
131
132config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
133 $(SHELL) ./config.status --recheck
134$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
135 cd $(srcdir) && $(AUTOCONF)
136
137config.h: stamp-h
138 @if test ! -f $@; then \
139 rm -f stamp-h; \
140 $(MAKE) stamp-h; \
141 else :; fi
142stamp-h: $(srcdir)/config.hin $(top_builddir)/config.status
143 cd $(top_builddir) \
144 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.hin \
145 $(SHELL) ./config.status
146 @echo timestamp > stamp-h 2> /dev/null
147$(srcdir)/config.hin: $(srcdir)/stamp-h.in
148 @if test ! -f $@; then \
149 rm -f $(srcdir)/stamp-h.in; \
150 $(MAKE) $(srcdir)/stamp-h.in; \
151 else :; fi
152$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
153 cd $(top_srcdir) && $(AUTOHEADER)
154 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
155
156mostlyclean-hdr:
157
158clean-hdr:
159
160distclean-hdr:
161 -rm -f config.h
162
163maintainer-clean-hdr:
164
165# This directory's subdirectories are mostly independent; you can cd
166# into them and run `make' without going through this Makefile.
167# To change the values of `make' variables: instead of editing Makefiles,
168# (1) if the variable is set in `config.status', edit `config.status'
169# (which will cause the Makefiles to be regenerated when you run `make');
170# (2) otherwise, pass the desired values on the `make' command line.
171
172@SET_MAKE@
173
174all-recursive install-data-recursive install-exec-recursive \
175installdirs-recursive install-recursive uninstall-recursive \
176check-recursive installcheck-recursive info-recursive dvi-recursive:
177 @set fnord $(MAKEFLAGS); amf=$$2; \
178 dot_seen=no; \
179 target=`echo $@ | sed s/-recursive//`; \
180 list='$(SUBDIRS)'; for subdir in $$list; do \
181 echo "Making $$target in $$subdir"; \
182 if test "$$subdir" = "."; then \
183 dot_seen=yes; \
184 local_target="$$target-am"; \
185 else \
186 local_target="$$target"; \
187 fi; \
188 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
189 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
190 done; \
191 if test "$$dot_seen" = "no"; then \
192 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
193 fi; test -z "$$fail"
194
195mostlyclean-recursive clean-recursive distclean-recursive \
196maintainer-clean-recursive:
197 @set fnord $(MAKEFLAGS); amf=$$2; \
198 dot_seen=no; \
199 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
200 rev="$$subdir $$rev"; \
201 test "$$subdir" = "." && dot_seen=yes; \
202 done; \
203 test "$$dot_seen" = "no" && rev=". $$rev"; \
204 target=`echo $@ | sed s/-recursive//`; \
205 for subdir in $$rev; do \
206 echo "Making $$target in $$subdir"; \
207 if test "$$subdir" = "."; then \
208 local_target="$$target-am"; \
209 else \
210 local_target="$$target"; \
211 fi; \
212 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
213 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
214 done && test -z "$$fail"
215tags-recursive:
216 list='$(SUBDIRS)'; for subdir in $$list; do \
217 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
218 done
219
220tags: TAGS
221
222ID: $(HEADERS) $(SOURCES) $(LISP)
223 list='$(SOURCES) $(HEADERS)'; \
224 unique=`for i in $$list; do echo $$i; done | \
225 awk ' { files[$$0] = 1; } \
226 END { for (i in files) print i; }'`; \
227 here=`pwd` && cd $(srcdir) \
228 && mkid -f$$here/ID $$unique $(LISP)
229
230TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) $(LISP)
231 tags=; \
232 here=`pwd`; \
233 list='$(SUBDIRS)'; for subdir in $$list; do \
234 if test "$$subdir" = .; then :; else \
235 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
236 fi; \
237 done; \
238 list='$(SOURCES) $(HEADERS)'; \
239 unique=`for i in $$list; do echo $$i; done | \
240 awk ' { files[$$0] = 1; } \
241 END { for (i in files) print i; }'`; \
242 test -z "$(ETAGS_ARGS)config.hin$$unique$(LISP)$$tags" \
243 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP) -o $$here/TAGS)
244
245mostlyclean-tags:
246
247clean-tags:
248
249distclean-tags:
250 -rm -f TAGS ID
251
252maintainer-clean-tags:
253
254distdir = $(PACKAGE)-$(VERSION)
255top_distdir = $(distdir)
256
257# This target untars the dist file and tries a VPATH configuration. Then
258# it guarantees that the distribution is self-contained by making another
259# tarfile.
260distcheck: dist
261 -rm -rf $(distdir)
262 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
263 mkdir $(distdir)/=build
264 mkdir $(distdir)/=inst
265 dc_install_base=`cd $(distdir)/=inst && pwd`; \
266 cd $(distdir)/=build \
267 && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
268 && $(MAKE) $(AM_MAKEFLAGS) \
269 && $(MAKE) $(AM_MAKEFLAGS) dvi \
270 && $(MAKE) $(AM_MAKEFLAGS) check \
271 && $(MAKE) $(AM_MAKEFLAGS) install \
272 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
273 && $(MAKE) $(AM_MAKEFLAGS) dist
274 -rm -rf $(distdir)
275 @banner="$(distdir).tar.gz is ready for distribution"; \
276 dashes=`echo "$$banner" | sed s/./=/g`; \
277 echo "$$dashes"; \
278 echo "$$banner"; \
279 echo "$$dashes"
280dist: distdir
281 -chmod -R a+r $(distdir)
282 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
283 -rm -rf $(distdir)
284dist-all: distdir
285 -chmod -R a+r $(distdir)
286 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
287 -rm -rf $(distdir)
288distdir: $(DISTFILES)
289 @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \
290 echo "NEWS not updated; not releasing" 1>&2; \
291 exit 1; \
292 fi
293 -rm -rf $(distdir)
294 mkdir $(distdir)
295 -chmod 777 $(distdir)
296 here=`cd $(top_builddir) && pwd`; \
297 top_distdir=`cd $(distdir) && pwd`; \
298 distdir=`cd $(distdir) && pwd`; \
299 cd $(top_srcdir) \
300 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
301 @for file in $(DISTFILES); do \
302 d=$(srcdir); \
303 if test -d $$d/$$file; then \
304 cp -pr $$d/$$file $(distdir)/$$file; \
305 else \
306 test -f $(distdir)/$$file \
307 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
308 || cp -p $$d/$$file $(distdir)/$$file || :; \
309 fi; \
310 done
311 for subdir in $(SUBDIRS); do \
312 if test "$$subdir" = .; then :; else \
313 test -d $(distdir)/$$subdir \
314 || mkdir $(distdir)/$$subdir \
315 || exit 1; \
316 chmod 777 $(distdir)/$$subdir; \
317 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
318 || exit 1; \
319 fi; \
320 done
321info-am:
322info: info-recursive
323dvi-am:
324dvi: dvi-recursive
325check-am: all-am
326check: check-recursive
327installcheck-am:
328installcheck: installcheck-recursive
329all-recursive-am: config.h
330 $(MAKE) $(AM_MAKEFLAGS) all-recursive
331
332install-exec-am:
333install-exec: install-exec-recursive
334
335install-data-am:
336install-data: install-data-recursive
337
338install-am: all-am
339 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
340install: install-recursive
341uninstall-am:
342uninstall: uninstall-recursive
343all-am: Makefile config.h
344all-redirect: all-recursive-am
345install-strip:
346 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
347installdirs: installdirs-recursive
348installdirs-am:
349
350
351mostlyclean-generic:
352
353clean-generic:
354
355distclean-generic:
356 -rm -f Makefile $(CONFIG_CLEAN_FILES)
357 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
358 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
359
360maintainer-clean-generic:
361mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
362
363mostlyclean: mostlyclean-recursive
364
365clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
366
367clean: clean-recursive
368
369distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
370
371distclean: distclean-recursive
372 -rm -f config.status
373
374maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
375 maintainer-clean-generic distclean-am
376 @echo "This command is intended for maintainers to use;"
377 @echo "it deletes files that may require special tools to rebuild."
378
379maintainer-clean: maintainer-clean-recursive
380 -rm -f config.status
381
382.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
383install-data-recursive uninstall-data-recursive install-exec-recursive \
384uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
385all-recursive check-recursive installcheck-recursive info-recursive \
386dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
387maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
388distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
389dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
390install-exec-am install-exec install-data-am install-data install-am \
391install uninstall-am uninstall all-redirect all-am all installdirs-am \
392installdirs mostlyclean-generic distclean-generic clean-generic \
393maintainer-clean-generic clean mostlyclean distclean maintainer-clean
394
395
396# Tell versions [3.59,3.63) of GNU make to not export all variables.
397# Otherwise a system limit (for SysV at least) may be exceeded.
398.NOEXPORT: