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.8 by greg, Fri Jul 9 09:08:54 1993 UTC vs.
Revision 2.10 by greg, Sat Jan 1 12:15:44 1994 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines