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.50 by greg, Tue Jun 24 02:01:21 2008 UTC vs.
Revision 2.51 by greg, Sun Jun 14 00:33:16 2009 UTC

# Line 26 | Line 26 | all:   $(PROGS)
26  
27   install:        all $(SPECIAL) objview.csh objpict.csh glare.csh dayfact.csh \
28   rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh vinfo.csh \
29 < genambpos.csh fieldcomb.csh
29 > genambpos.csh fieldcomb.csh genklemsamp.pl
30          cp $(PROGS) $(INSTDIR)
31          cp objview.csh $(INSTDIR)/objview
32          cp objline.csh $(INSTDIR)/objline
# Line 40 | Line 40 | genambpos.csh fieldcomb.csh
40          cp vinfo.csh $(INSTDIR)/vinfo
41          cp genambpos.csh $(INSTDIR)/genambpos
42          cp fieldcomb.csh $(INSTDIR)/fieldcomb
43 <        chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \
44 <                $(INSTDIR)/glare $(INSTDIR)/dayfact $(INSTDIR)/debugcal \
45 <                $(INSTDIR)/rlux $(INSTDIR)/raddepend $(INSTDIR)/objline \
46 <                $(INSTDIR)/compamb $(INSTDIR)/vinfo $(INSTDIR)/genambpos \
47 <                $(INSTDIR)/fieldcomb
43 >        cp genklemsamp.pl $(INSTDIR)/genklemsamp
44 >        cd $(INSTDIR) ; chmod 755 objview objpict \
45 >                glare dayfact debugcal rlux raddepend objline \
46 >                compamb vinfo genambpos fieldcomb genklemsamp
47          csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl
48  
49   clean:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines