home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / hips / sources / getobj3d / makefile.src < prev   
Encoding:
Makefile  |  1993-03-12  |  360 b   |  27 lines

  1. #
  2. # makefile for user-contributed/lbl/hips/sources/getobj3d
  3. #
  4.  
  5. PGMS = getobj3d.out
  6.  
  7. OBJECTS = connect.o fill3d.o getobj3d.o
  8. EXTRA_LIBS = -llbl
  9.  
  10. install:    $(PGMS)
  11.  
  12. clean:    clean-pgm
  13. clean-all:    clean_all
  14.  
  15. man:
  16.  
  17. doc:
  18.  
  19. pristine:    pristine-pgm
  20.  
  21. getobj3d.out:    $(OBJECTS)
  22.     $(LINKc) getobj3d $(OBJECTS) $(LIBRARIES) $(EXTRA_LIBS)
  23.     mv getobj3d $(DESTDIR)
  24.     @touch $@
  25.  
  26. FRC:
  27.