| 27 | 
  | 
sun: | 
| 28 | 
  | 
 | 
| 29 | 
  | 
install:        $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh \ | 
| 30 | 
< | 
pdfblur.csh pmblur.csh pmdblur.csh xyzimage.csh pgblur.csh ra_pfm.csh | 
| 30 | 
> | 
pdfblur.csh pmblur.csh pmdblur.csh xyzimage.csh pgblur.csh ra_pfm.csh \ | 
| 31 | 
> | 
pbilat.csh | 
| 32 | 
  | 
        cp $(PROGS) $(INSTDIR) | 
| 33 | 
  | 
        cp normpat.csh $(INSTDIR)/normpat | 
| 34 | 
  | 
        cp falsecolor.csh $(INSTDIR)/falsecolor | 
| 41 | 
  | 
        cp pgblur.csh $(INSTDIR)/pgblur | 
| 42 | 
  | 
        cp ra_pfm.csh $(INSTDIR)/ra_pfm | 
| 43 | 
  | 
        cp ran2tiff.csh $(INSTDIR)/ran2tiff | 
| 44 | 
+ | 
        cp pbilat.csh $(INSTDIR)/pbilat | 
| 45 | 
  | 
        cd $(INSTDIR) ; chmod 755 normpat falsecolor pdfblur pmblur \ | 
| 46 | 
< | 
        pmdblur xyzimage phisto pdelta pgblur ra_pfm ran2tiff | 
| 46 | 
> | 
        pmdblur xyzimage phisto pdelta pgblur ra_pfm ran2tiff pbilat | 
| 47 | 
  | 
 | 
| 48 | 
  | 
clean: | 
| 49 | 
< | 
        rm -f $(PROGS) $(SPECIAL) *.o core | 
| 49 | 
> | 
        rm -f $(PROGS) $(SPECIAL) *.o core x11findwind.c | 
| 50 | 
  | 
        cd tiff; make distclean | 
| 51 | 
  | 
 | 
| 52 | 
  | 
pfilt:  pfilt.o pf2.o pf3.o | 
| 173 | 
  | 
xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \ | 
| 174 | 
  | 
../common/rtmisc.h ../common/rtio.h \ | 
| 175 | 
  | 
../common/rtmath.h ../common/mat4.h ../common/fvect.h \ | 
| 176 | 
< | 
../common/rterror.h ../common/tifftypes.h | 
| 176 | 
> | 
../common/rterror.h | 
| 177 | 
  | 
 | 
| 178 | 
  | 
x11image.o x11raster.o: x11raster.h | 
| 179 | 
  | 
 | 
| 202 | 
  | 
pcond.o pcond2.o pcond3.o pcond4.o:     pcond.h ../common/standard.h \ | 
| 203 | 
  | 
../common/rtmisc.h ../common/rtio.h \ | 
| 204 | 
  | 
../common/rtmath.h ../common/mat4.h ../common/fvect.h \ | 
| 205 | 
< | 
../common/rterror.h ../common/tifftypes.h \ | 
| 204 | 
< | 
../common/color.h ../common/view.h ../common/resolu.h | 
| 205 | 
> | 
../common/rterror.h ../common/color.h ../common/view.h ../common/resolu.h | 
| 206 | 
  | 
 | 
| 207 | 
  | 
normtiff.o:     ../common/color.h ../common/tonemap.h ../common/resolu.h | 
| 208 | 
  | 
 |