--- ray/src/rt/Rmakefile 2003/08/04 22:37:53 2.38 +++ ray/src/rt/Rmakefile 2003/11/11 16:24:06 2.41 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.38 2003/08/04 22:37:53 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.41 2003/11/11 16:24:06 greg Exp $ # # Compiles for ray tracing programs. # @@ -29,7 +29,7 @@ LIBDIR = /usr/local/lib/ray # Library routines: # RLIB = ../lib/libradiance.a -RCLIB = libraycalls.a +RCLIB = ../lib/libraycalls.a LIBS = -lrt $(MLIB) # @@ -95,7 +95,6 @@ all: $(PROGS) $(RCLIB) $(SPECIAL) install: all rayinit.cal $(INSTALL) $(PROGS) $(INSTDIR) - mv $(RCLIB) ../lib rm -f $(LIBDIR)/rayinit.cal cp rayinit.cal $(LIBDIR) @@ -244,8 +243,6 @@ p_func.o t_data.o t_func.o: func.h ../common/calcomp.h preload.o: ../common/object.h ../common/face.h ../common/cone.h \ ../common/instance.h ../common/mesh.h ../common/color.h data.h - -devcomm.o: ../common/vfork.h rtmain.o rpmain.o rvmain.o persist.o duphead.o rpict.o: ../common/paths.h