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