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.104 by greg, Tue Dec 12 16:31:45 2023 UTC vs.
Revision 2.106 by greg, Mon Feb 26 18:22:16 2024 UTC

# Line 28 | Line 28 | PROGS = findglare glarendx rpiece rad ranimate ranimov
28  
29   LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \
30   klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \
31 < hsv_rgb.cal minimalBSDFt.xml WINDOW6BSDFt.xml
31 > cieskyscan.cal hsv_rgb.cal minimalBSDFt.xml WINDOW6BSDFt.xml
32  
33   all:    $(PROGS)
34  
# Line 171 | Line 171 | dcglare:       dcglare.o cmbsdf.o cmatrix.o cmglare.o
171          $(CC) $(CFLAGS) -o dcglare dcglare.o cmbsdf.o cmatrix.o cmglare.o \
172   -lrtrad $(MLIB)
173  
174 + rcomb.o:        ../common/calcomp.h ../common/rtio.h \
175 + ../common/paths.h
176 +
177   eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \
178   ../common/paths.h ../common/rtio.h ../common/random.h \
179   ../common/rtmath.h ../common/mat4.h ../common/fvect.h
# Line 207 | Line 210 | rfluxmtx.o:    ../common/rtio.h ../common/random.h ../com
210   ../common/platform.h ../common/bsdf.h ../common/bsdf_m.h \
211   ../common/paths.h ../common/rtprocess.h
212  
213 < rmtxop.o dctimestep.o cmatrix.o:        ../common/platform.h
213 > rcomb.o rmtxop.o dctimestep.o cmatrix.o:        ../common/platform.h
214  
215   dcglare.o rad.o ranimate.o rpiece.o xglaresrc.o:        ../common/standard.h \
216   ../common/rtmisc.h ../common/rtio.h \
# Line 270 | Line 273 | rttree_reduce.o:       ../common/rtio.h ../common/rterror.h
273  
274   rmatrix.o:      rmatrix.h cmatrix.h ../common/resolu.h
275  
276 < rmtxop.o:       rmatrix.h cmatrix.h ../common/rtio.h ../common/resolu.h
276 > rcomb.o rmtxop.o:       rmatrix.h cmatrix.h ../common/rtio.h ../common/resolu.h
277  
278   wrapBSDF.o:     ../common/rtio.h ../common/rtprocess.h ../common/ezxml.h \
279   ../common/bsdf.h ../common/bsdf_m.h ../common/fvect.h ../common/ccolor.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines