1 # Makefile.in generated by automake 1.6 from Makefile.am.
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.
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
19 top_srcdir = @top_srcdir@
22 exec_prefix = @exec_prefix@
26 libexecdir = @libexecdir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
44 AUTOHEADER = @AUTOHEADER@
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 INSTALL_SCRIPT = @INSTALL_SCRIPT@
53 INSTALL_HEADER = $(INSTALL_DATA)
54 transform = @program_transform_name@
61 host_alias = @host_alias@
66 PATH_SEPARATOR = @PATH_SEPARATOR@
70 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
71 CATOBJEXT = @CATOBJEXT@
74 DATADIRNAME = @DATADIRNAME@
81 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
82 INSTOBJEXT = @INSTOBJEXT@
83 INTLBISON = @INTLBISON@
86 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
91 LTLIBICONV = @LTLIBICONV@
92 LTLIBINTL = @LTLIBINTL@
93 MKINSTALLDIRS = @MKINSTALLDIRS@
99 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
102 WERROR_CFLAGS = @WERROR_CFLAGS@
103 am__include = @am__include@
104 am__quote = @am__quote@
105 install_sh = @install_sh@
107 AUTOMAKE_OPTIONS = ansi2knr
109 CFLAGS = @CFLAGS@ $(WARNING_CFLAGS)
111 noinst_LIBRARIES = libbison.a
113 INCLUDES = -I.. -I$(srcdir) -I../intl
115 # Heck, we are still using an old version of Automake which does not
116 # understand inner AC_LIBOBJ (i.e., from Autoconf itself, not from
118 EXTRA_DIST = malloc.c realloc.c strnlen.c
120 libbison_a_SOURCES = \
121 basename.c dirname.h dirname.c \
122 getopt.h getopt.c getopt1.c \
123 quote.h quote.c quotearg.h quotearg.c \
124 xalloc.h xmalloc.c xstrdup.c xstrndup.c
127 libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
128 libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)
130 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
131 CONFIG_HEADER = $(top_builddir)/config.h
133 LIBRARIES = $(noinst_LIBRARIES)
135 libbison_a_AR = $(AR) cru
136 am_libbison_a_OBJECTS = basename$U.$(OBJEXT) dirname$U.$(OBJEXT) \
137 getopt$U.$(OBJEXT) getopt1$U.$(OBJEXT) quote$U.$(OBJEXT) \
138 quotearg$U.$(OBJEXT) xmalloc$U.$(OBJEXT) xstrdup$U.$(OBJEXT) \
140 libbison_a_OBJECTS = $(am_libbison_a_OBJECTS)
143 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
144 CPPFLAGS = @CPPFLAGS@
147 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
148 am__depfiles_maybe = depfiles
149 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po $(DEPDIR)/error.Po \
150 @AMDEP_TRUE@ $(DEPDIR)/memchr.Po $(DEPDIR)/memrchr.Po \
151 @AMDEP_TRUE@ $(DEPDIR)/obstack.Po $(DEPDIR)/stpcpy.Po \
152 @AMDEP_TRUE@ $(DEPDIR)/strchr.Po $(DEPDIR)/strspn.Po \
153 @AMDEP_TRUE@ ./$(DEPDIR)/basename$U.Po ./$(DEPDIR)/dirname$U.Po \
154 @AMDEP_TRUE@ ./$(DEPDIR)/getopt$U.Po ./$(DEPDIR)/getopt1$U.Po \
155 @AMDEP_TRUE@ ./$(DEPDIR)/quote$U.Po ./$(DEPDIR)/quotearg$U.Po \
156 @AMDEP_TRUE@ ./$(DEPDIR)/xmalloc$U.Po ./$(DEPDIR)/xstrdup$U.Po \
157 @AMDEP_TRUE@ ./$(DEPDIR)/xstrndup$U.Po
158 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
159 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
161 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
162 DIST_SOURCES = $(libbison_a_SOURCES)
163 DIST_COMMON = Makefile.am Makefile.in alloca.c ansi2knr.1 ansi2knr.c \
164 error.c error.h memchr.c memrchr.c obstack.c obstack.h stpcpy.c \
166 SOURCES = $(libbison_a_SOURCES)
171 .SUFFIXES: .c .o .obj
172 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
173 cd $(top_srcdir) && \
174 $(AUTOMAKE) --gnu lib/Makefile
175 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
176 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
180 clean-noinstLIBRARIES:
181 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
182 libbison.a: $(libbison_a_OBJECTS) $(libbison_a_DEPENDENCIES)
184 $(libbison_a_AR) libbison.a $(libbison_a_OBJECTS) $(libbison_a_LIBADD)
188 -rm -f *.$(OBJEXT) core *.core
193 ANSI2KNR = @ANSI2KNR@
194 ansi2knr: ansi2knr.$(OBJEXT)
195 $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
196 ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
202 -test "$U" = "" || rm -f *_.c
204 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
205 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/error.Po@am__quote@
206 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@
207 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memrchr.Po@am__quote@
208 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/obstack.Po@am__quote@
209 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stpcpy.Po@am__quote@
210 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strchr.Po@am__quote@
211 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strspn.Po@am__quote@
212 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename$U.Po@am__quote@
213 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirname$U.Po@am__quote@
214 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt$U.Po@am__quote@
215 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1$U.Po@am__quote@
216 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote$U.Po@am__quote@
217 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quotearg$U.Po@am__quote@
218 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc$U.Po@am__quote@
219 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrdup$U.Po@am__quote@
220 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrndup$U.Po@am__quote@
223 -rm -rf $(DEPDIR) ./$(DEPDIR)
226 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
227 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
228 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
229 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
232 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
233 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
234 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
235 $(COMPILE) -c `cygpath -w $<`
236 CCDEPMODE = @CCDEPMODE@
237 alloca_.c: lib/alloca.c $(ANSI2KNR)
238 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/alloca.c; then echo $(srcdir)/lib/alloca.c; else echo lib/alloca.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > alloca_.c || rm -f alloca_.c
239 basename_.c: basename.c $(ANSI2KNR)
240 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/basename.c; then echo $(srcdir)/basename.c; else echo basename.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > basename_.c || rm -f basename_.c
241 dirname_.c: dirname.c $(ANSI2KNR)
242 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/dirname.c; then echo $(srcdir)/dirname.c; else echo dirname.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > dirname_.c || rm -f dirname_.c
243 error_.c: lib/error.c $(ANSI2KNR)
244 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/error.c; then echo $(srcdir)/lib/error.c; else echo lib/error.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > error_.c || rm -f error_.c
245 getopt_.c: getopt.c $(ANSI2KNR)
246 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt_.c || rm -f getopt_.c
247 getopt1_.c: getopt1.c $(ANSI2KNR)
248 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt1.c; then echo $(srcdir)/getopt1.c; else echo getopt1.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt1_.c || rm -f getopt1_.c
249 memchr_.c: lib/memchr.c $(ANSI2KNR)
250 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/memchr.c; then echo $(srcdir)/lib/memchr.c; else echo lib/memchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memchr_.c || rm -f memchr_.c
251 memrchr_.c: lib/memrchr.c $(ANSI2KNR)
252 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/memrchr.c; then echo $(srcdir)/lib/memrchr.c; else echo lib/memrchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memrchr_.c || rm -f memrchr_.c
253 obstack_.c: lib/obstack.c $(ANSI2KNR)
254 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/obstack.c; then echo $(srcdir)/lib/obstack.c; else echo lib/obstack.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > obstack_.c || rm -f obstack_.c
255 quote_.c: quote.c $(ANSI2KNR)
256 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/quote.c; then echo $(srcdir)/quote.c; else echo quote.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > quote_.c || rm -f quote_.c
257 quotearg_.c: quotearg.c $(ANSI2KNR)
258 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/quotearg.c; then echo $(srcdir)/quotearg.c; else echo quotearg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > quotearg_.c || rm -f quotearg_.c
259 stpcpy_.c: lib/stpcpy.c $(ANSI2KNR)
260 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/stpcpy.c; then echo $(srcdir)/lib/stpcpy.c; else echo lib/stpcpy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stpcpy_.c || rm -f stpcpy_.c
261 strchr_.c: lib/strchr.c $(ANSI2KNR)
262 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/strchr.c; then echo $(srcdir)/lib/strchr.c; else echo lib/strchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strchr_.c || rm -f strchr_.c
263 strspn_.c: lib/strspn.c $(ANSI2KNR)
264 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/strspn.c; then echo $(srcdir)/lib/strspn.c; else echo lib/strspn.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strspn_.c || rm -f strspn_.c
265 xmalloc_.c: xmalloc.c $(ANSI2KNR)
266 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xmalloc.c; then echo $(srcdir)/xmalloc.c; else echo xmalloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xmalloc_.c || rm -f xmalloc_.c
267 xstrdup_.c: xstrdup.c $(ANSI2KNR)
268 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrdup.c; then echo $(srcdir)/xstrdup.c; else echo xstrdup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrdup_.c || rm -f xstrdup_.c
269 xstrndup_.c: xstrndup.c $(ANSI2KNR)
270 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrndup.c; then echo $(srcdir)/xstrndup.c; else echo xstrndup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrndup_.c || rm -f xstrndup_.c
271 alloca_.$(OBJEXT) basename_.$(OBJEXT) dirname_.$(OBJEXT) \
272 error_.$(OBJEXT) getopt_.$(OBJEXT) getopt1_.$(OBJEXT) memchr_.$(OBJEXT) \
273 memrchr_.$(OBJEXT) obstack_.$(OBJEXT) quote_.$(OBJEXT) \
274 quotearg_.$(OBJEXT) stpcpy_.$(OBJEXT) strchr_.$(OBJEXT) \
275 strspn_.$(OBJEXT) xmalloc_.$(OBJEXT) xstrdup_.$(OBJEXT) \
276 xstrndup_.$(OBJEXT) : $(ANSI2KNR)
284 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
285 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
286 unique=`for i in $$list; do \
287 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289 $(AWK) ' { files[$$0] = 1; } \
290 END { for (i in files) print i; }'`; \
293 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
294 $(TAGS_FILES) $(LISP)
297 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
298 unique=`for i in $$list; do \
299 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
301 $(AWK) ' { files[$$0] = 1; } \
302 END { for (i in files) print i; }'`; \
303 test -z "$(ETAGS_ARGS)$$tags$$unique" \
304 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
308 here=`$(am__cd) $(top_builddir) && pwd` \
309 && cd $(top_srcdir) \
310 && gtags -i $(GTAGS_ARGS) $$here
313 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
314 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
317 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
319 distdir: $(DISTFILES)
320 @for file in $(DISTFILES); do \
321 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
322 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
323 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
325 $(mkinstalldirs) "$(distdir)$$dir"; \
329 if test -d $$d/$$file; then \
330 cp -pR $$d/$$file $(distdir)$$dir \
333 test -f $(distdir)/$$file \
334 || cp -p $$d/$$file $(distdir)/$$file \
340 all-am: Makefile $(ANSI2KNR) $(LIBRARIES)
345 install-exec: install-exec-am
346 install-data: install-data-am
347 uninstall: uninstall-am
350 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
352 installcheck: installcheck-am
354 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
355 INSTALL_STRIP_FLAG=-s \
356 `test -z '$(STRIP)' || \
357 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
363 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
365 maintainer-clean-generic:
366 @echo "This command is intended for maintainers to use"
367 @echo "it deletes files that may require special tools to rebuild."
370 clean-am: clean-generic clean-krextra clean-noinstLIBRARIES \
373 distclean: distclean-am
375 distclean-am: clean-am distclean-compile distclean-depend \
376 distclean-generic distclean-tags
390 install-info: install-info-am
396 maintainer-clean: maintainer-clean-am
398 maintainer-clean-am: distclean-am maintainer-clean-generic
400 mostlyclean: mostlyclean-am
402 mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
404 uninstall-am: uninstall-info-am
406 .PHONY: GTAGS all all-am check check-am clean clean-generic \
407 clean-krextra clean-noinstLIBRARIES distclean distclean-compile \
408 distclean-depend distclean-generic distclean-tags distdir dvi \
409 dvi-am info info-am install install-am install-data \
410 install-data-am install-exec install-exec-am install-info \
411 install-info-am install-man install-strip installcheck \
412 installcheck-am installdirs maintainer-clean \
413 maintainer-clean-generic mostlyclean mostlyclean-compile \
414 mostlyclean-generic mostlyclean-kr tags uninstall uninstall-am \
417 # Tell versions [3.59,3.63) of GNU make to not export all variables.
418 # Otherwise a system limit (for SysV at least) may be exceeded.