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.19 by greg, Mon Oct 16 09:21:43 1995 UTC vs.
Revision 2.21 by greg, Wed Jan 8 12:08:05 1997 UTC

# Line 24 | Line 24 | STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o inv
24          badarg.o fgetword.o words.o expandarg.o wordfile.o fgetval.o \
25          clip.o plocate.o cputs.o wputs.o eputs.o quit.o lookup.o
26  
27 < SYSOBJ = ealloc.o fdate.o portio.o $(COMPAT)
27 > SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMPAT)
28  
29   librt.a:        $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
30          ar rc librt.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
31          -ranlib librt.a
32  
33   install:        librt.a
34 <        mv librt.a ../lib
34 >        mv librt.a ../lib/librt.a
35  
36   clean:
37          rm -f *.o librt.a

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines