]> git.pld-linux.org Git - packages/Radiance.git/blame - Radiance-shared-libtiff.patch
- simplify ;)
[packages/Radiance.git] / Radiance-shared-libtiff.patch
CommitLineData
d6295d4e
JB
1--- ray/src/px/Rmakefile.orig Wed Aug 21 22:55:11 2002
2+++ ray/src/px/Rmakefile Wed Aug 21 23:09:24 2002
3@@ -180,21 +180,12 @@
4 ra_xyze: ra_xyze.o
5 $(CC) $(CFLAGS) -o ra_xyze ra_xyze.o -lrayt $(MLIB)
6
7-ra_tiff: ra_tiff.o ../lib/libtiff.a
8+ra_tiff: ra_tiff.o
9 $(CC) $(CFLAGS) -o ra_tiff ra_tiff.o -lrayt -ltiff $(MLIB)
10
11-../common/tiff.h ../common/tiffio.h: ../lib/libtiff.a
12- @chmod u+w ../common/tiff.h ../common/tiffio.h
13- @touch ../common/tiff.h ../common/tiffio.h
14-
15-normtiff: normtiff.o ../lib/libtiff.a
16+normtiff: normtiff.o
17 $(CC) $(CFLAGS) -o normtiff normtiff.o -lrayt -ltiff $(MLIB)
18
19-../lib/libtiff.a: tiff/config.local
20- cd tiff ; ./configure -quiet -noninteractive -with-CC=$(CC) \
21- "-with-ENVOPTS=$(OPT)" ; \
22- cd libtiff ; make install
23-
24 ra_pixar: ra_pixar.o ra_pixar.c
25 $(CC) $(CFLAGS) $(PIXAR_INCLUDE) -o $@ ra_pixar.o -lrayt \
26 $(PIXAR_LIB)
27@@ -246,8 +237,6 @@
28
29 ra_t8.o: ../common/targa.h
30
31-ra_tiff.o normtiff.o: ../common/tiff.h ../common/tiffio.h
32-
33 aedimage.o ximage.o ra_t8.o ra_pr.o: pic.h
34
35 ciq.o cut.o closest.o biq.o: pic.h ciq.h
This page took 0.077401 seconds and 4 git commands to generate.