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 1.3 by greg, Wed Oct 4 16:06:46 1989 UTC vs.
Revision 1.6 by greg, Thu Sep 6 23:30:15 1990 UTC

# Line 8 | Line 8
8   #  Otherwise, a somewhat faster more lax approach is taken by certain routines.
9   #
10  
11 < CFLAGS = -DSTRICT -O -f68881 /usr/lib/f68881.il
11 > OPT = -O
12 > MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/f68881.il
13 > CFLAGS = -DSTRICT $(OPT) $(MACH)
14  
15   INSTDIR = /usr/local/ray
16  
# Line 41 | Line 43 | readoct.o sphere.o writeoct.o: octree.h
43   bbox.o cone.o face.o o_cone.o o_face.o o_instance.o objset.o oconv.o \
44   instance.o otypes.o readobj.o readoct.o sphere.o writeoct.o:    object.h
45  
46 < bbox.o cone.o oconv.o otypes.o \
46 > bbox.o cone.o objset.o oconv.o otypes.o \
47   readobj.o readoct.o sphere.o writeoct.o:        otypes.h
48  
49   fvect.o:        fvect.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines