added test target to compile test programs
[unix-history] / usr / src / lib / libterm / Makefile
index 43e1de9..0d30533 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # 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
 #
 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}
 
        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
 
 clean: FRC
        rm -f ${OBJS} core profiled/*.o termcap.a termcap_p.a