]> git.saurik.com Git - bison.git/blame - src/Makefile.am
Protected inclusion of "config.h" with HAVE_CONFIG_H.
[bison.git] / src / Makefile.am
CommitLineData
8ebbae2a
JT
1## Process this file with automake to produce Makefile.in -*-Makefile-*-
2AUTOMAKE_OPTIONS = 1.4 ansi2knr
3
4bin_PROGRAMS = bison
5
6bison_SOURCES = LR0.c allocate.c closure.c conflicts.c derives.c \
7 files.c getargs.c gram.c lalr.c lex.c main.c nullable.c output.c \
8 print.c reader.c reduce.c symtab.c warshall.c version.c getopt.c \
9 getopt1.c
10
11EXTRA_bison_SOURCES = vmsgetargs.c
12
13bison_LDADD = @ALLOCA@
14
15noinst_HEADERS = alloc.h files.h gram.h lex.h machine.h state.h \
16 symtab.h system.h types.h getopt.h
17
18data_DATA = bison.simple bison.hairy
19
20EXTRA_DIST = bison.s1 bison.hairy build.com bison.cld vmshlp.mar
21
22bison.simple: bison.s1 Makefile
23 -rm -f $@
24 sed -e "/^#line/ s|bison|$(datadir)/bison|" -e "s/@bison_version@/$(VERSION)/" < $(srcdir)/bison.s1 > $@-tmp
25 mv $@-tmp $@
26
27DISTCLEANFILES = bison.simple