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.37 by greg, Mon Mar 10 19:38:19 2003 UTC vs.
Revision 2.38 by greg, Fri Mar 14 21:27:45 2003 UTC

# Line 15 | Line 15 | LIBDIR = /usr/local/lib/ray
15  
16   RTOBJ = cone.o face.o free_os.o instance.o readobj.o readoct.o otypes.o \
17          objset.o octree.o readfargs.o modobject.o getlibpath.o \
18 <        addobjnotify.o zeroes.o mesh.o readmesh.o tmesh.o
18 >        addobjnotify.o zeroes.o mesh.o readmesh.o tmesh.o sceneio.o
19  
20   PICOBJ = color.o header.o image.o lamps.o resolu.o rexpr.o spec_rgb.o \
21          colrops.o font.o tonemap.o tmapcolrs.o tmapluv.o tmaptiff.o
# Line 82 | Line 82 | mat4.o invmat4.o:              mat4.h fvect.h
82  
83   cone.o face.o instance.o objset.o otypes.o \
84   mesh.o modobject.o readfargs.o readmesh.o \
85 < readobj.o readoct.o:    object.h
85 > readobj.o readoct.o sceneio.o:  object.h
86  
87 < mesh.o objset.o octree.o readmesh.o readoct.o:  octree.h
87 > mesh.o objset.o octree.o readmesh.o readoct.o sceneio.o:        octree.h
88  
89 < cone.o modobject.o otypes.o readobj.o readoct.o:        otypes.h
89 > cone.o mesh.o modobject.o otypes.o \
90 > readobj.o readoct.o sceneio.o:  otypes.h
91  
92   multisamp.o urand.o:    random.h
93  
94   cone.o face.o free_os.o image.o instance.o error.o objset.o \
95   octree.o modobject.o readfargs.o otypes.o dircode.o mesh.o \
96 < readmesh.o readobj.o readoct.o xf.o:    standard.h mat4.h fvect.h
96 > readmesh.o readobj.o readoct.o sceneio.o xf.o:  standard.h mat4.h fvect.h
97  
98   image.o:        view.h
99  
# Line 106 | Line 107 | font.o:        font.h
107  
108   fropen.o getpath.o image.o:     paths.h
109  
110 < lookup.o mesh.o:        lookup.h
110 > lookup.o:       lookup.h
111  
112   loadvars.o:     vars.h
113  
114 < mesh.o readmesh.o:      mesh.h
114 > mesh.o readmesh.o:      mesh.h lookup.h
115  
116   tonemap.o tmapcolrs.o tmapluv.o:        tmprivat.h tonemap.h color.h
117  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines