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.9 by greg, Mon Oct 2 17:12: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:
# Line 59 | Line 61 | MODOBJS = p_func.o t_func.o p_data.o t_data.o text.o m
61  
62   SUPPOBJS = zeroes.o calexpr.o caldefn.o calfunc.o func.o noise3.o data.o
63  
64 < MISCOBJS = misc.o color.o header.o mat4.o xf.o fvect.o savestr.o ealloc.o
64 > MISCOBJS = misc.o color.o header.o mat4.o xf.o fvect.o savestr.o \
65 >                fgetline.o ealloc.o
66  
67   #
68   # What this makefile produces:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines