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,
Any sense on how it compares to quagmire?
Thanks,
-miles
--
Bore, n. A person who talks when you wish him to listen.
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
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