| 18 |
|
PIXAR_LIB= -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar $(MLIB) |
| 19 |
|
|
| 20 |
|
PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r psign \ |
| 21 |
< |
pvalue pcompos protate ra_pr ra_pr24 ra_avs ra_tiff \ |
| 21 |
> |
pvalue pcompos protate ra_pr ra_pr24 ra_avs ra_tiff ra_hexbit \ |
| 22 |
|
ra_t8 ra_bn ra_t16 pcomb pinterp ximage xshowtrace pflip ra_ppm \ |
| 23 |
|
ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond pcwarp |
| 24 |
|
|
| 147 |
|
ra_pict: ra_pict.o |
| 148 |
|
$(CC) $(CFLAGS) -o ra_pict ra_pict.o -lrt $(MLIB) |
| 149 |
|
|
| 150 |
+ |
ra_hexbit: ra_hexbit.o |
| 151 |
+ |
$(CC) $(CFLAGS) -o ra_hexbit ra_hexbit.o -lrt |
| 152 |
|
|
| 153 |
|
x10image: ximage.o ciq.o cut.o closest.o xraster.o biq.o |
| 154 |
|
$(CC) $(CFLAGS) -o x10image ximage.o xraster.o \ |
| 186 |
|
../common/tiff.h: ../lib/libtiff.a |
| 187 |
|
|
| 188 |
|
../lib/libtiff.a: tiff/config.local |
| 189 |
< |
cd tiff ; ./configure -quiet -noninteractive -with-CC=$(CC) ; \ |
| 189 |
> |
cd tiff ; ./configure -quiet -noninteractive -with-CC=$(CC) \ |
| 190 |
> |
"-with-ENVOPTS=$(OPT)" ; \ |
| 191 |
|
cd libtiff ; make install |
| 192 |
|
|
| 193 |
|
ra_pixar: ra_pixar.o ra_pixar.c |
| 224 |
|
pf2.o bnoise.o ra_ps.o ra_t16.o: ../common/random.h |
| 225 |
|
|
| 226 |
|
neuclrtab.o clrtab.o pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o \ |
| 227 |
< |
psum.o psign.o protate.o \ |
| 227 |
> |
psum.o psign.o protate.o ra_hexbit.o \ |
| 228 |
|
pextrem.o ra_pr24.o d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o \ |
| 229 |
|
pflip.o greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \ |
| 230 |
|
ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o: ../common/color.h |
| 252 |
|
ra_pict.o: pict.h |
| 253 |
|
|
| 254 |
|
mt160r.o oki20c.o paintjet.o pcomb.o pcompos.o pfilt.o pflip.o \ |
| 255 |
< |
pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixar.o \ |
| 255 |
> |
pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixar.o ra_hexbit.o \ |
| 256 |
|
ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \ |
| 257 |
|
ra_tiff.o ttyimage.o ximage.o x11image.o: ../common/resolu.h |
| 258 |
|
|