]> git.saurik.com Git - bison.git/commit
build: fix more example extraction issues.
authorAkim Demaille <demaille@gostai.com>
Fri, 24 Feb 2012 11:10:07 +0000 (12:10 +0100)
committerAkim Demaille <demaille@gostai.com>
Fri, 24 Feb 2012 12:32:17 +0000 (13:32 +0100)
commit59fba180a5b8c7135445bfbada5e96266a3286e8
tree807c172621f42ec6b63f7962f0524d3b5dff900e
parent2191bb749b8f63b6037ca7e590ae499d0bb26db9
build: fix more example extraction issues.

* Makefile.am (dist_TESTS): New.
(TESTS, EXTRA_DIST): Run and ship them.
* examples/calc++/local.mk: examples/calc++/calc++.stamp no longer
        exists, don't try to ship it.
(.yy.stamp): New recipe.
Use it.
* examples/calc++/local.mk, examples/mfcalc/local.mk,
* examples/rpcalc/local.mk:
Don't ship the sources.
Adjust the CPPFLAGS: there is nothing left in srcdir.
(MAINTAINERCLEANFILES): Remove, now we are in builddir.
(TESTS): Rename as...
(dist_TESTS): this.
Makefile.am
examples/calc++/local.mk
examples/mfcalc/local.mk
examples/rpcalc/local.mk