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.7 by greg, Tue Apr 16 16:40:40 1991 UTC vs.
Revision 1.8 by greg, Mon Apr 22 13:41:52 1991 UTC

# Line 38 | Line 38 | glarendx:      glarendx.o image.o header.o erf.o fvect.o re
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
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