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.7 by greg, Fri Oct 6 13:33:09 1989 UTC vs.
Revision 1.8 by greg, Sat Oct 14 11:36:03 1989 UTC

# Line 4 | Line 4
4   #  Compiles for pixel file plotters.
5   #
6  
7 < CFLAGS = -O -f68881 /usr/lib/f68881.il
7 > OPT = -O
8 > MACH = -f68881 /usr/lib/f68881.il -DIEEE
9 > CFLAGS = $(OPT) $(MACH)
10  
11   INSTDIR = /usr/local/ray
12  
13 < CALDEFS = -DIEEE -DFUNCTION -DVARIABLE -DRCONST -DBIGLIB
13 > CALDEFS = -DFUNCTION -DVARIABLE -DRCONST -DBIGLIB
14  
15   PIXAR_INCLUDE=  -I/usr/pixar/include
16   PIXAR_LIB=      -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar -lm

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines