--- ray/src/rt/Rmakefile 2003/06/27 06:53:22 2.37 +++ ray/src/rt/Rmakefile 2003/08/20 09:41:25 2.39 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.37 2003/06/27 06:53:22 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.39 2003/08/20 09:41:25 schorsch 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) @@ -240,7 +239,7 @@ data.o rpmain.o rtmain.o rvmain.o rpict.o rtrace.o \ rv2.o: ../common/resolu.h aniso.o func.o m_brdf.o m_direct.o mx_data.o mx_func.o p_data.o \ -p_func.o t_data.o t_func.o: func.h +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 @@ -254,3 +253,5 @@ freeobjmem.o raycalls.o text.o: ../common/font.h raypcalls.o: ../common/selcall.h o_mesh.o: ../common/mesh.h + +noise3.o: ../common/calcomp.h