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.60 by greg, Mon Aug 26 10:14:21 1991 UTC vs.
Revision 1.61 by greg, Tue Oct 8 15:32:43 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
13  
14   #
15   # The following are user-definable:
# Line 53 | Line 52 | RVOBJS = rvmain.o rview.o rv2.o rv3.o $(DOBJS) $(ROBJS
52   RVSRC = rmain.c rview.c rv2.c rv3.c $(DSRC) $(RSRC)
53  
54   ROBJS = $(RAYOBJS) $(SURFOBJS) $(MATOBJS) \
55 <        $(MODOBJS) $(SUPPOBJS) $(COMPAT)
55 >        $(MODOBJS) $(SUPPOBJS)
56   RSRC = $(RAYSRC) $(SURFSRC) $(MATSRC) \
57          $(MODSRC) $(SUPPSRC)
58  
# Line 73 | Line 72 | MATSRC = normal.c dielectric.c m_clip.c glass.c m_brdf
72   MODOBJS = p_func.o t_func.o p_data.o t_data.o text.o mx_func.o mx_data.o
73   MODSRC = p_func.c t_func.c p_data.c t_data.c text.c mx_func.c mx_data.c
74  
75 < SUPPOBJS = zeroes.o calexpr.o caldefn.o func.o noise3.o data.o readfargs.o
76 < SUPPSRC = zeroes.c calexpr.c caldefn.c func.c noise3.c data.c readfargs.c
75 > SUPPOBJS = zeroes.o calexpr.o caldefn.o func.o noise3.o data.o readfargs.o \
76 >        malloc.o
77 > SUPPSRC = zeroes.c calexpr.c caldefn.c func.c noise3.c data.c readfargs.c \
78 >        malloc.c
79  
80   #
81   # What this makefile produces:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines