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.6 by greg, Thu Apr 11 09:21:35 1991 UTC vs.
Revision 1.8 by greg, Mon Apr 22 13:41:52 1991 UTC

# Line 10 | Line 10 | CFLAGS = $(MACH) $(OPT)
10  
11   INSTDIR = /lumen/lumen/ray/bin.sun3
12  
13 < PROGS = makedist swaprasheader findglare xglaresrc
13 > PROGS = makedist swaprasheader findglare xglaresrc glarendx
14  
15   all:    $(PROGS)
16  
# Line 34 | Line 34 | header.o resolu.o setscan.o
34          cc $(CFLAGS) -o findglare findglare.o glareval.o glaresrc.o \
35   color.o fvect.o image.o header.o resolu.o setscan.o -lm
36  
37 < xglaresrc:      xglaresrc.o fvect.o image.o resolu.o header.o
37 > glarendx:       glarendx.o image.o header.o erf.o fvect.o resolu.o
38 >        cc $(CFLAGS) -o glarendx glarendx.o image.o header.o fvect.o \
39 > erf.o resolu.o -lm
40 >
41 > xglaresrc:      xglaresrc.o fvect.o image.o resolu.o header.o x11findwind.o
42          cc $(CFLAGS) -o xglaresrc xglaresrc.o fvect.o image.o \
43 < header.o resolu.o -lm -lX11
43 > header.o resolu.o x11findwind.o -lm -lX11
44  
45   contour:        contour.o
46          cc $(CFLAGS) -o contour contour.o -lm

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines