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

Comparing ray/src/common/Rmakefile (file contents):
Revision 2.43 by greg, Mon Jul 14 04:56:53 2003 UTC vs.
Revision 2.44 by schorsch, Wed Aug 20 09:35:56 2003 UTC

# Line 39 | Line 39 | all:   librt.a $(SPECIAL)
39   librt.a:        $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
40          ar rc librt.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
41          -ranlib librt.a
42 +        mv librt.a ../lib/librt.a
43  
44   install:        all
44        mv librt.a ../lib/librt.a
45          cd $(LIBDIR) ; rm -f $(LIBFILES)
46          cp $(LIBFILES) $(LIBDIR)
47  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines