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

Comparing ray/src/cv/Rmakefile (file contents):
Revision 2.57 by greg, Tue Dec 14 02:33:18 2021 UTC vs.
Revision 2.59 by greg, Mon Feb 26 23:43:35 2024 UTC

# Line 31 | Line 31 | all:   $(PROGS)
31   install:        $(PROGS) $(LIBFILES) optics2rad.csh
32          cp $(PROGS) $(INSTDIR)
33          cp optics2rad.csh $(INSTDIR)/optics2rad
34 <        chmod 755 $(INSTDIR)/optics2rad
34 >        cp iso2klems.pl $(INSTDIR)/iso2klems
35 >        chmod 755 $(INSTDIR)/optics2rad $(INSTDIR)/iso2klems
36          cd $(LIBDIR) && rm -f $(LIBFILES)
37          cp $(LIBFILES) $(LIBDIR)
38  
# Line 168 | Line 169 | pabopto2bsdf.o:        ../common/resolu.h
169  
170   bsdf2rad.o bsdf2ttree.o:        ../common/rtprocess.h
171  
172 < bsdf2klems.o bsdf2ttree.o mgf2meta.o:   ../common/random.h
172 > bsdf2klems.o bsdf2ttree.o mgf2meta.o:   ../common/random.h ../common/calcomp.h
173  
174   bsdftrans.o:    transportSimplex.h
175  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines