1 1.22 blymn # $NetBSD: Makefile,v 1.22 2000/04/11 13:57:08 blymn Exp $ 2 1.9 cgd # @(#)Makefile 8.2 (Berkeley) 1/2/94 3 1.1 cgd 4 1.18 lukem CPPFLAGS+=#-DTFILE=\"/dev/ttyp0\" 5 1.21 simonb CPPFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR} 6 1.1 cgd LIB= curses 7 1.22 blymn SRCS= addbytes.c addch.c addnstr.c acs.c attributes.c bell.c border.c box.c \ 8 1.22 blymn clear.c clearok.c clrtobot.c clrtoeol.c cr_put.c ctrace.c cur_hash.c \ 9 1.22 blymn curses.c delch.c deleteln.c delwin.c erase.c flushok.c fullname.c \ 10 1.22 blymn getch.c getstr.c id_subwins.c idlok.c inch.c initscr.c insch.c \ 11 1.22 blymn insdelln.c insertln.c keypad.c leaveok.c longname.c move.c mvwin.c \ 12 1.22 blymn newwin.c nodelay.c notimeout.c overlay.c overwrite.c printw.c \ 13 1.22 blymn putchar.c refresh.c scanw.c scroll.c scrollok.c setterm.c standout.c \ 14 1.20 mrg timeout.c toucholap.c touchwin.c tscroll.c tstp.c tty.c unctrl.c \ 15 1.20 mrg underscore.c 16 1.10 cgd MAN= curses.3 17 1.22 blymn INCS= curses.h unctrl.h wchar.h 18 1.13 christos INCSDIR=/usr/include 19 1.19 jtc 20 1.19 jtc CPPFLAGS+=-DCM_N -DCM_GT -DCM_B -DCM_D 21 1.20 mrg SRCS+= termcap.c tgoto.c tputs.c 22 1.19 jtc .PATH: ${.CURDIR}/../libterm 23 1.7 cgd 24 1.8 cgd .if make(install) 25 1.20 mrg SUBDIR+= PSD.doc 26 1.7 cgd .endif 27 1.1 cgd 28 1.1 cgd .include <bsd.lib.mk> 29 1.17 mycroft .include <bsd.subdir.mk> 30