]>
Commit | Line | Data |
---|---|---|
18539825 AD |
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 | ||
ff4a34be AD |
9 | libbison_a_SOURCES = \ |
10 | error.c error.h \ | |
11 | getopt.h getopt.c getopt1.c \ | |
8c7ebe49 | 12 | obstack.h obstack.c \ |
ff4a34be AD |
13 | quote.h quote.c quotearg.h quotearg.c \ |
14 | xalloc.h xmalloc.c xstrdup.c | |
18539825 AD |
15 | |
16 | libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@ | |
17 | libbison_a_DEPENDENCIES = $(libbison_a_LIBADD) |