]> git.saurik.com Git - bison.git/blame - src/Makefile.am
* src/output.c (output_parser): Compute the `#line' lines when
[bison.git] / src / Makefile.am
CommitLineData
8ebbae2a 1## Process this file with automake to produce Makefile.in -*-Makefile-*-
18539825 2AUTOMAKE_OPTIONS = 1.4 ../lib/ansi2knr
8ebbae2a 3
8c44d3ec 4DEFS = @DEFS@ \
095a3fb5
AD
5 -DBISON_SIMPLE=\"${datadir}/bison.simple\" \
6 -DBISON_HAIRY=\"${datadir}/bison.hairy\" \
8c44d3ec 7 -DLOCALEDIR=\"${datadir}/locale\"
095a3fb5 8
cbd25751 9INCLUDES = -I../intl -I$(top_srcdir)/lib -I..
18539825 10LDADD = @INTLLIBS@ ../lib/libbison.a
8ebbae2a 11
a0f6b076
AD
12bin_PROGRAMS = bison
13
d7913476 14bison_SOURCES = LR0.c closure.c complain.c conflicts.c \
a0f6b076
AD
15 derives.c \
16 files.c getargs.c gram.c lalr.c lex.c main.c nullable.c \
17 output.c \
18 print.c reader.c reduce.c symtab.c warshall.c
19
20EXTRA_bison_SOURCES = vmsgetargs.c
21
d7913476 22noinst_HEADERS = LR0.h closure.h complain.h conflicts.h \
2fa6973e 23 derives.h \
3519ec76 24 files.h getargs.h gram.h lalr.h lex.h nullable.h \
6c89f1c1 25 output.h state.h \
d7913476 26 print.h reader.h reduce.h symtab.h warshall.h system.h types.h
8ebbae2a
JT
27
28data_DATA = bison.simple bison.hairy
29
30EXTRA_DIST = bison.s1 bison.hairy build.com bison.cld vmshlp.mar
31
ef7ddedd
AD
32bison.simple: bison.s1
33 cp $(srcdir)/bison.s1 $@
8ebbae2a
JT
34
35DISTCLEANFILES = bison.simple