| 21 |
|
|
| 22 |
|
PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \ |
| 23 |
|
vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \ |
| 24 |
< |
eplus_adduvf rfluxmtx rmtxop |
| 24 |
> |
eplus_adduvf rfluxmtx rmtxop wrapBSDF |
| 25 |
|
|
| 26 |
|
LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \ |
| 27 |
|
klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal |
| 130 |
|
$(CC) $(CFLAGS) -o rmtxop rmtxop.o rmatrix.o cmatrix.o cmbsdf.o \ |
| 131 |
|
-lrtrad $(MLIB) |
| 132 |
|
|
| 133 |
+ |
wrapBSDF: wrapBSDF.o |
| 134 |
+ |
$(CC) $(CFLAGS) -o wrapBSDF wrapBSDF.o -lrtrad $(MLIB) |
| 135 |
+ |
|
| 136 |
|
setscan.o: setscan.h |
| 137 |
|
|
| 138 |
|
eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \ |
| 233 |
|
rmatrix.o: rmatrix.h cmatrix.h ../common/resolu.h |
| 234 |
|
|
| 235 |
|
rmtxop.o: rmatrix.h cmatrix.h ../common/rtio.h ../common/resolu.h |
| 236 |
+ |
|
| 237 |
+ |
wrapBSDF.o: ../common/rtio.h ../common/rtprocess.h ../common/ezxml.h \ |
| 238 |
+ |
../common/bsdf.h ../common/bsdf_m.h ../common/fvect.h ../common/ccolor.h |