| 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 dcglare |
| 25 |
> |
rcode_depth rcode_norm rcode_ident dcglare rcrop |
| 26 |
|
|
| 27 |
|
LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \ |
| 28 |
|
klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \ |
| 158 |
|
rcode_ident: rcode_ident.o |
| 159 |
|
$(CC) $(CFLAGS) -o rcode_ident rcode_ident.o -lrtrad |
| 160 |
|
|
| 161 |
+ |
rcrop: rcrop.o |
| 162 |
+ |
$(CC) $(CFLAGS) -o rcrop rcrop.o -lrtrad -lm |
| 163 |
+ |
|
| 164 |
|
dcglare: dcglare.o cmbsdf.o cmatrix.o cmglare.o |
| 165 |
|
$(CC) $(CFLAGS) -o dcglare dcglare.o cmbsdf.o cmatrix.o cmglare.o \ |
| 166 |
|
-lrtrad $(MLIB) |
| 294 |
|
../common/platform.h ../common/rtio.h ../common/lookup.h |
| 295 |
|
|
| 296 |
|
dcglare.o: ../common/platform.h ../common/resolu.h cmglare.h |
| 297 |
+ |
|
| 298 |
+ |
rcrop.o: ../common/platform.h ../common/resolu.h \ |
| 299 |
+ |
../common/color.h ../common/fvect.h ../common/view.h ../common/rtio.h |