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 /Makefile | |
parent | 9265a9782269a5deef0ee44b8905b28e01587b3b (diff) | |
download | luafilesystem-95bd727a3d6e1c14c40306853d2e6b6662d4a3f2.tar.gz luafilesystem-95bd727a3d6e1c14c40306853d2e6b6662d4a3f2.tar.bz2 luafilesystem-95bd727a3d6e1c14c40306853d2e6b6662d4a3f2.zip |
Standardizing Makefile and config.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,12 +1,10 @@ | |||
1 | # $Id: Makefile,v 1.20 2005/06/04 18:22:29 tomas Exp $ | 1 | # $Id: Makefile,v 1.21 2005/06/05 00:36:18 tomas Exp $ |
2 | 2 | ||
3 | T= lfs | 3 | T= lfs |
4 | V= 1.1 | ||
4 | 5 | ||
5 | include ./config | 6 | include ./config |
6 | 7 | ||
7 | V= 1.1 | ||
8 | LIBNAME= lib$T.$V.so | ||
9 | |||
10 | COMPAT_O= $(COMPAT_DIR)/compat-5.1.o | 8 | COMPAT_O= $(COMPAT_DIR)/compat-5.1.o |
11 | SRCS= src/$T.c | 9 | SRCS= src/$T.c |
12 | OBJS= src/$T.o $(COMPAT_O) | 10 | OBJS= src/$T.o $(COMPAT_O) |