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.71 by greg, Tue Apr 15 22:36:25 2014 UTC vs.
Revision 2.72 by greg, Thu Apr 24 23:15:42 2014 UTC

# Line 23 | Line 23 | PROGS = findglare glarendx rpiece rad ranimate ranimov
23                  vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \
24                  eplus_adduvf
25  
26 + LIBFILES = rambpos.cal ambpos.cal tregsamp.dat
27 +
28   all:    $(PROGS)
29  
30   install:        all $(SPECIAL) objview.pl objpict.pl glare.csh dayfact.csh \
31   rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh vinfo.csh \
32 < ltview.pl ltpict.pl genambpos.csh fieldcomb.csh genklemsamp.pl \
33 < genskyvec.pl genBSDF.pl tregsamp.dat
32 > ltview.pl ltpict.pl genambpos.pl fieldcomb.csh genklemsamp.pl \
33 > genskyvec.pl genBSDF.pl $(LIBFILES)
34          cp $(PROGS) $(INSTDIR)
35          cp objview.pl $(INSTDIR)/objview
36          cp objline.csh $(INSTDIR)/objline
# Line 40 | Line 42 | genskyvec.pl genBSDF.pl tregsamp.dat
42          cp raddepend.csh $(INSTDIR)/raddepend
43          cp compamb.csh $(INSTDIR)/compamb
44          cp vinfo.csh $(INSTDIR)/vinfo
45 <        cp genambpos.csh $(INSTDIR)/genambpos
45 >        cp genambpos.pl $(INSTDIR)/genambpos
46          cp fieldcomb.csh $(INSTDIR)/fieldcomb
47          cp genklemsamp.pl $(INSTDIR)/genklemsamp
48          cp genskyvec.pl $(INSTDIR)/genskyvec
# Line 51 | Line 53 | genskyvec.pl genBSDF.pl tregsamp.dat
53                  glare dayfact debugcal rlux raddepend objline \
54                  compamb vinfo genambpos fieldcomb genklemsamp \
55                  genskyvec genBSDF
56 <        cp tregsamp.dat $(LIBDIR)
56 >        cd $(LIBDIR) && rm -f $(LIBFILES)
57 >        cp $(LIBFILES) $(LIBDIR)
58          csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl
59  
60   clean:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines