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.11 by greg, Sat Jan 1 15:10:17 1994 UTC vs.
Revision 2.17 by greg, Thu Oct 26 18:50:41 1995 UTC

# Line 13 | Line 13 | CC = cc
13  
14   INSTDIR = /usr/local/bin
15  
16 < PROGS = findglare xglaresrc glarendx rpiece rad
16 > LIBDIR = /usr/local/lib/ray
17  
18 + PROGS = findglare xglaresrc glarendx rpiece rad vwright
19 +
20   all:    $(PROGS)
21  
22   install:        all objview.csh objpict.csh glare.csh dayfact.csh rlux.csh \
23 < raddepend.csh ivprep.csh ivpict.csh
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
30        cp ivprep.csh $(INSTDIR)/ivprep
31        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 \
36 <                $(INSTDIR)/ivpict
35 >                $(INSTDIR)/rlux $(INSTDIR)/raddepend $(INSTDIR)/objline
36 >        csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl
37  
38   clean:
39          set nonomatch; rm -f *.o $(PROGS) core
# Line 59 | Line 60 | rad:   rad.o
60  
61   rpiece: rpiece.o Version.o
62          $(CC) $(CFLAGS) -o rpiece rpiece.o Version.o -lrt -lm
63 +
64 + vwright:        vwright.o
65 +        $(CC) $(CFLAGS) -o vwright vwright.o -lrt -lm
66  
67   contour:        contour.o
68          $(CC) $(CFLAGS) -o contour contour.o -lm

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines