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.2 by greg, Tue Feb 21 14:44:51 1989 UTC vs.
Revision 1.4 by greg, Sat Oct 14 11:33:05 1989 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 = -f68881 /usr/lib/f68881.il
13 > CFLAGS = -DSTRICT $(OPT) $(MACH)
14  
15   INSTDIR = /usr/local/ray
16  
# Line 19 | Line 21 | COMPAT = malloc.o
21   oconv:  dummy.o misc.o objset.o oconv.o octree.o readobj.o \
22   readoct.o sphere.o fvect.o otypes.o writeoct.o o_face.o face.o plocate.o xf.o \
23   clip.o cone.o o_cone.o instance.o o_instance.o bbox.o savestr.o header.o \
24 < mat4.o $(COMPAT)
24 > mat4.o fgetline.o $(COMPAT)
25          cc $(CFLAGS) -o oconv oconv.o readoct.o octree.o objset.o \
26   readobj.o writeoct.o fvect.o otypes.o sphere.o dummy.o misc.o o_face.o \
27   face.o plocate.o clip.o cone.o o_cone.o instance.o o_instance.o mat4.o xf.o \
28 < bbox.o savestr.o header.o $(COMPAT) -lm
28 > bbox.o savestr.o header.o fgetline.o $(COMPAT) -lm
29  
30   install:        oconv
31          $(INSTALL) oconv $(INSTDIR)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines