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.45 by greg, Mon Oct 20 15:10:18 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
45 <        mv librt.a ../lib/librt.a
45 <        cd $(LIBDIR) ; rm -f $(LIBFILES)
45 >        cd $(LIBDIR) && rm -f $(LIBFILES)
46          cp $(LIBFILES) $(LIBDIR)
47  
48   clean:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines