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 1.13 by greg, Tue Aug 20 15:33:45 1991 UTC vs.
Revision 1.14 by greg, Thu Aug 22 09:21:20 1991 UTC

# Line 22 | Line 22 | STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o fve
22  
23   SYSOBJ = ealloc.o bmalloc.o erf.o # frexp.o fwrite.o random.o bcopy.o
24  
25 + install:        librt.a
26 +        mv librt.a ../lib
27 +
28   librt.a:        $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
29          ar rc librt.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
30 <        @ ranlib librt.a
30 >        -ranlib librt.a
31  
29 install:        librt.a
30
32   clean:
33 <        rm -f $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
33 >        rm -f $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) librt.a
34  
35   fropen.o:       fropen.c
36          cc $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c fropen.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines