--- ray/src/gen/Rmakefile 1991/03/07 14:48:28 1.11 +++ ray/src/gen/Rmakefile 1991/06/26 13:00:30 1.15 @@ -5,10 +5,10 @@ # OPT = -O -MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/f68881.il -DIEEE +MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/libm.il -DIEEE CFLAGS = $(MACH) $(OPT) -INSTDIR = ../../bin +INSTDIR = /lumen/lumen/ray/bin.sun3 PROGS = genbox gensky xform genblinds genrev genworm \ gensurf genprism replmarks @@ -21,7 +21,7 @@ install: $(PROGS) genpine.csh genwindow.csh chmod 755 $(INSTDIR)/genwindow clean: - rm -f $(PROGS) *.o core + set nonomatch; rm -f $(PROGS) *.o core genbeads: genbeads.o hermite3.o cc $(CFLAGS) -o genbeads genbeads.o hermite3.o -lm @@ -69,12 +69,12 @@ calexpr.o: calexpr.c calcomp.h cc $(CFLAGS) -c -DVARIABLE -DFUNCTION -DRCONST calexpr.c caldefn.o: caldefn.c calcomp.h - cc $(CFLAGS) -c -DFUNCTION caldefn.c + cc $(CFLAGS) -c -DFUNCTION -DRCONST caldefn.c calfunc.o: calfunc.c calcomp.h cc $(CFLAGS) -c -DVARIABLE -DBIGLIB calfunc.c -gensurf.o: standard.h mat4.h fvect.h +gensurf.o xf.o: standard.h mat4.h fvect.h fvect.o genworm.o replmarks.o: fvect.h