diff options
author | tomas <tomas> | 2005-06-05 00:36:18 +0000 |
---|---|---|
committer | tomas <tomas> | 2005-06-05 00:36:18 +0000 |
commit | 95bd727a3d6e1c14c40306853d2e6b6662d4a3f2 (patch) | |
tree | 70af12d33eddb825d6738150d03d5882a3e85670 /config | |
parent | 9265a9782269a5deef0ee44b8905b28e01587b3b (diff) | |
download | luafilesystem-95bd727a3d6e1c14c40306853d2e6b6662d4a3f2.tar.gz luafilesystem-95bd727a3d6e1c14c40306853d2e6b6662d4a3f2.tar.bz2 luafilesystem-95bd727a3d6e1c14c40306853d2e6b6662d4a3f2.zip |
Standardizing Makefile and config.
Diffstat (limited to '')
-rw-r--r-- | config | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,9 +5,10 @@ LUA_LIBDIR= /usr/local/lib/lua/5.0 | |||
5 | LUA_INC= /usr/local/include/lua5 | 5 | LUA_INC= /usr/local/include/lua5 |
6 | 6 | ||
7 | # OS dependent | 7 | # OS dependent |
8 | #LIB_OPTION= -bundle -undefined dynamic_lookup #for MacOS X | ||
9 | LIB_OPTION= -shared #for Linux | 8 | LIB_OPTION= -shared #for Linux |
9 | #LIB_OPTION= -bundle -undefined dynamic_lookup #for MacOS X | ||
10 | 10 | ||
11 | LIBNAME= lib$T-$V.so | ||
11 | COMPAT_DIR= ../compat/src | 12 | COMPAT_DIR= ../compat/src |
12 | 13 | ||
13 | # Compilation directives | 14 | # Compilation directives |
@@ -20,3 +21,4 @@ LIBS= $(LUA_LIBS) $(DLLIB) | |||
20 | CFLAGS= $(WARN) $(INCS) | 21 | CFLAGS= $(WARN) $(INCS) |
21 | CC= gcc | 22 | CC= gcc |
22 | 23 | ||
24 | # $Id: config,v 1.11 2005/06/05 00:36:18 tomas Exp $ | ||