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.90 by greg, Fri Jul 19 02:18:44 2019 UTC vs.
Revision 2.92 by greg, Fri Jul 26 00:34:07 2019 UTC

# Line 22 | Line 22 | LIBDIR = /usr/local/lib/ray
22   PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \
23                  vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \
24                  eplus_adduvf rfluxmtx rmtxop wrapBSDF evalglare radcompare \
25 <                rcode_depth rcode_norm
25 >                rcode_depth rcode_norm rcode_ident
26  
27   LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \
28   klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \
# Line 33 | Line 33 | all:   $(PROGS)
33   install:        all $(SPECIAL) objview.pl objpict.pl glare.csh dayfact.csh \
34   rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh vinfo.csh \
35   ltview.pl ltpict.pl genambpos.pl fieldcomb.csh genklemsamp.pl \
36 < genskyvec.pl genBSDF.pl bsdfview.pl rtpict.pl $(LIBFILES)
36 > genskyvec.pl genBSDF.pl bsdfview.pl rtpict.pl rcode2bmp.pl $(LIBFILES)
37          cp $(PROGS) $(INSTDIR)
38          cp objview.pl $(INSTDIR)/objview
39          cp objline.csh $(INSTDIR)/objline
# Line 54 | Line 54 | genskyvec.pl genBSDF.pl bsdfview.pl rtpict.pl $(LIBFIL
54          cp ltview.pl $(INSTDIR)/ltview
55          cp ltpict.pl $(INSTDIR)/ltpict
56          cp rtpict.pl $(INSTDIR)/rtpict
57 +        cp rcode2bmp.pl $(INSTDIR)/rcode2bmp
58          cd $(INSTDIR) ; chmod 755 objview objpict \
59                  glare dayfact debugcal rlux raddepend objline \
60                  compamb vinfo genambpos fieldcomb genklemsamp \
# Line 153 | Line 154 | rcode_norm:    rcode_norm.o normcodec.o
154          $(CC) $(CFLAGS) -o rcode_norm rcode_norm.o normcodec.o \
155   -lrtrad $(MLIB)
156  
157 + rcode_ident:    rcode_ident.o idmap.o
158 +        $(CC) $(CFLAGS) -o rcode_ident rcode_ident.o idmap.o -lrtrad
159 +
160   eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \
161   ../common/paths.h ../common/rtio.h ../common/random.h \
162   ../common/rtmath.h ../common/mat4.h ../common/fvect.h
# Line 268 | Line 272 | pictool.o:     ../common/view.h ../common/color.h
272   getinfo.o:      ../common/rtprocess.h ../common/platform.h ../common/resolu.h
273  
274   rcode_depth.o depthcodec.o:     depthcodec.h \
275 <                ../common/view.h ../common/fvect.h ../common/resolu.h \
272 <                ../common/rtio.h
275 > ../common/view.h ../common/fvect.h ../common/resolu.h ../common/rtio.h
276  
277   rcode_depth.o:  ../common/platform.h
278  
279   rcode_norm.o normcodec.o:       normcodec.h \
280 <                ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
281 <                ../common/resolu.h ../common/rtio.h
280 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
281 > ../common/resolu.h ../common/rtio.h
282  
283   rcode_norm.o:   ../common/platform.h
284 +
285 + rcode_ident.o idmap.o:  idmap.h ../common/resolu.h \
286 + ../common/platform.h ../common/rtio.h
287 +
288 + rcode_ident.o:  ../common/lookup.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines