home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-02-16 | 1.3 KB | 28 lines |
- #
- # This is the make file for the prsr. library for DJGCC on the IBMPC.
- #
- # Gershon Elber, Aug 1990
- #
-
- !include "..\makeflag.djg"
-
- OBJS = animate.obj bbox.obj convex.obj geomat3d.obj geomvals.obj intrnrml.obj \
- ln_sweep.obj poly_cln.obj primitiv.obj
-
- libgeom.a: $(OBJS)
- ar rc libgeom.a $(OBJS)
-
- install: libgeom.a
- copy libgeom.a $(LIB_DIR_DOS)
- ar s $(LIB_DIR_DOS)\libgeom.a
-
- # Dependencies starts here - do not touch, generated automatically.
- bbox.o: ../include/irit_sm.h ../include/allocate.h ../include/cagd_lib.h ../include/bbox.h
- convex.o: ../include/allocate.h ../include/convex.h ../include/poly_cln.h ../include/geomat3d.h ../include/intrnrml.h ../include/priorque.h
- geomat3d.o: ../include/irit_sm.h ../include/iritprsr.h ../include/allocate.h ../include/convex.h ../include/geomat3d.h
- geomvals.o: ../include/allocate.h ../include/convex.h ../include/geomat3d.h ../include/geomvals.h
- intrnrml.o: ../include/irit_sm.h ../include/iritprsr.h ../include/geomat3d.h ../include/intrnrml.h
- ln_sweep.o: ../include/irit_sm.h ../include/imalloc.h ../include/ln_sweep.h
- poly_cln.o: ../include/irit_sm.h ../include/allocate.h ../include/iritprsr.h ../include/poly_cln.h
- primitiv.o: ../include/irit_sm.h ../include/geomat3d.h ../include/allocate.h ../include/attribut.h ../include/convex.h ../include/geomat3d.h ../include/primitiv.h
-