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.10 by greg, Tue Apr 30 16:24:06 1991 UTC vs.
Revision 1.14 by greg, Wed Oct 23 10:48:43 1991 UTC

# Line 2 | Line 2
2   # SCCSid "$SunId$ LBL"
3   #
4  
5 < MACH = -f68881 /usr/lib/libm.il -DIEEE -DBSD -DSTRUCTASSIGN
5 > MACH = -DBSD -DSTRUCTASSIGN
6  
7   OPT = -O
8  
9 < CFLAGS = $(MACH) $(OPT)
9 > CFLAGS = $(MACH) $(OPT) -I../common -L../lib
10  
11 < INSTDIR = /lumen/lumen/ray/bin.sun3
11 > INSTDIR = /usr/local/bin
12  
13 < PROGS = makedist swaprasheader findglare xglaresrc glarendx
13 > PROGS = findglare xglaresrc glarendx
14  
15   all:    $(PROGS)
16  
17 < install:        all objview.csh objpict.csh proj.csh glare.csh
17 > install:        all objview.csh objpict.csh proj.csh glare.csh dayfact.csh
18          cp $(PROGS) $(INSTDIR)
19          cp objview.csh $(INSTDIR)/objview
20          cp objpict.csh $(INSTDIR)/objpict
21          cp glare.csh $(INSTDIR)/glare
22 <        chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict $(INSTDIR)/glare
22 >        cp dayfact.csh $(INSTDIR)/dayfact
23 >        chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \
24 >                $(INSTDIR)/glare $(INSTDIR)/dayfact
25  
26   clean:
27          set nonomatch; rm -f *.o $(PROGS) core
# Line 27 | Line 29 | clean:
29   scanner:        scanner.o
30          cc $(CFLAGS) -o scanner scanner.o -lm
31  
32 < makedist:       makedist.o fvect.o setscan.o
33 <        cc $(CFLAGS) -o makedist makedist.o fvect.o setscan.o -lm
32 > makedist:       makedist.o setscan.o
33 >        cc $(CFLAGS) -o makedist makedist.o setscan.o -lrt -lm
34  
35 < findglare:      findglare.o glareval.o glaresrc.o color.o fvect.o image.o \
34 < header.o resolu.o setscan.o linregr.o
35 > findglare:      findglare.o glareval.o glaresrc.o setscan.o
36          cc $(CFLAGS) -o findglare findglare.o glareval.o glaresrc.o \
37 < color.o fvect.o image.o header.o resolu.o setscan.o linregr.o -lm
37 > setscan.o -lrt -lm
38  
39 < glarendx:       glarendx.o image.o header.o erf.o fvect.o resolu.o
40 <        cc $(CFLAGS) -o glarendx glarendx.o image.o header.o fvect.o \
40 < erf.o resolu.o -lm
39 > glarendx:       glarendx.o
40 >        cc $(CFLAGS) -o glarendx glarendx.o -lrt -lm
41  
42 < xglaresrc:      xglaresrc.o fvect.o image.o resolu.o header.o x11findwind.o
43 <        cc $(CFLAGS) -o xglaresrc xglaresrc.o fvect.o image.o \
44 < header.o resolu.o x11findwind.o -lm -lX11
42 > xglaresrc:      xglaresrc.o x11findwind.o
43 >        cc $(CFLAGS) -o xglaresrc xglaresrc.o \
44 > x11findwind.o -lrt -lX11 -lm
45  
46   contour:        contour.o
47          cc $(CFLAGS) -o contour contour.o -lm
# Line 59 | Line 59 | t16anim.o pranim.o:    client/clnt.h
59   setscan.o makedist.o:   setscan.h
60  
61   findglare.o glareval.o \
62 < glaresrc.o:     glare.h standard.h mat4.h fvect.h view.h color.h setscan.h
62 > glaresrc.o:     glare.h ../common/standard.h ../common/mat4.h \
63 > ../common/fvect.h ../common/view.h ../common/color.h setscan.h
64  
65 < glaresrc.o linregr.o:   linregr.h
65 > glaresrc.o:     ../common/linregr.h
66  
67 < image.o xglaresrc.o:    standard.h mat4.h fvect.h view.h
67 > image.o xglaresrc.o:    ../common/standard.h ../common/mat4.h \
68 > ../common/fvect.h ../common/view.h
69  
70 < fvect.o:        fvect.h
69 <
70 < resolu.o:       color.h
71 <
72 < swaprasheader.o:        rasterfile.h
70 > swaprasheader.o:        ../common/rasterfile.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines