--- ray/src/util/Rmakefile 2014/01/20 21:29:04 2.64 +++ ray/src/util/Rmakefile 2014/02/10 04:51:26 2.68 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.64 2014/01/20 21:29:04 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.68 2014/02/10 04:51:26 greg Exp $ # # Radiance makefile for utility programs # @@ -20,7 +20,8 @@ INSTDIR = /usr/local/bin LIBDIR = /usr/local/lib/ray PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \ - vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate + vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \ + eplus_adduvf all: $(PROGS) @@ -114,7 +115,17 @@ rttree_reduce: rttree_reduce.o rcollate: rcollate.o $(CC) $(CFLAGS) -o rcollate rcollate.o -lrtrad +eplus_adduvf: eplus_adduvf.o eplus_idf.o + $(CC) $(CFLAGS) -o eplus_adduvf eplus_adduvf.o eplus_idf.o -lrtrad + setscan.o: setscan.h + +eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \ +../common/paths.h ../common/rtio.h ../common/random.h \ +../common/rtmath.h ../common/mat4.h ../common/fvect.h + +eplus_adduvf.o eplus_idf.o: eplus_idf.h \ +../common/lookup.h findglare.o glareval.o \ glaresrc.o: glare.h ../common/standard.h \