
#
# This is the make file for the prsr. lib subdirectory.
#
#				Gershon Elber, June 1993
#

# Get the destination directories:
include ..\makeflag.wnt

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

geom_lib.lib: $(OBJS)
	-del geom_lib.lib
	$(IRITLIB) -out:geom_lib.lib *.obj

install: geom_lib.lib
	copy geom_lib.lib $(LIB_DIR)
	-del geom_lib.lib
	copy *.h $(INC_DIR)

# Dependencies starts here - do not touch, generated automatically.
