| 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 |  |  | 
| 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 |  |  | 
| 189 |  | xshowtrace:     xshowtrace.o x11findwind.o | 
| 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 | 
| 198 | + |  | 
| 199 | + | pmapgen.o:      mx3.h pmap.h | 
| 200 |  |  | 
| 201 |  | nclrtab.o:      neuclrtab.o | 
| 202 |  | ln neuclrtab.c nclrtab.c |