--- ray/src/util/Rmakefile 2014/01/20 21:29:04 2.64 +++ ray/src/util/Rmakefile 2014/02/09 22:19:30 2.67 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.64 2014/01/20 21:29:04 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.67 2014/02/09 22:19:30 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,15 @@ 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 + +eplus_adduvf.o eplus_idf.o: eplus_idf.h \ +../common/lookup.h findglare.o glareval.o \ glaresrc.o: glare.h ../common/standard.h \