# Use our own Bison to build the parser. Of course, you ought to
# keep a sane version of Bison nearby...
-YACC = ../tests/bison -y
+YACC = ../tests/bison -y --warnings=all,error
bin_PROGRAMS = bison
bin_SCRIPTS = $(YACC_SCRIPT)
system.h \
tables.h tables.c \
uniqstr.c uniqstr.h \
- vcg.c vcg.h \
- vcg_defaults.h
+ graphviz.c graphviz.h
EXTRA_bison_SOURCES = scan-code.l scan-skel.l scan-gram.l