NetBSD/lib/libcurses/Makefile

30 lines
1.0 KiB
Makefile
Raw Normal View History

2000-04-13 01:50:46 +04:00
# $NetBSD: Makefile,v 1.23 2000/04/12 21:50:46 jdc 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
2000-04-13 01:50:46 +04:00
SRCS= addbytes.c addch.c addnstr.c acs.c attributes.c background.c bell.c \
border.c box.c clear.c clearok.c clrtobot.c clrtoeol.c color.c \
cr_put.c ctrace.c cur_hash.c curses.c delch.c deleteln.c delwin.c \
erase.c flushok.c fullname.c getch.c getstr.c getyx.c id_subwins.c \
idlok.c inch.c initscr.c insch.c insdelln.c insertln.c keypad.c \
leaveok.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 \
scrollok.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
2000-04-11 17:57:08 +04:00
INCS= curses.h unctrl.h wchar.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>