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.35 by greg, Tue Mar 11 19:29:05 2003 UTC vs.
Revision 2.36 by greg, Fri Jun 6 18:38:19 2003 UTC

# Line 29 | Line 29 | LIBDIR = /usr/local/lib/ray
29   # Library routines:
30   #
31   RLIB = ../lib/libradiance.a
32 + RCLIB = libraycalls.a
33   LIBS = -lrt $(MLIB)
34  
35   #
# Line 90 | Line 91 | HEADERS = ambient.h ray.h data.h otspecial.h source.h
91  
92   PROGS = $(DESTDIR)/rtrace $(DESTDIR)/rpict $(DESTDIR)/rview $(DESTDIR)/lookamb
93  
94 < all:    $(PROGS) $(SPECIAL) $(RLOBJS)
94 > all:    $(PROGS) $(RCLIB) $(SPECIAL)
95  
96   install:        all rayinit.cal
97          $(INSTALL) $(PROGS) $(INSTDIR)
98 <        cp $(RLOBJS) ../lib
98 >        mv $(RCLIB) ../lib
99          rm -f $(LIBDIR)/rayinit.cal
100          cp rayinit.cal $(LIBDIR)
101  
# Line 131 | Line 132 | devmain.o tty.o editline.o $(LIBS)
132   $(RLIB):        $(ROBJS) Version.o
133          ar rc $(RLIB) $(ROBJS) Version.o
134          -ranlib $(RLIB)
135 +
136 + $(RCLIB):       $(RLOBJS)
137 +        ar rc $(RCLIB) $(RLOBJS)
138 +        -ranlib $(RCLIB)
139  
140   #
141   # Special compiles:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines