[buddy] Adjust parser construction to support Automake 1.11 and 1.12.

* examples/bddcalc/parser.yxx: Rename as ...
* examples/bddcalc/parser.y: ... this.
* examples/bddcalc/parser_.cxx: New file that includes parser.c.
* examples/bddcalc/Makefile.am: Adjust.
* examples/bddcalc/parser.hxx: Delete this unused file.
This commit is contained in:
Alexandre Duret-Lutz 2012-06-19 17:03:34 +02:00
parent 25aca9ab7a
commit b98c47246c
5 changed files with 29 additions and 119 deletions

View file

@ -19,6 +19,8 @@ bddcalc_SOURCES = \
hashtbl.h \
hashtbl.cxx \
lexer.lxx \
parser.yxx \
parser_.cxx \
parser_.h \
slist.h
EXTRA_bddcalc_SOURCES = parser.y