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 2.15 by greg, Thu Dec 9 17:31:10 1993 UTC vs.
Revision 2.17 by greg, Fri Apr 22 11:45:22 1994 UTC

# Line 74 | Line 74 | MATSRC = aniso.c normal.c dielectric.c m_clip.c glass.
74   MODOBJS = p_func.o t_func.o p_data.o t_data.o text.o mx_func.o mx_data.o
75   MODSRC = p_func.c t_func.c p_data.c t_data.c text.c mx_func.c mx_data.c
76  
77 < SUPPOBJS = zeroes.o calexpr.o caldefn.o func.o noise3.o data.o readfargs.o \
78 <        malloc.o
79 < SUPPSRC = zeroes.c calexpr.c caldefn.c func.c noise3.c data.c readfargs.c \
80 <        malloc.c
77 > SUPPOBJS = zeroes.o calexpr.o caldefn.o func.o noise3.o malloc.o data.o \
78 >        readfargs.o
79 > SUPPSRC = zeroes.c calexpr.c caldefn.c func.c noise3.c data.c malloc.c \
80 >        readfargs.c
81  
82   HEADERS = ambient.h ray.h data.h otspecial.h source.h
83  
# Line 150 | Line 150 | $(DEVDIR)/news: nwsdev.o devmain.o editline.o
150   #
151  
152   rtmain.o:       rmain.c
153 <        $(CC) $(CFLAGS) -DRTRACE -DNICE=4 -DDEFPATH=\":$(LIBDIR)\" -c rmain.c
153 >        $(CC) $(CFLAGS) -DRTRACE -DNICE=4 -c rmain.c
154          mv rmain.o rtmain.o
155  
156   rpmain.o:       rmain.c
157 <        $(CC) $(CFLAGS) -DRPICT -DNICE=6 -DDEFPATH=\":$(LIBDIR)\" -c rmain.c
157 >        $(CC) $(CFLAGS) -DRPICT -DNICE=6 -c rmain.c
158          mv rmain.o rpmain.o
159  
160   rvmain.o:       rmain.c
161 <        $(CC) $(CFLAGS) -DRVIEW -DDEFPATH=\":$(LIBDIR)\" -c rmain.c
161 >        $(CC) $(CFLAGS) -DRVIEW -c rmain.c
162          mv rmain.o rvmain.o
163  
164   readfargs.o:    readfargs.c ../common/object.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines