| 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) | 
| 116 | 
  | 
 | 
| 117 | 
  | 
setscan.o:      setscan.h | 
| 118 | 
  | 
 | 
| 119 | 
+ | 
eplus_idf.o:    eplus_idf.h \ | 
| 120 | 
+ | 
../common/lookup.h | 
| 121 | 
+ | 
 | 
| 122 | 
  | 
findglare.o glareval.o \ | 
| 123 | 
  | 
glaresrc.o:     glare.h ../common/standard.h \ | 
| 124 | 
  | 
../common/rtmisc.h ../common/rtio.h \ | 
| 132 | 
  | 
dctimestep.o:   ../common/standard.h \ | 
| 133 | 
  | 
../common/rtmisc.h ../common/rtio.h \ | 
| 134 | 
  | 
../common/rtmath.h ../common/mat4.h ../common/fvect.h \ | 
| 135 | 
< | 
../common/rterror.h ../common/platform.h ../common/paths.h \ | 
| 136 | 
< | 
../common/color.h ../common/bsdf.h ../common/bsdf_m.h ../common/resolu.h | 
| 135 | 
> | 
../common/rterror.h ../common/resolu.h | 
| 136 | 
> | 
 | 
| 137 | 
> | 
dctimestep.o cmatrix.o cmbsdf.o:        cmatrix.h ../common/color.h | 
| 138 | 
> | 
 | 
| 139 | 
> | 
cmatrix.o cmbsdf.o:     ../common/standard.h \ | 
| 140 | 
> | 
../common/rtmisc.h ../common/rtio.h \ | 
| 141 | 
> | 
../common/rtmath.h ../common/mat4.h ../common/fvect.h \ | 
| 142 | 
> | 
../common/rterror.h | 
| 143 | 
> | 
 | 
| 144 | 
> | 
cmbsdf.o:       ../common/paths.h ../common/bsdf.h ../common/bsdf_m.h | 
| 145 | 
> | 
 | 
| 146 | 
> | 
dctimestep.o cmatrix.o: ../common/platform.h | 
| 147 | 
  | 
 | 
| 148 | 
  | 
rtcontrib.o:    ../common/platform.h ../common/rtprocess.h \ | 
| 149 | 
  | 
../common/color.h ../common/resolu.h ../common/lookup.h \ |