1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 host_alias = @host_alias@
62 AT_TESTPATH = @AT_TESTPATH@
63 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
65 CATOBJEXT = @CATOBJEXT@
68 DATADIRNAME = @DATADIRNAME@
76 INSTOBJEXT = @INSTOBJEXT@
77 INTLBISON = @INTLBISON@
80 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
85 MKINSTALLDIRS = @MKINSTALLDIRS@
92 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
95 WARNING_CFLAGS = @WARNING_CFLAGS@
97 AUTOMAKE_OPTIONS = 1.4 check-news readme-alpha
99 ACLOCAL_AMFLAGS = -I m4
101 SUBDIRS = config intl po lib src doc m4 tests
103 EXTRA_DIST = REFERENCES configure.bat OChangeLog Makefile.maint GNUmakefile
105 DISTCLEANFILES = intl/libintl.h
107 move_if_change = $(srcdir)/config/move-if-change
108 prev_version_file = $(srcdir)/config/prev-version.txt
109 release_archive_dir = releases
113 alpha_host = alpha.gnu.org
114 alpha_url_dir = gnu/bison
116 # Files to update automatically.
117 wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub $(srcdir)/config/texinfo.tex
119 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
120 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
121 CONFIG_HEADER = config.h
123 DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
124 INSTALL Makefile.am Makefile.in NEWS README-alpha THANKS aclocal.m4 \
125 config.hin configure configure.in
128 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
134 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
135 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
137 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
139 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
141 $(ACLOCAL_M4): configure.in m4/atconfig.m4 m4/c-bs-a.m4 m4/codeset.m4 \
142 m4/error.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 \
143 m4/isc-posix.m4 m4/lcmessage.m4 m4/m4.m4 m4/malloc.m4 \
144 m4/mbstate_t.m4 m4/prereq.m4 m4/progtest.m4 \
145 m4/realloc.m4 m4/strerror_r.m4 m4/warning.m4
146 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
148 config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
149 $(SHELL) ./config.status --recheck
150 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
151 cd $(srcdir) && $(AUTOCONF)
154 @if test ! -f $@; then \
158 stamp-h: $(srcdir)/config.hin $(top_builddir)/config.status
160 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.hin \
161 $(SHELL) ./config.status
162 @echo timestamp > stamp-h 2> /dev/null
163 $(srcdir)/config.hin: $(srcdir)/stamp-h.in
164 @if test ! -f $@; then \
165 rm -f $(srcdir)/stamp-h.in; \
166 $(MAKE) $(srcdir)/stamp-h.in; \
168 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
169 cd $(top_srcdir) && $(AUTOHEADER)
170 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
179 maintainer-clean-hdr:
181 # This directory's subdirectories are mostly independent; you can cd
182 # into them and run `make' without going through this Makefile.
183 # To change the values of `make' variables: instead of editing Makefiles,
184 # (1) if the variable is set in `config.status', edit `config.status'
185 # (which will cause the Makefiles to be regenerated when you run `make');
186 # (2) otherwise, pass the desired values on the `make' command line.
190 all-recursive install-data-recursive install-exec-recursive \
191 installdirs-recursive install-recursive uninstall-recursive \
192 check-recursive installcheck-recursive info-recursive dvi-recursive:
193 @set fnord $(MAKEFLAGS); amf=$$2; \
195 target=`echo $@ | sed s/-recursive//`; \
196 list='$(SUBDIRS)'; for subdir in $$list; do \
197 echo "Making $$target in $$subdir"; \
198 if test "$$subdir" = "."; then \
200 local_target="$$target-am"; \
202 local_target="$$target"; \
204 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
205 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
207 if test "$$dot_seen" = "no"; then \
208 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
211 mostlyclean-recursive clean-recursive distclean-recursive \
212 maintainer-clean-recursive:
213 @set fnord $(MAKEFLAGS); amf=$$2; \
215 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
216 rev="$$subdir $$rev"; \
217 test "$$subdir" = "." && dot_seen=yes; \
219 test "$$dot_seen" = "no" && rev=". $$rev"; \
220 target=`echo $@ | sed s/-recursive//`; \
221 for subdir in $$rev; do \
222 echo "Making $$target in $$subdir"; \
223 if test "$$subdir" = "."; then \
224 local_target="$$target-am"; \
226 local_target="$$target"; \
228 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
229 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
230 done && test -z "$$fail"
232 list='$(SUBDIRS)'; for subdir in $$list; do \
233 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
238 ID: $(HEADERS) $(SOURCES) $(LISP)
239 list='$(SOURCES) $(HEADERS)'; \
240 unique=`for i in $$list; do echo $$i; done | \
241 awk ' { files[$$0] = 1; } \
242 END { for (i in files) print i; }'`; \
243 here=`pwd` && cd $(srcdir) \
244 && mkid -f$$here/ID $$unique $(LISP)
246 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) $(LISP)
249 list='$(SUBDIRS)'; for subdir in $$list; do \
250 if test "$$subdir" = .; then :; else \
251 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
254 list='$(SOURCES) $(HEADERS)'; \
255 unique=`for i in $$list; do echo $$i; done | \
256 awk ' { files[$$0] = 1; } \
257 END { for (i in files) print i; }'`; \
258 test -z "$(ETAGS_ARGS)config.hin$$unique$(LISP)$$tags" \
259 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP) -o $$here/TAGS)
268 maintainer-clean-tags:
270 distdir = $(PACKAGE)-$(VERSION)
271 top_distdir = $(distdir)
273 # This target untars the dist file and tries a VPATH configuration. Then
274 # it guarantees that the distribution is self-contained by making another
278 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
279 mkdir $(distdir)/=build
280 mkdir $(distdir)/=inst
281 dc_install_base=`cd $(distdir)/=inst && pwd`; \
282 cd $(distdir)/=build \
283 && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
284 && $(MAKE) $(AM_MAKEFLAGS) \
285 && $(MAKE) $(AM_MAKEFLAGS) dvi \
286 && $(MAKE) $(AM_MAKEFLAGS) check \
287 && $(MAKE) $(AM_MAKEFLAGS) install \
288 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
289 && $(MAKE) $(AM_MAKEFLAGS) dist
291 @banner="$(distdir).tar.gz is ready for distribution"; \
292 dashes=`echo "$$banner" | sed s/./=/g`; \
297 -chmod -R a+r $(distdir)
298 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
301 -chmod -R a+r $(distdir)
302 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
304 distdir: $(DISTFILES)
305 @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \
306 echo "NEWS not updated; not releasing" 1>&2; \
311 -chmod 777 $(distdir)
312 here=`cd $(top_builddir) && pwd`; \
313 top_distdir=`cd $(distdir) && pwd`; \
314 distdir=`cd $(distdir) && pwd`; \
316 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
317 @for file in $(DISTFILES); do \
319 if test -d $$d/$$file; then \
320 cp -pr $$d/$$file $(distdir)/$$file; \
322 test -f $(distdir)/$$file \
323 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
324 || cp -p $$d/$$file $(distdir)/$$file || :; \
327 for subdir in $(SUBDIRS); do \
328 if test "$$subdir" = .; then :; else \
329 test -d $(distdir)/$$subdir \
330 || mkdir $(distdir)/$$subdir \
332 chmod 777 $(distdir)/$$subdir; \
333 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
342 check: check-recursive
344 installcheck: installcheck-recursive
345 all-recursive-am: config.h
346 $(MAKE) $(AM_MAKEFLAGS) all-recursive
349 install-exec: install-exec-recursive
352 install-data: install-data-recursive
355 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
356 install: install-recursive
358 uninstall: uninstall-recursive
359 all-am: Makefile config.h
360 all-redirect: all-recursive-am
362 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
363 installdirs: installdirs-recursive
372 -rm -f Makefile $(CONFIG_CLEAN_FILES)
373 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
374 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
376 maintainer-clean-generic:
377 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
379 mostlyclean: mostlyclean-recursive
381 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
383 clean: clean-recursive
385 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
387 distclean: distclean-recursive
390 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
391 maintainer-clean-generic distclean-am
392 @echo "This command is intended for maintainers to use;"
393 @echo "it deletes files that may require special tools to rebuild."
395 maintainer-clean: maintainer-clean-recursive
398 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
399 install-data-recursive uninstall-data-recursive install-exec-recursive \
400 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
401 all-recursive check-recursive installcheck-recursive info-recursive \
402 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
403 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
404 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
405 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
406 install-exec-am install-exec install-data-am install-data install-am \
407 install uninstall-am uninstall all-redirect all-am all installdirs-am \
408 installdirs mostlyclean-generic distclean-generic clean-generic \
409 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
412 # Tell versions [3.59,3.63) of GNU make to not export all variables.
413 # Otherwise a system limit (for SysV at least) may be exceeded.