1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
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.
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
19 top_srcdir = @top_srcdir@
22 exec_prefix = @exec_prefix@
26 libexecdir = @libexecdir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
44 AUTOHEADER = @AUTOHEADER@
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@
58 host_alias = @host_alias@
62 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
64 CATOBJEXT = @CATOBJEXT@
67 DATADIRNAME = @DATADIRNAME@
74 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
75 INSTOBJEXT = @INSTOBJEXT@
76 INTLBISON = @INTLBISON@
79 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
83 MKINSTALLDIRS = @MKINSTALLDIRS@
91 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
94 WARNING_CFLAGS = @WARNING_CFLAGS@
95 am__include = @am__include@
96 am__quote = @am__quote@
97 install_sh = @install_sh@
99 AUTOMAKE_OPTIONS = 1.5 check-news readme-alpha
101 ACLOCAL_AMFLAGS = -I m4
103 SUBDIRS = config intl po lib src doc m4 tests
105 EXTRA_DIST = REFERENCES configure.bat OChangeLog Makefile.maint GNUmakefile
107 DISTCLEANFILES = intl/libintl.h
109 move_if_change = $(srcdir)/config/move-if-change
110 prev_version_file = $(srcdir)/config/prev-version.txt
111 release_archive_dir = releases
115 alpha_host = alpha.gnu.org
116 alpha_url_dir = gnu/bison
118 # Files to update automatically.
119 wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub \
120 $(srcdir)/config/texinfo.tex
123 cvs_files = $(srcdir)/config/missing
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
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)
140 $(MAKE) $(AM_MAKEFLAGS) all-recursive
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
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)
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)
159 @if test ! -f $@; then \
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
167 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.hin \
168 $(SHELL) ./config.status
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; \
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
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
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; \
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 \
201 local_target="$$target-am"; \
203 local_target="$$target"; \
205 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
206 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
208 if test "$$dot_seen" = "no"; then \
209 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
212 mostlyclean-recursive clean-recursive distclean-recursive \
213 maintainer-clean-recursive:
214 @set fnord $(MAKEFLAGS); amf=$$2; \
217 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
218 *) list='$(SUBDIRS)' ;; \
220 rev=''; for subdir in $$list; do \
221 if test "$$subdir" = "."; then :; else \
222 rev="$$subdir $$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"; \
232 local_target="$$target"; \
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"
238 list='$(SUBDIRS)'; for subdir in $$list; do \
239 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
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; \
249 $(AWK) ' { files[$$0] = 1; } \
250 END { for (i in files) print i; }'`; \
251 mkid -fID $$unique $(LISP)
253 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
254 $(TAGS_FILES) $(LISP)
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"; \
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; \
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)
272 here=`CDPATH=: && cd $(top_builddir) && pwd` \
273 && cd $(top_srcdir) \
274 && gtags -i $(GTAGS_ARGS) $$here
277 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
279 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
282 # Avoid unsightly `./'.
283 distdir = $(PACKAGE)-$(VERSION)
287 distdir: $(DISTFILES)
288 @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" >/dev/null; \
290 echo "NEWS not updated; not releasing" 1>&2; \
293 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(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"; \
302 if test -d $$d/$$file; then \
303 cp -pR $$d/$$file $(distdir) \
306 test -f $(distdir)/$$file \
307 || cp -p $$d/$$file $(distdir)/$$file \
311 for subdir in $(SUBDIRS); do \
312 if test "$$subdir" = .; then :; else \
313 test -d $(distdir)/$$subdir \
314 || mkdir $(distdir)/$$subdir \
317 $(MAKE) $(AM_MAKEFLAGS) \
318 top_distdir="$(top_distdir)" \
319 distdir=../$(distdir)/$$subdir \
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)
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)
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
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
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; \
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; \
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'
366 check: check-recursive
367 all-am: Makefile config.h
368 installdirs: installdirs-recursive
371 install: install-recursive
372 install-exec: install-exec-recursive
373 install-data: install-data-recursive
374 uninstall: uninstall-recursive
377 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
379 installcheck: installcheck-recursive
381 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
382 `test -z '$(STRIP)' || \
383 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
389 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
390 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
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
397 clean-am: clean-generic mostlyclean-am
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
418 install-info: install-info-recursive
424 maintainer-clean: maintainer-clean-recursive
426 maintainer-clean-am: distclean-am maintainer-clean-generic
428 mostlyclean: mostlyclean-recursive
430 mostlyclean-am: mostlyclean-generic
432 uninstall-am: uninstall-info-am
434 uninstall-info: uninstall-info-recursive
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
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.