X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f0057011f75baf63c0f97882fbecf1e7c306baf1..caa52c10c577ddf4507d6db6f92085806bc848fb:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 40b1fab0..8f348329 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. +## Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -20,14 +20,15 @@ DEFS = @DEFS@ \ -DLOCALEDIR=\"$(datadir)/locale\" AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS) +AM_CPPFLAGS = -I$(top_srcdir)/lib -I../lib AM_YFLAGS = "-dv" -# config.h is in build/. -INCLUDES = -I$(top_builddir) \ - -I$(top_srcdir)/lib - LDADD = ../lib/libbison.a $(LIBINTL) +# Use our own Bison to build the parser. Of course, you ought to +# keep a sane version of Bison nearby... +YACC = ../tests/bison -y + bin_PROGRAMS = bison bin_SCRIPTS = $(YACC_SCRIPT) EXTRA_SCRIPTS = yacc