lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.