1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
2 AUTOMAKE_OPTIONS = 1.4 ../lib/ansi2knr
5 -DXPFILE=\"${datadir}/bison.simple\" \
6 -DXPFILE1=\"${datadir}/bison.hairy\" \
7 -DLOCALEDIR=\"${datadir}/locale\"
8 INCLUDES = -I../intl -I$(top_srcdir)/lib -I..
9 LDADD = @INTLLIBS@ ../lib/libbison.a
13 bison_SOURCES = LR0.c allocate.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
19 EXTRA_bison_SOURCES = vmsgetargs.c
21 noinst_HEADERS = alloc.h complain.h files.h getargs.h gram.h lex.h \
23 symtab.h system.h types.h
25 data_DATA = bison.simple bison.hairy
27 EXTRA_DIST = bison.s1 bison.hairy build.com bison.cld vmshlp.mar
29 bison.simple: bison.s1 Makefile
30 sed -e "s/@bison_version@/$(VERSION)/" $(srcdir)/bison.s1 | \
32 /^#line/ { printf "#line %d \"$(datadir)/bison.simple\"\n", NR+1; next }\
36 DISTCLEANFILES = bison.simple