]> git.saurik.com Git - bison.git/blame_incremental - src/Makefile.am
* src/getargs.c (statistics_flag): Replace with...
[bison.git] / src / Makefile.am
... / ...
CommitLineData
1## Process this file with automake to produce Makefile.in -*-Makefile-*-
2AUTOMAKE_OPTIONS = 1.4 ../lib/ansi2knr
3DEFS = @DEFS@ \
4 -DBISON_SIMPLE=\"$(pkgdatadir)/bison.simple\" \
5 -DBISON_HAIRY=\"$(pkgdatadir)/bison.hairy\" \
6 -DLOCALEDIR=\"$(datadir)/locale\"
7
8INCLUDES = -I../intl -I$(top_srcdir)/lib -I..
9LDADD = @INTLLIBS@ ../lib/libbison.a
10
11bin_PROGRAMS = bison
12
13bison_SOURCES = LR0.c closure.c complain.c conflicts.c \
14 derives.c \
15 files.c getargs.c gram.c lalr.c lex.c main.c nullable.c \
16 output.c print_graph.c \
17 muscle_tab.c options.c \
18 print.c reader.c reduce.c symtab.c warshall.c vcg.c
19
20EXTRA_bison_SOURCES = vmsgetargs.c
21
22noinst_HEADERS = LR0.h closure.h complain.h conflicts.h \
23 derives.h \
24 files.h getargs.h gram.h lalr.h lex.h nullable.h \
25 output.h print_graph.h \
26 muscle_tab.h options.h \
27 print.h reader.h reduce.h state.h symtab.h warshall.h system.h \
28 types.h vcg.h vcg_defaults.h
29
30pkgdata_DATA = bison.simple bison.hairy
31
32EXTRA_DIST = $(pkgdata_DATA) build.com bison.cld vmshlp.mar