]> git.saurik.com Git - bison.git/blobdiff - src/local.mk
Regen.
[bison.git] / src / local.mk
index ffcf4b0174a8221339155aea3955d75b79e40438..9ee1824a24d83d6f0a86a633416cf30ca4238d2c 100644 (file)
@@ -34,8 +34,14 @@ EXTRA_SCRIPTS = src/yacc
 
 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                                        \
@@ -57,6 +63,8 @@ src_bison_SOURCES =                           \
   src/graphviz.h                               \
   src/lalr.c                                   \
   src/lalr.h                                   \
+  src/ielr.c                                   \
+  src/ielr.h                                   \
   src/location.c                               \
   src/location.h                               \
   src/main.c                                   \
@@ -96,7 +104,9 @@ src_bison_SOURCES =                          \
   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                              \