]> git.saurik.com Git - bison.git/blobdiff - src/Makefile.am
java: finish fixing parser stack popping bug.
[bison.git] / src / Makefile.am
index a5cf94ee6f3646c06427f5e884b23b3bd7767dab..96349dd82f80eed56c97e80d730a18b69735732c 100644 (file)
@@ -1,7 +1,6 @@
 # Make bison/src.
 
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software
-# Foundation, Inc.
+# Copyright (C) 2001-2011 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
@@ -31,7 +30,10 @@ bin_SCRIPTS = $(YACC_SCRIPT)
 EXTRA_SCRIPTS = yacc
 
 bison_SOURCES =                                          \
+       AnnotationList.c AnnotationList.h         \
+       InadequacyList.c InadequacyList.h         \
        LR0.c LR0.h                               \
+       Sbitset.c Sbitset.h                       \
        assoc.c assoc.h                           \
        closure.c closure.h                       \
        complain.c complain.h                     \
@@ -42,9 +44,11 @@ bison_SOURCES =                                        \
        getargs.c getargs.h                       \
        gram.c gram.h                             \
        lalr.h lalr.c                             \
+       ielr.h ielr.c                             \
        location.c location.h                     \
        main.c                                    \
-       muscle_tab.c muscle_tab.h                 \
+       muscle-tab.c muscle-tab.h                 \
+       named-ref.c named-ref.h                   \
        nullable.c nullable.h                     \
        output.c output.h                         \
        parse-gram.h parse-gram.y                 \