ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/Rmakefile
(Generate patch)

Comparing ray/src/rt/Rmakefile (file contents):
Revision 2.38 by greg, Mon Aug 4 22:37:53 2003 UTC vs.
Revision 2.41 by greg, Tue Nov 11 16:24:06 2003 UTC

# Line 29 | Line 29 | LIBDIR = /usr/local/lib/ray
29   # Library routines:
30   #
31   RLIB = ../lib/libradiance.a
32 < RCLIB = libraycalls.a
32 > RCLIB = ../lib/libraycalls.a
33   LIBS = -lrt $(MLIB)
34  
35   #
# Line 95 | Line 95 | all:   $(PROGS) $(RCLIB) $(SPECIAL)
95  
96   install:        all rayinit.cal
97          $(INSTALL) $(PROGS) $(INSTDIR)
98        mv $(RCLIB) ../lib
98          rm -f $(LIBDIR)/rayinit.cal
99          cp rayinit.cal $(LIBDIR)
100  
# Line 244 | Line 243 | p_func.o t_data.o t_func.o:    func.h ../common/calcomp.h
243  
244   preload.o:      ../common/object.h ../common/face.h ../common/cone.h \
245   ../common/instance.h ../common/mesh.h ../common/color.h data.h
247
248 devcomm.o:      ../common/vfork.h
246  
247   rtmain.o rpmain.o rvmain.o persist.o duphead.o rpict.o: ../common/paths.h
248  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines