Atualizando o esquema de compilacao para o uso da compat-5.1.

This commit is contained in:
tomas
2004-10-15 10:04:15 +00:00
parent a6c8ca7123
commit 39fba7df43
3 changed files with 7 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.4 2004/09/29 17:46:24 tomas Exp $
# $Id: Makefile,v 1.5 2004/10/15 10:04:15 tomas Exp $
T= lfs
@@ -11,7 +11,7 @@ ZIP_FILE= $(DIST_DIR).zip
LIBNAME= lib$T.$V$(LIB_EXT)
SRCS= $T.c
OBJS= $T.o
OBJS= $T.o compat-5.1.o
lib: $(LIBNAME)
@@ -19,6 +19,8 @@ lib: $(LIBNAME)
$(LIBNAME): $(OBJS)
$(CC) $(CFLAGS) $(LIB_OPTION) -o $(LIBNAME) $(OBJS) $(LIBS)
compat-5.1.o: compat-5.1.c
install: $(LIBNAME)
mkdir -p $(LIB_DIR)
cp $(LIBNAME) $(LIB_DIR)