]> git.saurik.com Git - bison.git/blame_incremental - lib/Makefile.am
README-alpha: New.
[bison.git] / lib / Makefile.am
... / ...
CommitLineData
1## Process this file with automake to produce Makefile.in -*-Makefile-*-
2
3AUTOMAKE_OPTIONS = ansi2knr
4
5noinst_LIBRARIES = libbison.a
6
7INCLUDES = -I.. -I$(srcdir) -I../intl
8
9libbison_a_SOURCES = \
10 error.c error.h \
11 getopt.h getopt.c getopt1.c \
12 obstack.h obstack.c \
13 quote.h quote.c quotearg.h quotearg.c \
14 xalloc.h xmalloc.c xstrdup.c
15
16libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
17libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)