]> git.saurik.com Git - bison.git/blob - m4/Makefile.in
* src/nullable.c (set_nullable): Useless rules must be skipped,
[bison.git] / m4 / Makefile.in
1 # Makefile.in generated by automake 1.5a from Makefile.am.
2 # @configure_input@
3
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.
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
17 SHELL = @SHELL@
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 prefix = @prefix@
23 exec_prefix = @exec_prefix@
24
25 bindir = @bindir@
26 sbindir = @sbindir@
27 libexecdir = @libexecdir@
28 datadir = @datadir@
29 sysconfdir = @sysconfdir@
30 sharedstatedir = @sharedstatedir@
31 localstatedir = @localstatedir@
32 libdir = @libdir@
33 infodir = @infodir@
34 mandir = @mandir@
35 includedir = @includedir@
36 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40 top_builddir = ..
41
42 ACLOCAL = @ACLOCAL@
43 AUTOCONF = @AUTOCONF@
44 AUTOMAKE = @AUTOMAKE@
45 AUTOHEADER = @AUTOHEADER@
46
47 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48 INSTALL = @INSTALL@
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@
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 U = @U@
96 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
97 USE_NLS = @USE_NLS@
98 VERSION = @VERSION@
99 WARNING_CFLAGS = @WARNING_CFLAGS@
100 am__include = @am__include@
101 am__quote = @am__quote@
102 install_sh = @install_sh@
103
104 EXTRA_DIST = \
105 c-bs-a.m4 \
106 codeset.m4 \
107 dmalloc.m4 \
108 error.m4 \
109 gettext.m4 \
110 glibc21.m4 \
111 iconv.m4 \
112 isc-posix.m4 \
113 lcmessage.m4 \
114 malloc.m4 \
115 mbrtowc.m4 \
116 mbstate_t.m4 \
117 prereq.m4 \
118 progtest.m4 \
119 realloc.m4 \
120 strerror_r.m4 \
121 warning.m4
122
123 subdir = m4
124 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
125 CONFIG_HEADER = $(top_builddir)/config.h
126 CONFIG_CLEAN_FILES =
127 DIST_SOURCES =
128 DIST_COMMON = Makefile.am Makefile.in
129 all: all-am
130
131 .SUFFIXES:
132 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
133 cd $(top_srcdir) && \
134 $(AUTOMAKE) --gnu m4/Makefile
135 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
136 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
137 uninstall-info-am:
138 tags: TAGS
139 TAGS:
140
141
142 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
143
144 top_distdir = ..
145 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
146
147 distdir: $(DISTFILES)
148 @for file in $(DISTFILES); do \
149 if test -f $$file; then d=.; else d=$(srcdir); fi; \
150 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
151 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
152 $(mkinstalldirs) "$(distdir)/$$dir"; \
153 fi; \
154 if test -d $$d/$$file; then \
155 cp -pR $$d/$$file $(distdir) \
156 || exit 1; \
157 else \
158 test -f $(distdir)/$$file \
159 || cp -p $$d/$$file $(distdir)/$$file \
160 || exit 1; \
161 fi; \
162 done
163 check-am: all-am
164 check: check-am
165 all-am: Makefile
166
167 installdirs:
168
169 install: install-am
170 install-exec: install-exec-am
171 install-data: install-data-am
172 uninstall: uninstall-am
173
174 install-am: all-am
175 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
176
177 installcheck: installcheck-am
178 install-strip:
179 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
180 `test -z '$(STRIP)' || \
181 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
182 mostlyclean-generic:
183
184 clean-generic:
185
186 distclean-generic:
187 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
188
189 maintainer-clean-generic:
190 @echo "This command is intended for maintainers to use"
191 @echo "it deletes files that may require special tools to rebuild."
192 clean: clean-am
193
194 clean-am: clean-generic mostlyclean-am
195
196 distclean: distclean-am
197
198 distclean-am: clean-am distclean-generic
199
200 dvi: dvi-am
201
202 dvi-am:
203
204 info: info-am
205
206 info-am:
207
208 install-data-am:
209
210 install-exec-am:
211
212 install-info: install-info-am
213
214 install-man:
215
216 installcheck-am:
217
218 maintainer-clean: maintainer-clean-am
219
220 maintainer-clean-am: distclean-am maintainer-clean-generic
221
222 mostlyclean: mostlyclean-am
223
224 mostlyclean-am: mostlyclean-generic
225
226 uninstall-am: uninstall-info-am
227
228 .PHONY: all all-am check check-am clean clean-generic distclean \
229 distclean-generic distdir dvi dvi-am info info-am install \
230 install-am install-data install-data-am install-exec \
231 install-exec-am install-info install-info-am install-man \
232 install-strip installcheck installcheck-am installdirs \
233 maintainer-clean maintainer-clean-generic mostlyclean \
234 mostlyclean-generic uninstall uninstall-am uninstall-info-am
235
236 # Tell versions [3.59,3.63) of GNU make to not export all variables.
237 # Otherwise a system limit (for SysV at least) may be exceeded.
238 .NOEXPORT: