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.42 by greg, Thu Jul 18 11:19:19 1991 UTC vs.
Revision 1.44 by greg, Thu Aug 15 13:35:10 1991 UTC

# Line 1 | Line 1
1 # SCCSid "$SunId$ LBL"
2
1   #
2 + # SCCSid "$SunId$ LBL"
3   #  Compiles for image processing and display programs
4   #
5  
# Line 10 | Line 9 | CFLAGS = $(OPT) $(MACH) -I../common
9  
10   INSTDIR = /lumen/lumen/ray/bin.sun3
11  
12 < LIBDIR = /lumen/lumen/ray/lib
12 > LIBDIR = /usr/local/lib/ray
13  
14   PIXAR_INCLUDE=  -I/usr/pixar/include
15   PIXAR_LIB=      -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar -lm
16  
17   PROGS = pfilt ttyimage oki20c paintjet mt160r getinfo psign \
18   greyscale pvalue pcompos colorscale prot ra_pr ra_pr24 \
19 < ra_t8 ra_bn ra_t16 pcomb pinterp ximage xshowtrace pflip
19 > ra_t8 ra_bn ra_t16 pcomb pinterp ximage xshowtrace pflip ra_tiff
20  
21   all:    $(PROGS)
22  
# Line 36 | Line 35 | install:       $(PROGS) normpat.csh falsecolor.csh
35          chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor
36  
37   clean:
38 <        set nonomatch; rm -f $(PROGS) aedimage x10image *.o core
38 >        set nonomatch; rm -f $(PROGS) *.o core
39  
40   pfilt:  pfilt.o pf2.o pf3.o
41          cc $(CFLAGS) -o pfilt pfilt.o pf2.o pf3.o ../common/librt.a -lm
# Line 131 | Line 130 | pcomb: pcomb.o
130   pinterp:        pinterp.o
131          cc $(CFLAGS) -o pinterp pinterp.o ../common/librt.a -lm
132  
133 + ra_tiff:        ra_tiff.o libtiff/libtiff.a
134 +        cc $(CFLAGS) -o ra_tiff ra_tiff.o ../common/librt.a \
135 + libtiff/libtiff.a -lm
136 +
137 + ra_tiff.o:      ra_tiff.c libtiff/tiffio.h libtiff/tiff.h
138 +        cc $(CFLAGS) -Ilibtiff -c ra_tiff.c
139 +
140 + libtiff/libtiff.a:
141 +        maketiff
142 +
143   ra_pixar:       ra_pixar.o ra_pixar.c
144          cc $(CFLAGS) $(PIXAR_INCLUDE) -o $@ ra_pixar.o ../common/librt.a \
145   $(PIXAR_LIB)
# Line 159 | Line 168 | ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:   ../common
168   prot.o biq.o ciq.o pinterp.o ximage.o \
169   image.o:        ../common/standard.h ../common/mat4.h ../common/fvect.h
170  
171 < ximage.o x11raster.o:   xraster.h
171 > ximage.o xraster.o:     xraster.h
172  
173   x11image.o x11raster.o: x11raster.h
174  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines