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.3 by greg, Wed Oct 4 16:06:46 1989 UTC

# Line 19 | Line 19 | COMPAT = malloc.o
19   oconv:  dummy.o misc.o objset.o oconv.o octree.o readobj.o \
20   readoct.o sphere.o fvect.o otypes.o writeoct.o o_face.o face.o plocate.o xf.o \
21   clip.o cone.o o_cone.o instance.o o_instance.o bbox.o savestr.o header.o \
22 < mat4.o $(COMPAT)
22 > mat4.o fgetline.o $(COMPAT)
23          cc $(CFLAGS) -o oconv oconv.o readoct.o octree.o objset.o \
24   readobj.o writeoct.o fvect.o otypes.o sphere.o dummy.o misc.o o_face.o \
25   face.o plocate.o clip.o cone.o o_cone.o instance.o o_instance.o mat4.o xf.o \
26 < bbox.o savestr.o header.o $(COMPAT) -lm
26 > bbox.o savestr.o header.o fgetline.o $(COMPAT) -lm
27  
28   install:        oconv
29          $(INSTALL) oconv $(INSTDIR)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines