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.16 by greg, Wed Sep 13 16:15:36 1995 UTC

# Line 1 | Line 1
1   #
2   # SCCSid "$SunId$ LBL"
3 + # Radiance makefile for utility programs
4   #
5  
6   MACH = -DBSD
# Line 12 | 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
22 > install:        all objview.csh objpict.csh glare.csh dayfact.csh rlux.csh \
23 > raddepend.csh ivprep.csh ivpict.csh trad.wsh
24          cp $(PROGS) $(INSTDIR)
25          cp objview.csh $(INSTDIR)/objview
26          cp objpict.csh $(INSTDIR)/objpict
# Line 24 | Line 28 | install:       all objview.csh objpict.csh glare.csh dayfact
28          cp dayfact.csh $(INSTDIR)/dayfact
29          cp debugcal.csh $(INSTDIR)/debugcal
30          cp rlux.csh $(INSTDIR)/rlux
31 +        cp raddepend.csh $(INSTDIR)/raddepend
32 +        cp ivprep.csh $(INSTDIR)/ivprep
33 +        cp ivpict.csh $(INSTDIR)/ivpict
34          chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \
35                  $(INSTDIR)/glare $(INSTDIR)/dayfact $(INSTDIR)/debugcal \
36 <                $(INSTDIR)/rlux
36 >                $(INSTDIR)/rlux $(INSTDIR)/raddepend $(INSTDIR)/ivprep \
37 >                $(INSTDIR)/ivpict
38 >        csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl
39  
40   clean:
41          set nonomatch; rm -f *.o $(PROGS) core
# Line 53 | Line 62 | rad:   rad.o
62  
63   rpiece: rpiece.o Version.o
64          $(CC) $(CFLAGS) -o rpiece rpiece.o Version.o -lrt -lm
65 +
66 + vwright:        vwright.o
67 +        $(CC) $(CFLAGS) -o vwright vwright.o -lrt -lm
68  
69   contour:        contour.o
70          $(CC) $(CFLAGS) -o contour contour.o -lm

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines