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.3 by greg, Mon Mar 18 12:15:51 1991 UTC vs.
Revision 1.4 by greg, Tue Mar 19 14:12:32 1991 UTC

# Line 10 | Line 10 | CFLAGS = $(MACH) $(OPT)
10  
11   INSTDIR = /lumen/lumen/ray/bin.sun3
12  
13 < PROGS = makedist swaprasheader findglare
13 > PROGS = makedist swaprasheader findglare xglaresrc
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
38 +        cc $(CFLAGS) -o xglaresrc xglaresrc.o fvect.o image.o \
39 + header.o resolu.o -lm -lX11
40 +
41   contour:        contour.o
42          cc $(CFLAGS) -o contour contour.o -lm
43  
# Line 52 | Line 56 | setscan.o makedist.o:  setscan.h
56   findglare.o glareval.o \
57   glaresrc.o:     glare.h standard.h mat4.h fvect.h view.h color.h setscan.h
58  
59 < image.o:        view.h
59 > image.o xglaresrc.o:    standard.h mat4.h fvect.h view.h
60  
61   fvect.o:        fvect.h
62  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines