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.16 by greg, Thu Apr 14 04:50:23 1994 UTC

# 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