NAME = stub
INCS = stub.h
DISTDIRS = ${MACHDISTDIRS} 
TARGETS = ${LIB} ${LIBDIR}/libstubdraw.a

SRCS = \
	quad.c \
	polylist.c \
	list.c \
	bezier.c \
	bezierlist.c \
	mesh.c \
	lincoln.c \
	bbox.c \
	inst.c \
	vect.c \
	tlist.c \
	stub.c \
	stubdraw.c 

OBJS = \
	quad.o \
	polylist.o \
	list.o \
	bezier.o \
	bezierlist.o \
	mesh.o \
	lincoln.o \
	bbox.o \
	inst.o \
	vect.o \
	tlist.o \
	stub.o \
	stubdraw.o 
