]> git.saurik.com Git - bison.git/blob - lib/Makefile.am
* configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
[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 getopt.h getopt.c getopt1.c \
16 hash.h hash.c \
17 quote.h quote.c quotearg.h quotearg.c \
18 xalloc.h xmalloc.c xstrdup.c
19
20 libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
21 libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)