]> git.saurik.com Git - bison.git/blobdiff - examples/local.mk
grammar: record used associativity and print useless ones
[bison.git] / examples / local.mk
index 5ab8225b3078676e7c6f5a9022f3397359d68852..3185976ac21379a3c73abb05b6d65b3a7fb97591 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005, 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2008-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
 dist_noinst_SCRIPTS = examples/extexi examples/test
 TEST_LOG_COMPILER = $(top_srcdir)/examples/test
 
+AM_CXXFLAGS =                                                  \
+  $(NO_STRICT_ALIAS_CXXFLAGS)                                  \
+  $(WARN_CXXFLAGS) $(WARN_CXXFLAGS_TEST) $(WERROR_CXXFLAGS)
+
 ## ------------ ##
 ## Extracting.  ##
 ## ------------ ##
 
-doc = $(top_srcdir)/doc/bison.texinfo
+doc = $(top_srcdir)/doc/bison.texi
 extexi = $(top_srcdir)/examples/extexi
 extract = VERSION="$(VERSION)" $(PERL) -f $(extexi) $(doc) --
 extracted =