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

Comparing ray/src/ot/Rmakefile (file contents):
Revision 2.5 by greg, Thu Apr 14 05:02:05 1994 UTC vs.
Revision 2.6 by greg, Mon Apr 3 16:46:46 1995 UTC

# Line 20 | Line 20 | INSTDIR = /usr/local/bin
20  
21   all:    oconv getbbox
22  
23 < oconv:  oconv.o sphere.o writeoct.o o_face.o plocate.o \
24 < clip.o o_cone.o o_instance.o bbox.o initotypes.o readfargs.o malloc.o
23 > oconv:  oconv.o sphere.o writeoct.o o_face.o \
24 > o_cone.o o_instance.o bbox.o initotypes.o readfargs.o malloc.o
25          $(CC) $(CFLAGS) -o oconv oconv.o writeoct.o sphere.o o_face.o \
26 < plocate.o clip.o o_cone.o o_instance.o bbox.o readfargs.o \
26 > o_cone.o o_instance.o bbox.o readfargs.o \
27   initotypes.o malloc.o -lrt $(MLIB)
28  
29   getbbox:        getbbox.o readobj2.o bbox.o init2otypes.o
# Line 60 | Line 60 | bbox.o o_face.o:       ../common/face.h
60  
61   bbox.o o_instance.o:    ../common/instance.h ../common/octree.h
62  
63 < clip.o o_face.o plocate.o:      plocate.h
63 > o_face.o:       ../common/plocate.h
64  
65   clip.o plocate.o:       ../common/fvect.h
66  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines