home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / hstream / makefile.src < prev    next >
Encoding:
Makefile  |  1993-03-23  |  246 b   |  21 lines

  1. #
  2. # makefile for user-contributed/lbl/hips/sources/hips
  3. #
  4.  
  5. PGMS = seeheader.out fixframes.out htee.out
  6.  
  7. OTHERLIBS = -ljpeg -lscs1 -llbl -lhips -lm
  8.  
  9. install:    $(PGMS)
  10.  
  11. clean:    clean-pgm
  12. clean-all:    clean_all
  13.  
  14. man:
  15.  
  16. doc:
  17.  
  18. pristine:    pristine-pgm
  19.  
  20. FRC:
  21.