On Mon, Apr 29, 2013 at 06:21:32PM +0100, Gavin Smith wrote: > antimake and automake-ng (fork of automake targeting GNU make only) > require GNU make. The changes I've made also introduce a few potential > incompatibilities with make's other than GNU make, but I'm hopeful > that these will be minor and we can perhaps even generate Makefiles > for other makes as well. I think the idea of generation of portable > build systems using portable make and portable shell is sound, even > though it does make things more difficult.
IMHO, building via "portable makefiles" is bad idea. For quite simple reason - user rules. Yes, you can create some default targets that are generated for user, portably. But as soon as user needs to write own rules or even write logic in makefile, then what? -- marko