]> git.saurik.com Git - bison.git/blob - lib/Makefile.am
Use the more standard files `xalloc.h' and `xmalloc.c' instead of
[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../intl
8
9 libbison_a_SOURCES = getopt.c getopt1.c xmalloc.c
10 noinst_HEADERS = getopt.h xalloc.h
11
12 libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
13 libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)