--- ray/src/rt/Rmakefile 1991/04/23 13:01:55 1.43 +++ ray/src/rt/Rmakefile 1991/05/07 16:14:21 1.45 @@ -29,7 +29,7 @@ LIBDIR = /usr/local/lib/ray # Library routines: # LIBS = -lm -COMPAT = malloc.o +COMPAT = bmalloc.o # # Device drivers for rview (see also devtable.c): @@ -239,6 +239,8 @@ source.o: source.h cone.o data.o devcomm.o face.o image.o initotypes.o xf.o misc.o objset.o \ octree.o otypes.o readobj.o readoct.o rview.o: standard.h mat4.h fvect.h + +initotypes.o raytrace.o: otspecial.h mat4.o: mat4.h fvect.h