]> git.saurik.com Git - bison.git/blobdiff - src/Makefile.am
maint: more silent-rules.
[bison.git] / src / Makefile.am
index 825266a8413cc38fe8740642d33145b763ee4044..c2525b2dff61ec8f2c0a2a6f49d4288507fde5ec 100644 (file)
@@ -1,7 +1,6 @@
 # Make bison/src.
 
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2001-2012 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
@@ -48,7 +47,8 @@ bison_SOURCES =                                         \
        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                 \
@@ -80,9 +80,9 @@ scan-gram.c
 MOSTLYCLEANFILES = yacc
 
 yacc:
-       echo '#! /bin/sh' >$@
-       echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@
-       chmod a+x $@
+       $(AM_V_GEN)echo '#! /bin/sh' >$@
+       $(AM_V_at)echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@
+       $(AM_V_at)chmod a+x $@
 
 echo:
        echo $(bison_SOURCES) $(noinst_HEADERS)