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.21 by greg, Thu Sep 5 11:17:38 1991 UTC vs.
Revision 1.22 by greg, Tue Oct 8 15:31:38 1991 UTC

# Line 12 | Line 12 | OPT = -O
12   MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/libm.il
13   CFLAGS = -DSTRICT $(OPT) $(MACH) -I../common -L../lib
14  
15 COMPAT = malloc.o
16
15   LIBDIR = /usr/local/lib/ray
16  
17   INSTDIR = /lumen/lumen/ray/bin.sun3
# Line 21 | Line 19 | INSTDIR = /lumen/lumen/ray/bin.sun3
19   all:    oconv getbbox
20  
21   oconv:  oconv.o sphere.o writeoct.o o_face.o plocate.o \
22 < clip.o o_cone.o o_instance.o bbox.o initotypes.o readfargs.o $(COMPAT)
22 > clip.o o_cone.o o_instance.o bbox.o initotypes.o readfargs.o malloc.o
23          cc $(CFLAGS) -o oconv oconv.o writeoct.o sphere.o o_face.o \
24   plocate.o clip.o o_cone.o o_instance.o bbox.o readfargs.o \
25 < initotypes.o $(COMPAT) -lrt -lm
25 > initotypes.o malloc.o -lrt -lm
26  
27   getbbox:        getbbox.o readobj2.o bbox.o initotypes2.o
28          cc $(CFLAGS) -o getbbox getbbox.o readobj2.o \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines