--- ray/src/util/Rmakefile 1991/10/23 10:48:43 1.14 +++ ray/src/util/Rmakefile 1991/11/11 15:09:40 1.18 @@ -2,7 +2,7 @@ # SCCSid "$SunId$ LBL" # -MACH = -DBSD -DSTRUCTASSIGN +MACH = -DBSD OPT = -O @@ -20,8 +20,9 @@ install: all objview.csh objpict.csh proj.csh glare.cs cp objpict.csh $(INSTDIR)/objpict cp glare.csh $(INSTDIR)/glare cp dayfact.csh $(INSTDIR)/dayfact + cp debugcal.csh $(INSTDIR)/debugcal chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \ - $(INSTDIR)/glare $(INSTDIR)/dayfact + $(INSTDIR)/glare $(INSTDIR)/dayfact $(INSTDIR)/debugcal clean: set nonomatch; rm -f *.o $(PROGS) core @@ -68,3 +69,5 @@ image.o xglaresrc.o: ../common/standard.h ../common/ma ../common/fvect.h ../common/view.h swaprasheader.o: ../common/rasterfile.h + +glareval.o xglaresrc.o: ../common/resolu.h