| # | Line 83 | Line 83 | PROGS = $(DESTDIR)/rtrace $(DESTDIR)/rpict $(DESTDIR)/ | |
|---|---|---|
| 83 | ||
| 84 | all: $(PROGS) | |
| 85 | ||
| 86 | < | install: $(PROGS) | 
| 86 | > | install: $(PROGS) rayinit.cal | 
| 87 | $(INSTALL) $(PROGS) $(INSTDIR) | |
| 88 | + | rm -f $(LIBDIR)/rayinit.cal | 
| 89 | + | cp rayinit.cal $(LIBDIR) | 
| 90 | ||
| 91 | sun: $(DEVDIR)/sun $(DEVDIR)/sun.com | |
| 92 | ||
| 93 | x10: $(DEVDIR)/x10 | |
| 94 | ||
| 95 | aed: $(DEVDIR)/aed | |
| 96 | + | |
| 97 | + | tiff: | 
| 98 | ||
| 99 | clean: | |
| 100 | set nonomatch; rm -f $(PROGS) *.o core | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |