# # This is the make file for the prsr. lib subdirectory. # # Gershon Elber, June 1993 # # Get the destination directories: include ..\makeflag.wnt OBJS = analyfit.$(IRITOBJ) animate.$(IRITOBJ) \ anim_aux.$(IRITOBJ) bbox.$(IRITOBJ) \ cnvxhull.$(IRITOBJ) convex.$(IRITOBJ) decimate.$(IRITOBJ) \ dist_pts.$(IRITOBJ) fit1pts.$(IRITOBJ) fit2pts.$(IRITOBJ) \ geomat3d.$(IRITOBJ) geomvals.$(IRITOBJ) \ geom_bsc.$(IRITOBJ) geom_err.$(IRITOBJ) geom_ftl.$(IRITOBJ) \ intrnrml.$(IRITOBJ) ln_sweep.$(IRITOBJ) ms_circ.$(IRITOBJ) \ plycrvtr.$(IRITOBJ) plyimprt.$(IRITOBJ) plystrct.$(IRITOBJ) \ polysimp.$(IRITOBJ) \ poly_cln.$(IRITOBJ) poly_cvr.$(IRITOBJ) poly_pts.$(IRITOBJ) \ poly_sil.$(IRITOBJ) polyofst.$(IRITOBJ) polyprop.$(IRITOBJ) \ primitv1.$(IRITOBJ) primitv2.$(IRITOBJ) pt_morph.$(IRITOBJ) \ quatrnn.$(IRITOBJ) scancnvt.$(IRITOBJ) \ sph_pts.$(IRITOBJ) sph_cone.$(IRITOBJ) \ text.$(IRITOBJ) zbuf_ogl.$(IRITOBJ) zbuffer.$(IRITOBJ) $(GEOM_LIB): $(OBJS) -del $(GEOM_LIB) $(IRITLIB) -out:$(GEOM_LIB) *.$(IRITOBJ) install: $(GEOM_LIB) # Dependencies starts here - do not touch, generated automatically.