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.9 by greg, Wed Apr 24 13:18:31 1991 UTC vs.
Revision 2.1 by greg, Tue Nov 12 17:19:06 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
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 >        cp debugcal.csh $(INSTDIR)/debugcal
24 >        chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \
25 >                $(INSTDIR)/glare $(INSTDIR)/dayfact $(INSTDIR)/debugcal
26  
27   clean:
28          set nonomatch; rm -f *.o $(PROGS) core
# Line 27 | Line 30 | clean:
30   scanner:        scanner.o
31          cc $(CFLAGS) -o scanner scanner.o -lm
32  
33 < makedist:       makedist.o fvect.o setscan.o
34 <        cc $(CFLAGS) -o makedist makedist.o fvect.o setscan.o -lm
33 > makedist:       makedist.o setscan.o
34 >        cc $(CFLAGS) -o makedist makedist.o setscan.o -lrt -lm
35  
36 < findglare:      findglare.o glareval.o glaresrc.o color.o fvect.o image.o \
34 < header.o resolu.o setscan.o
36 > findglare:      findglare.o glareval.o glaresrc.o setscan.o
37          cc $(CFLAGS) -o findglare findglare.o glareval.o glaresrc.o \
38 < color.o fvect.o image.o header.o resolu.o setscan.o -lm
38 > setscan.o -lrt -lm
39  
40 < glarendx:       glarendx.o image.o header.o erf.o fvect.o resolu.o
41 <        cc $(CFLAGS) -o glarendx glarendx.o image.o header.o fvect.o \
40 < erf.o resolu.o -lm
40 > glarendx:       glarendx.o
41 >        cc $(CFLAGS) -o glarendx glarendx.o -lrt -lm
42  
43 < xglaresrc:      xglaresrc.o fvect.o image.o resolu.o header.o x11findwind.o
44 <        cc $(CFLAGS) -o xglaresrc xglaresrc.o fvect.o image.o \
45 < header.o resolu.o x11findwind.o -lm -lX11
43 > xglaresrc:      xglaresrc.o x11findwind.o
44 >        cc $(CFLAGS) -o xglaresrc xglaresrc.o \
45 > x11findwind.o -lrt -lX11 -lm
46  
47   contour:        contour.o
48          cc $(CFLAGS) -o contour contour.o -lm
# Line 59 | Line 60 | t16anim.o pranim.o:    client/clnt.h
60   setscan.o makedist.o:   setscan.h
61  
62   findglare.o glareval.o \
63 < glaresrc.o:     glare.h standard.h mat4.h fvect.h view.h color.h setscan.h
63 > glaresrc.o:     glare.h ../common/standard.h ../common/mat4.h \
64 > ../common/fvect.h ../common/view.h ../common/color.h setscan.h
65  
66 < image.o xglaresrc.o:    standard.h mat4.h fvect.h view.h
66 > glaresrc.o:     ../common/linregr.h
67  
68 < fvect.o:        fvect.h
68 > image.o xglaresrc.o:    ../common/standard.h ../common/mat4.h \
69 > ../common/fvect.h ../common/view.h
70  
71 < resolu.o:       color.h
71 > swaprasheader.o:        ../common/rasterfile.h
72  
73 < swaprasheader.o:        rasterfile.h
73 > glareval.o xglaresrc.o: ../common/resolu.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines