]>
Commit | Line | Data |
---|---|---|
8ebbae2a | 1 | ## Process this file with automake to produce Makefile.in -*-Makefile-*- |
18539825 | 2 | AUTOMAKE_OPTIONS = 1.4 ../lib/ansi2knr |
8c44d3ec | 3 | DEFS = @DEFS@ \ |
29092a57 AD |
4 | -DBISON_SIMPLE=\"$(pkgdatadir)/bison.simple\" \ |
5 | -DBISON_HAIRY=\"$(pkgdatadir)/bison.hairy\" \ | |
6 | -DLOCALEDIR=\"$(datadir)/locale\" | |
095a3fb5 | 7 | |
cbd25751 | 8 | INCLUDES = -I../intl -I$(top_srcdir)/lib -I.. |
18539825 | 9 | LDADD = @INTLLIBS@ ../lib/libbison.a |
8ebbae2a | 10 | |
a0f6b076 AD |
11 | bin_PROGRAMS = bison |
12 | ||
d7913476 | 13 | bison_SOURCES = LR0.c closure.c complain.c conflicts.c \ |
a0f6b076 | 14 | derives.c \ |
bbb5bcc6 | 15 | files.c getargs.c gram.c lalr.c lex.c main.c nullable.c \ |
11d82f03 | 16 | output.c print_graph.c \ |
82b6d266 | 17 | muscle_tab.c options.c \ |
11d82f03 | 18 | print.c reader.c reduce.c symtab.c warshall.c vcg.c |
a0f6b076 AD |
19 | |
20 | EXTRA_bison_SOURCES = vmsgetargs.c | |
21 | ||
d7913476 | 22 | noinst_HEADERS = LR0.h closure.h complain.h conflicts.h \ |
2fa6973e | 23 | derives.h \ |
bbb5bcc6 | 24 | files.h getargs.h gram.h lalr.h lex.h nullable.h \ |
11d82f03 | 25 | output.h print_graph.h \ |
82b6d266 | 26 | muscle_tab.h options.h \ |
11d82f03 MA |
27 | print.h reader.h reduce.h state.h symtab.h warshall.h system.h \ |
28 | types.h vcg.h vcg_defaults.h | |
8ebbae2a | 29 | |
29092a57 | 30 | pkgdata_DATA = bison.simple bison.hairy |
8ebbae2a | 31 | |
29092a57 | 32 | EXTRA_DIST = $(pkgdata_DATA) build.com bison.cld vmshlp.mar |