|
|
1.1 ! root 1: #$Header: Makefile,v 1.6 86/01/29 15:15:43 mckusick Exp $ ! 2: # ! 3: # -[Thu Feb 10 13:15:17 1983 by jkf]- ! 4: ! 5: # Makefile for VLP ! 6: ! 7: # files required: ! 8: # vlp.l - lisp program to read source and add troff control ! 9: # characters. ! 10: # vlpmacs - troff macros used by vlp. ! 11: # ! 12: # vlp and vlpmacs are put in DESTDIR ! 13: # If DESTDIR is changed, then the source (vlp.l) must be modified since ! 14: # it explicitly points to vlpmacs. ! 15: ! 16: DESTDIR = ! 17: .DEFAULT:vlp ! 18: ! 19: vlp: vlp.l ! 20: /usr/ucb/liszt -qar -o vlp vlp.l ! 21: ! 22: install: vlp vlpmacs ! 23: install vlp ${DESTDIR}/usr/ucb ! 24: install -c -m 664 vlpmacs ${DESTDIR}/usr/lib ! 25: ! 26: clean: ! 27: rm -f vlp
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.