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