21 |
|
|
22 |
|
PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \ |
23 |
|
vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \ |
24 |
< |
eplus_adduvf rmtxop |
24 |
> |
eplus_adduvf rfluxmtx rmtxop |
25 |
|
|
26 |
|
LIBFILES = rambpos.cal ambpos.cal tregsamp.dat |
27 |
|
|
122 |
|
$(CC) $(CFLAGS) -o eplus_adduvf eplus_adduvf.o eplus_idf.o \ |
123 |
|
-lrtrad $(MLIB) |
124 |
|
|
125 |
+ |
rfluxmtx: rfluxmtx.o |
126 |
+ |
$(CC) $(CFLAGS) -o rfluxmtx rfluxmtx.o -lrtrad $(MLIB) |
127 |
+ |
|
128 |
|
rmtxop: rmtxop.o rmatrix.o cmatrix.o cmbsdf.o |
129 |
|
$(CC) $(CFLAGS) -o rmtxop rmtxop.o rmatrix.o cmatrix.o cmbsdf.o \ |
130 |
|
-lrtrad $(MLIB) |
161 |
|
../common/rterror.h |
162 |
|
|
163 |
|
cmbsdf.o: ../common/paths.h ../common/bsdf.h ../common/bsdf_m.h |
164 |
+ |
|
165 |
+ |
rfluxmtx.o: ../common/rtio.h ../common/random.h ../common/triangulate.h \ |
166 |
+ |
../common/rtmath.h ../common/fvect.h ../common/mat4.h ../common/tiff.h \ |
167 |
+ |
../common/platform.h ../common/bsdf.h ../common/bsdf_m.h |
168 |
|
|
169 |
|
dctimestep.o cmatrix.o: ../common/platform.h |
170 |
|
|