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.39 by schorsch, Wed Aug 20 09:41:25 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines