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.11 by greg, Sat Mar 15 17:55:48 2003 UTC vs.
Revision 2.17 by greg, Tue Jun 24 02:01:20 2008 UTC

# Line 25 | Line 25 | oconv: oconv.o sphere.o writeoct.o o_face.o \
25   o_cone.o o_instance.o bbox.o initotypes.o
26          $(CC) $(CFLAGS) -o oconv oconv.o writeoct.o sphere.o o_face.o \
27   o_cone.o o_instance.o bbox.o \
28 < initotypes.o -lrt $(MLIB)
28 > initotypes.o -lrtrad $(MLIB)
29  
30   getbbox:        getbbox.o readobj2.o bbox.o init2otypes.o
31          $(CC) $(CFLAGS) -o getbbox getbbox.o readobj2.o \
32 < bbox.o init2otypes.o -lrt $(MLIB)
32 > bbox.o init2otypes.o -lrtrad $(MLIB)
33  
34   obj2mesh:       obj2mesh.o cvmesh.o wfconv.o o_face.o writemesh.o
35          $(CC) $(CFLAGS) -o obj2mesh obj2mesh.o cvmesh.o wfconv.o \
36 < o_face.o writemesh.o -lrt $(MLIB)
36 > o_face.o writemesh.o -lrtrad $(MLIB)
37  
38   install:        $(PROGS)
39          cp $(PROGS) $(INSTDIR)
# Line 44 | Line 44 | clean:
44   bbox.o initotypes.o o_cone.o o_face.o \
45   o_instance.o oconv.o sphere.o \
46   cvmesh.o obj2mesh.o wfconv.o \
47 < writeoct.o:     ../common/standard.h ../common/mat4.h ../common/fvect.h
47 > writeoct.o:     ../common/standard.h ../common/rtmisc.h ../common/rtio.h \
48 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
49 > ../common/rterror.h
50  
51   initotypes.o o_cone.o o_face.o oconv.o \
52   sphere.o writeoct.o:    ../common/octree.h
# Line 54 | Line 56 | sphere.o writeoct.o:   ../common/object.h
56  
57   bbox.o initotypes.o oconv.o obj2mesh.o sphere.o:        ../common/otypes.h
58  
59 + bbox.o getbbox.o initotypes.o oconv.o readobj2.o writeoct.o: oconv.h
60 +
61   oconv.o:        ../common/paths.h
62  
63   bbox.o o_cone.o:        ../common/cone.h
# Line 72 | Line 76 | initotypes.o init2otypes.o:    ../common/otypes.h
76   cvmesh.o obj2mesh.o wfconv.o:   cvmesh.h \
77   ../common/octree.h ../common/object.h ../common/mesh.h
78  
79 < cvmesh.o:       ../common/otypes.h ../common/face.h
79 > cvmesh.o:       ../common/otypes.h ../common/face.h ../common/tmesh.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines