5 INCLUDES = -DXPFILE=\"$(datadir)/$(PFILE)\" \
6 -DXPFILE1=\"$(datadir)/$(PFILE1)\"
10 bison_SOURCES = LR0.c allocate.c closure.c conflicts.c derives.c \
11 files.c getargs.c gram.c lalr.c lex.c main.c nullable.c output.c \
12 print.c reader.c reduce.c symtab.c warshall.c version.c getopt.c \
15 EXTRA_bison_SOURCES = vmsgetargs.c
17 bison_LDADD = @ALLOCA@
19 noinst_HEADERS = alloc.h files.h gram.h lex.h machine.h state.h \
20 symtab.h system.h types.h getopt.h
22 data_DATA = $(PFILE) $(PFILE1)
23 info_TEXINFOS = bison.texinfo
26 EXTRA_DIST = $(PFILE) $(PFILE1) $(man_MANS) REFERENCES configure.bat \
27 build.com bison.cld bison.rnh vmshlp.mar
29 bison.simple: bison.s1 Makefile
31 sed -e "/^#line/ s|bison|$(datadir)/bison|" -e "s/@bison_version@/$(VERSION)/" < $< > $@-tmp