You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
480 B
Plaintext

### Change these to match your Lua installation
LUA= /home/medgar/src/lang/lua/lua-5.1.1
LUAINC= -I$(LUA)/src
LUALIB= -L$(LUA)/src -llua51
#LUA= /home/mark/luabinaries/lua51
#LUAINC= -I$(LUA)/include
#LUALIB= -L$(LUA) -llua5.1
### Comment these if your system actually has posix_spawn()
POSIX_SPAWN= -DMISSING_POSIX_SPAWN
EXTRA= posix_spawn.o
### Change this if your system properly declares environ.
#ENVIRON= -DENVIRON_DECL=
ENVIRON= -DENVIRON_DECL="extern char **environ;"