diff options
author | tomas <tomas> | 2004-10-15 10:04:15 +0000 |
---|---|---|
committer | tomas <tomas> | 2004-10-15 10:04:15 +0000 |
commit | 39fba7df43aa2bead39f6ffad6ef4675ad4576c3 (patch) | |
tree | dbd7151908df870403a42c994705827849b0aa6c /Makefile | |
parent | a6c8ca71233e9b771b91789e3059b9d22b26c8e9 (diff) | |
download | luafilesystem-39fba7df43aa2bead39f6ffad6ef4675ad4576c3.tar.gz luafilesystem-39fba7df43aa2bead39f6ffad6ef4675ad4576c3.tar.bz2 luafilesystem-39fba7df43aa2bead39f6ffad6ef4675ad4576c3.zip |
Atualizando o esquema de compilacao para o uso da compat-5.1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile,v 1.4 2004/09/29 17:46:24 tomas Exp $ | 1 | # $Id: Makefile,v 1.5 2004/10/15 10:04:15 tomas Exp $ |
2 | 2 | ||
3 | T= lfs | 3 | T= lfs |
4 | 4 | ||
@@ -11,7 +11,7 @@ ZIP_FILE= $(DIST_DIR).zip | |||
11 | LIBNAME= lib$T.$V$(LIB_EXT) | 11 | LIBNAME= lib$T.$V$(LIB_EXT) |
12 | 12 | ||
13 | SRCS= $T.c | 13 | SRCS= $T.c |
14 | OBJS= $T.o | 14 | OBJS= $T.o compat-5.1.o |
15 | 15 | ||
16 | 16 | ||
17 | lib: $(LIBNAME) | 17 | lib: $(LIBNAME) |
@@ -19,6 +19,8 @@ lib: $(LIBNAME) | |||
19 | $(LIBNAME): $(OBJS) | 19 | $(LIBNAME): $(OBJS) |
20 | $(CC) $(CFLAGS) $(LIB_OPTION) -o $(LIBNAME) $(OBJS) $(LIBS) | 20 | $(CC) $(CFLAGS) $(LIB_OPTION) -o $(LIBNAME) $(OBJS) $(LIBS) |
21 | 21 | ||
22 | compat-5.1.o: compat-5.1.c | ||
23 | |||
22 | install: $(LIBNAME) | 24 | install: $(LIBNAME) |
23 | mkdir -p $(LIB_DIR) | 25 | mkdir -p $(LIB_DIR) |
24 | cp $(LIBNAME) $(LIB_DIR) | 26 | cp $(LIBNAME) $(LIB_DIR) |