| 33 |
|
sgi: glimage |
| 34 |
|
cp glimage $(INSTDIR) |
| 35 |
|
|
| 36 |
+ |
ogl: |
| 37 |
+ |
|
| 38 |
|
sun: |
| 39 |
|
|
| 40 |
|
install: $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh \ |
| 50 |
|
$(INSTDIR)/pdfblur $(INSTDIR)/pmblur $(INSTDIR)/xyzimage $(INSTDIR)/phisto |
| 51 |
|
|
| 52 |
|
clean: |
| 53 |
< |
set nonomatch; rm -f x10image aedimage glimage ra_tiff \ |
| 53 |
> |
set nonomatch; rm -f x10image aedimage glimage \ |
| 54 |
|
$(PROGS) *.o core |
| 55 |
+ |
cd tiff; make distclean |
| 56 |
|
|
| 57 |
|
pfilt: pfilt.o pf2.o pf3.o |
| 58 |
|
$(CC) $(CFLAGS) -o pfilt pfilt.o pf2.o pf3.o -lrt $(MLIB) |
| 184 |
|
../common/tiff.h: ../lib/libtiff.a |
| 185 |
|
|
| 186 |
|
../lib/libtiff.a: tiff/config.local |
| 187 |
< |
cd tiff ; ./configure -quiet -noninteractive ; \ |
| 188 |
< |
cd libtiff ; make install ; |
| 186 |
< |
# cd .. ; make distclean |
| 187 |
> |
cd tiff ; ./configure -quiet -noninteractive -with-CC=$(CC) ; \ |
| 188 |
> |
cd libtiff ; make install |
| 189 |
|
|
| 190 |
|
ra_pixar: ra_pixar.o ra_pixar.c |
| 191 |
|
$(CC) $(CFLAGS) $(PIXAR_INCLUDE) -o $@ ra_pixar.o -lrt \ |