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.43 by greg, Thu Aug 8 08:24:06 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
# 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 159 | Line 158 | ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:   ../common
158   prot.o biq.o ciq.o pinterp.o ximage.o \
159   image.o:        ../common/standard.h ../common/mat4.h ../common/fvect.h
160  
161 < ximage.o x11raster.o:   xraster.h
161 > ximage.o xraster.o:     xraster.h
162  
163   x11image.o x11raster.o: x11raster.h
164  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines