]> git.saurik.com Git - bison.git/blame - lib/Makefile.am
Instead of mapping the LHS of unused rules to -1, keep the LHS
[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
9c76d118 7INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/src -I../intl
18539825 8
18569462
AD
9# Heck, we are still using an old version of Automake which does not
10# understand LIBOBJ additions using $objext...
11
12EXTRA_DIST = malloc.c realloc.c
13
ff4a34be 14libbison_a_SOURCES = \
ff4a34be 15 getopt.h getopt.c getopt1.c \
68bd3b6b 16 hash.h hash.c \
ff4a34be
AD
17 quote.h quote.c quotearg.h quotearg.c \
18 xalloc.h xmalloc.c xstrdup.c
18539825 19
5b0d29bb 20libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
18539825 21libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)