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.94 by greg, Wed Aug 14 04:18:12 2019 UTC vs.
Revision 2.102 by greg, Thu Feb 9 00:18:05 2023 UTC

# Line 15 | Line 15 | CC = cc
15  
16   SPECIAL =
17  
18 + INSTALL = cp
19 +
20   INSTDIR = /usr/local/bin
21  
22   LIBDIR = /usr/local/lib/ray
# Line 22 | Line 24 | LIBDIR = /usr/local/lib/ray
24   PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \
25                  vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \
26                  eplus_adduvf rfluxmtx rmtxop wrapBSDF evalglare radcompare \
27 <                rcode_depth rcode_norm rcode_ident
27 >                rcode_depth rcode_norm rcode_ident dcglare rcrop
28  
29   LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \
30   klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \
31 < minimalBSDFt.xml WINDOW6BSDFt.xml
31 > hsv_rgb.cal minimalBSDFt.xml WINDOW6BSDFt.xml
32  
33   all:    $(PROGS)
34  
# Line 34 | Line 36 | install:       all $(SPECIAL) objview.pl objpict.pl glare.cs
36   rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh vinfo.csh \
37   ltview.pl ltpict.pl genambpos.pl fieldcomb.csh genklemsamp.pl \
38   genskyvec.pl genBSDF.pl bsdfview.pl rtpict.pl rcode2bmp.pl $(LIBFILES)
39 <        cp $(PROGS) $(INSTDIR)
39 >        $(INSTALL) $(PROGS) $(INSTDIR)
40          cp objview.pl $(INSTDIR)/objview
41          cp objline.csh $(INSTDIR)/objline
42          cp objpict.pl $(INSTDIR)/objpict
# Line 58 | Line 60 | genskyvec.pl genBSDF.pl bsdfview.pl rtpict.pl rcode2bm
60          cd $(INSTDIR) ; chmod 755 objview objpict \
61                  glare dayfact debugcal rlux raddepend objline \
62                  compamb vinfo genambpos fieldcomb genklemsamp \
63 <                genskyvec genBSDF rtpict
63 >                genskyvec genBSDF rtpict rcode2bmp bsdfview \
64 >                ltview ltpict
65          cd $(LIBDIR) && rm -f $(LIBFILES)
66          cp $(LIBFILES) $(LIBDIR)
67          csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl
# Line 157 | Line 160 | rcode_norm:    rcode_norm.o
160   rcode_ident:    rcode_ident.o
161          $(CC) $(CFLAGS) -o rcode_ident rcode_ident.o -lrtrad
162  
163 + rcrop:          rcrop.o
164 +        $(CC) $(CFLAGS) -o rcrop rcrop.o -lrtrad -lm
165 +
166 + dcglare:        dcglare.o cmbsdf.o cmatrix.o cmglare.o
167 +        $(CC) $(CFLAGS) -o dcglare dcglare.o cmbsdf.o cmatrix.o cmglare.o \
168 + -lrtrad $(MLIB)
169 +
170   eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \
171   ../common/paths.h ../common/rtio.h ../common/random.h \
172   ../common/rtmath.h ../common/mat4.h ../common/fvect.h
# Line 190 | Line 200 | cmbsdf.o:      ../common/paths.h ../common/bsdf.h ../common
200  
201   rfluxmtx.o:     ../common/rtio.h ../common/random.h ../common/triangulate.h \
202   ../common/rtmath.h ../common/fvect.h ../common/mat4.h ../common/tiff.h \
203 < ../common/platform.h ../common/bsdf.h ../common/bsdf_m.h ../common/rtprocess.h
203 > ../common/platform.h ../common/bsdf.h ../common/bsdf_m.h \
204 > ../common/paths.h ../common/rtprocess.h
205  
206   rmtxop.o dctimestep.o cmatrix.o:        ../common/platform.h
207  
208 < rad.o ranimate.o rpiece.o xglaresrc.o:  ../common/standard.h \
208 > dcglare.o rad.o ranimate.o rpiece.o xglaresrc.o:        ../common/standard.h \
209   ../common/rtmisc.h ../common/rtio.h \
210   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
211   ../common/rterror.h
# Line 283 | Line 294 | rcode_norm.o:  ../common/normcodec.h \
294  
295   rcode_ident.o:  ../common/idmap.h ../common/resolu.h \
296   ../common/platform.h ../common/rtio.h ../common/lookup.h
297 +
298 + dcglare.o:      ../common/platform.h ../common/resolu.h cmglare.h
299 +
300 + rcrop.o:        ../common/platform.h ../common/resolu.h \
301 + ../common/color.h ../common/fvect.h ../common/view.h ../common/rtio.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines