BSD 4_1c_2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 11 Feb 1983 06:44:43 +0000 (22:44 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 11 Feb 1983 06:44:43 +0000 (22:44 -0800)
Work on file usr/src/ucb/vlp/Makefile

Synthesized-from: CSRG/cd1/4.1c.2

usr/src/ucb/vlp/Makefile [new file with mode: 0644]

diff --git a/usr/src/ucb/vlp/Makefile b/usr/src/ucb/vlp/Makefile
new file mode 100644 (file)
index 0000000..32b4158
--- /dev/null
@@ -0,0 +1,29 @@
+#$Header: /usr/src/ucb/vlp/RCS/Makefile,v 1.2 83/02/10 13:26:04 jkf 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 vlp ${DESTDIR}/usr/ucb
+       install -c -m 664 vlpmacs ${DESTDIR}/usr/lib
+       install -c -m 775 ilprint.sh ${DESTDIR}/usr/ucb/ilprint
+       install -c -m 775 vlprint.sh ${DESTDIR}/usr/ucb/vlprint
+
+clean:
+       rm -f vlp