|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1986 Regents of the University of California. ! 3: # All rights reserved. The Berkeley software License Agreement ! 4: # specifies the terms and conditions for redistribution. ! 5: # ! 6: # @(#)Makefile 6.1 (Berkeley) 4/25/86 ! 7: # ! 8: SRCS= vhel.mac vhel0 vhel1 vhel2 vhel3 \ ! 9: vhel4 vhel5 vhel6 ! 10: MACROS= -msU ! 11: PRINTER=Pdp ! 12: EQN= deqn -${PRINTER} ! 13: TROFF= ditroff -${PRINTER} ! 14: ! 15: paper: paper.${PRINTER} ! 16: lpr -${PRINTER} -n paper.${PRINTER} ! 17: ! 18: paper.${PRINTER}: ${SRCS} ! 19: ${EQN} ${SRCS} | ${TROFF} ${MACROS} -t > paper.${PRINTER} ! 20: ! 21: clean: ! 22: rm -f paper.[PT]* *.spell errs Errs make.out ! 23: ! 24: spell: ${SRCS} ! 25: @for i in ${SRCS}; do \ ! 26: echo $$i; spell $$i | sort | comm -23 - spell.ok > $$i.spell; \ ! 27: done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.