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

Comparing ray/src/rt/Rmakefile (file contents):
Revision 1.10 by greg, Wed Oct 4 16:07:32 1989 UTC vs.
Revision 1.11 by greg, Thu Oct 12 11:35:23 1989 UTC

# Line 4 | Line 4
4   #  Compiles for ray tracing programs.
5   #
6  
7 < CFLAGS = -DBSD -O -DIEEE -f68881 /usr/lib/f68881.il
7 > OPT = -O
8 > MACH = -DBSD -DIEEE -f68881 /usr/lib/f68881.il
9 > CFLAGS = $(MACH) $(OPT)
10  
11   #
12   # The following are user-definable:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines