1 ## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3 ## This program is free software; you can redistribute it and/or modify
4 ## it under the terms of the GNU General Public License as published by
5 ## the Free Software Foundation; either version 2 of the License, or
6 ## (at your option) any later version.
8 ## This program is distributed in the hope that it will be useful,
9 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
10 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 ## GNU General Public License for more details.
13 ## You should have received a copy of the GNU General Public License
14 ## along with this program; if not, write to the Free Software
15 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
18 AUTOMAKE_OPTIONS = ../lib/ansi2knr
21 -DPKGDATADIR=\"$(pkgdatadir)\" \
22 -DLOCALEDIR=\"$(datadir)/locale\"
24 CFLAGS = @CFLAGS@ $(WARNING_CFLAGS) $(WERROR_CFLAGS)
27 # libintl.h in is build/intl, intl/libgettext.h in src/,
29 INCLUDES = -I$(top_builddir)/intl \
31 -I$(top_srcdir)/intl \
34 LDADD = $(INTLLIBS) ../lib/libbison.a
41 complain.c complain.h \
42 conflicts.c conflicts.h \
48 location.c location.h \
50 muscle_tab.c muscle_tab.h \
51 nullable.c nullable.h \
53 parse-gram.h parse-gram.y \
55 print_graph.c print_graph.h \
58 relation.c relation.h \
69 BUILT_SOURCES = scan-skel.c scan-gram.c parse-gram.c parse-gram.h
71 EXTRA_bison_SOURCES = vmsgetargs.c
73 EXTRA_DIST = build.com bison.cld vmshlp.mar
76 echo $(bison_SOURCES) $(noinst_HEADERS)