| 19 |
|
PIXAR_LIB= -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar $(MLIB) |
| 20 |
|
|
| 21 |
|
PROGS = pfilt ttyimage oki20c oki20 psign ra_tiff normtiff \ |
| 22 |
< |
pvalue pcompos protate ra_pr ra_pr24 ra_avs ra_hexbit \ |
| 22 |
> |
pvalue pcompos protate ra_pr ra_pr24 ra_avs ra_hexbit ra_bmp \ |
| 23 |
|
ra_t8 ra_bn ra_t16 pcomb pinterp pflip ra_ppm ximage xshowtrace \ |
| 24 |
|
ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond pcwarp |
| 25 |
|
|
| 132 |
|
ra_ppm: ra_ppm.o |
| 133 |
|
$(CC) $(CFLAGS) -o ra_ppm ra_ppm.o -lrt $(MLIB) |
| 134 |
|
|
| 135 |
+ |
ra_bmp: ra_bmp.o |
| 136 |
+ |
$(CC) $(CFLAGS) -o ra_bmp ra_bmp.o -lrt $(MLIB) |
| 137 |
+ |
|
| 138 |
|
ra_t8: ra_t8.o clrtab.o neuclrtab.o |
| 139 |
|
$(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o neuclrtab.o -lrt $(MLIB) |
| 140 |
|
|
| 235 |
|
pf2.o bnoise.o ra_ps.o ra_t16.o: ../common/random.h |
| 236 |
|
|
| 237 |
|
neuclrtab.o clrtab.o pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o \ |
| 238 |
< |
psum.o psign.o protate.o ra_hexbit.o \ |
| 238 |
> |
psum.o psign.o protate.o ra_hexbit.o ra_bmp.o \ |
| 239 |
|
pextrem.o ra_pr24.o d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o \ |
| 240 |
|
pflip.o greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \ |
| 241 |
|
ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o: ../common/color.h |
| 265 |
|
|
| 266 |
|
ra_pict.o: pict.h |
| 267 |
|
|
| 268 |
< |
mt160r.o oki20c.o paintjet.o pcompos.o pfilt.o pflip.o \ |
| 268 |
> |
mt160r.o oki20c.o paintjet.o pcompos.o pfilt.o pflip.o ra_bmp.o \ |
| 269 |
|
pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixar.o ra_hexbit.o \ |
| 270 |
|
ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \ |
| 271 |
|
ra_tiff.o ttyimage.o: ../common/resolu.h |
| 281 |
|
../common/color.h ../common/view.h ../common/resolu.h |
| 282 |
|
|
| 283 |
|
normtiff.o: ../common/color.h ../common/tonemap.h ../common/resolu.h |
| 284 |
+ |
|
| 285 |
+ |
ra_bmp.o: ../common/bmpfile.h |
| 286 |
|
|
| 287 |
|
x11findwind.c: ../common/x11findwind.c |
| 288 |
|
cp ../common/x11findwind.c . |