| 17 | 
  | 
PIXAR_INCLUDE=  -I/usr/pixar/include | 
| 18 | 
  | 
PIXAR_LIB=      -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar $(MLIB) | 
| 19 | 
  | 
 | 
| 20 | 
< | 
PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r getinfo psign \ | 
| 20 | 
> | 
PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r psign \ | 
| 21 | 
  | 
greyscale pvalue pcompos colorscale protate ra_pr ra_pr24 ra_avs \ | 
| 22 | 
  | 
ra_t8 ra_bn ra_t16 pcomb pinterp ximage xshowtrace pflip ra_ppm \ | 
| 23 | 
< | 
ra_rgbe ra_pict ra_ps pextrem ra_gif | 
| 23 | 
> | 
ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond pcwarp | 
| 24 | 
  | 
 | 
| 25 | 
  | 
all:    $(PROGS) $(SPECIAL) | 
| 26 | 
  | 
 | 
| 38 | 
  | 
 | 
| 39 | 
  | 
sun: | 
| 40 | 
  | 
 | 
| 41 | 
< | 
install:        $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh | 
| 41 | 
> | 
install:        $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh \ | 
| 42 | 
> | 
pdfblur.csh pmblur.csh xyzimage.csh | 
| 43 | 
  | 
        cp $(PROGS) $(INSTDIR) | 
| 44 | 
  | 
        cp normpat.csh $(INSTDIR)/normpat | 
| 45 | 
  | 
        cp falsecolor.csh $(INSTDIR)/falsecolor | 
| 46 | 
< | 
        chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor | 
| 46 | 
> | 
        cp pdfblur.csh $(INSTDIR)/pdfblur | 
| 47 | 
> | 
        cp pmblur.csh $(INSTDIR)/pmblur | 
| 48 | 
> | 
        cp xyzimage.csh $(INSTDIR)/xyzimage | 
| 49 | 
> | 
        chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor \ | 
| 50 | 
> | 
$(INSTDIR)/pdfblur $(INSTDIR)/pmblur $(INSTDIR)/xyzimage | 
| 51 | 
  | 
 | 
| 52 | 
  | 
clean: | 
| 53 | 
  | 
        set nonomatch; rm -f x10image aedimage glimage ra_tiff \ | 
| 56 | 
  | 
pfilt:  pfilt.o pf2.o pf3.o | 
| 57 | 
  | 
        $(CC) $(CFLAGS) -o pfilt pfilt.o pf2.o pf3.o -lrt $(MLIB) | 
| 58 | 
  | 
 | 
| 59 | 
+ | 
pcond:  pcond.o pcond2.o pcond3.o pcond4.o warp3d.o | 
| 60 | 
+ | 
        $(CC) $(CFLAGS) -o pcond pcond.o pcond2.o pcond3.o pcond4.o warp3d.o \ | 
| 61 | 
+ | 
-lrt $(MLIB) | 
| 62 | 
+ | 
 | 
| 63 | 
+ | 
pcwarp: pcwarp.o warp3d.o | 
| 64 | 
+ | 
        $(CC) $(CFLAGS) -o pcwarp pcwarp.o warp3d.o -lrt $(MLIB) | 
| 65 | 
+ | 
 | 
| 66 | 
  | 
ttyimage:       ttyimage.o | 
| 67 | 
  | 
        $(CC) $(CFLAGS) -o ttyimage ttyimage.o -lrt $(MLIB) | 
| 68 | 
  | 
 | 
| 88 | 
  | 
mt160r: mt160r.o | 
| 89 | 
  | 
        $(CC) $(CFLAGS) -o mt160r mt160r.o -lrt $(MLIB) | 
| 90 | 
  | 
 | 
| 79 | 
– | 
getinfo:        getinfo.o | 
| 80 | 
– | 
        $(CC) $(CFLAGS) -o getinfo getinfo.o -lrt | 
| 81 | 
– | 
 | 
| 91 | 
  | 
greyscale:      greyscale.o | 
| 92 | 
  | 
        $(CC) $(CFLAGS) -o greyscale greyscale.o -lrt $(MLIB) | 
| 93 | 
  | 
 | 
| 109 | 
  | 
d48c:   d48c.o | 
| 110 | 
  | 
        $(CC) $(CFLAGS) -o d48c d48c.o -lrt | 
| 111 | 
  | 
 | 
| 112 | 
< | 
ra_gif: ra_gif.o clrtab.o | 
| 113 | 
< | 
        $(CC) $(CFLAGS) -o ra_gif ra_gif.o clrtab.o -lrt $(MLIB) | 
| 112 | 
> | 
ra_gif: ra_gif.o clrtab.o neuclrtab.o | 
| 113 | 
> | 
        $(CC) $(CFLAGS) -o ra_gif ra_gif.o clrtab.o neuclrtab.o -lrt $(MLIB) | 
| 114 | 
  | 
 | 
| 115 | 
  | 
ra_pr:  ra_pr.o ciq.o cut.o closest.o biq.o | 
| 116 | 
  | 
        $(CC) $(CFLAGS) -o ra_pr ra_pr.o ciq.o cut.o closest.o \ | 
| 128 | 
  | 
