I have a system with a bunch of libraries and programs.
I want one little autoconf at the top:
E.g. how to compile C.
I would prefer to compose via SUBDIRS= instead of include,
as it feels higher level, but not a big deal.
I would prefer non recursive make for performance and parallelis
Ok, I found the subtlety in the documentation that automake
in effect uses autoconf's directory or output list.
So if I give up non-recursive make, and if I list directories twice,
then it works nicely:
i.e. non-recursive make, less modular automake:
http://github.com/jaykrell/j/tree/master/aut