--- ray/src/gen/Rmakefile 1989/10/04 16:07:54 1.4 +++ ray/src/gen/Rmakefile 1990/12/15 15:00:54 1.9 @@ -4,7 +4,9 @@ # Makefile for object generation programs # -CFLAGS = -O -f68881 /usr/lib/f68881.il -DIEEE +OPT = -O +MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/f68881.il -DIEEE +CFLAGS = $(MACH) $(OPT) INSTDIR = /usr/local/ray @@ -66,4 +68,10 @@ caldefn.o: caldefn.c calcomp.h calfunc.o: calfunc.c calcomp.h cc $(CFLAGS) -c -DVARIABLE -DBIGLIB calfunc.c +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