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.73 by greg, Sat Apr 26 15:59:38 2014 UTC vs.
Revision 2.78 by greg, Mon Jul 28 16:30:18 2014 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
24 >                eplus_adduvf rfluxmtx rmtxop
25  
26 < LIBFILES = rambpos.cal ambpos.cal tregsamp.dat
26 > LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \
27 > klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal
28  
29   all:    $(PROGS)
30  
# Line 122 | Line 123 | eplus_adduvf:  eplus_adduvf.o eplus_idf.o
123          $(CC) $(CFLAGS) -o eplus_adduvf eplus_adduvf.o eplus_idf.o \
124   -lrtrad $(MLIB)
125  
126 + rfluxmtx:       rfluxmtx.o
127 +        $(CC) $(CFLAGS) -o rfluxmtx rfluxmtx.o -lrtrad $(MLIB)
128 +
129 + 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   setscan.o:      setscan.h
134  
135   eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \
# Line 155 | Line 163 | cmatrix.o cmbsdf.o:    ../common/standard.h \
163  
164   cmbsdf.o:       ../common/paths.h ../common/bsdf.h ../common/bsdf_m.h
165  
166 + rfluxmtx.o:     ../common/rtio.h ../common/random.h ../common/triangulate.h \
167 + ../common/rtmath.h ../common/fvect.h ../common/mat4.h ../common/tiff.h \
168 + ../common/platform.h ../common/bsdf.h ../common/bsdf_m.h ../common/rtprocess.h
169 +
170   dctimestep.o cmatrix.o: ../common/platform.h
171  
172   rad.o ranimate.o rpiece.o xglaresrc.o:  ../common/standard.h \
# Line 214 | Line 226 | x11findwind.c: ../common/x11findwind.c
226          cp ../common/x11findwind.c .
227  
228   rttree_reduce.o:        ../common/rtio.h ../common/rterror.h
229 +
230 + rmatrix.o:      rmatrix.h cmatrix.h ../common/resolu.h
231 +
232 + rmtxop.o:       rmatrix.h cmatrix.h ../common/rtio.h ../common/resolu.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines