| 104 |  | $(CC) $(CFLAGS) -o glrad glrad.o -lrgl -lrtrad -lGLU -lGL \ | 
| 105 |  | -lX11 -lXext $(MLIB) | 
| 106 |  |  | 
| 107 | < | dctimestep:     dctimestep.o | 
| 108 | < | $(CC) $(CFLAGS) -o dctimestep dctimestep.o -lrtrad $(MLIB) | 
| 107 | > | dctimestep:     dctimestep.o cmbsdf.o cmatrix.o | 
| 108 | > | $(CC) $(CFLAGS) -o dctimestep dctimestep.o cmbsdf.o cmatrix.o \ | 
| 109 | > | -lrtrad $(MLIB) | 
| 110 |  |  | 
| 111 |  | rttree_reduce:  rttree_reduce.o | 
| 112 |  | $(CC) $(CFLAGS) -o rttree_reduce rttree_reduce.o -lrtrad $(MLIB) | 
| 129 |  | dctimestep.o:   ../common/standard.h \ | 
| 130 |  | ../common/rtmisc.h ../common/rtio.h \ | 
| 131 |  | ../common/rtmath.h ../common/mat4.h ../common/fvect.h \ | 
| 132 | < | ../common/rterror.h ../common/platform.h ../common/paths.h \ | 
| 133 | < | ../common/color.h ../common/bsdf.h ../common/bsdf_m.h ../common/resolu.h | 
| 132 | > | ../common/rterror.h ../common/resolu.h | 
| 133 | > |  | 
| 134 | > | dctimestep.o cmatrix.o cmbsdf.o:        cmatrix.h ../common/color.h | 
| 135 | > |  | 
| 136 | > | cmatrix.o cmbsdf.o:     ../common/standard.h \ | 
| 137 | > | ../common/rtmisc.h ../common/rtio.h \ | 
| 138 | > | ../common/rtmath.h ../common/mat4.h ../common/fvect.h \ | 
| 139 | > | ../common/rterror.h | 
| 140 | > |  | 
| 141 | > | cmbsdf.o:       ../common/paths.h ../common/bsdf.h ../common/bsdf_m.h | 
| 142 | > |  | 
| 143 | > | dctimestep.o cmatrix.o: ../common/platform.h | 
| 144 |  |  | 
| 145 |  | rtcontrib.o:    ../common/platform.h ../common/rtprocess.h \ | 
| 146 |  | ../common/color.h ../common/resolu.h ../common/lookup.h \ |