SOURCE = Object.c misc.c new.c FreeList.c timer.c perc.c
LIB_OBJECTS = Object.o misc.o new.o FreeList.o timer.o perc.o

include ../lib/make.init

#
# targets
#
all:	common.olib

clean:	very.clean
