| 39 | 
  | 
sun: | 
| 40 | 
  | 
 | 
| 41 | 
  | 
install:        $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh \ | 
| 42 | 
< | 
pdfblur.csh pmblur.csh xyzimage.csh | 
| 42 | 
> | 
pdfblur.csh pmblur.csh xyzimage.csh pgblur.csh | 
| 43 | 
  | 
        cp $(PROGS) $(INSTDIR) | 
| 44 | 
  | 
        cp normpat.csh $(INSTDIR)/normpat | 
| 45 | 
  | 
        cp falsecolor.csh $(INSTDIR)/falsecolor | 
| 48 | 
  | 
        cp xyzimage.csh $(INSTDIR)/xyzimage | 
| 49 | 
  | 
        cp phisto.csh $(INSTDIR)/phisto | 
| 50 | 
  | 
        cp pdelta.csh $(INSTDIR)/pdelta | 
| 51 | 
< | 
        chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor \ | 
| 52 | 
< | 
$(INSTDIR)/pdfblur $(INSTDIR)/pmblur $(INSTDIR)/xyzimage \ | 
| 53 | 
< | 
$(INSTDIR)/phisto $(INSTDIR)/pdelta | 
| 51 | 
> | 
        cp pgblur.csh $(INSTDIR)/pgblur | 
| 52 | 
> | 
        cd $(INSTDIR) ; chmod 755 normpat falsecolor pdfblur \ | 
| 53 | 
> | 
                pmblur xyzimage phisto pdelta pgblur | 
| 54 | 
  | 
 | 
| 55 | 
  | 
clean: | 
| 56 | 
  | 
        set nonomatch; rm -f x10image aedimage glimage \ | 
| 151 | 
  | 
        $(CC) $(CFLAGS) -o ra_pict ra_pict.o -lrt $(MLIB) | 
| 152 | 
  | 
 | 
| 153 | 
  | 
ra_hexbit:      ra_hexbit.o | 
| 154 | 
< | 
        $(CC) $(CFLAGS) -o ra_hexbit ra_hexbit.o -lrt | 
| 154 | 
> | 
        $(CC) $(CFLAGS) -o ra_hexbit ra_hexbit.o -lrt $(MLIB) | 
| 155 | 
  | 
 | 
| 156 | 
  | 
x10image:       ximage.o ciq.o cut.o closest.o xraster.o biq.o | 
| 157 | 
  | 
        $(CC) $(CFLAGS) -o x10image ximage.o xraster.o \ | 
| 194 | 
  | 
        $(CC) $(CFLAGS) -o normtiff normtiff.o -lrt -ltiff $(MLIB) | 
| 195 | 
  | 
 | 
| 196 | 
  | 
../lib/libtiff.a:       tiff/config.local | 
| 197 | 
< | 
        cd tiff ; ./configure -quiet -noninteractive -with-CC=$(CC) \ | 
| 197 | 
> | 
        cd tiff ; sh configure -quiet -noninteractive -with-CC=$(CC) \ | 
| 198 | 
  | 
                "-with-ENVOPTS=$(OPT)" ; \ | 
| 199 | 
  | 
        cd libtiff ; make install | 
| 200 | 
  | 
 | 
| 239 | 
  | 
 | 
| 240 | 
  | 
neuclrtab.o pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o \ | 
| 241 | 
  | 
xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \ | 
| 242 | 
< | 
../common/mat4.h ../common/fvect.h | 
| 242 | 
> | 
../common/rtmisc.h ../common/rtio.h \ | 
| 243 | 
> | 
../common/rtmath.h ../common/mat4.h ../common/fvect.h \ | 
| 244 | 
> | 
../common/rterror.h | 
| 245 | 
  | 
 | 
| 246 | 
  | 
ximage.o xraster.o:     xraster.h | 
| 247 | 
  | 
 | 
| 272 | 
  | 
psign.o:        ../common/font.h | 
| 273 | 
  | 
 | 
| 274 | 
  | 
pcond.o pcond2.o pcond3.o pcond4.o:     pcond.h ../common/standard.h \ | 
| 275 | 
< | 
../common/mat4.h ../common/fvect.h \ | 
| 275 | 
> | 
../common/rtmisc.h ../common/rtio.h \ | 
| 276 | 
> | 
../common/rtmath.h ../common/mat4.h ../common/fvect.h \ | 
| 277 | 
> | 
../common/rterror.h \ | 
| 278 | 
  | 
../common/color.h ../common/view.h ../common/resolu.h | 
| 279 | 
  | 
 | 
| 280 | 
  | 
normtiff.o:     ../common/color.h ../common/tonemap.h ../common/resolu.h |