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.16 by greg, Wed Sep 13 16:15:36 1995 UTC vs.
Revision 2.17 by greg, Thu Oct 26 18:50:41 1995 UTC

# Line 20 | Line 20 | PROGS = findglare xglaresrc glarendx rpiece rad vwrigh
20   all:    $(PROGS)
21  
22   install:        all objview.csh objpict.csh glare.csh dayfact.csh rlux.csh \
23 < raddepend.csh ivprep.csh ivpict.csh trad.wsh
23 > raddepend.csh trad.wsh objline.csh
24          cp $(PROGS) $(INSTDIR)
25          cp objview.csh $(INSTDIR)/objview
26 +        cp objline.csh $(INSTDIR)/objline
27          cp objpict.csh $(INSTDIR)/objpict
28          cp glare.csh $(INSTDIR)/glare
29          cp dayfact.csh $(INSTDIR)/dayfact
30          cp debugcal.csh $(INSTDIR)/debugcal
31          cp rlux.csh $(INSTDIR)/rlux
32          cp raddepend.csh $(INSTDIR)/raddepend
32        cp ivprep.csh $(INSTDIR)/ivprep
33        cp ivpict.csh $(INSTDIR)/ivpict
33          chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \
34                  $(INSTDIR)/glare $(INSTDIR)/dayfact $(INSTDIR)/debugcal \
35 <                $(INSTDIR)/rlux $(INSTDIR)/raddepend $(INSTDIR)/ivprep \
37 <                $(INSTDIR)/ivpict
35 >                $(INSTDIR)/rlux $(INSTDIR)/raddepend $(INSTDIR)/objline
36          csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl
37  
38   clean:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines