[cfe-dev] [LLVMdev] is configure+make dead yet?

Konstantin Tokarev annulen at yandex.ru
Thu Jun 21 10:49:55 PDT 2012


21.06.2012, 14:43, "Christophe Duvernois" <christophe.duvernois at gmail.com>:
> Hi
>
> Speaking about a good existing build system in python, there is waf : http://code.google.com/p/waf/
> It is in my opinion far more better than cmake on any point (performance, flexibility, easy to use, ...) ...

I propose premake [1]. It also has nice performance, flexibility, and ease of use,, but does not require Python
and can produce machine-independent Makefiles. It also support generation of native projects for
Visual Studio and Xcode (as compared to CMake which inserts calls to itself everywhere).

[1]  http://industriousone.com/premake

-- 
Regards,
Konstantin



More information about the cfe-dev mailing list