22 |
|
PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \ |
23 |
|
vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \ |
24 |
|
eplus_adduvf rfluxmtx rmtxop wrapBSDF evalglare radcompare \ |
25 |
< |
rcode_depth rcode_norm rcode_ident |
25 |
> |
rcode_depth rcode_norm rcode_ident dcglare |
26 |
|
|
27 |
|
LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \ |
28 |
|
klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \ |
58 |
|
cd $(INSTDIR) ; chmod 755 objview objpict \ |
59 |
|
glare dayfact debugcal rlux raddepend objline \ |
60 |
|
compamb vinfo genambpos fieldcomb genklemsamp \ |
61 |
< |
genskyvec genBSDF rtpict |
61 |
> |
genskyvec genBSDF rtpict rcode2bmp |
62 |
|
cd $(LIBDIR) && rm -f $(LIBFILES) |
63 |
|
cp $(LIBFILES) $(LIBDIR) |
64 |
|
csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl |
157 |
|
rcode_ident: rcode_ident.o |
158 |
|
$(CC) $(CFLAGS) -o rcode_ident rcode_ident.o -lrtrad |
159 |
|
|
160 |
+ |
dcglare: dcglare.o cmbsdf.o cmatrix.o cmglare.o |
161 |
+ |
$(CC) $(CFLAGS) -o dcglare dcglare.o cmbsdf.o cmatrix.o cmglare.o \ |
162 |
+ |
-lrtrad $(MLIB) |
163 |
+ |
|
164 |
|
eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \ |
165 |
|
../common/paths.h ../common/rtio.h ../common/random.h \ |
166 |
|
../common/rtmath.h ../common/mat4.h ../common/fvect.h |
194 |
|
|
195 |
|
rfluxmtx.o: ../common/rtio.h ../common/random.h ../common/triangulate.h \ |
196 |
|
../common/rtmath.h ../common/fvect.h ../common/mat4.h ../common/tiff.h \ |
197 |
< |
../common/platform.h ../common/bsdf.h ../common/bsdf_m.h ../common/rtprocess.h |
197 |
> |
../common/platform.h ../common/bsdf.h ../common/bsdf_m.h \ |
198 |
> |
../common/paths.h ../common/rtprocess.h |
199 |
|
|
200 |
|
rmtxop.o dctimestep.o cmatrix.o: ../common/platform.h |
201 |
|
|
202 |
< |
rad.o ranimate.o rpiece.o xglaresrc.o: ../common/standard.h \ |
202 |
> |
dcglare.o rad.o ranimate.o rpiece.o xglaresrc.o: ../common/standard.h \ |
203 |
|
../common/rtmisc.h ../common/rtio.h \ |
204 |
|
../common/rtmath.h ../common/mat4.h ../common/fvect.h \ |
205 |
|
../common/rterror.h |
288 |
|
|
289 |
|
rcode_ident.o: ../common/idmap.h ../common/resolu.h \ |
290 |
|
../common/platform.h ../common/rtio.h ../common/lookup.h |
291 |
+ |
|
292 |
+ |
dcglare.o: ../common/platform.h ../common/resolu.h cmglare.h |