NetBSD/lib/libcurses/Makefile

29 lines
935 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.21 1999/06/28 13:32:43 simonb 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
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
1994-12-22 12:44:45 +03:00
MAN= curses.3
1997-07-23 07:21:21 +04:00
INCS= curses.h unctrl.h
INCSDIR=/usr/include
1993-03-21 12:45:37 +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)
SUBDIR+= PSD.doc
.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>