NAME = geom
INCS = geom.h geomclass.h vert.h geomclass_sm.h pick.h pickP.h
TARGETS = ${LIB}
SRCS = \
	name.c \
	knownclass.c \
	class.c \
	message.c \
	create.c \
	delete.c \
	copy.c \
	transform.c \
	bound.c \
	boundsphere.c \
	evert.c \
	dice.c \
	pick.c \
	draw.c \
	replace.c \
	iterate.c \
	handlescan.c \
	geomstream.c \
	extend.c

OBJS = \
	name.o \
	knownclass.o \
	class.o \
	message.o \
	create.o \
	delete.o \
	copy.o \
	transform.o \
	bound.o \
	boundsphere.o \
	evert.o \
	dice.o \
	pick.o \
	draw.o \
	replace.o \
	iterate.o \
	handlescan.o \
	geomstream.o \
	extend.o
