--- ray/src/gen/Rmakefile 1991/02/17 22:37:05 1.10 +++ ray/src/gen/Rmakefile 1991/04/23 15:53:11 1.14 @@ -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 = /usr/local/ray +INSTDIR = /lumen/lumen/ray/bin.sun3 PROGS = genbox gensky xform genblinds genrev genworm \ gensurf genprism replmarks @@ -17,9 +17,12 @@ all: $(PROGS) install: $(PROGS) genpine.csh genwindow.csh cp $(PROGS) $(INSTDIR) - install genpine.csh $(INSTDIR)/genpine - install genwindow.csh $(INSTDIR)/genwindow + cp genwindow.csh $(INSTDIR)/genwindow + chmod 755 $(INSTDIR)/genwindow +clean: + set nonomatch; rm -f $(PROGS) *.o core + genbeads: genbeads.o hermite3.o cc $(CFLAGS) -o genbeads genbeads.o hermite3.o -lm @@ -66,7 +69,7 @@ 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