| 15 |  |  | 
| 16 |  | LIBDIR = /usr/local/lib/ray | 
| 17 |  |  | 
| 18 | – | PIXAR_INCLUDE=  -I/usr/pixar/include | 
| 19 | – | PIXAR_LIB=      -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar $(MLIB) | 
| 20 | – |  | 
| 18 |  | PROGS = pfilt ttyimage psign ra_tiff normtiff \ | 
| 19 |  | pvalue pcompos protate ra_hexbit ra_bmp \ | 
| 20 |  | ra_t8 ra_t16 pcomb pinterp pflip ra_ppm ximage xshowtrace \ | 
| 27 |  | sun: | 
| 28 |  |  | 
| 29 |  | install:        $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh \ | 
| 30 | < | pdfblur.csh pmblur.csh xyzimage.csh pgblur.csh | 
| 30 | > | pdfblur.csh pmblur.csh pmdblur.csh xyzimage.csh pgblur.csh ra_pfm.csh | 
| 31 |  | cp $(PROGS) $(INSTDIR) | 
| 32 |  | cp normpat.csh $(INSTDIR)/normpat | 
| 33 |  | cp falsecolor.csh $(INSTDIR)/falsecolor | 
| 34 |  | cp pdfblur.csh $(INSTDIR)/pdfblur | 
| 35 |  | cp pmblur.csh $(INSTDIR)/pmblur | 
| 36 | + | cp pmdblur.csh $(INSTDIR)/pmdblur | 
| 37 |  | cp xyzimage.csh $(INSTDIR)/xyzimage | 
| 38 |  | cp phisto.csh $(INSTDIR)/phisto | 
| 39 |  | cp pdelta.csh $(INSTDIR)/pdelta | 
| 40 |  | cp pgblur.csh $(INSTDIR)/pgblur | 
| 41 |  | cp ra_pfm.csh $(INSTDIR)/ra_pfm | 
| 42 | < | cd $(INSTDIR) ; chmod 755 normpat falsecolor pdfblur \ | 
| 43 | < | pmblur xyzimage phisto pdelta pgblur ra_pfm | 
| 42 | > | cp ran2tiff.csh $(INSTDIR)/ran2tiff | 
| 43 | > | cd $(INSTDIR) ; chmod 755 normpat falsecolor pdfblur pmblur \ | 
| 44 | > | pmdblur xyzimage phisto pdelta pgblur ra_pfm ran2tiff | 
| 45 |  |  | 
| 46 |  | clean: | 
| 47 |  | rm -f $(PROGS) $(SPECIAL) *.o core | 
| 128 |  | normtiff:       normtiff.o ../lib/libtiff.a | 
| 129 |  | $(CC) $(CFLAGS) -o normtiff normtiff.o -lrt -ltiff $(MLIB) | 
| 130 |  |  | 
| 131 | < | ../lib/libtiff.a:       tiff/config.local | 
| 132 | < | cd tiff ; sh configure -quiet -noninteractive -with-CC=$(CC) \ | 
| 131 | > | ../lib/libtiff.a: | 
| 132 | > | cd tiff ; ./configure -C -quiet -with-CC=$(CC) \ | 
| 133 | > | "--libdir=`pwd`/../../lib" "--includedir=`pwd`/../../common" \ | 
| 134 | > | --enable-static --disable-shared --disable-cxx \ | 
| 135 | > | --enable-logluv --disable-jpeg \ | 
| 136 | > | --disable-zlib --disable-pixarlog \ | 
| 137 |  | "-with-ENVOPTS=$(OPT)" ; \ | 
| 138 | < | cd libtiff ; make install | 
| 138 | > | cd port ; make all ; \ | 
| 139 | > | cd ../libtiff ; make install | 
| 140 |  |  | 
| 141 |  | xshowtrace:     xshowtrace.o x11findwind.o | 
| 142 |  | $(CC) $(CFLAGS) -o xshowtrace xshowtrace.o \ |