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

Comparing ray/src/gen/Rmakefile (file contents):
Revision 1.4 by greg, Wed Oct 4 16:07:54 1989 UTC vs.
Revision 1.6 by greg, Wed Oct 18 17:44:07 1989 UTC

# Line 4 | Line 4
4   # Makefile for object generation programs
5   #
6  
7 < CFLAGS = -O -f68881 /usr/lib/f68881.il -DIEEE
7 > OPT = -O
8 > MACH = -f68881 /usr/lib/f68881.il -DIEEE
9 > CFLAGS = $(MACH) $(OPT)
10  
11   INSTDIR = /usr/local/ray
12  
# Line 66 | Line 68 | caldefn.o:     caldefn.c calcomp.h
68   calfunc.o:      calfunc.c calcomp.h
69          cc $(CFLAGS) -c -DVARIABLE -DBIGLIB calfunc.c
70  
71 < fvect.o genworm.o:      fvect.h
71 > fvect.o gensurf.o genworm.o:    fvect.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines