X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0e4d575330619dff7baab4fff77789773c7903b9..3e6656f9ab66ae7e629f8e5d5b41810bf070f09d:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 7b67e8e3..58833818 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,20 +15,15 @@ ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA ## 02111-1307 USA -AUTOMAKE_OPTIONS = ../lib/ansi2knr - DEFS = @DEFS@ \ -DPKGDATADIR=\"$(pkgdatadir)\" \ -DLOCALEDIR=\"$(datadir)/locale\" -CFLAGS = @CFLAGS@ $(WARNING_CFLAGS) $(WERROR_CFLAGS) -YFLAGS = "-dv" +AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS) +AM_YFLAGS = "-dv" -# libintl.h in is build/intl, intl/libgettext.h in src/, -# config.h in build/. -INCLUDES = -I$(top_builddir)/intl \ - -I$(top_builddir) \ - -I$(top_srcdir)/intl \ +# config.h is in build/. +INCLUDES = -I$(top_builddir) \ -I$(top_srcdir)/lib LDADD = $(INTLLIBS) ../lib/libbison.a @@ -37,6 +32,7 @@ bin_PROGRAMS = bison bison_SOURCES = \ LR0.c LR0.h \ + assoc.c assoc.h \ closure.c closure.h \ complain.c complain.h \ conflicts.c conflicts.h \ @@ -59,10 +55,11 @@ bison_SOURCES = \ scan-gram.l \ scan-skel.l \ state.c state.h \ + struniq.c struniq.h \ symlist.c symlist.h \ symtab.c symtab.h \ system.h \ - types.h \ + tables.h tables.c \ vcg.c vcg.h \ vcg_defaults.h