--- ray/src/util/Rmakefile 2014/02/01 01:28:43 2.65 +++ ray/src/util/Rmakefile 2014/02/09 05:49:21 2.66 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.65 2014/02/01 01:28:43 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.66 2014/02/09 05:49:21 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,9 +115,14 @@ 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_idf.o: eplus_idf.h \ +eplus_adduvf.o: ../common/triangulate.h + +eplus_adduvf.o eplus_idf.o: eplus_idf.h \ ../common/lookup.h findglare.o glareval.o \