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 1.46 by greg, Fri Aug 16 12:42:13 1991 UTC vs.
Revision 1.47 by greg, Fri Aug 16 13:40:12 1991 UTC

# Line 3 | Line 3
3   #  Compiles for image processing and display programs
4   #
5  
6 + ARCH = sun
7   OPT = -O
8   MACH = -DSTRUCTASSIGN -f68881 /usr/lib/libm.il -DIEEE -DBSD
9   CFLAGS = $(OPT) $(MACH) -I../common
# Line 26 | Line 27 | x10:   x10image
27   aed:    aedimage
28          cp aedimage $(INSTDIR)
29  
30 + tiff:   ra_tiff
31 +        cp ra_tiff $(INSTDIR)
32 +
33   sun:
34  
35   install:        $(PROGS) normpat.csh falsecolor.csh
# Line 133 | Line 137 | pcomb: pcomb.o
137   pinterp:        pinterp.o
138          cc $(CFLAGS) -o pinterp pinterp.o ../common/librt.a -lm
139  
140 < ra_tiff:        ra_tiff.o libtiff/libtiff.a
140 > ra_tiff:        ra_tiff.o libtiff.a
141          cc $(CFLAGS) -o ra_tiff ra_tiff.o ../common/librt.a \
142 < libtiff/libtiff.a -lm
142 > libtiff.a -lm
143  
144 < ra_tiff.o:      ra_tiff.c libtiff/tiffio.h libtiff/tiff.h
144 > ra_tiff.o:      ra_tiff.c
145          cc $(CFLAGS) -Ilibtiff -c ra_tiff.c
146  
147 < libtiff/libtiff.a:
148 <        maketiff
147 > libtiff.a:
148 >        cd libtiff ; make -f Makefile.$(ARCH) ; mv libtiff.a .. ; make clean
149  
150   ra_pixar:       ra_pixar.o ra_pixar.c
151          cc $(CFLAGS) $(PIXAR_INCLUDE) -o $@ ra_pixar.o ../common/librt.a \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines