1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
8 INCLUDES = -DXPFILE=\"$(datadir)/$(PFILE)\" \
9 -DXPFILE1=\"$(datadir)/$(PFILE1)\"
13 bison_SOURCES = LR0.c allocate.c closure.c conflicts.c derives.c \
14 files.c getargs.c gram.c lalr.c lex.c main.c nullable.c output.c \
15 print.c reader.c reduce.c symtab.c warshall.c version.c getopt.c \
18 EXTRA_bison_SOURCES = vmsgetargs.c
20 bison_LDADD = @ALLOCA@
22 noinst_HEADERS = alloc.h files.h gram.h lex.h machine.h state.h \
23 symtab.h system.h types.h getopt.h
25 data_DATA = $(PFILE) $(PFILE1)
26 info_TEXINFOS = bison.texinfo
29 EXTRA_DIST = bison.1 bison.s1 bison.hairy REFERENCES configure.bat \
30 build.com bison.cld bison.rnh vmshlp.mar
32 bison.simple: bison.s1 Makefile
34 sed -e "/^#line/ s|bison|$(datadir)/bison|" -e "s/@bison_version@/$(VERSION)/" < $< > $@-tmp