ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/Rmakefile
(Generate patch)

Comparing ray/src/px/Rmakefile (file contents):
Revision 2.42 by gwlarson, Wed Sep 9 12:56:38 1998 UTC vs.
Revision 2.43 by gwlarson, Mon Oct 26 17:39:53 1998 UTC

# Line 18 | Line 18 | PIXAR_INCLUDE= -I/usr/pixar/include
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  
# Line 183 | Line 183 | ra_xyze:       ra_xyze.o
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) \
194                  "-with-ENVOPTS=$(OPT)" ; \
# Line 241 | Line 245 | x11image.o:    ../common/tonemap.h ../common/color.h
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  
# Line 263 | Line 267 | psign.o:       ../common/font.h
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines