]> git.saurik.com Git - bison.git/blob - lib/Makefile.am
24b22c75e2f3274e95efba9f91f740d86e34201a
[bison.git] / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
2
3 AUTOMAKE_OPTIONS = ansi2knr
4
5 noinst_LIBRARIES = libbison.a
6
7 INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/src -I../intl
8
9 # Heck, we are still using an old version of Automake which does not
10 # understand LIBOBJ additions using $objext...
11
12 EXTRA_DIST = malloc.c realloc.c
13
14 libbison_a_SOURCES = \
15 error.c error.h \
16 getopt.h getopt.c getopt1.c \
17 hash.h hash.c \
18 obstack.h obstack.c \
19 quote.h quote.c quotearg.h quotearg.c \
20 xalloc.h xmalloc.c xstrdup.c
21
22 libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
23 libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)