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.6 by greg, Thu Mar 11 11:00:49 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 12 | Line 14 | CC = cc
14  
15   INSTDIR = /usr/local/bin
16  
17 < PROGS = findglare xglaresrc glarendx rpiece render
17 > PROGS = findglare xglaresrc glarendx rpiece rad
18  
19   all:    $(PROGS)
20  
21 < install:        all objview.csh objpict.csh proj.csh glare.csh dayfact.csh \
22 < 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 25 | Line 27 | rlux.csh
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
# Line 49 | Line 52 | xglaresrc:     xglaresrc.o x11findwind.o
52          $(CC) $(CFLAGS) -o xglaresrc xglaresrc.o \
53   x11findwind.o -lrt -lX11 -lm
54  
55 < render: render.o
56 <        $(CC) $(CFLAGS) -o render render.o -lrt -lm
55 > rad:    rad.o
56 >        $(CC) $(CFLAGS) -o rad rad.o -lrt -lm
57  
58   rpiece: rpiece.o Version.o
59          $(CC) $(CFLAGS) -o rpiece rpiece.o Version.o -lrt -lm
# Line 78 | Line 81 | glaresrc.o:    ../common/linregr.h
81  
82   rpiece.o:       ../common/color.h ../common/view.h ../common/resolu.h
83  
84 < render.o rpiece.o xglaresrc.o:  ../common/standard.h \
84 > rad.o rpiece.o xglaresrc.o:     ../common/standard.h \
85   ../common/mat4.h ../common/fvect.h
86  
87   xglaresrc.o:    ../common/view.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines