| 21 |
|
|
| 22 |
|
PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \ |
| 23 |
|
vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \ |
| 24 |
< |
eplus_adduvf |
| 24 |
> |
eplus_adduvf 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 |
+ |
rmtxop: rmtxop.o rmatrix.o cmatrix.o cmbsdf.o |
| 126 |
+ |
$(CC) $(CFLAGS) -o rmtxop rmtxop.o rmatrix.o cmatrix.o cmbsdf.o \ |
| 127 |
+ |
-lrtrad $(MLIB) |
| 128 |
+ |
|
| 129 |
|
setscan.o: setscan.h |
| 130 |
|
|
| 131 |
|
eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \ |
| 218 |
|
cp ../common/x11findwind.c . |
| 219 |
|
|
| 220 |
|
rttree_reduce.o: ../common/rtio.h ../common/rterror.h |
| 221 |
+ |
|
| 222 |
+ |
rmatrix.o: rmatrix.h cmatrix.h ../common/resolu.h |
| 223 |
+ |
|
| 224 |
+ |
rmtxop.o: rmatrix.h cmatrix.h ../common/rtio.h ../common/resolu.h |