added Realloc, split into separate files

This commit is contained in:
ceriel
1987-07-06 14:46:00 +00:00
parent d120b2b73a
commit 8c10914e78
8 changed files with 119 additions and 36 deletions

View File

@@ -7,6 +7,9 @@ INCLUDES = -I. -I$(HDIR)
CFLAGS = -O $(INCLUDES)
CSRC = Malloc.c\
Salloc.c\
Srealloc.c\
Realloc.c\
botch.c\
clear.c\
st_alloc.c\
@@ -15,7 +18,8 @@ CSRC = Malloc.c\
SOURCES = alloc.h\
$(CSRC)
OBJECTS = botch.o clear.o st_alloc.o Malloc.o std_alloc.o No_Mem.o
OBJECTS = botch.o clear.o st_alloc.o Malloc.o Salloc.o \
Srealloc.o Realloc.o std_alloc.o No_Mem.o
all: liballoc.a