]> git.saurik.com Git - bison.git/blob - Makefile.in
* src/vcg.c: Include `xalloc.h'.
[bison.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
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 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 host_alias = @host_alias@
59 host_triplet = @host@
60 AMTAR = @AMTAR@
61 AT_TESTPATH = @AT_TESTPATH@
62 AWK = @AWK@
63 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
64 CATALOGS = @CATALOGS@
65 CATOBJEXT = @CATOBJEXT@
66 CC = @CC@
67 CPP = @CPP@
68 DATADIRNAME = @DATADIRNAME@
69 DEPDIR = @DEPDIR@
70 ECHO_C = @ECHO_C@
71 ECHO_N = @ECHO_N@
72 ECHO_T = @ECHO_T@
73 EXEEXT = @EXEEXT@
74 GENCAT = @GENCAT@
75 GLIBC21 = @GLIBC21@
76 GMOFILES = @GMOFILES@
77 GMSGFMT = @GMSGFMT@
78 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79 INSTOBJEXT = @INSTOBJEXT@
80 INTLBISON = @INTLBISON@
81 INTLLIBS = @INTLLIBS@
82 INTLOBJS = @INTLOBJS@
83 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
84 LIBICONV = @LIBICONV@
85 LIBOBJS = @LIBOBJS@
86 M4 = @M4@
87 MKINSTALLDIRS = @MKINSTALLDIRS@
88 MSGFMT = @MSGFMT@
89 OBJEXT = @OBJEXT@
90 PACKAGE = @PACKAGE@
91 POFILES = @POFILES@
92 POSUB = @POSUB@
93 RANLIB = @RANLIB@
94 U = @U@
95 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
96 USE_NLS = @USE_NLS@
97 VERSION = @VERSION@
98 WARNING_CFLAGS = @WARNING_CFLAGS@
99 am__include = @am__include@
100 am__quote = @am__quote@
101 install_sh = @install_sh@
102
103 AUTOMAKE_OPTIONS = 1.5 check-news readme-alpha
104
105 ACLOCAL_AMFLAGS = -I m4
106
107 SUBDIRS = config intl po lib src doc m4 tests
108
109 EXTRA_DIST = REFERENCES configure.bat OChangeLog Makefile.maint GNUmakefile
110
111 DISTCLEANFILES = intl/libintl.h
112
113 move_if_change = $(srcdir)/config/move-if-change
114 prev_version_file = $(srcdir)/config/prev-version.txt
115 release_archive_dir = releases
116
117 # Uploading betas.
118 hosts = alpha
119 alpha_host = alpha.gnu.org
120 alpha_url_dir = gnu/bison
121
122 # Files to update automatically.
123 wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub \
124 $(srcdir)/config/texinfo.tex
125
126
127 cvs_files = $(srcdir)/config/missing
128 subdir = .
129 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
130 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
131 CONFIG_HEADER = config.h
132 CONFIG_CLEAN_FILES = intl/Makefile
133 DIST_SOURCES =
134
135 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
136 uninstall-info-recursive all-recursive install-data-recursive \
137 install-exec-recursive installdirs-recursive install-recursive \
138 uninstall-recursive check-recursive installcheck-recursive
139 DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
140 INSTALL Makefile.am Makefile.in NEWS README-alpha THANKS \
141 aclocal.m4 config.hin configure configure.in missing \
142 mkinstalldirs
143 DIST_SUBDIRS = $(SUBDIRS)
144 all: config.h
145 $(MAKE) $(AM_MAKEFLAGS) all-recursive
146
147 .SUFFIXES:
148 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
149 cd $(top_srcdir) && \
150 $(AUTOMAKE) --gnu Makefile
151 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
152 cd $(top_builddir) && \
153 CONFIG_HEADERS= CONFIG_LINKS= \
154 CONFIG_FILES=$@ $(SHELL) ./config.status
155
156 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
157 $(SHELL) ./config.status --recheck
158 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
159 cd $(srcdir) && $(AUTOCONF)
160
161 $(ACLOCAL_M4): configure.in m4/atconfig.m4 m4/c-bs-a.m4 m4/codeset.m4 m4/error.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/m4.m4 m4/malloc.m4 m4/mbstate_t.m4 m4/prereq.m4 m4/progtest.m4 m4/realloc.m4 m4/strerror_r.m4 m4/warning.m4
162 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
163 config.h: stamp-h
164 @if test ! -f $@; then \
165 rm -f stamp-h; \
166 $(MAKE) stamp-h; \
167 else :; fi
168 stamp-h: $(srcdir)/config.hin $(top_builddir)/config.status
169 @rm -f stamp-h stamp-hT
170 @echo timestamp > stamp-hT 2> /dev/null
171 cd $(top_builddir) \
172 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.hin \
173 $(SHELL) ./config.status
174 @mv stamp-hT stamp-h
175 $(srcdir)/config.hin: $(srcdir)/./stamp-h.in
176 @if test ! -f $@; then \
177 rm -f $(srcdir)/./stamp-h.in; \
178 $(MAKE) $(srcdir)/./stamp-h.in; \
179 else :; fi
180 $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
181 @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
182 @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
183 cd $(top_srcdir) && $(AUTOHEADER)
184 @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
185
186 distclean-hdr:
187 -rm -f config.h
188 intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
189 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
190 uninstall-info-am:
191
192 # This directory's subdirectories are mostly independent; you can cd
193 # into them and run `make' without going through this Makefile.
194 # To change the values of `make' variables: instead of editing Makefiles,
195 # (1) if the variable is set in `config.status', edit `config.status'
196 # (which will cause the Makefiles to be regenerated when you run `make');
197 # (2) otherwise, pass the desired values on the `make' command line.
198 $(RECURSIVE_TARGETS):
199 @set fnord $(MAKEFLAGS); amf=$$2; \
200 dot_seen=no; \
201 target=`echo $@ | sed s/-recursive//`; \
202 list='$(SUBDIRS)'; for subdir in $$list; do \
203 echo "Making $$target in $$subdir"; \
204 if test "$$subdir" = "."; then \
205 dot_seen=yes; \
206 local_target="$$target-am"; \
207 else \
208 local_target="$$target"; \
209 fi; \
210 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
211 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
212 done; \
213 if test "$$dot_seen" = "no"; then \
214 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
215 fi; test -z "$$fail"
216
217 mostlyclean-recursive clean-recursive distclean-recursive \
218 maintainer-clean-recursive:
219 @set fnord $(MAKEFLAGS); amf=$$2; \
220 dot_seen=no; \
221 case "$@" in \
222 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
223 *) list='$(SUBDIRS)' ;; \
224 esac; \
225 rev=''; for subdir in $$list; do \
226 if test "$$subdir" = "."; then :; else \
227 rev="$$subdir $$rev"; \
228 fi; \
229 done; \
230 rev="$$rev ."; \
231 target=`echo $@ | sed s/-recursive//`; \
232 for subdir in $$rev; do \
233 echo "Making $$target in $$subdir"; \
234 if test "$$subdir" = "."; then \
235 local_target="$$target-am"; \
236 else \
237 local_target="$$target"; \
238 fi; \
239 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
240 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
241 done && test -z "$$fail"
242 tags-recursive:
243 list='$(SUBDIRS)'; for subdir in $$list; do \
244 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
245 done
246
247 tags: TAGS
248
249 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
250 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
251 unique=`for i in $$list; do \
252 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
253 done | \
254 $(AWK) ' { files[$$0] = 1; } \
255 END { for (i in files) print i; }'`; \
256 mkid -fID $$unique $(LISP)
257
258 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
259 $(TAGS_FILES) $(LISP)
260 tags=; \
261 here=`pwd`; \
262 list='$(SUBDIRS)'; for subdir in $$list; do \
263 if test "$$subdir" = .; then :; else \
264 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
265 fi; \
266 done; \
267 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
268 unique=`for i in $$list; do \
269 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
270 done | \
271 $(AWK) ' { files[$$0] = 1; } \
272 END { for (i in files) print i; }'`; \
273 test -z "$(ETAGS_ARGS)config.hin$$unique$(LISP)$$tags" \
274 || etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP)
275
276 GTAGS:
277 here=`CDPATH=: && cd $(top_builddir) && pwd` \
278 && cd $(top_srcdir) \
279 && gtags -i $(GTAGS_ARGS) $$here
280
281 distclean-tags:
282 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
283
284 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
285
286 top_distdir = .
287 # Avoid unsightly `./'.
288 distdir = $(PACKAGE)-$(VERSION)
289
290 GZIP_ENV = --best
291
292 distdir: $(DISTFILES)
293 @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" >/dev/null; \
294 then :; else \
295 echo "NEWS not updated; not releasing" 1>&2; \
296 exit 1; \
297 fi
298 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
299 mkdir $(distdir)
300 $(mkinstalldirs) $(distdir)/intl $(distdir)/po $(distdir)/tests
301 @for file in $(DISTFILES); do \
302 if test -f $$file; then d=.; else d=$(srcdir); fi; \
303 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
304 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
305 $(mkinstalldirs) "$(distdir)/$$dir"; \
306 fi; \
307 if test -d $$d/$$file; then \
308 cp -pR $$d/$$file $(distdir) \
309 || exit 1; \
310 else \
311 test -f $(distdir)/$$file \
312 || cp -p $$d/$$file $(distdir)/$$file \
313 || exit 1; \
314 fi; \
315 done
316 for subdir in $(SUBDIRS); do \
317 if test "$$subdir" = .; then :; else \
318 test -d $(distdir)/$$subdir \
319 || mkdir $(distdir)/$$subdir \
320 || exit 1; \
321 (cd $$subdir && \
322 $(MAKE) $(AM_MAKEFLAGS) \
323 top_distdir="$(top_distdir)" \
324 distdir=../$(distdir)/$$subdir \
325 distdir) \
326 || exit 1; \
327 fi; \
328 done
329 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
330 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
331 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
332 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
333 || chmod -R a+r $(distdir)
334 dist: distdir
335 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
336 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
337
338 # This target untars the dist file and tries a VPATH configuration. Then
339 # it guarantees that the distribution is self-contained by making another
340 # tarfile.
341 distcheck: dist
342 -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
343 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
344 chmod -R a-w $(distdir); chmod a+w $(distdir)
345 mkdir $(distdir)/=build
346 mkdir $(distdir)/=inst
347 chmod a-w $(distdir)
348 dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
349 && cd $(distdir)/=build \
350 && ../configure --srcdir=.. --prefix=$$dc_install_base \
351 --with-included-gettext \
352 && $(MAKE) $(AM_MAKEFLAGS) \
353 && $(MAKE) $(AM_MAKEFLAGS) dvi \
354 && $(MAKE) $(AM_MAKEFLAGS) check \
355 && $(MAKE) $(AM_MAKEFLAGS) install \
356 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
357 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
358 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
359 || (echo "Error: files left after uninstall" 1>&2; \
360 exit 1) ) \
361 && $(MAKE) $(AM_MAKEFLAGS) dist \
362 && $(MAKE) $(AM_MAKEFLAGS) distclean \
363 && rm -f $(distdir).tar.gz \
364 && (test `find . -type f -print | wc -l` -eq 0 \
365 || (echo "Error: files left after distclean" 1>&2; \
366 exit 1) )
367 -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
368 @echo "$(distdir).tar.gz is ready for distribution" | \
369 sed 'h;s/./=/g;p;x;p;x'
370 check-am: all-am
371 check: check-recursive
372 all-am: Makefile config.h
373 installdirs: installdirs-recursive
374 installdirs-am:
375
376 install: install-recursive
377 install-exec: install-exec-recursive
378 install-data: install-data-recursive
379 uninstall: uninstall-recursive
380
381 install-am: all-am
382 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
383
384 installcheck: installcheck-recursive
385 install-strip:
386 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
387 `test -z '$(STRIP)' || \
388 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
389 mostlyclean-generic:
390
391 clean-generic:
392
393 distclean-generic:
394 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
395 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
396
397 maintainer-clean-generic:
398 @echo "This command is intended for maintainers to use"
399 @echo "it deletes files that may require special tools to rebuild."
400 clean: clean-recursive
401
402 clean-am: clean-generic mostlyclean-am
403
404 dist-all: distdir
405 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
406 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
407 distclean: distclean-recursive
408 -rm -f config.status config.cache config.log
409 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
410
411 dvi: dvi-recursive
412
413 dvi-am:
414
415 info: info-recursive
416
417 info-am:
418
419 install-data-am:
420
421 install-exec-am:
422
423 install-info: install-info-recursive
424
425 install-man:
426
427 installcheck-am:
428
429 maintainer-clean: maintainer-clean-recursive
430
431 maintainer-clean-am: distclean-am maintainer-clean-generic
432
433 mostlyclean: mostlyclean-recursive
434
435 mostlyclean-am: mostlyclean-generic
436
437 uninstall-am: uninstall-info-am
438
439 uninstall-info: uninstall-info-recursive
440
441 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
442 clean-generic clean-recursive dist dist-all distcheck distclean \
443 distclean-generic distclean-hdr distclean-recursive \
444 distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
445 info-recursive install install-am install-data install-data-am \
446 install-data-recursive install-exec install-exec-am \
447 install-exec-recursive install-info install-info-am \
448 install-info-recursive install-man install-recursive \
449 install-strip installcheck installcheck-am installdirs \
450 installdirs-am installdirs-recursive maintainer-clean \
451 maintainer-clean-generic maintainer-clean-recursive mostlyclean \
452 mostlyclean-generic mostlyclean-recursive tags tags-recursive \
453 uninstall uninstall-am uninstall-info-am \
454 uninstall-info-recursive uninstall-recursive
455
456 # Tell versions [3.59,3.63) of GNU make to not export all variables.
457 # Otherwise a system limit (for SysV at least) may be exceeded.
458 .NOEXPORT: