home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / 3d / irit / geom_lib / makefile.djg < prev    next >
Encoding:
Makefile  |  1995-02-16  |  1.3 KB  |  28 lines

  1. #
  2. # This is the make file for the prsr. library for DJGCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Aug 1990
  5. #
  6.  
  7. !include "..\makeflag.djg"
  8.  
  9. OBJS = animate.obj bbox.obj convex.obj geomat3d.obj geomvals.obj intrnrml.obj \
  10.     ln_sweep.obj poly_cln.obj primitiv.obj
  11.  
  12. libgeom.a: $(OBJS)
  13.     ar rc libgeom.a $(OBJS)
  14.  
  15. install: libgeom.a
  16.     copy libgeom.a $(LIB_DIR_DOS)
  17.     ar s $(LIB_DIR_DOS)\libgeom.a
  18.  
  19. # Dependencies starts here - do not touch, generated automatically.
  20. bbox.o:    ../include/irit_sm.h ../include/allocate.h ../include/cagd_lib.h ../include/bbox.h
  21. convex.o:    ../include/allocate.h ../include/convex.h ../include/poly_cln.h ../include/geomat3d.h ../include/intrnrml.h ../include/priorque.h
  22. geomat3d.o:    ../include/irit_sm.h ../include/iritprsr.h ../include/allocate.h ../include/convex.h ../include/geomat3d.h
  23. geomvals.o:    ../include/allocate.h ../include/convex.h ../include/geomat3d.h ../include/geomvals.h
  24. intrnrml.o:    ../include/irit_sm.h ../include/iritprsr.h ../include/geomat3d.h ../include/intrnrml.h
  25. ln_sweep.o:    ../include/irit_sm.h ../include/imalloc.h ../include/ln_sweep.h
  26. poly_cln.o:    ../include/irit_sm.h ../include/allocate.h ../include/iritprsr.h ../include/poly_cln.h
  27. primitiv.o:    ../include/irit_sm.h ../include/geomat3d.h ../include/allocate.h ../include/attribut.h ../include/convex.h ../include/geomat3d.h ../include/primitiv.h
  28.