head	1.12;
access;
symbols
	RELENG_3_5_0_RELEASE:1.10.2.1
	RELENG_3_4_0_RELEASE:1.10.2.1
	RELENG_3_3_0_RELEASE:1.10.2.1
	RELENG_3_2_PAO:1.10.0.4
	RELENG_3_2_PAO_BP:1.10
	RELENG_3_2_0_RELEASE:1.10
	RELENG_3_1_0_RELEASE:1.10
	RELENG_3:1.10.0.2
	RELENG_3_BP:1.10
	RELENG_2_2_8_RELEASE:1.8
	RELENG_3_0_0_RELEASE:1.10
	RELENG_2_2_7_RELEASE:1.8
	RELENG_2_2_6_RELEASE:1.8
	RELENG_2_2_5_RELEASE:1.8
	bsd_44_lite_2:1.1.1.1
	RELENG_2_2_2_RELEASE:1.8
	RELENG_2_2_1_RELEASE:1.8
	RELENG_2_2_0_RELEASE:1.8
	RELENG_2_1_7_RELEASE:1.5.4.2
	RELENG_2_1_6_1_RELEASE:1.5.4.2
	RELENG_2_1_6_RELEASE:1.5.4.2
	RELENG_2_2:1.8.0.2
	RELENG_2_2_BP:1.8
	RELENG_2_1_5_RELEASE:1.5.4.2
	RELENG_2_1_0_RELEASE:1.5
	RELENG_2_1_0:1.5.0.4
	RELENG_2_1_0_BP:1.5
	RELENG_2_0_5_RELEASE:1.5
	RELENG_2_0_5:1.5.0.2
	RELENG_2_0_5_BP:1.5
	RELENG_2_0_5_ALPHA:1.5
	RELEASE_2_0:1.4
	BETA_2_0:1.4
	ALPHA_2_0:1.4.0.2
	bsd_44_lite:1.1.1.1
	CSRG:1.1.1;
locks; strict;
comment	@# @;


1.12
date	99.11.26.09.27.39;	author peter;	state dead;
branches;
next	1.11;

1.11
date	99.08.28.00.04.20;	author peter;	state Exp;
branches;
next	1.10;

1.10
date	97.02.22.15.06.20;	author peter;	state Exp;
branches
	1.10.2.1;
next	1.9;

1.9
date	97.01.14.06.09.03;	author jkh;	state Exp;
branches;
next	1.8;

1.8
date	96.09.05.17.14.18;	author bde;	state Exp;
branches
	1.8.2.1;
next	1.7;

1.7
date	96.08.30.01.47.14;	author peter;	state Exp;
branches;
next	1.6;

1.6
date	95.08.06.12.23.33;	author bde;	state Exp;
branches;
next	1.5;

1.5
date	95.03.19.21.47.42;	author nate;	state Exp;
branches
	1.5.4.1;
next	1.4;

1.4
date	94.10.12.01.57.56;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	94.08.28.21.48.11;	author ache;	state Exp;
branches;
next	1.2;

1.2
date	94.08.05.01.38.32;	author wollman;	state Exp;
branches;
next	1.1;

1.1
date	94.05.27.04.58.21;	author rgrimes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.27.04.58.22;	author rgrimes;	state Exp;
branches;
next	;

1.5.4.1
date	96.06.03.05.11.34;	author jkh;	state Exp;
branches;
next	1.5.4.2;

1.5.4.2
date	96.06.05.02.52.25;	author jkh;	state Exp;
branches;
next	1.5.4.3;

1.5.4.3
date	99.09.05.11.18.34;	author peter;	state Exp;
branches;
next	;

1.8.2.1
date	99.09.05.11.16.58;	author peter;	state Exp;
branches;
next	;

1.10.2.1
date	99.08.29.14.56.34;	author peter;	state Exp;
branches;
next	;


desc
@@


1.12
log
@To avoid confusion, zap libcurses.  ncurses provides both curses, termcap
and termlib (terminfo) support.
@
text
@#	From: @@(#)Makefile	8.2 (Berkeley) 1/2/94
# $FreeBSD: src/lib/libcurses/Makefile,v 1.11 1999/08/28 00:04:20 peter Exp $

CFLAGS+=#-DTFILE=\"/dev/ttyp0\"
CFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR}
DPADD=	${LIBTERMCAP}
LDADD=	-ltermcap
LIB=	curses
SRCS=	addbytes.c addch.c addnstr.c box.c clear.c clrtobot.c clrtoeol.c \
	cr_put.c ctrace.c cur_hash.c curses.c delch.c deleteln.c delwin.c \
	erase.c fullname.c getch.c getstr.c id_subwins.c idlok.c initscr.c \
	insch.c insertln.c longname.c move.c mvwin.c newwin.c overlay.c \
	overwrite.c printw.c _putchar.c putchar.c refresh.c scanw.c scroll.c \
	setterm.c standout.c toucholap.c touchwin.c tscroll.c tstp.c tty.c \
	unctrl.c
MAN3=	curses.3

beforeinstall:
	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/curses.h \
	    ${DESTDIR}/usr/include

.include <bsd.lib.mk>
@


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


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


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


1.9
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.8
log
@Fixed DPADD.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.7 1996/08/30 01:47:14 peter Exp $
@


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


1.7
log
@cmp -s || install -c ==> install -C
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.6 1995/08/06 12:23:33 bde Exp $
d6 2
a7 1
LDADD+= -ltermcap
@


1.6
log
@Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.

Previously I missed dozens of Makefiles that skip the install after
using `cmp -s' to decide that the install isn't necessary.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.5 1995/03/19 21:47:42 nate Exp $
d18 1
a18 2
	-cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/curses.h || \
	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \
@


1.5
log
@Separated out the _putchar & __cputchar() routines so that programs such
as tn3270 can replace _putchar(0 with their own routine and still keep
using the __cputchar() routine used by all of the other curses routines.

Reviewed by:	"Andrey A. Chernov, Black Mage" <ache@@astral.msk.su>
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.4 1994/10/12 01:57:56 ache Exp $
d19 1
a19 1
	    install -c -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \
@


1.5.4.1
log
@Phase 2 of merge - also fix things broken in phase 1.
Watch out for falling rock until phase 3 is over!

libc completely merged except for phkmalloc & rfork (don't know if David
wants that).

Some include files in sys/ had to be updated in order to bring in libc.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.5 1995/03/19 21:47:42 nate Exp $
d19 1
a19 1
	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \
@


1.5.4.2
log
@This 3rd mega-commit should hopefully bring us back to where we were.
I can get it to `make world' succesfully, anyway!
@
text
@d19 1
a19 1
	    install -c -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \
@


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


1.4
log
@SHARED_LDADD --> LDADD
cmp redirection removed
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.3 1994/08/28 21:48:11 ache Exp $
d12 3
a14 2
	overwrite.c printw.c putchar.c refresh.c scanw.c scroll.c setterm.c \
	standout.c toucholap.c touchwin.c tscroll.c tstp.c tty.c unctrl.c
@


1.3
log
@SHARED_LDADD added
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.2 1994/08/05 01:38:32 wollman Exp $
d6 1
a6 1
SHARED_LDADD+= -ltermcap
d17 1
a17 2
	-cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/curses.h > \
	    /dev/null 2>&1 || \
@


1.2
log
@Make it work with our make macros.
@
text
@d2 1
a2 1
#	$Id$
d6 1
@


1.1
log
@Initial revision
@
text
@d1 2
a2 1
#	@@(#)Makefile	8.2 (Berkeley) 1/2/94
d13 1
a13 1
MAN3=	curses.0
@


1.1.1.1
log
@BSD 4.4 Lite Lib Sources
@
text
@@
