ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/Rmakefile
(Generate patch)

Comparing ray/src/util/Rmakefile (file contents):
Revision 2.78 by greg, Mon Jul 28 16:30:18 2014 UTC vs.
Revision 2.79 by greg, Wed Feb 11 18:08:10 2015 UTC

# Line 21 | Line 21 | LIBDIR = /usr/local/lib/ray
21  
22   PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \
23                  vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \
24 <                eplus_adduvf rfluxmtx rmtxop
24 >                eplus_adduvf rfluxmtx rmtxop wrapBSDF
25  
26   LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \
27   klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal
# Line 130 | Line 130 | rmtxop:        rmtxop.o rmatrix.o cmatrix.o cmbsdf.o
130          $(CC) $(CFLAGS) -o rmtxop rmtxop.o rmatrix.o cmatrix.o cmbsdf.o \
131   -lrtrad $(MLIB)
132  
133 + wrapBSDF:       wrapBSDF.o
134 +        $(CC) $(CFLAGS) -o wrapBSDF wrapBSDF.o -lrtrad $(MLIB)
135 +
136   setscan.o:      setscan.h
137  
138   eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \
# Line 230 | Line 233 | rttree_reduce.o:       ../common/rtio.h ../common/rterror.h
233   rmatrix.o:      rmatrix.h cmatrix.h ../common/resolu.h
234  
235   rmtxop.o:       rmatrix.h cmatrix.h ../common/rtio.h ../common/resolu.h
236 +
237 + wrapBSDF.o:     ../common/rtio.h ../common/rtprocess.h ../common/ezxml.h \
238 + ../common/bsdf.h ../common/bsdf_m.h ../common/fvect.h ../common/ccolor.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines