]> git.saurik.com Git - bison.git/blob - m4/Makefile.in
* src/output.c (output): Copy attrs_obstack in the '%%definitions'
[bison.git] / m4 / Makefile.in
1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
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.
8
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
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
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 INSTALL = @INSTALL@
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@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 host_alias = @host_alias@
59 host_triplet = @host@
60 AMTAR = @AMTAR@
61 AT_TESTPATH = @AT_TESTPATH@
62 AWK = @AWK@
63 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
64 CATALOGS = @CATALOGS@
65 CATOBJEXT = @CATOBJEXT@
66 CC = @CC@
67 CPP = @CPP@
68 DATADIRNAME = @DATADIRNAME@
69 DEPDIR = @DEPDIR@
70 ECHO_C = @ECHO_C@
71 ECHO_N = @ECHO_N@
72 ECHO_T = @ECHO_T@
73 EXEEXT = @EXEEXT@
74 GENCAT = @GENCAT@
75 GLIBC21 = @GLIBC21@
76 GMOFILES = @GMOFILES@
77 GMSGFMT = @GMSGFMT@
78 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79 INSTOBJEXT = @INSTOBJEXT@
80 INTLBISON = @INTLBISON@
81 INTLLIBS = @INTLLIBS@
82 INTLOBJS = @INTLOBJS@
83 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
84 LIBICONV = @LIBICONV@
85 LIBOBJS = @LIBOBJS@
86 M4 = @M4@
87 MKINSTALLDIRS = @MKINSTALLDIRS@
88 MSGFMT = @MSGFMT@
89 OBJEXT = @OBJEXT@
90 PACKAGE = @PACKAGE@
91 POFILES = @POFILES@
92 POSUB = @POSUB@
93 RANLIB = @RANLIB@
94 U = @U@
95 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
96 USE_NLS = @USE_NLS@
97 VERSION = @VERSION@
98 WARNING_CFLAGS = @WARNING_CFLAGS@
99 am__include = @am__include@
100 am__quote = @am__quote@
101 install_sh = @install_sh@
102
103 EXTRA_DIST = \
104 atconfig.m4 \
105 c-bs-a.m4 \
106 codeset.m4 \
107 error.m4 \
108 gettext.m4 \
109 glibc21.m4 \
110 iconv.m4 \
111 isc-posix.m4 \
112 lcmessage.m4 \
113 m4.m4 \
114 malloc.m4 \
115 mbstate_t.m4 \
116 prereq.m4 \
117 progtest.m4 \
118 realloc.m4 \
119 strerror_r.m4 \
120 warning.m4
121
122 subdir = m4
123 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
124 CONFIG_HEADER = $(top_builddir)/config.h
125 CONFIG_CLEAN_FILES =
126 DIST_SOURCES =
127 DIST_COMMON = Makefile.am Makefile.in
128 all: all-am
129
130 .SUFFIXES:
131 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
132 cd $(top_srcdir) && \
133 $(AUTOMAKE) --gnu m4/Makefile
134 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
135 cd $(top_builddir) && \
136 CONFIG_HEADERS= CONFIG_LINKS= \
137 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
138 uninstall-info-am:
139 tags: TAGS
140 TAGS:
141
142
143 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144
145 top_distdir = ..
146 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
147
148 distdir: $(DISTFILES)
149 @for file in $(DISTFILES); do \
150 if test -f $$file; then d=.; else d=$(srcdir); fi; \
151 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
152 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
153 $(mkinstalldirs) "$(distdir)/$$dir"; \
154 fi; \
155 if test -d $$d/$$file; then \
156 cp -pR $$d/$$file $(distdir) \
157 || exit 1; \
158 else \
159 test -f $(distdir)/$$file \
160 || cp -p $$d/$$file $(distdir)/$$file \
161 || exit 1; \
162 fi; \
163 done
164 check-am: all-am
165 check: check-am
166 all-am: Makefile
167
168 installdirs:
169
170 install: install-am
171 install-exec: install-exec-am
172 install-data: install-data-am
173 uninstall: uninstall-am
174
175 install-am: all-am
176 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
177
178 installcheck: installcheck-am
179 install-strip:
180 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
181 `test -z '$(STRIP)' || \
182 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
183 mostlyclean-generic:
184
185 clean-generic:
186
187 distclean-generic:
188 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
189
190 maintainer-clean-generic:
191 @echo "This command is intended for maintainers to use"
192 @echo "it deletes files that may require special tools to rebuild."
193 clean: clean-am
194
195 clean-am: clean-generic mostlyclean-am
196
197 distclean: distclean-am
198
199 distclean-am: clean-am distclean-generic
200
201 dvi: dvi-am
202
203 dvi-am:
204
205 info: info-am
206
207 info-am:
208
209 install-data-am:
210
211 install-exec-am:
212
213 install-info: install-info-am
214
215 install-man:
216
217 installcheck-am:
218
219 maintainer-clean: maintainer-clean-am
220
221 maintainer-clean-am: distclean-am maintainer-clean-generic
222
223 mostlyclean: mostlyclean-am
224
225 mostlyclean-am: mostlyclean-generic
226
227 uninstall-am: uninstall-info-am
228
229 .PHONY: all all-am check check-am clean clean-generic distclean \
230 distclean-generic distdir dvi dvi-am info info-am install \
231 install-am install-data install-data-am install-exec \
232 install-exec-am install-info install-info-am install-man \
233 install-strip installcheck installcheck-am installdirs \
234 maintainer-clean maintainer-clean-generic mostlyclean \
235 mostlyclean-generic uninstall uninstall-am uninstall-info-am
236
237 # Tell versions [3.59,3.63) of GNU make to not export all variables.
238 # Otherwise a system limit (for SysV at least) may be exceeded.
239 .NOEXPORT: