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.83 by greg, Fri Aug 11 21:39:52 2017 UTC vs.
Revision 2.84 by greg, Mon Mar 19 23:40:33 2018 UTC

# Line 32 | Line 32 | all:   $(PROGS)
32   install:        all $(SPECIAL) objview.pl objpict.pl glare.csh dayfact.csh \
33   rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh vinfo.csh \
34   ltview.pl ltpict.pl genambpos.pl fieldcomb.csh genklemsamp.pl \
35 < genskyvec.pl genBSDF.pl bsdfview.pl $(LIBFILES)
35 > genskyvec.pl genBSDF.pl bsdfview.pl rtpict.pl $(LIBFILES)
36          cp $(PROGS) $(INSTDIR)
37          cp objview.pl $(INSTDIR)/objview
38          cp objline.csh $(INSTDIR)/objline
# Line 52 | Line 52 | genskyvec.pl genBSDF.pl bsdfview.pl $(LIBFILES)
52          cp bsdfview.pl $(INSTDIR)/bsdfview
53          cp ltview.pl $(INSTDIR)/ltview
54          cp ltpict.pl $(INSTDIR)/ltpict
55 +        cp rtpict.pl $(INSTDIR)/rtpict
56          cd $(INSTDIR) ; chmod 755 objview objpict \
57                  glare dayfact debugcal rlux raddepend objline \
58                  compamb vinfo genambpos fieldcomb genklemsamp \
59 <                genskyvec genBSDF
59 >                genskyvec genBSDF rtpict
60          cd $(LIBDIR) && rm -f $(LIBFILES)
61          cp $(LIBFILES) $(LIBDIR)
62          csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines