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../intl
11 getopt.h getopt.c getopt1.c \
12 quote.h quote.c quotearg.h quotearg.c \
13 xalloc.h xmalloc.c xstrdup.c
15 libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
16 libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)