]>
Commit | Line | Data |
---|---|---|
ab137502 JT |
1 | PFILE = bison.simple |
2 | PFILE1 = bison.hairy | |
3 | INCLUDES = -DXPFILE=\"$(datadir)/$(PFILE)\" \ | |
4 | -DXPFILE1=\"$(datadir)/$(PFILE1)\" | |
5 | bin_PROGRAMS = bison | |
6 | bison_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 | EXTRA_bison_SOURCES = vmsgetargs.c | |
11 | bison_LDADD = @ALLOCA@ | |
12 | noinst_HEADERS = files.h gram.h lex.h machine.h new.h state.h symtab.h \ | |
13 | system.h types.h getopt.h | |
14 | data_DATA = $(PFILE) $(PFILE1) | |
15 | info_TEXINFOS = bison.texinfo | |
16 | man_MANS = bison.1 | |
17 | EXTRA_DIST = $(PFILE) $(PFILE1) $(man_MANS) \ | |
18 | REFERENCES configure.bat build.com bison.cld bison.rnh vmshlp.mar |