]> git.saurik.com Git - bison.git/blame_incremental - Makefile.am
Added i18n support.
[bison.git] / Makefile.am
... / ...
CommitLineData
1## Process this file with automake to produce Makefile.in -*-Makefile-*-
2AUTOMAKE_OPTIONS = 1.4 ansi2knr
3
4SUBDIRS = intl po
5
6bin_PROGRAMS = bison
7
8bison_SOURCES = LR0.c allocate.c closure.c conflicts.c derives.c \
9 files.c getargs.c gram.c lalr.c lex.c main.c nullable.c output.c \
10 print.c reader.c reduce.c symtab.c warshall.c version.c getopt.c \
11 getopt1.c
12
13EXTRA_bison_SOURCES = vmsgetargs.c
14
15bison_LDADD = @ALLOCA@
16
17noinst_HEADERS = alloc.h files.h gram.h lex.h machine.h state.h \
18 symtab.h system.h types.h getopt.h
19
20data_DATA = bison.simple bison.hairy
21info_TEXINFOS = bison.texinfo
22man_MANS = bison.1
23
24EXTRA_DIST = bison.1 bison.s1 bison.hairy REFERENCES configure.bat \
25 build.com bison.cld bison.rnh vmshlp.mar OChangeLog
26
27bison.simple: bison.s1 Makefile
28 -rm -f $@
29 sed -e "/^#line/ s|bison|$(datadir)/bison|" -e "s/@bison_version@/$(VERSION)/" < $(srcdir)/bison.s1 > $@-tmp
30 mv $@-tmp $@
31
32DISTCLEANFILES = bison.simple intl/libintl.h