--- ray/src/gen/Rmakefile 1989/10/18 17:44:07 1.6 +++ ray/src/gen/Rmakefile 1990/12/15 15:00:54 1.9 @@ -5,7 +5,7 @@ # OPT = -O -MACH = -f68881 /usr/lib/f68881.il -DIEEE +MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/f68881.il -DIEEE CFLAGS = $(MACH) $(OPT) INSTDIR = /usr/local/ray @@ -68,4 +68,10 @@ caldefn.o: caldefn.c calcomp.h calfunc.o: calfunc.c calcomp.h cc $(CFLAGS) -c -DVARIABLE -DBIGLIB calfunc.c -fvect.o gensurf.o genworm.o: fvect.h +gensurf.o: standard.h mat4.h fvect.h + +fvect.o genworm.o: fvect.h + +mat4.o: mat4.h fvect.h + +xform.o: standard.h mat4.h fvect.h otypes.h