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.74 by greg, Sat May 31 05:02:37 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 rmtxop
25  
26   LIBFILES = rambpos.cal ambpos.cal tregsamp.dat
27  
# Line 122 | Line 122 | eplus_adduvf:  eplus_adduvf.o eplus_idf.o
122          $(CC) $(CFLAGS) -o eplus_adduvf eplus_adduvf.o eplus_idf.o \
123   -lrtrad $(MLIB)
124  
125 + rmtxop: rmtxop.o rmatrix.o cmatrix.o cmbsdf.o
126 +        $(CC) $(CFLAGS) -o rmtxop rmtxop.o rmatrix.o cmatrix.o cmbsdf.o \
127 + -lrtrad $(MLIB)
128 +
129   setscan.o:      setscan.h
130  
131   eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \
# Line 214 | Line 218 | x11findwind.c: ../common/x11findwind.c
218          cp ../common/x11findwind.c .
219  
220   rttree_reduce.o:        ../common/rtio.h ../common/rterror.h
221 +
222 + rmatrix.o:      rmatrix.h cmatrix.h ../common/resolu.h
223 +
224 + rmtxop.o:       rmatrix.h cmatrix.h ../common/rtio.h ../common/resolu.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines