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.10 by greg, Sat Jan 1 12:15:44 1994 UTC vs.
Revision 2.11 by greg, Sat Jan 1 15:10:17 1994 UTC

# Line 1 | Line 1
1   #
2   # SCCSid "$SunId$ LBL"
3 #
3   # Radiance makefile for utility programs
4   #
5  
# Line 19 | Line 18 | PROGS = findglare xglaresrc glarendx rpiece rad
18   all:    $(PROGS)
19  
20   install:        all objview.csh objpict.csh glare.csh dayfact.csh rlux.csh \
21 < raddepend.csh
21 > raddepend.csh ivprep.csh ivpict.csh
22          cp $(PROGS) $(INSTDIR)
23          cp objview.csh $(INSTDIR)/objview
24          cp objpict.csh $(INSTDIR)/objpict
# Line 28 | Line 27 | raddepend.csh
27          cp debugcal.csh $(INSTDIR)/debugcal
28          cp rlux.csh $(INSTDIR)/rlux
29          cp raddepend.csh $(INSTDIR)/raddepend
30 +        cp ivprep.csh $(INSTDIR)/ivprep
31 +        cp ivpict.csh $(INSTDIR)/ivpict
32          chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \
33                  $(INSTDIR)/glare $(INSTDIR)/dayfact $(INSTDIR)/debugcal \
34 <                $(INSTDIR)/rlux $(INSTDIR)/raddepend
34 >                $(INSTDIR)/rlux $(INSTDIR)/raddepend $(INSTDIR)/ivprep \
35 >                $(INSTDIR)/ivpict
36  
37   clean:
38          set nonomatch; rm -f *.o $(PROGS) core

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines