--- ray/src/rt/Rmakefile 2023/08/21 22:39:05 2.90 +++ ray/src/rt/Rmakefile 2023/11/15 18:02:52 2.92 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.90 2023/08/21 22:39:05 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.92 2023/11/15 18:02:52 greg Exp $ # # Compiles for ray tracing programs. # @@ -60,8 +60,8 @@ RVSRC = rvmain.c rview.c rv2.c rv3.c $(DSRC) RCOBJS = rcmain.o rcontrib.o rc2.o rc3.o RCSRC = rcmain.c rcontrib.c rc2.c rc3.c -RATOBJS = ratmain.o rxtrace.o RtraceSimulManager.o -RATSRC = ratmain.cpp rxtrace.cpp RtraceSimulManager.cpp +RATOBJS = rxtmain.o rxtrace.o RtraceSimulManager.o +RATSRC = rxtmain.cpp rxtrace.cpp RtraceSimulManager.cpp RLOBJS = raycalls.o raypcalls.o rayfifo.o RLSRC = raycalls.c raypcalls.c rayfifo.c @@ -110,7 +110,7 @@ HEADERS = ambient.h ray.h data.h otspecial.h source.h # PROGS = $(DESTDIR)/rtrace $(DESTDIR)/rpict $(DESTDIR)/rvu $(DESTDIR)/rcontrib \ -$(DESTDIR)/rxtrace $(DESTDIR)/lookamb $(DESTDIR)/mkpmap $(DESTDIR)/pmapdump +$(DESTDIR)/lookamb $(DESTDIR)/mkpmap $(DESTDIR)/pmapdump all: $(PROGS) $(RCLIB) $(SPECIAL)