]>
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 | ||
9c76d118 | 7 | INCLUDES = -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 | ||
12 | EXTRA_DIST = malloc.c realloc.c | |
13 | ||
ff4a34be AD |
14 | libbison_a_SOURCES = \ |
15 | error.c error.h \ | |
16 | getopt.h getopt.c getopt1.c \ | |
68bd3b6b | 17 | hash.h hash.c \ |
8c7ebe49 | 18 | obstack.h obstack.c \ |
ff4a34be AD |
19 | quote.h quote.c quotearg.h quotearg.c \ |
20 | xalloc.h xmalloc.c xstrdup.c | |
18539825 | 21 | |
79282c6c | 22 | libbison_a_LIBADD = @LIBOBJS@ |
18539825 | 23 | libbison_a_DEPENDENCIES = $(libbison_a_LIBADD) |