]> git.saurik.com Git - bison.git/blame - lib/Makefile.am
* src/derives.c, src/print.c, src/reduce.c: To ease the
[bison.git] / lib / Makefile.am
CommitLineData
18539825
AD
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
95e36146 9libbison_a_SOURCES = getopt.c getopt1.c xmalloc.c xstrdup.c
d7913476 10noinst_HEADERS = getopt.h xalloc.h
18539825
AD
11
12libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
13libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)