]> git.saurik.com Git - bison.git/blob - Makefile.in
Update PO files.
[bison.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
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.
7
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
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
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 AT_TESTPATH = @AT_TESTPATH@
63 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
64 CATALOGS = @CATALOGS@
65 CATOBJEXT = @CATOBJEXT@
66 CC = @CC@
67 CPP = @CPP@
68 DATADIRNAME = @DATADIRNAME@
69 ECHO_C = @ECHO_C@
70 ECHO_N = @ECHO_N@
71 ECHO_T = @ECHO_T@
72 GENCAT = @GENCAT@
73 GLIBC21 = @GLIBC21@
74 GMOFILES = @GMOFILES@
75 GMSGFMT = @GMSGFMT@
76 INSTOBJEXT = @INSTOBJEXT@
77 INTLBISON = @INTLBISON@
78 INTLLIBS = @INTLLIBS@
79 INTLOBJS = @INTLOBJS@
80 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
81 LIBICONV = @LIBICONV@
82 LIBOBJS = @LIBOBJS@
83 M4 = @M4@
84 MAKEINFO = @MAKEINFO@
85 MKINSTALLDIRS = @MKINSTALLDIRS@
86 MSGFMT = @MSGFMT@
87 PACKAGE = @PACKAGE@
88 POFILES = @POFILES@
89 POSUB = @POSUB@
90 RANLIB = @RANLIB@
91 U = @U@
92 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
93 USE_NLS = @USE_NLS@
94 VERSION = @VERSION@
95 WARNING_CFLAGS = @WARNING_CFLAGS@
96
97 AUTOMAKE_OPTIONS = 1.4 check-news readme-alpha
98
99 ACLOCAL_AMFLAGS = -I m4
100
101 SUBDIRS = config intl po lib src doc m4 tests
102
103 EXTRA_DIST = REFERENCES configure.bat OChangeLog Makefile.maint GNUmakefile
104
105 DISTCLEANFILES = intl/libintl.h
106
107 move_if_change = $(srcdir)/config/move-if-change
108 prev_version_file = $(srcdir)/config/prev-version.txt
109 release_archive_dir = releases
110
111 # Uploading betas.
112 hosts = alpha
113 alpha_host = alpha.gnu.org
114 alpha_url_dir = gnu/bison
115
116 # Files to update automatically.
117 wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub $(srcdir)/config/texinfo.tex
118
119 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
120 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
121 CONFIG_HEADER = config.h
122 CONFIG_CLEAN_FILES =
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
126
127
128 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129
130 TAR = tar
131 GZIP_ENV = --best
132 all: all-redirect
133 .SUFFIXES:
134 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
135 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
136
137 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
138 cd $(top_builddir) \
139 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
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)
147
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)
152
153 config.h: stamp-h
154 @if test ! -f $@; then \
155 rm -f stamp-h; \
156 $(MAKE) stamp-h; \
157 else :; fi
158 stamp-h: $(srcdir)/config.hin $(top_builddir)/config.status
159 cd $(top_builddir) \
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; \
167 else :; fi
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
171
172 mostlyclean-hdr:
173
174 clean-hdr:
175
176 distclean-hdr:
177 -rm -f config.h
178
179 maintainer-clean-hdr:
180
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.
187
188 @SET_MAKE@
189
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; \
194 dot_seen=no; \
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 \
199 dot_seen=yes; \
200 local_target="$$target-am"; \
201 else \
202 local_target="$$target"; \
203 fi; \
204 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
205 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
206 done; \
207 if test "$$dot_seen" = "no"; then \
208 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
209 fi; test -z "$$fail"
210
211 mostlyclean-recursive clean-recursive distclean-recursive \
212 maintainer-clean-recursive:
213 @set fnord $(MAKEFLAGS); amf=$$2; \
214 dot_seen=no; \
215 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
216 rev="$$subdir $$rev"; \
217 test "$$subdir" = "." && dot_seen=yes; \
218 done; \
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"; \
225 else \
226 local_target="$$target"; \
227 fi; \
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"
231 tags-recursive:
232 list='$(SUBDIRS)'; for subdir in $$list; do \
233 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
234 done
235
236 tags: TAGS
237
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)
245
246 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) $(LISP)
247 tags=; \
248 here=`pwd`; \
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"; \
252 fi; \
253 done; \
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)
260
261 mostlyclean-tags:
262
263 clean-tags:
264
265 distclean-tags:
266 -rm -f TAGS ID
267
268 maintainer-clean-tags:
269
270 distdir = $(PACKAGE)-$(VERSION)
271 top_distdir = $(distdir)
272
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
275 # tarfile.
276 distcheck: dist
277 -rm -rf $(distdir)
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
290 -rm -rf $(distdir)
291 @banner="$(distdir).tar.gz is ready for distribution"; \
292 dashes=`echo "$$banner" | sed s/./=/g`; \
293 echo "$$dashes"; \
294 echo "$$banner"; \
295 echo "$$dashes"
296 dist: distdir
297 -chmod -R a+r $(distdir)
298 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
299 -rm -rf $(distdir)
300 dist-all: distdir
301 -chmod -R a+r $(distdir)
302 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
303 -rm -rf $(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; \
307 exit 1; \
308 fi
309 -rm -rf $(distdir)
310 mkdir $(distdir)
311 -chmod 777 $(distdir)
312 here=`cd $(top_builddir) && pwd`; \
313 top_distdir=`cd $(distdir) && pwd`; \
314 distdir=`cd $(distdir) && pwd`; \
315 cd $(top_srcdir) \
316 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
317 @for file in $(DISTFILES); do \
318 d=$(srcdir); \
319 if test -d $$d/$$file; then \
320 cp -pr $$d/$$file $(distdir)/$$file; \
321 else \
322 test -f $(distdir)/$$file \
323 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
324 || cp -p $$d/$$file $(distdir)/$$file || :; \
325 fi; \
326 done
327 for subdir in $(SUBDIRS); do \
328 if test "$$subdir" = .; then :; else \
329 test -d $(distdir)/$$subdir \
330 || mkdir $(distdir)/$$subdir \
331 || exit 1; \
332 chmod 777 $(distdir)/$$subdir; \
333 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
334 || exit 1; \
335 fi; \
336 done
337 info-am:
338 info: info-recursive
339 dvi-am:
340 dvi: dvi-recursive
341 check-am: all-am
342 check: check-recursive
343 installcheck-am:
344 installcheck: installcheck-recursive
345 all-recursive-am: config.h
346 $(MAKE) $(AM_MAKEFLAGS) all-recursive
347
348 install-exec-am:
349 install-exec: install-exec-recursive
350
351 install-data-am:
352 install-data: install-data-recursive
353
354 install-am: all-am
355 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
356 install: install-recursive
357 uninstall-am:
358 uninstall: uninstall-recursive
359 all-am: Makefile config.h
360 all-redirect: all-recursive-am
361 install-strip:
362 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
363 installdirs: installdirs-recursive
364 installdirs-am:
365
366
367 mostlyclean-generic:
368
369 clean-generic:
370
371 distclean-generic:
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)
375
376 maintainer-clean-generic:
377 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
378
379 mostlyclean: mostlyclean-recursive
380
381 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
382
383 clean: clean-recursive
384
385 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
386
387 distclean: distclean-recursive
388 -rm -f config.status
389
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."
394
395 maintainer-clean: maintainer-clean-recursive
396 -rm -f config.status
397
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
410
411
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.
414 .NOEXPORT: