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