| 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 \ |
| 21 |
> |
pvalue pcompos protate ra_pr ra_pr24 ra_avs ra_tiff \ |
| 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 |
|
|
| 43 |
|
cp pdfblur.csh $(INSTDIR)/pdfblur |
| 44 |
|
cp pmblur.csh $(INSTDIR)/pmblur |
| 45 |
|
cp xyzimage.csh $(INSTDIR)/xyzimage |
| 46 |
+ |
cp phisto.csh $(INSTDIR)/phisto |
| 47 |
|
chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor \ |
| 48 |
< |
$(INSTDIR)/pdfblur $(INSTDIR)/pmblur $(INSTDIR)/xyzimage |
| 48 |
> |
$(INSTDIR)/pdfblur $(INSTDIR)/pmblur $(INSTDIR)/xyzimage $(INSTDIR)/phisto |
| 49 |
|
|
| 50 |
|
clean: |
| 51 |
|
set nonomatch; rm -f x10image aedimage glimage ra_tiff \ |
| 177 |
|
|
| 178 |
|
ra_tiff: ra_tiff.o ../lib/libtiff.a |
| 179 |
|
$(CC) $(CFLAGS) -o ra_tiff ra_tiff.o -lrt -ltiff $(MLIB) |
| 180 |
+ |
|
| 181 |
+ |
../common/tiff.h: ../lib/libtiff.a |
| 182 |
|
|
| 183 |
|
../lib/libtiff.a: tiff/config.local |
| 184 |
|
cd tiff ; ./configure -quiet -noninteractive ; \ |