| 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 |
|
|
| 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 ../common/color.h \ |
| 286 |
+ |
../common/tonemap.h ../common/resolu.h |
| 287 |
|
|
| 288 |
|
x11findwind.c: ../common/x11findwind.c |
| 289 |
|
cp ../common/x11findwind.c . |