--- ray/src/rt/Rmakefile 1991/07/19 09:32:58 1.56 +++ ray/src/rt/Rmakefile 1991/08/22 08:59:23 1.58 @@ -83,14 +83,18 @@ PROGS = $(DESTDIR)/rtrace $(DESTDIR)/rpict $(DESTDIR)/ all: $(PROGS) -install: $(PROGS) +install: $(PROGS) rayinit.cal $(INSTALL) $(PROGS) $(INSTDIR) + rm -f $(LIBDIR)/rayinit.cal + cp rayinit.cal $(LIBDIR) sun: $(DEVDIR)/sun $(DEVDIR)/sun.com x10: $(DEVDIR)/x10 aed: $(DEVDIR)/aed + +tiff: clean: set nonomatch; rm -f $(PROGS) *.o core