1998-02-19 01:08:12 +03:00
|
|
|
# $NetBSD: Makefile,v 1.19 1998/02/18 22:08:12 jtc Exp $
|
1994-08-18 01:51:41 +04:00
|
|
|
# @(#)Makefile 8.2 (Berkeley) 1/2/94
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1997-10-23 03:33:05 +04:00
|
|
|
CPPFLAGS+=#-DTFILE=\"/dev/ttyp0\"
|
|
|
|
CPPFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR}
|
1993-03-21 12:45:37 +03:00
|
|
|
LIB= curses
|
1993-11-09 06:34:01 +03:00
|
|
|
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 refresh.c scanw.c scroll.c setterm.c \
|
|
|
|
standout.c toucholap.c touchwin.c tscroll.c tstp.c tty.c unctrl.c
|
1994-12-22 12:44:45 +03:00
|
|
|
MAN= curses.3
|
1997-07-23 07:21:21 +04:00
|
|
|
INCS= curses.h unctrl.h
|
1997-03-25 01:11:48 +03:00
|
|
|
INCSDIR=/usr/include
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1998-02-19 01:08:12 +03:00
|
|
|
CPPFLAGS+=-DCM_N -DCM_GT -DCM_B -DCM_D
|
|
|
|
SRCS+= termcap.c tgoto.c tputs.c
|
|
|
|
.PATH: ${.CURDIR}/../libterm
|
|
|
|
|
1994-06-30 09:33:30 +04:00
|
|
|
.if make(install)
|
1997-10-11 13:34:07 +04:00
|
|
|
SUBDIR+=PSD.doc
|
1994-06-25 09:57:47 +04:00
|
|
|
.endif
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.lib.mk>
|
1997-10-11 13:34:07 +04:00
|
|
|
.include <bsd.subdir.mk>
|