1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
3 AUTOMAKE_OPTIONS = ansi2knr
5 noinst_LIBRARIES = libbison.a
7 INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/src -I../intl
9 # Heck, we are still using an old version of Automake which does not
10 # understand LIBOBJ additions using $objext...
12 EXTRA_DIST = malloc.c realloc.c
14 libbison_a_SOURCES = \
16 getopt.h getopt.c getopt1.c \
19 quote.h quote.c quotearg.h quotearg.c \
20 xalloc.h xmalloc.c xstrdup.c
22 libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
23 libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)