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.20 by greg, Thu Jan 18 11:25:09 1996 UTC vs.
Revision 2.22 by greg, Wed Jul 24 16:49:48 1996 UTC

# Line 15 | Line 15 | INSTDIR = /usr/local/bin
15  
16   LIBDIR = /usr/local/lib/ray
17  
18 < PROGS = findglare xglaresrc glarendx rpiece rad ranimate vwright
18 > PROGS = findglare xglaresrc glarendx rpiece rad ranimate vwright getinfo
19  
20   all:    $(PROGS)
21  
# Line 67 | Line 67 | rpiece:        rpiece.o Version.o
67   vwright:        vwright.o
68          $(CC) $(CFLAGS) -o vwright vwright.o -lrt -lm
69  
70 + getinfo:        getinfo.o
71 +        $(CC) $(CFLAGS) -o getinfo getinfo.o -lrt
72 +
73   contour:        contour.o
74          $(CC) $(CFLAGS) -o contour contour.o -lm
75  
# Line 106 | Line 109 | rad.o ranimate.o loadvars.o:   vars.h
109   rad.o:  ../common/paths.h
110  
111   ranimate.o netproc.o:   netproc.h
112 +
113 + netproc.o:      ../common/paths.h
114  
115   ranimate.o:     ../common/view.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines