--- ray/src/common/Rmakefile 2004/10/27 23:23:47 2.50 +++ ray/src/common/Rmakefile 2005/01/20 04:08:00 2.53 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.50 2004/10/27 23:23:47 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.53 2005/01/20 04:08:00 greg Exp $ # # Makefile for ray tracing library routines # @@ -9,7 +9,7 @@ CFLAGS = $(MACH) $(OPT) CC = cc SPECIAL = -COMPAT = bmalloc.o erf.o strcmp.o # frexp.o fwrite.o random.o +COMPAT = bmalloc.o erf.o strcmp.o LIBDIR = /usr/local/lib/ray @@ -129,12 +129,12 @@ free_os.o: octree.h object.h otypes.h face.h cone.h in tmesh.o: tmesh.h fvect.h -fgetword.o fputword.o fgetval.o fgetline.o fdate.o \ +fgetword.o fputword.o fgetval.o fgetline.o fdate.o unix_process.o \ expandarg.o badarg.o xf.o: rtio.h expandarg.o: rtmisc.h -dircode.o xf.o: rtmath.h mat4.h fvect.h +dircode.o xf.o: rtmath.h mat4.h fvect.h tifftypes.h error.o: rterror.h