File:  [CSRG BSD Unix] / 43BSDReno / pgrm / lisp / vlp / vlp.vax / Makefile
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:57 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

#$Header: /var/lib/cvsd/repos/CSRG/43BSDReno/pgrm/lisp/vlp/vlp.vax/Makefile,v 1.1 2018/04/24 16:12:57 root Exp $
#
#			-[Thu Feb 10 13:15:17 1983 by jkf]-

# Makefile for VLP

# files required:
#	vlp.l	- lisp program to read source and add troff control
#		characters.
#	vlpmacs - troff macros used by vlp.
#
# vlp and vlpmacs are put in DESTDIR
# If DESTDIR is changed, then the source (vlp.l) must be modified since
# it explicitly points to vlpmacs.

DESTDIR =
.DEFAULT:vlp

vlp:	vlp.l
	/usr/ucb/liszt -qar -o vlp vlp.l

install: vlp vlpmacs
	install -o bin -g bin -m 755 vlp ${DESTDIR}/usr/bin
	install -c -o bin -g bin -m 664 vlpmacs ${DESTDIR}/usr/libdata

clean:
	rm -f vlp

depend:

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.