From 1db24759bb2dff95e1663c16f4349e4c8f4bf294 Mon Sep 17 00:00:00 2001 From: "John A. Kunze" Date: Fri, 11 Sep 1987 23:13:18 -0800 Subject: [PATCH] added test target to compile test programs SCCS-vsn: lib/libterm/Makefile 5.3 --- usr/src/lib/libterm/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/usr/src/lib/libterm/Makefile b/usr/src/lib/libterm/Makefile index 43e1de9871..0d30533c0a 100644 --- a/usr/src/lib/libterm/Makefile +++ b/usr/src/lib/libterm/Makefile @@ -3,7 +3,7 @@ # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # -# @(#)Makefile 5.2 (Berkeley) %G% +# @(#)Makefile 5.3 (Berkeley) %G% # CFLAGS= -O -DCM_N -DCM_GT -DCM_B -DCM_D LIBC= /lib/libc.a @@ -23,6 +23,12 @@ termcap.a termcap_p.a: ${OBJS} ar cr termcap.a ${OBJS} cd profiled; ar cr ../termcap_p.a ${OBJS} +test: + ranlib termcap.a + ${CC} ${CFLAGS} -o tc1 tc1.c termcap.a + ${CC} ${CFLAGS} -o tc2 tc2.c termcap.a + ${CC} ${CFLAGS} -o tc3 tc3.c termcap.a + clean: FRC rm -f ${OBJS} core profiled/*.o termcap.a termcap_p.a -- 2.20.1