]> git.saurik.com Git - bison.git/blobdiff - src/local.mk
c++: rename b4_semantic_type_declare as b4_value_type_declare
[bison.git] / src / local.mk
index 5589c1d5151a8999376a08f59f25f33039317b34..9e0848c29d3d1f312c3d0beca4ae2319d5f0dbc0 100644 (file)
@@ -1,21 +1,23 @@
-## 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
-## the Free Software Foundation, either version 3 of the License, or
-## (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Copyright (C) 2001-2013 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
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 LDADD = lib/libbison.a $(LIBINTL)
 
 bin_PROGRAMS = src/bison
+# Prettify Automake-computed names of compiled objects.
+src_bison_SHORTNAME = bison
 
 src_bison_CFLAGS = $(AM_CFLAGS) $(WERROR_CFLAGS)
 src_bison_SOURCES =                             \
@@ -61,7 +63,6 @@ src_bison_SOURCES =                             \
   src/nullable.h                                \
   src/output.c                                  \
   src/output.h                                  \
-  src/parse-gram.h                              \
   src/parse-gram.y                              \
   src/print-xml.c                               \
   src/print-xml.h                               \