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

Comparing ray/src/ot/Rmakefile (file contents):
Revision 1.3 by greg, Wed Oct 4 16:06:46 1989 UTC vs.
Revision 1.4 by greg, Sat Oct 14 11:33:05 1989 UTC

# Line 8 | Line 8
8   #  Otherwise, a somewhat faster more lax approach is taken by certain routines.
9   #
10  
11 < CFLAGS = -DSTRICT -O -f68881 /usr/lib/f68881.il
11 > OPT = -O
12 > MACH = -f68881 /usr/lib/f68881.il
13 > CFLAGS = -DSTRICT $(OPT) $(MACH)
14  
15   INSTDIR = /usr/local/ray
16  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines