NAME = tlist
INCS = tlist.h tlistP.h
TARGETS = ${LIB}

SRCS = \
	tlclass.c \
	tlcreate.c \
	tltransform.c \
	tlstream.c

OBJS = \
	tlclass.o \
	tlcreate.o \
	tltransform.o \
	tlstream.o
