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.65 by greg, Tue Oct 22 15:45:17 1991 UTC vs.
Revision 1.66 by greg, Wed Oct 23 10:47:31 1991 UTC

# Line 3 | Line 3
3   #  Compiles for ray tracing programs.
4   #
5  
6 < OPT = -O -pipe
7 < MACH = -DSTRUCTASSIGN -DBSD -DIEEE -f68881 /usr/lib/libm.il
6 > OPT = -O
7 > MACH = -DSTRUCTASSIGN -DBSD
8   CFLAGS = $(MACH) $(OPT) -I../common -L../lib
9   CC = cc
10   LINT = lint
# Line 15 | Line 15 | LINTFLAGS = -DSTRUCTASSIGN -DBSD -DIEEE -DVARIABLE -DF
15   # The following are user-definable:
16   #
17   DESTDIR = .
18 < INSTDIR = /lumen/lumen/ray/bin.sun3
18 > INSTDIR = /usr/local/bin
19   INSTALL = cp
20  
21   #

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines