| 20 | 
  | 
PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r getinfo 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 | 
| 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 pdfblur.csh | 
| 42 | 
  | 
        cp $(PROGS) $(INSTDIR) | 
| 43 | 
  | 
        cp normpat.csh $(INSTDIR)/normpat | 
| 44 | 
  | 
        cp falsecolor.csh $(INSTDIR)/falsecolor | 
| 45 | 
< | 
        chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor | 
| 45 | 
> | 
        cp pdfblur.csh $(INSTDIR)/pdfblur | 
| 46 | 
> | 
        chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor $(INSTDIR)/pdfblur | 
| 47 | 
  | 
 | 
| 48 | 
  | 
clean: | 
| 49 | 
  | 
        set nonomatch; rm -f x10image aedimage glimage ra_tiff \ | 
| 101 | 
  | 
d48c:   d48c.o | 
| 102 | 
  | 
        $(CC) $(CFLAGS) -o d48c d48c.o -lrt | 
| 103 | 
  | 
 | 
| 104 | 
< | 
ra_gif: ra_gif.o clrtab.o | 
| 105 | 
< | 
        $(CC) $(CFLAGS) -o ra_gif ra_gif.o clrtab.o -lrt $(MLIB) | 
| 104 | 
> | 
ra_gif: ra_gif.o clrtab.o neuclrtab.o | 
| 105 | 
> | 
        $(CC) $(CFLAGS) -o ra_gif ra_gif.o clrtab.o neuclrtab.o -lrt $(MLIB) | 
| 106 | 
  | 
 | 
| 107 | 
  | 
ra_pr:  ra_pr.o ciq.o cut.o closest.o biq.o | 
| 108 | 
  | 
        $(CC) $(CFLAGS) -o ra_pr ra_pr.o ciq.o cut.o closest.o \ | 
| 120 | 
  | 
ra_ppm:         ra_ppm.o | 
| 121 | 
  | 
        $(CC) $(CFLAGS) -o ra_ppm ra_ppm.o -lrt $(MLIB) | 
| 122 | 
  | 
 | 
| 123 | 
< | 
ra_t8:  ra_t8.o clrtab.o | 
| 124 | 
< | 
        $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o -lrt $(MLIB) | 
| 123 | 
> | 
ra_t8:  ra_t8.o clrtab.o neuclrtab.o | 
| 124 | 
> | 
        $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o neuclrtab.o -lrt $(MLIB) | 
| 125 | 
  | 
 | 
| 126 | 
  | 
ra_t16: ra_t16.o | 
| 127 | 
  | 
        $(CC) $(CFLAGS) -o ra_t16 ra_t16.o -lrt $(MLIB) | 
| 166 | 
  | 
pinterp:        pinterp.o | 
| 167 | 
  | 
        $(CC) $(CFLAGS) -o pinterp pinterp.o -lrt $(MLIB) | 
| 168 | 
  | 
 | 
| 169 | 
+ | 
ra_xyze:        ra_xyze.o | 
| 170 | 
+ | 
        $(CC) $(CFLAGS) -o ra_xyze ra_xyze.o -lrt $(MLIB) | 
| 171 | 
+ | 
 | 
| 172 | 
  | 
ra_tiff:        ra_tiff.o ../lib/libtiff.a | 
| 173 | 
  | 
        $(CC) $(CFLAGS) -o ra_tiff ra_tiff.o -lrt -ltiff $(MLIB) | 
| 174 | 
  | 
 | 
| 190 | 
  | 
        $(CC) $(CFLAGS) -o xshowtrace xshowtrace.o \ | 
| 191 | 
  | 
x11findwind.o -lrt $(MLIB) -lX11 | 
| 192 | 
  | 
 | 
| 193 | 
+ | 
macbethcal:     macbethcal.o pmapgen.o mx3.o | 
| 194 | 
+ | 
        $(CC) $(CFLAGS) -o macbethcal macbethcal.o pmapgen.o mx3.o -lrt $(MLIB) | 
| 195 | 
+ | 
 | 
| 196 | 
+ | 
 | 
| 197 | 
+ | 
macbethcal.o:   pmap.h ../common/color.h ../common/resolu.h | 
| 198 | 
+ | 
 | 
| 199 | 
+ | 
pmapgen.o:      mx3.h pmap.h | 
| 200 | 
+ | 
 | 
| 201 | 
+ | 
nclrtab.o:      neuclrtab.o | 
| 202 | 
+ | 
        ln neuclrtab.c nclrtab.c | 
| 203 | 
+ | 
        $(CC) $(CFLAGS) -DCOMPAT_MODE -c nclrtab.c | 
| 204 | 
+ | 
        rm -f nclrtab.c | 
| 205 | 
+ | 
 | 
| 206 | 
  | 
pcomb.o:        ../common/calcomp.h | 
| 207 | 
  | 
 | 
| 208 | 
  | 
panim.o:        client/scan.h ../common/color.h ../common/random.h | 
| 209 | 
  | 
 | 
| 210 | 
  | 
pf2.o bnoise.o ra_ps.o ra_t16.o:        ../common/random.h | 
| 211 | 
  | 
 | 
| 212 | 
< | 
pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o \ | 
| 212 | 
> | 
neuclrtab.o clrtab.o pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o \ | 
| 213 | 
> | 
psum.o psign.o protate.o \ | 
| 214 | 
  | 
pextrem.o ra_pr24.o d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o \ | 
| 215 | 
  | 
pflip.o greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \ | 
| 216 | 
  | 
ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:    ../common/color.h | 
| 217 | 
  | 
 | 
| 218 | 
< | 
pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o xshowtrace.o \ | 
| 219 | 
< | 
pcomb.o pfilt.o pf3.o image.o:  ../common/standard.h \ | 
| 218 | 
> | 
neuclrtab.o pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o \ | 
| 219 | 
> | 
xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \ | 
| 220 | 
  | 
../common/mat4.h ../common/fvect.h | 
| 221 | 
  | 
 | 
| 222 | 
  | 
ximage.o xraster.o:     xraster.h |