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.4 by greg, Tue Jul 16 10:28:51 1991 UTC vs.
Revision 1.5 by greg, Fri Jul 19 09:25:45 1991 UTC

# Line 10 | Line 10 | CFLAGS = $(MACH) $(OPT)
10   LIBDIR = /usr/local/lib/ray
11  
12   RTOBJ = cone.o face.o instance.o readobj.o readoct.o otypes.o objset.o \
13 <        octree.o
13 >        octree.o readfargs.o
14  
15   PICOBJ = color.o header.o image.o lamps.o resolu.o rexpr.o spec_rgb.o \
16          colrops.o
# Line 24 | Line 24 | SYSOBJ = ealloc.o bmalloc.o # erf.o frexp.o fwrite.o r
24   librt.a:        $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
25          ar rc librt.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
26          @ ranlib librt.a
27 +
28 + install:        librt.a
29 +
30 + clean:
31 +        rm -f $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
32  
33   fropen.o:       fropen.c
34          cc $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c fropen.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines