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 1.14 by greg, Wed Oct 23 10:48:43 1991 UTC vs.
Revision 2.4 by greg, Thu Aug 6 16:44:40 1992 UTC

# Line 2 | Line 2
2   # SCCSid "$SunId$ LBL"
3   #
4  
5 < MACH = -DBSD -DSTRUCTASSIGN
5 > MACH = -DBSD
6  
7   OPT = -O
8  
9   CFLAGS = $(MACH) $(OPT) -I../common -L../lib
10  
11 + CC = cc
12 +
13   INSTDIR = /usr/local/bin
14  
15 < PROGS = findglare xglaresrc glarendx
15 > PROGS = findglare xglaresrc glarendx rpiece
16  
17   all:    $(PROGS)
18  
# Line 20 | Line 22 | install:       all objview.csh objpict.csh proj.csh glare.cs
22          cp objpict.csh $(INSTDIR)/objpict
23          cp glare.csh $(INSTDIR)/glare
24          cp dayfact.csh $(INSTDIR)/dayfact
25 +        cp debugcal.csh $(INSTDIR)/debugcal
26          chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \
27 <                $(INSTDIR)/glare $(INSTDIR)/dayfact
27 >                $(INSTDIR)/glare $(INSTDIR)/dayfact $(INSTDIR)/debugcal
28  
29   clean:
30          set nonomatch; rm -f *.o $(PROGS) core
31  
32   scanner:        scanner.o
33 <        cc $(CFLAGS) -o scanner scanner.o -lm
33 >        $(CC) $(CFLAGS) -o scanner scanner.o -lm
34  
35   makedist:       makedist.o setscan.o
36 <        cc $(CFLAGS) -o makedist makedist.o setscan.o -lrt -lm
36 >        $(CC) $(CFLAGS) -o makedist makedist.o setscan.o -lrt -lm
37  
38   findglare:      findglare.o glareval.o glaresrc.o setscan.o
39 <        cc $(CFLAGS) -o findglare findglare.o glareval.o glaresrc.o \
39 >        $(CC) $(CFLAGS) -o findglare findglare.o glareval.o glaresrc.o \
40   setscan.o -lrt -lm
41  
42   glarendx:       glarendx.o
43 <        cc $(CFLAGS) -o glarendx glarendx.o -lrt -lm
43 >        $(CC) $(CFLAGS) -o glarendx glarendx.o -lrt -lm
44  
45   xglaresrc:      xglaresrc.o x11findwind.o
46 <        cc $(CFLAGS) -o xglaresrc xglaresrc.o \
46 >        $(CC) $(CFLAGS) -o xglaresrc xglaresrc.o \
47   x11findwind.o -lrt -lX11 -lm
48  
49 + rpiece: rpiece.o
50 +        $(CC) $(CFLAGS) -o rpiece rpiece.o -lrt -lm
51 +
52   contour:        contour.o
53 <        cc $(CFLAGS) -o contour contour.o -lm
53 >        $(CC) $(CFLAGS) -o contour contour.o -lm
54  
55   pranim: pranim.o client/libclient.a
56 <        cc $(CFLAGS) -o pranim pranim.o \
56 >        $(CC) $(CFLAGS) -o pranim pranim.o \
57   client/libclient.a -lrpcsvc
58  
59   t16anim:        t16anim.o client/libclient.a
60 <        cc $(CFLAGS) -o t16anim t16anim.o \
60 >        $(CC) $(CFLAGS) -o t16anim t16anim.o \
61   client/libclient.a -lrpcsvc
62  
63   t16anim.o pranim.o:     client/clnt.h
# Line 64 | Line 70 | glaresrc.o:    glare.h ../common/standard.h ../common/mat
70  
71   glaresrc.o:     ../common/linregr.h
72  
73 < image.o xglaresrc.o:    ../common/standard.h ../common/mat4.h \
68 < ../common/fvect.h ../common/view.h
73 > rpiece.o:       ../common/color.h ../common/view.h ../common/resolu.h
74  
75 + rpiece.o xglaresrc.o:   ../common/standard.h ../common/mat4.h \
76 + ../common/fvect.h
77 +
78 + xglaresrc.o:    ../common/view.h
79 +
80   swaprasheader.o:        ../common/rasterfile.h
81 +
82 + glareval.o xglaresrc.o: ../common/resolu.h
83 +
84 + xglaresrc.o:    ../common/vfork.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines