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.9 by greg, Mon Jul 22 14:33:05 1991 UTC vs.
Revision 1.10 by greg, Wed Jul 24 12:06:34 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 readfargs.o
13 >        octree.o readfargs.o modobject.o
14  
15   PICOBJ = color.o header.o image.o lamps.o resolu.o rexpr.o spec_rgb.o \
16          colrops.o
# Line 58 | Line 58 | linregr.o:     linregr.h
58   mat4.o:         mat4.h fvect.h
59  
60   cone.o face.o instance.o objset.o otypes.o \
61 < readobj.o readoct.o:    object.h
61 > modobject.o readobj.o readoct.o:        object.h
62  
63   objset.o octree.o readoct.o:    octree.h
64  
# Line 66 | Line 66 | cone.o objset.o otypes.o readobj.o readoct.o:  otypes.h
66  
67   urand.o:        random.h
68  
69 < cone.o face.o image.o instance.o error.o objset.o octree.o \
69 > cone.o face.o image.o instance.o error.o objset.o octree.o modobject.o \
70   otypes.o readobj.o readoct.o xf.o:      standard.h mat4.h fvect.h
71  
72   image.o:        view.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines