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.19 by greg, Mon Jul 22 12:13:48 1991 UTC vs.
Revision 1.20 by greg, Thu Aug 22 09:24:11 1991 UTC

# Line 10 | Line 10
10  
11   OPT = -O
12   MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/libm.il
13 < CFLAGS = -DSTRICT $(OPT) $(MACH) -I../common
13 > CFLAGS = -DSTRICT $(OPT) $(MACH) -I../common -L../lib
14  
15   LIBDIR = /usr/local/lib/ray
16  
# Line 22 | Line 22 | 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
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 ../common/librt.a -lm
25 > initotypes.o -lrt -lm
26  
27   getbbox:        getbbox.o readobj2.o bbox.o initotypes2.o
28          cc $(CFLAGS) -o getbbox getbbox.o readobj2.o \
29 < bbox.o initotypes2.o ../common/librt.a -lm
29 > bbox.o initotypes2.o -lrt -lm
30  
31   install:        oconv getbbox
32          cp oconv getbbox $(INSTDIR)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines