--- ray/src/rt/Rmakefile 1991/11/07 16:34:50 1.69 +++ ray/src/rt/Rmakefile 1991/11/25 09:51:08 2.2 @@ -1,6 +1,6 @@ # # SCCSid "$SunId$ LBL" -# Compiles for ray tracing programs. +# Compiles for ray tracing programs. # OPT = -O @@ -245,7 +245,8 @@ sphere.o t_data.o t_func.o: ray.h ../common/standard.h rv2.o rv3.o rview.o: rpaint.h driver.h ../common/view.h -mirror.o source.o srcsamp.o srcsupp.o virtuals.o: source.h +m_direct.o m_mirror.o \ +source.o srcsamp.o srcsupp.o virtuals.o: source.h cone.o data.o devcomm.o initotypes.o \ octree.o: ../common/standard.h ../common/mat4.h ../common/fvect.h @@ -263,3 +264,8 @@ x11.o x11twind.o: x11twind.h x11.o: x11icon.h ambient.o ambcomp.o lookamb.o: ambient.h + +data.o rmain.o rpict.o rv2.o: ../common/resolu.h + +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