| 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 \ | 
| 21 | 
< | 
ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond pcwarp | 
| 21 | 
> | 
ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond pcwarp pmblur2 | 
| 22 | 
  | 
 | 
| 23 | 
  | 
all:    $(PROGS) $(SPECIAL) | 
| 24 | 
  | 
 | 
| 117 | 
  | 
pinterp:        pinterp.o | 
| 118 | 
  | 
        $(CC) $(CFLAGS) -o pinterp pinterp.o -lrtrad $(MLIB) | 
| 119 | 
  | 
 | 
| 120 | 
+ | 
pmblur2:        pmblur2.o | 
| 121 | 
+ | 
        $(CC) $(CFLAGS) -o pmblur2 pmblur2.o -lrtrad $(MLIB) | 
| 122 | 
+ | 
 | 
| 123 | 
  | 
ra_xyze:        ra_xyze.o | 
| 124 | 
  | 
        $(CC) $(CFLAGS) -o ra_xyze ra_xyze.o -lrtrad $(MLIB) | 
| 125 | 
  | 
 | 
| 169 | 
  | 
 | 
| 170 | 
  | 
neuclrtab.o clrtab.o pfilt.o pf2.o pf3.o ttyimage.o \ | 
| 171 | 
  | 
psign.o protate.o ra_hexbit.o pextrem.o pcompos.o \ | 
| 172 | 
< | 
pflip.o ra_t8.o ra_t16.o ra_tiff.o ra_pict.o \ | 
| 172 | 
> | 
pflip.o ra_t8.o ra_t16.o ra_tiff.o ra_pict.o pmblur2.o \ | 
| 173 | 
  | 
ra_ps.o pvalue.o pcomb.o pinterp.o:     ../common/color.h | 
| 174 | 
  | 
 | 
| 175 | 
< | 
neuclrtab.o pvalue.o protate.o pinterp.o psign.o \ | 
| 175 | 
> | 
neuclrtab.o pvalue.o protate.o pinterp.o psign.o pmblur2.o \ | 
| 176 | 
  | 
xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \ | 
| 177 | 
  | 
../common/rtmisc.h ../common/rtio.h \ | 
| 178 | 
  | 
../common/rtmath.h ../common/mat4.h ../common/fvect.h \ | 
| 214 | 
  | 
 | 
| 215 | 
  | 
x11findwind.c:  ../common/x11findwind.c | 
| 216 | 
  | 
        cp ../common/x11findwind.c . | 
| 217 | 
+ | 
 | 
| 218 | 
+ | 
macbethcal.o normtiff.o pcomb.o pcompos.o pcond.o pextrem.o pfilt.o \ | 
| 219 | 
+ | 
pflip.o psign.o pvalue.o ra_bmp.o ra_gif.o ra_pict.o ra_ppm.o ra_ps.o \ | 
| 220 | 
+ | 
ra_rgbe.o ra_skel.o ra_t16.o ra_t8.o ra_tiff.o ra_xyze.o pmblur2.o \ | 
| 221 | 
+ | 
ttyimage.o:     ../common/platform.h |