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.59 by greg, Thu Aug 22 09:25:22 1991 UTC vs.
Revision 1.60 by greg, Mon Aug 26 10:14:21 1991 UTC

# Line 10 | Line 10 | CC = cc
10   LINT = lint
11   LINTFLAGS = -DSTRUCTASSIGN -DBSD -DIEEE -DVARIABLE -DFUNCTION \
12   -DINCHAN -DRCONST -DREDEFW -DBIGLIB
13 + COMPAT = malloc.o
14  
15   #
16   # The following are user-definable:
# Line 52 | Line 53 | RVOBJS = rvmain.o rview.o rv2.o rv3.o $(DOBJS) $(ROBJS
53   RVSRC = rmain.c rview.c rv2.c rv3.c $(DSRC) $(RSRC)
54  
55   ROBJS = $(RAYOBJS) $(SURFOBJS) $(MATOBJS) \
56 <        $(MODOBJS) $(SUPPOBJS)
56 >        $(MODOBJS) $(SUPPOBJS) $(COMPAT)
57   RSRC = $(RAYSRC) $(SURFSRC) $(MATSRC) \
58          $(MODSRC) $(SUPPSRC)
59  
# Line 151 | Line 152 | rvmain.o:      rmain.c
152  
153   readfargs.o:    readfargs.c ../common/object.h
154          $(CC) $(CFLAGS) -DMEMHOG -c readfargs.c
155 +
156 + malloc.o:       malloc.c
157 +        $(CC) $(CFLAGS) -DMCOMP -c malloc.c
158  
159   #
160   # Uncomment the following to model dispersion:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines