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.90 by greg, Mon Aug 21 22:39:05 2023 UTC vs.
Revision 2.92 by greg, Wed Nov 15 18:02:52 2023 UTC

# Line 60 | Line 60 | RVSRC = rvmain.c rview.c rv2.c rv3.c $(DSRC)
60   RCOBJS = rcmain.o rcontrib.o rc2.o rc3.o
61   RCSRC = rcmain.c rcontrib.c rc2.c rc3.c
62  
63 < RATOBJS = ratmain.o rxtrace.o RtraceSimulManager.o
64 < RATSRC = ratmain.cpp rxtrace.cpp RtraceSimulManager.cpp
63 > RATOBJS = rxtmain.o rxtrace.o RtraceSimulManager.o
64 > RATSRC = rxtmain.cpp rxtrace.cpp RtraceSimulManager.cpp
65  
66   RLOBJS = raycalls.o raypcalls.o rayfifo.o
67   RLSRC = raycalls.c raypcalls.c rayfifo.c
# Line 110 | Line 110 | HEADERS = ambient.h ray.h data.h otspecial.h source.h
110   #
111  
112   PROGS = $(DESTDIR)/rtrace $(DESTDIR)/rpict $(DESTDIR)/rvu $(DESTDIR)/rcontrib \
113 < $(DESTDIR)/rxtrace $(DESTDIR)/lookamb $(DESTDIR)/mkpmap $(DESTDIR)/pmapdump
113 > $(DESTDIR)/lookamb $(DESTDIR)/mkpmap $(DESTDIR)/pmapdump
114  
115   all:    $(PROGS) $(RCLIB) $(SPECIAL)
116  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines