1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
2 AUTOMAKE_OPTIONS = 1.4 ../lib/ansi2knr
4 -DBISON_SIMPLE=\"$(pkgdatadir)/bison.simple\" \
5 -DBISON_HAIRY=\"$(pkgdatadir)/bison.hairy\" \
6 -DLOCALEDIR=\"$(datadir)/locale\"
8 INCLUDES = -I../intl -I$(top_srcdir)/lib -I..
9 LDADD = @INTLLIBS@ ../lib/libbison.a
13 bison_SOURCES = LR0.c closure.c complain.c conflicts.c \
15 files.c getargs.c gram.c lalr.c lex.c main.c nullable.c \
17 print.c reader.c reduce.c symtab.c warshall.c vcg.c print_graph.c
19 EXTRA_bison_SOURCES = vmsgetargs.c
21 noinst_HEADERS = LR0.h closure.h complain.h conflicts.h \
23 files.h getargs.h gram.h lalr.h lex.h nullable.h \
25 print.h reader.h reduce.h symtab.h warshall.h system.h types.h \
26 vcg.h vcg_defaults.h print_graph.h
28 pkgdata_DATA = bison.simple bison.hairy
30 EXTRA_DIST = $(pkgdata_DATA) build.com bison.cld vmshlp.mar