--- ray/src/ot/Rmakefile 1991/07/22 12:13:48 1.19 +++ ray/src/ot/Rmakefile 1991/10/23 10:46:27 1.23 @@ -9,24 +9,24 @@ # OPT = -O -MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/libm.il -CFLAGS = -DSTRICT $(OPT) $(MACH) -I../common +MACH = -DBSD -DSTRUCTASSIGN +CFLAGS = -DSTRICT $(OPT) $(MACH) -I../common -L../lib LIBDIR = /usr/local/lib/ray -INSTDIR = /lumen/lumen/ray/bin.sun3 +INSTDIR = /usr/local/bin all: oconv getbbox oconv: oconv.o sphere.o writeoct.o o_face.o plocate.o \ -clip.o o_cone.o o_instance.o bbox.o initotypes.o readfargs.o +clip.o o_cone.o o_instance.o bbox.o initotypes.o readfargs.o malloc.o cc $(CFLAGS) -o oconv oconv.o writeoct.o sphere.o o_face.o \ plocate.o clip.o o_cone.o o_instance.o bbox.o readfargs.o \ -initotypes.o ../common/librt.a -lm +initotypes.o malloc.o -lrt -lm getbbox: getbbox.o readobj2.o bbox.o initotypes2.o cc $(CFLAGS) -o getbbox getbbox.o readobj2.o \ -bbox.o initotypes2.o ../common/librt.a -lm +bbox.o initotypes2.o -lrt -lm install: oconv getbbox cp oconv getbbox $(INSTDIR)