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