summaryrefslogtreecommitdiff
path: root/lib/libcurses/Makefile
blob: d9eb0383c33a744680dd45ab3b26dc4b2112525d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#	$NetBSD: Makefile,v 1.21 1999/06/28 13:32:43 simonb Exp $
#	@(#)Makefile	8.2 (Berkeley) 1/2/94

CPPFLAGS+=#-DTFILE=\"/dev/ttyp0\"
CPPFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR}
LIB=	curses
SRCS=	addbytes.c addch.c addnstr.c attributes.c bell.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 keypad.c longname.c move.c \
	mvwin.c newwin.c nodelay.c notimeout.c overlay.c overwrite.c \
	printw.c putchar.c refresh.c scanw.c scroll.c setterm.c standout.c \
	timeout.c toucholap.c touchwin.c tscroll.c tstp.c tty.c unctrl.c \
	underscore.c
MAN=	curses.3
INCS=	curses.h unctrl.h
INCSDIR=/usr/include

CPPFLAGS+=-DCM_N -DCM_GT -DCM_B -DCM_D
SRCS+=  termcap.c tgoto.c tputs.c
.PATH: ${.CURDIR}/../libterm

.if make(install)
SUBDIR+= PSD.doc
.endif

.include <bsd.lib.mk>
.include <bsd.subdir.mk>