Convert lib/Makefile.am into lib/local.mk.
authorAkim Demaille <demaille@gostai.com>
Wed, 19 Nov 2008 07:24:47 +0000 (08:24 +0100)
committerAkim Demaille <demaille@gostai.com>
Wed, 26 Nov 2008 10:09:19 +0000 (11:09 +0100)
commitfeda5527b30d62874ed0e27056903543ba0c3ee0
treeae13f8283f3d8ad8f08d899b45691f7e939d9023
parent56ddee7f8d7286b599f7c4dc86eaa5ef9668db9c
Convert lib/Makefile.am into lib/local.mk.

The real problem is rather gnulib.mk, which itself is extracted from a
Makefile.am that gnulib expects to the "recursive".  The tool
prefix-gnulib-mk converts such a gnulib.mk to be non-recursive.  Also,
some AC_SUBST variables need to be adjusted.

* etc/prefix-gnulib-mk: New.
* bootstrap (slurp): Use it to convert further gnulib.mk.
* lib/Makefile.am: Rename as...
* lib/local.mk: this.
Adjust to be prefixed.
* Makefile.am, configure.ac: Adjust.
* src/local.mk (AM_CPPFLAGS): Extend it, don't define it.
ChangeLog
Makefile.am
bootstrap
configure.ac
etc/prefix-gnulib-mk [new file with mode: 0755]
lib/Makefile.am [deleted file]
lib/local.mk [new file with mode: 0644]
src/local.mk