[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Generating makefile for C library.
- From: Tim Channon <tc@...>
- Date: Mon, 27 Oct 2008 20:51:07 +0000
Heesob Park wrote:
> I'd like to generate a makefile for C extension library with lua
> script like Ruby's extconf.rb
>
> Is there any module for automating makefile generation?
>
> How to get the lib and include directory name of the current Lua
> install environment with Lua script?
Some way in that direction is
http://premake.sourceforge.net/
A bit like cmake / cons / scons but scripting in Lua.