src_bison_CFLAGS = $(AM_CFLAGS) $(WERROR_CFLAGS)
src_bison_SOURCES = \
+ src/AnnotationList.c \
+ src/AnnotationList.h \
+ src/InadequacyList.c \
+ src/InadequacyList.h \
src/LR0.c \
src/LR0.h \
+ src/Sbitset.c \
+ src/Sbitset.h \
src/assoc.c \
src/assoc.h \
src/closure.c \
src/graphviz.h \
src/lalr.c \
src/lalr.h \
+ src/ielr.c \
+ src/ielr.h \
src/location.c \
src/location.h \
src/main.c \
src/tables.c \
src/tables.h \
src/uniqstr.c \
- src/uniqstr.h
+ src/uniqstr.h \
+ src/named-ref.c \
+ src/named-ref.h
EXTRA_src_bison_SOURCES = \
src/scan-code.l \