]> git.ipfire.org Git - thirdparty/autoconf.git/commit
build: no more recursion for lib 'subdir'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 5 May 2013 19:05:43 +0000 (21:05 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 6 May 2013 10:26:37 +0000 (12:26 +0200)
commita2af455752a0e24546f650e83edc74741c117430
treec694b90b13cbd730fc85adda767922c9146a7536
parentf8ac780d14229e99d70b46b50e3d026e2c93a6a3
build: no more recursion for lib 'subdir'

* Makefile.am (SUBDIRS): Drop 'lib'.
(edit): New, shared among the recipes in 'lib/local.mk' and
'bin/local.mk'.
(CLEANFILES): New, will be updated later in included files.
($(srcdir)/lib/local.mk): Include it.
($(srcdir)/lib/freeze.mk): Likewise.
* lib/Makefile.am: Rename ...
* lib/local.mk: .. like this, with several adjustments.  In
particular ...
(edit): Drop this definition, subsumed by the one in the
top-level Makefile.am.
* bin/local.mk (edit): Drop definition, that is already present
in the top-level Makefile.am now.
($(srcdir)/lib/freeze.mk): Drop inclusion; that is already done
in the top-level Makefile.am now.
* doc/local.mk (CLEANFILES): Adjust: append to it, do not define
it.
* lib/freeze.mk ($(AUTOM4TE_CFG)): Adjust recipe.
* configure.ac (AC_CONFIG_FILES): Drop 'lib/Makefile'.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
bin/local.mk
configure.ac
doc/local.mk
lib/freeze.mk
lib/local.mk [moved from lib/Makefile.am with 61% similarity]