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 2.6 by greg, Thu Mar 11 11:00:49 1993 UTC vs.
Revision 2.7 by greg, Wed Apr 21 09:09:20 1993 UTC

# Line 12 | Line 12 | CC = cc
12  
13   INSTDIR = /usr/local/bin
14  
15 < PROGS = findglare xglaresrc glarendx rpiece render
15 > PROGS = findglare xglaresrc glarendx rpiece rad
16  
17   all:    $(PROGS)
18  
# Line 49 | Line 49 | xglaresrc:     xglaresrc.o x11findwind.o
49          $(CC) $(CFLAGS) -o xglaresrc xglaresrc.o \
50   x11findwind.o -lrt -lX11 -lm
51  
52 < render: render.o
53 <        $(CC) $(CFLAGS) -o render render.o -lrt -lm
52 > rad:    rad.o
53 >        $(CC) $(CFLAGS) -o rad rad.o -lrt -lm
54  
55   rpiece: rpiece.o Version.o
56          $(CC) $(CFLAGS) -o rpiece rpiece.o Version.o -lrt -lm
# Line 78 | Line 78 | glaresrc.o:    ../common/linregr.h
78  
79   rpiece.o:       ../common/color.h ../common/view.h ../common/resolu.h
80  
81 < render.o rpiece.o xglaresrc.o:  ../common/standard.h \
81 > rad.o rpiece.o xglaresrc.o:     ../common/standard.h \
82   ../common/mat4.h ../common/fvect.h
83  
84   xglaresrc.o:    ../common/view.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines