head	1.5;
access;
symbols
	RELENG_3_5_0_RELEASE:1.3.2.1
	RELENG_3_4_0_RELEASE:1.3.2.1
	RELENG_3_3_0_RELEASE:1.3.2.1
	RELENG_3_2_PAO:1.3.0.4
	RELENG_3_2_PAO_BP:1.3
	RELENG_3_2_0_RELEASE:1.3
	RELENG_3_1_0_RELEASE:1.3
	RELENG_3:1.3.0.2
	RELENG_3_BP:1.3
	RELENG_2_2_8_RELEASE:1.1
	RELENG_3_0_0_RELEASE:1.3
	RELENG_2_2_7_RELEASE:1.1
	RELENG_2_2_6_RELEASE:1.1
	RELENG_2_2_5_RELEASE:1.1
	RELENG_2_2_2_RELEASE:1.1
	RELENG_2_2_1_RELEASE:1.1
	RELENG_2_2_0_RELEASE:1.1
	RELENG_2_1_7_RELEASE:1.1
	RELENG_2_1_6_1_RELEASE:1.1
	RELENG_2_1_6_RELEASE:1.1
	RELENG_2_2:1.1.0.8
	RELENG_2_2_BP:1.1
	RELENG_2_1_5_RELEASE:1.1
	RELENG_2_1_0_RELEASE:1.1
	RELENG_2_1_0:1.1.0.6
	RELENG_2_1_0_BP:1.1
	RELENG_2_0_5_RELEASE:1.1
	RELENG_2_0_5:1.1.0.4
	RELENG_2_0_5_BP:1.1
	RELENG_2_0_5_ALPHA:1.1
	RELEASE_2_0:1.1
	BETA_2_0:1.1
	ALPHA_2_0:1.1.0.2;
locks; strict;
comment	@# @;


1.5
date	99.11.24.12.34.26;	author peter;	state dead;
branches;
next	1.4;

1.4
date	99.08.28.00.05.14;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	97.02.22.15.07.35;	author peter;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	97.01.14.06.09.48;	author jkh;	state Exp;
branches;
next	1.1;

1.1
date	94.10.09.16.37.30;	author ache;	state Exp;
branches
	1.1.6.1
	1.1.8.1;
next	;

1.1.6.1
date	99.09.05.11.18.37;	author peter;	state Exp;
branches;
next	;

1.1.8.1
date	99.09.05.11.17.03;	author peter;	state Exp;
branches;
next	;

1.3.2.1
date	99.08.29.14.57.17;	author peter;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Ensure libmytinfo stays dead..  I originally left it here so that we might
be able to build the old shared versions rather than taking a binary for
the compat area, but that seems to have caused confusion.
@
text
@# Makefile for libmytinfo tests
# $FreeBSD: src/lib/libmytinfo/TESTS/Makefile,v 1.4 1999/08/28 00:05:14 peter Exp $

LIB=    mytinfo

TESTS=  ttest tputs.test tparm.test readcaps.test caps clear.tcap \
	clear.tinfo tset tput

CFLAGS+= -Wall -I${.CURDIR}/..

CLEANFILES+= $(TESTS) quit.o

all: $(TESTS)

ttest: ttest.c quit.o
	$(CC) $(CFLAGS) -o ttest $(LDFLAGS) ${.CURDIR}/ttest.c quit.o -l$(LIB)

caps: caps.c quit.o
	$(CC) $(CFLAGS) -o caps $(LDFLAGS) ${.CURDIR}/caps.c quit.o -l$(LIB)

tputs.test: ${.CURDIR}/../tputs.c
	$(CC) -o tputs.test $(LDFLAGS) $(CFLAGS) -DTEST ${.CURDIR}/../tputs.c -l$(LIB)

tparm.test: ${.CURDIR}/../tparm.c
	$(CC) -o tparm.test $(LDFLAGS) $(CFLAGS) -DTEST ${.CURDIR}/../tparm.c -l$(LIB)

readcaps.test: ${.CURDIR}/../readcaps.c
	$(CC) -o readcaps.test $(LDFLAGS) $(CFLAGS) -DTEST ${.CURDIR}/../readcaps.c -l$(LIB)

clear.tcap: clear.c
	$(CC) $(LDFLAGS) $(CFLAGS) -o clear.tcap ${.CURDIR}/clear.c -l$(LIB)

clear.tinfo: clear.c
	$(CC) $(LDFLAGS) $(CFLAGS) -DUSE_TERMINFO -o clear.tinfo ${.CURDIR}/clear.c -l$(LIB)

tset: tset.c quit.o
	$(CC) $(CFLAGS) $(LDFLAGS) -o tset ${.CURDIR}/tset.c quit.o -l$(LIB)

tput: tput.c quit.o
	$(CC) $(CFLAGS) $(LDFLAGS) -o tput ${.CURDIR}/tput.c quit.o -l$(LIB)

.include <bsd.prog.mk>
@


1.4
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.3
log
@Revert $FreeBSD$ to $Id$
@
text
@d2 1
a2 1
# $Id$
@


1.3.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.2
log
@Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.1
log
@Preparation to split binary away, move caps to TESTS
Add some testing bits to TESTS directory
@
text
@d2 1
a2 1
# $Id$
@


1.1.6.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.1.8.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@

