]> git.saurik.com Git - bison.git/blob - config/Makefile.in
* tests/regression.at, tests/torture.at, tests/calc.at: Adjust to
[bison.git] / config / Makefile.in
1 # Makefile.in generated by automake 1.5c from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
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.
9
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
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
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 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 INSTALL_HEADER = $(INSTALL_DATA)
53 transform = @program_transform_name@
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
63 EXEEXT = @EXEEXT@
64 OBJEXT = @OBJEXT@
65 PATH_SEPARATOR = @PATH_SEPARATOR@
66 AMTAR = @AMTAR@
67 AUTOM4TE = @AUTOM4TE@
68 AWK = @AWK@
69 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
70 CATALOGS = @CATALOGS@
71 CATOBJEXT = @CATOBJEXT@
72 CC = @CC@
73 CPP = @CPP@
74 DATADIRNAME = @DATADIRNAME@
75 DEPDIR = @DEPDIR@
76 GCC = @GCC@
77 GENCAT = @GENCAT@
78 GLIBC21 = @GLIBC21@
79 GMOFILES = @GMOFILES@
80 GMSGFMT = @GMSGFMT@
81 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
82 INSTOBJEXT = @INSTOBJEXT@
83 INTLBISON = @INTLBISON@
84 INTLLIBS = @INTLLIBS@
85 INTLOBJS = @INTLOBJS@
86 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
87 LIB = @LIB@
88 LIBICONV = @LIBICONV@
89 MKINSTALLDIRS = @MKINSTALLDIRS@
90 MSGFMT = @MSGFMT@
91 PACKAGE = @PACKAGE@
92 POFILES = @POFILES@
93 POSUB = @POSUB@
94 RANLIB = @RANLIB@
95 STRIP = @STRIP@
96 U = @U@
97 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
98 USE_NLS = @USE_NLS@
99 VERSION = @VERSION@
100 WARNING_CFLAGS = @WARNING_CFLAGS@
101 WERROR_CFLAGS = @WERROR_CFLAGS@
102 am__include = @am__include@
103 am__quote = @am__quote@
104 install_sh = @install_sh@
105 EXTRA_DIST = move-if-change prev-version.txt
106 subdir = config
107 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
108 CONFIG_HEADER = $(top_builddir)/config.h
109 CONFIG_CLEAN_FILES =
110 DIST_SOURCES =
111 DIST_COMMON = Makefile.am Makefile.in config.guess config.sub depcomp \
112 install-sh mdate-sh missing mkinstalldirs texinfo.tex
113 all: all-am
114
115 .SUFFIXES:
116 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
117 cd $(top_srcdir) && \
118 $(AUTOMAKE) --gnu config/Makefile
119 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
120 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
121 uninstall-info-am:
122 tags: TAGS
123 TAGS:
124
125 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126
127 top_distdir = ..
128 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
129
130 distdir: $(DISTFILES)
131 @for file in $(DISTFILES); do \
132 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
133 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
134 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
135 dir="/$$dir"; \
136 $(mkinstalldirs) "$(distdir)$$dir"; \
137 else \
138 dir=''; \
139 fi; \
140 if test -d $$d/$$file; then \
141 cp -pR $$d/$$file $(distdir)$$dir \
142 || exit 1; \
143 else \
144 test -f $(distdir)/$$file \
145 || cp -p $$d/$$file $(distdir)/$$file \
146 || exit 1; \
147 fi; \
148 done
149 check-am: all-am
150 check: check-am
151 all-am: Makefile
152
153 installdirs:
154
155 install: install-am
156 install-exec: install-exec-am
157 install-data: install-data-am
158 uninstall: uninstall-am
159
160 install-am: all-am
161 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
162
163 installcheck: installcheck-am
164 install-strip:
165 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
166 INSTALL_STRIP_FLAG=-s \
167 `test -z '$(STRIP)' || \
168 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
169 mostlyclean-generic:
170
171 clean-generic:
172
173 distclean-generic:
174 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
175
176 maintainer-clean-generic:
177 @echo "This command is intended for maintainers to use"
178 @echo "it deletes files that may require special tools to rebuild."
179 clean: clean-am
180
181 clean-am: clean-generic mostlyclean-am
182
183 distclean: distclean-am
184
185 distclean-am: clean-am distclean-generic
186
187 dvi: dvi-am
188
189 dvi-am:
190
191 info: info-am
192
193 info-am:
194
195 install-data-am:
196
197 install-exec-am:
198
199 install-info: install-info-am
200
201 install-man:
202
203 installcheck-am:
204
205 maintainer-clean: maintainer-clean-am
206
207 maintainer-clean-am: distclean-am maintainer-clean-generic
208
209 mostlyclean: mostlyclean-am
210
211 mostlyclean-am: mostlyclean-generic
212
213 uninstall-am: uninstall-info-am
214
215 .PHONY: all all-am check check-am clean clean-generic distclean \
216 distclean-generic distdir dvi dvi-am info info-am install \
217 install-am install-data install-data-am install-exec \
218 install-exec-am install-info install-info-am install-man \
219 install-strip installcheck installcheck-am installdirs \
220 maintainer-clean maintainer-clean-generic mostlyclean \
221 mostlyclean-generic uninstall uninstall-am uninstall-info-am
222
223 # Tell versions [3.59,3.63) of GNU make to not export all variables.
224 # Otherwise a system limit (for SysV at least) may be exceeded.
225 .NOEXPORT: