[rfc] Antimake

2012-03-09 Thread Marko Kreen
Antimake is my attempt to fix "no good build system" problem - GNU Make library, but instead inventing custom conventions, it implements Automake syntax. Example: bin_PROGRAMS = hello hello_SOURCES = hello.c include antimake.mk After writing such Makefile, you can run 'make' immediately,

Re: [rfc] Antimake

2012-03-09 Thread Miles Bader
Any sense on how it compares to quagmire? Thanks, -miles -- Bore, n. A person who talks when you wish him to listen.

Re: [rfc] Antimake

2012-03-09 Thread Sam Varshavchik
Marko Kreen writes: Antimake is my attempt to fix "no good build system" problem - GNU Make library, but instead inventing custom conventions, it implements Automake syntax. Example: bin_PROGRAMS = hello hello_SOURCES = hello.c include antimake.mk After writing such Makefile, you can r

Re: [rfc] Antimake

2012-03-09 Thread Stefano Lattarini
Hi Marko. On 03/09/2012 11:26 PM, Marko Kreen wrote: > > Antimake is my attempt to fix "no good build system" problem - > GNU Make library, but instead inventing custom conventions, > it implements Automake syntax. > JFTR, we've recently started a (low-priority) fork of Automake aimed at taking m