| 20 |
|
LIBDIR = /usr/local/lib/ray |
| 21 |
|
|
| 22 |
|
PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \ |
| 23 |
< |
vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate |
| 23 |
> |
vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \ |
| 24 |
> |
eplus_adduvf |
| 25 |
|
|
| 26 |
|
all: $(PROGS) |
| 27 |
|
|
| 115 |
|
rcollate: rcollate.o |
| 116 |
|
$(CC) $(CFLAGS) -o rcollate rcollate.o -lrtrad |
| 117 |
|
|
| 118 |
+ |
eplus_adduvf: eplus_adduvf.o eplus_idf.o |
| 119 |
+ |
$(CC) $(CFLAGS) -o eplus_adduvf eplus_adduvf.o eplus_idf.o \ |
| 120 |
+ |
-lrtrad $(MLIB) |
| 121 |
+ |
|
| 122 |
|
setscan.o: setscan.h |
| 123 |
|
|
| 124 |
< |
eplus_idf.o: eplus_idf.h \ |
| 124 |
> |
eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \ |
| 125 |
> |
../common/paths.h ../common/rtio.h ../common/random.h \ |
| 126 |
> |
../common/rtmath.h ../common/mat4.h ../common/fvect.h |
| 127 |
> |
|
| 128 |
> |
eplus_adduvf.o eplus_idf.o: eplus_idf.h \ |
| 129 |
|
../common/lookup.h |
| 130 |
|
|
| 131 |
|
findglare.o glareval.o \ |