| 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 ra_hexbit \ |
| 21 |
> |
pvalue pcompos protate ra_pr ra_pr24 ra_avs ra_tiff normtiff 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 |
|
|
| 25 |
< |
all: $(PROGS) |
| 25 |
> |
all: $(PROGS) $(SPECIAL) |
| 26 |
|
|
| 27 |
|
x10: x10image |
| 28 |
|
cp x10image $(INSTDIR) |
| 183 |
|
ra_tiff: ra_tiff.o ../lib/libtiff.a |
| 184 |
|
$(CC) $(CFLAGS) -o ra_tiff ra_tiff.o -lrt -ltiff $(MLIB) |
| 185 |
|
|
| 186 |
< |
../common/tiff.h: ../lib/libtiff.a |
| 186 |
> |
../common/tiff.h ../common/tiffio.h: ../lib/libtiff.a |
| 187 |
> |
@touch ../common/tiff.h ../common/tiffio.h |
| 188 |
|
|
| 189 |
+ |
normtiff: normtiff.o tmaptiff.o ../lib/libtiff.a |
| 190 |
+ |
$(CC) $(CFLAGS) -o normtiff normtiff.o tmaptiff.o -lrt -ltiff $(MLIB) |
| 191 |
+ |
|
| 192 |
|
../lib/libtiff.a: tiff/config.local |
| 193 |
< |
cd tiff ; ./configure -quiet -noninteractive -with-CC=$(CC) ; \ |
| 193 |
> |
cd tiff ; ./configure -quiet -noninteractive -with-CC=$(CC) \ |
| 194 |
> |
"-with-ENVOPTS=$(OPT)" ; \ |
| 195 |
|
cd libtiff ; make install |
| 196 |
|
|
| 197 |
|
ra_pixar: ra_pixar.o ra_pixar.c |
| 245 |
|
|
| 246 |
|
ra_t8.o: ../common/targa.h |
| 247 |
|
|
| 248 |
< |
ra_tiff.o: ../common/tiff.h |
| 248 |
> |
ra_tiff.o normtiff.o tmaptiff.o: ../common/tiff.h ../common/tiffio.h |
| 249 |
|
|
| 250 |
|
aedimage.o ximage.o ra_t8.o ra_pr.o: pic.h |
| 251 |
|
|
| 267 |
|
pcond.o pcond2.o pcond3.o pcond4.o: pcond.h ../common/standard.h \ |
| 268 |
|
../common/mat4.h ../common/fvect.h \ |
| 269 |
|
../common/color.h ../common/view.h ../common/resolu.h |
| 270 |
+ |
|
| 271 |
+ |
normtiff.o: ../common/color.h ../common/tonemap.h ../common/resolu.h |
| 272 |
+ |
|
| 273 |
+ |
tmaptiff.o: ../common/tmprivat.h ../common/color.h ../common/tonemap.h |