home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / sun / sources / makefile.src next >
Encoding:
Makefile  |  1993-08-23  |  418 b   |  28 lines

  1. #
  2. # makefile for user-contributed/lbl/sun/sources
  3. #
  4.  
  5. PGMS = torast.out
  6.  
  7. LIBRARIE6 = $(LDFLAGS) -lscs6 -lccs -ltiff -lrle $(LIBRARY) $(OTHERLIBS) \
  8.     $(OTHERLIB2) -ljpeg
  9. CPPFLAGS2 = -I$(CCS_ROOT)/include -DHIPS_IMAGE -DCOMMON_TOOL
  10.  
  11. .c.out:
  12.     $(LINKc) $* $< $(LIBRARIE6) $(CPPFLAGS2) -lpixrect
  13.     mv $* $(DESTDIR)
  14.     @touch $@
  15.  
  16. install:    $(PGMS)
  17.  
  18. clean:    clean-pgm
  19. clean-all:    clean_all
  20.  
  21. pristine:    pristine-pgm
  22.  
  23. man:
  24.  
  25. doc:
  26.  
  27. FRC:
  28.