ra_ppm:         ra_ppm.o | 
| 129 | 
  | 
        $(CC) $(CFLAGS) -o ra_ppm ra_ppm.o -lrt $(MLIB) | 
| 130 | 
  | 
 | 
| 131 | 
< | 
ra_t8:  ra_t8.o clrtab.o | 
| 132 | 
< | 
        $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o -lrt $(MLIB) | 
| 131 | 
> | 
ra_t8:  ra_t8.o clrtab.o neuclrtab.o | 
| 132 | 
> | 
        $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o neuclrtab.o -lrt $(MLIB) | 
| 133 | 
  | 
 | 
| 134 | 
  | 
ra_t16: ra_t16.o | 
| 135 | 
  | 
        $(CC) $(CFLAGS) -o ra_t16 ra_t16.o -lrt $(MLIB) | 
| 174 | 
  | 
pinterp:        pinterp.o | 
| 175 | 
  | 
        $(CC) $(CFLAGS) -o pinterp pinterp.o -lrt $(MLIB) | 
| 176 | 
  | 
 | 
| 177 | 
+ | 
ra_xyze:        ra_xyze.o | 
| 178 | 
+ | 
        $(CC) $(CFLAGS) -o ra_xyze ra_xyze.o -lrt $(MLIB) | 
| 179 | 
+ | 
 | 
| 180 | 
  | 
ra_tiff:        ra_tiff.o ../lib/libtiff.a | 
| 181 | 
  | 
        $(CC) $(CFLAGS) -o ra_tiff ra_tiff.o -lrt -ltiff $(MLIB) | 
| 182 | 
  | 
 | 
| 198 | 
  | 
        $(CC) $(CFLAGS) -o xshowtrace xshowtrace.o \ | 
| 199 | 
  | 
x11findwind.o -lrt $(MLIB) -lX11 | 
| 200 | 
  | 
 | 
| 201 | 
+ | 
macbethcal:     macbethcal.o pmapgen.o mx3.o warp3d.o | 
| 202 | 
+ | 
        $(CC) $(CFLAGS) -o macbethcal macbethcal.o pmapgen.o mx3.o warp3d.o \ | 
| 203 | 
+ | 
-lrt $(MLIB) | 
| 204 | 
+ | 
 | 
| 205 | 
+ | 
 | 
| 206 | 
+ | 
macbethcal.o:   pmap.h ../common/color.h ../common/resolu.h | 
| 207 | 
+ | 
 | 
| 208 | 
+ | 
macbethcal.o pcond2.o pcwarp.o warp3d.o:        warp3d.h ../common/lookup.h | 
| 209 | 
+ | 
 | 
| 210 | 
+ | 
pmapgen.o:      mx3.h pmap.h | 
| 211 | 
+ | 
 | 
| 212 | 
+ | 
nclrtab.o:      neuclrtab.o | 
| 213 | 
+ | 
        ln neuclrtab.c nclrtab.c | 
| 214 | 
+ | 
        $(CC) $(CFLAGS) -DCOMPAT_MODE -c nclrtab.c | 
| 215 | 
+ | 
        rm -f nclrtab.c | 
| 216 | 
+ | 
 | 
| 217 | 
  | 
pcomb.o:        ../common/calcomp.h | 
| 218 | 
  | 
 | 
| 219 | 
  | 
panim.o:        client/scan.h ../common/color.h ../common/random.h | 
| 220 | 
  | 
 | 
| 221 | 
  | 
pf2.o bnoise.o ra_ps.o ra_t16.o:        ../common/random.h | 
| 222 | 
  | 
 | 
| 223 | 
< | 
pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o \ | 
| 223 | 
> | 
neuclrtab.o clrtab.o pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o \ | 
| 224 | 
> | 
psum.o psign.o protate.o \ | 
| 225 | 
  | 
pextrem.o ra_pr24.o d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o \ | 
| 226 | 
  | 
pflip.o greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \ | 
| 227 | 
  | 
ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:    ../common/color.h | 
| 228 | 
  | 
 | 
| 229 | 
< | 
pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o xshowtrace.o \ | 
| 230 | 
< | 
pcomb.o pfilt.o pf3.o image.o:  ../common/standard.h \ | 
| 229 | 
> | 
neuclrtab.o pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o \ | 
| 230 | 
> | 
xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \ | 
| 231 | 
  | 
../common/mat4.h ../common/fvect.h | 
| 232 | 
  | 
 | 
| 233 | 
  | 
ximage.o xraster.o:     xraster.h | 
| 249 | 
  | 
ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \ | 
| 250 | 
  | 
ra_tiff.o ttyimage.o ximage.o x11image.o:       ../common/resolu.h | 
| 251 | 
  | 
 | 
| 252 | 
< | 
pfilt.o:        ../common/paths.h | 
| 252 | 
> | 
pfilt.o:        ../common/paths.h ../common/view.h | 
| 253 | 
  | 
 | 
| 254 | 
  | 
psign.o:        ../common/font.h | 
| 255 | 
+ | 
 | 
| 256 | 
+ | 
pcond.o pcond2.o pcond3.o pcond4.o:     pcond.h ../common/standard.h \ | 
| 257 | 
+ | 
../common/mat4.h ../common/fvect.h \ | 
| 258 | 
+ | 
../common/color.h ../common/view.h ../common/resolu.h |