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.61 by greg, Tue Oct 8 15:32:43 1991 UTC

# Line 72 | 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:
# Line 151 | Line 153 | rvmain.o:      rmain.c
153  
154   readfargs.o:    readfargs.c ../common/object.h
155          $(CC) $(CFLAGS) -DMEMHOG -c readfargs.c
156 +
157 + malloc.o:       malloc.c
158 +        $(CC) $(CFLAGS) -DMCOMP -c malloc.c
159  
160   #
161   # Uncomment the following to model dispersion:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines