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.8 by greg, Tue Mar 11 17:08:55 2003 UTC vs.
Revision 2.10 by greg, Fri Mar 14 21:27:46 2003 UTC

# Line 31 | Line 31 | bbox.o init2otypes.o -lrt $(MLIB)
31  
32   obj2mesh:       obj2mesh.o cvmesh.o wfconv.o o_face.o writemesh.o
33          $(CC) $(CFLAGS) -o obj2mesh obj2mesh.o cvmesh.o wfconv.o \
34 < o_face.o writemesh.o -lrt
34 > o_face.o writemesh.o -lrt $(MLIB)
35  
36   install:        oconv getbbox obj2mesh
37          cp oconv getbbox obj2mesh $(INSTDIR)
# Line 50 | Line 50 | sphere.o writeoct.o:   ../common/octree.h
50   bbox.o o_cone.o o_face.o o_instance.o oconv.o \
51   sphere.o writeoct.o:    ../common/object.h
52  
53 < bbox.o initotypes.o oconv.o obj2mesh.o \
54 < sphere.o writeoct.o:    ../common/otypes.h
53 > bbox.o initotypes.o oconv.o obj2mesh.o sphere.o:        ../common/otypes.h
54  
55   oconv.o:        ../common/paths.h
56  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines