1 # Makefile.in generated by automake 1.5a from Makefile.am.
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.
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
20 top_srcdir = @top_srcdir@
23 exec_prefix = @exec_prefix@
27 libexecdir = @libexecdir@
29 sysconfdir = @sysconfdir@
30 sharedstatedir = @sharedstatedir@
31 localstatedir = @localstatedir@
35 includedir = @includedir@
36 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
45 AUTOHEADER = @AUTOHEADER@
47 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 INSTALL_HEADER = $(INSTALL_DATA)
53 transform = @program_transform_name@
60 host_alias = @host_alias@
65 PATH_SEPARATOR = @PATH_SEPARATOR@
69 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
71 CATOBJEXT = @CATOBJEXT@
74 DATADIRNAME = @DATADIRNAME@
81 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
82 INSTOBJEXT = @INSTOBJEXT@
83 INTLBISON = @INTLBISON@
86 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
89 MKINSTALLDIRS = @MKINSTALLDIRS@
96 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
99 WARNING_CFLAGS = @WARNING_CFLAGS@
100 am__include = @am__include@
101 am__quote = @am__quote@
102 install_sh = @install_sh@
104 AUTOMAKE_OPTIONS = 1.5 check-news readme-alpha dist-bzip2
106 ACLOCAL_AMFLAGS = -I m4
108 SUBDIRS = config intl po lib src doc m4 tests
110 EXTRA_DIST = REFERENCES configure.bat OChangeLog Makefile.maint GNUmakefile
112 DISTCLEANFILES = intl/libintl.h
114 move_if_change = $(srcdir)/config/move-if-change
115 prev_version_file = $(srcdir)/config/prev-version.txt
116 release_archive_dir = releases
120 alpha_host = alpha.gnu.org
121 alpha_url_dir = gnu/bison
123 # Files to update automatically.
124 wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub \
125 $(srcdir)/config/texinfo.tex
128 cvs_files = $(srcdir)/config/missing
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
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 ././stamp-h1.in ./stamp-h1.in ABOUT-NLS AUTHORS \
141 COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS \
142 README-alpha THANKS aclocal.m4 config.hin configure \
144 DIST_SUBDIRS = $(SUBDIRS)
146 $(MAKE) $(AM_MAKEFLAGS) all-recursive
149 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
150 cd $(top_srcdir) && \
151 $(AUTOMAKE) --gnu Makefile
152 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
153 cd $(top_builddir) && $(SHELL) ./config.status $@
155 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
156 $(SHELL) ./config.status --recheck
157 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
158 cd $(srcdir) && $(AUTOCONF)
160 $(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
161 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
164 @if test ! -f $@; then \
169 stamp-h1: $(srcdir)/config.hin $(top_builddir)/config.status
171 cd $(top_builddir) && $(SHELL) ./config.status config.h
172 $(srcdir)/config.hin: $(srcdir)/./stamp-h1.in
173 @if test ! -f $@; then \
174 rm -f $(srcdir)/./stamp-h1.in; \
175 $(MAKE) $(srcdir)/./stamp-h1.in; \
178 $(srcdir)/./stamp-h1.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
179 @rm -f $(srcdir)/./stamp-h1.in $(srcdir)/./stamp-h1.inT
180 @echo timestamp > $(srcdir)/./stamp-h1.inT 2> /dev/null
181 cd $(top_srcdir) && $(AUTOHEADER)
182 @mv $(srcdir)/./stamp-h1.inT $(srcdir)/./stamp-h1.in
186 intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
187 cd $(top_builddir) && $(SHELL) ./config.status $@
190 # This directory's subdirectories are mostly independent; you can cd
191 # into them and run `make' without going through this Makefile.
192 # To change the values of `make' variables: instead of editing Makefiles,
193 # (1) if the variable is set in `config.status', edit `config.status'
194 # (which will cause the Makefiles to be regenerated when you run `make');
195 # (2) otherwise, pass the desired values on the `make' command line.
196 $(RECURSIVE_TARGETS):
197 @set fnord $(MAKEFLAGS); amf=$$2; \
199 target=`echo $@ | sed s/-recursive//`; \
200 list='$(SUBDIRS)'; for subdir in $$list; do \
201 echo "Making $$target in $$subdir"; \
202 if test "$$subdir" = "."; then \
204 local_target="$$target-am"; \
206 local_target="$$target"; \
208 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
209 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
211 if test "$$dot_seen" = "no"; then \
212 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
215 mostlyclean-recursive clean-recursive distclean-recursive \
216 maintainer-clean-recursive:
217 @set fnord $(MAKEFLAGS); amf=$$2; \
220 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
221 *) list='$(SUBDIRS)' ;; \
223 rev=''; for subdir in $$list; do \
224 if test "$$subdir" = "."; then :; else \
225 rev="$$subdir $$rev"; \
229 target=`echo $@ | sed s/-recursive//`; \
230 for subdir in $$rev; do \
231 echo "Making $$target in $$subdir"; \
232 if test "$$subdir" = "."; then \
233 local_target="$$target-am"; \
235 local_target="$$target"; \
237 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
238 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
239 done && test -z "$$fail"
241 list='$(SUBDIRS)'; for subdir in $$list; do \
242 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
247 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
248 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
249 unique=`for i in $$list; do \
250 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
252 $(AWK) ' { files[$$0] = 1; } \
253 END { for (i in files) print i; }'`; \
254 mkid -fID $$unique $(LISP)
256 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
257 $(TAGS_FILES) $(LISP)
260 list='$(SUBDIRS)'; for subdir in $$list; do \
261 if test "$$subdir" = .; then :; else \
262 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
265 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
266 unique=`for i in $$list; do \
267 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
269 $(AWK) ' { files[$$0] = 1; } \
270 END { for (i in files) print i; }'`; \
271 test -z "$(ETAGS_ARGS)config.hin$$unique$(LISP)$$tags" \
272 || etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP)
275 here=`$(am__cd) $(top_builddir) && pwd` \
276 && cd $(top_srcdir) \
277 && gtags -i $(GTAGS_ARGS) $$here
280 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
282 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
285 # Avoid unsightly `./'.
286 distdir = $(PACKAGE)-$(VERSION)
290 distdir: $(DISTFILES)
291 @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" >/dev/null; \
293 echo "NEWS not updated; not releasing" 1>&2; \
296 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
298 $(mkinstalldirs) $(distdir)/./. $(distdir)/intl $(distdir)/po $(distdir)/tests
299 @for file in $(DISTFILES); do \
300 if test -f $$file; then d=.; else d=$(srcdir); fi; \
301 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
302 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
303 $(mkinstalldirs) "$(distdir)/$$dir"; \
305 if test -d $$d/$$file; then \
306 cp -pR $$d/$$file $(distdir) \
309 test -f $(distdir)/$$file \
310 || cp -p $$d/$$file $(distdir)/$$file \
314 for subdir in $(SUBDIRS); do \
315 if test "$$subdir" = .; then :; else \
316 test -d $(distdir)/$$subdir \
317 || mkdir $(distdir)/$$subdir \
320 $(MAKE) $(AM_MAKEFLAGS) \
321 top_distdir="$(top_distdir)" \
322 distdir=../$(distdir)/$$subdir \
327 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
328 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
329 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
330 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
331 || chmod -R a+r $(distdir)
333 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
334 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
337 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
338 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
340 dist dist-all: distdir
341 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
342 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
343 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
345 # This target untars the dist file and tries a VPATH configuration. Then
346 # it guarantees that the distribution is self-contained by making another
349 -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
350 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
351 chmod -R a-w $(distdir); chmod a+w $(distdir)
352 mkdir $(distdir)/=build
353 mkdir $(distdir)/=inst
355 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
356 && cd $(distdir)/=build \
357 && ../configure --srcdir=.. --prefix=$$dc_install_base \
358 --with-included-gettext \
359 && $(MAKE) $(AM_MAKEFLAGS) \
360 && $(MAKE) $(AM_MAKEFLAGS) dvi \
361 && $(MAKE) $(AM_MAKEFLAGS) check \
362 && $(MAKE) $(AM_MAKEFLAGS) install \
363 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
364 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
365 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
366 || { echo "ERROR: files left after uninstall:" ; \
367 find $$dc_install_base -type f -print ; \
369 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
370 && $(MAKE) $(AM_MAKEFLAGS) distclean \
371 && rm -f $(distdir).tar.gz \
372 && (test `find . -type f -print | wc -l` -eq 0 \
373 || { echo "ERROR: files left after distclean:" ; \
374 find . -type f -print ; \
376 -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
377 @echo "$(distdir).tar.gz is ready for distribution" | \
378 sed 'h;s/./=/g;p;x;p;x'
380 check: check-recursive
381 all-am: Makefile config.h
382 installdirs: installdirs-recursive
385 install: install-recursive
386 install-exec: install-exec-recursive
387 install-data: install-data-recursive
388 uninstall: uninstall-recursive
391 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
393 installcheck: installcheck-recursive
395 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
396 `test -z '$(STRIP)' || \
397 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
403 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
404 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
406 maintainer-clean-generic:
407 @echo "This command is intended for maintainers to use"
408 @echo "it deletes files that may require special tools to rebuild."
409 clean: clean-recursive
411 clean-am: clean-generic mostlyclean-am
413 distclean: distclean-recursive
414 -rm -f config.status config.cache config.log
415 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
429 install-info: install-info-recursive
435 maintainer-clean: maintainer-clean-recursive
437 maintainer-clean-am: distclean-am maintainer-clean-generic
439 mostlyclean: mostlyclean-recursive
441 mostlyclean-am: mostlyclean-generic
443 uninstall-am: uninstall-info-am
445 uninstall-info: uninstall-info-recursive
447 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
448 clean-generic clean-recursive dist dist-all dist-bzip2 \
449 dist-gzip distcheck distclean distclean-generic distclean-hdr \
450 distclean-recursive distclean-tags distdir dvi dvi-am \
451 dvi-recursive info info-am info-recursive install install-am \
452 install-data install-data-am install-data-recursive \
453 install-exec install-exec-am install-exec-recursive \
454 install-info install-info-am install-info-recursive install-man \
455 install-recursive install-strip installcheck installcheck-am \
456 installdirs installdirs-am installdirs-recursive \
457 maintainer-clean maintainer-clean-generic \
458 maintainer-clean-recursive mostlyclean mostlyclean-generic \
459 mostlyclean-recursive tags tags-recursive uninstall \
460 uninstall-am uninstall-info-am uninstall-info-recursive \
463 # Tell versions [3.59,3.63) of GNU make to not export all variables.
464 # Otherwise a system limit (for SysV at least) may be exceeded.