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

Comparing ray/src/rt/Rmakefile (file contents):
Revision 1.3 by greg, Tue Mar 14 11:32:01 1989 UTC vs.
Revision 1.8 by greg, Fri Jun 9 15:35:18 1989 UTC

# Line 16 | Line 16 | INSTALL = cp
16   #
17   # The following paths must exist and be relative to root:
18   #
19 < DEVDIR = $(LIBDIR)/lib
19 > DEVDIR = $(INSTDIR)
20   LIBDIR = /usr/local/lib/ray
21  
22   #
# Line 125 | Line 125 | rvmain.o:      rmain.c
125   # end of dispersion compiles.
126  
127   sundev.o:       sundev.c
128 <        cc $(CFLAGS) -DTTYPROG=\"$(DEVDIR)/sun.com\" -c sundev.c
128 >        cc $(CFLAGS) -c sundev.c
129  
130   devcomm.o:      devcomm.c
131 <        cc $(CFLAGS) -DDEVPATH=\"$(DEVDIR)\" -c devcomm.c
131 >        cc $(CFLAGS) -c devcomm.c
132  
133   ambient.o:      ambient.c
134          cc $(CFLAGS) -DAMBFLUSH=16 -c ambient.c
# Line 165 | Line 165 | fvect.o:       fvect.h
165  
166   cone.o face.o objset.o otypes.o readobj.o readoct.o:    object.h
167  
168 < ambient.o objset.o octree.o raytrace.o readoct.o rmain.o rv2.o: octree.h
168 > ambient.o objset.o octree.o raytrace.o \
169 > readoct.o rmain.o rv2.o source.o:       octree.h
170  
171   o_instance.o instance.o:        instance.h octree.h
172  
# Line 183 | Line 184 | sphere.o t_data.o t_func.o:    ray.h standard.h fvect.h o
184  
185   rv2.o rv3.o rview.o:    rpaint.h driver.h view.h
186  
187 < dielectric.o normal.o source.o: source.h
187 > source.o:       source.h
188  
189   cone.o data.o face.o misc.o objset.o octree.o otypes.o \
190   readobj.o readoct.o rview.o:    standard.h fvect.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines