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

João Matos ripzonetriton at gmail.com
Thu Jun 21 11:06:49 PDT 2012


Premake is pretty good, I use it in all my personal projects, though
I'm not sure if it would be a good choice for LLVM.

On Thu, Jun 21, 2012 at 6:49 PM, Konstantin Tokarev <annulen at yandex.ru> wrote:
>
> 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
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev



-- 
João Matos




More information about the llvm-dev mailing list