#
# This is the make file for the prsr. lib subdirectory.
#
#				Gershon Elber, Aug 1991
#

include ../makeflag.unx

OBJS = bbox.o convex.o geomat3d.o geomvals.o intrnrml.o poly_cln.o

libgeom.a: $(OBJS)
	rm -f libgeom.a
	ar rcv libgeom.a *.o
	-ranlib libgeom.a

install: libgeom.a
	mv -f libgeom.a $(LIB_DIR)
	cp *.h $(INC_DIR)

# Dependencies starts here - do not touch, generated automatically.
bbox.o:	bbox.h
convex.o:	convex.h poly_cln.h geomat3d.h intrnrml.h
geomat3d.o:	convex.h geomat3d.h
geomvals.o:	convex.h geomat3d.h geomvals.h
intrnrml.o:	geomat3d.h intrnrml.h
poly_cln.o:	poly_cln.h
