Makefile revision 1.31
11.31Ssimonb# $NetBSD: Makefile,v 1.31 2001/01/01 10:36:12 simonb Exp $ 21.9Scgd# @(#)Makefile 8.2 (Berkeley) 1/2/94 31.1Scgd 41.18SlukemCPPFLAGS+=#-DTFILE=\"/dev/ttyp0\" 51.29SblymnCPPFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR} -I${.CURDIR}/../libterm 61.30Sitojun#.if defined(DEBUG_CURSES) 71.30Sitojun#CFLAGS+=-g 81.30Sitojun#CPPFLAGS+=-DDEBUG 91.30Sitojun#.endif 101.1ScgdLIB= curses 111.31SsimonbSRCS= acs.c addbytes.c addch.c addnstr.c attributes.c background.c bell.c \ 121.23Sjdc border.c box.c clear.c clearok.c clrtobot.c clrtoeol.c color.c \ 131.31Ssimonb copywin.c cr_put.c ctrace.c cur_hash.c curs_set.c curses.c delch.c \ 141.31Ssimonb deleteln.c delwin.c erase.c flushok.c fullname.c getch.c getstr.c \ 151.31Ssimonb getyx.c id_subwins.c idlok.c inch.c inchstr.c initscr.c insch.c \ 161.31Ssimonb insdelln.c insertln.c instr.c keypad.c leaveok.c line.c longname.c \ 171.31Ssimonb meta.c move.c mvwin.c newwin.c nodelay.c notimeout.c overlay.c \ 181.31Ssimonb overwrite.c pause.c printw.c putchar.c refresh.c scanw.c scroll.c \ 191.31Ssimonb scrollok.c setterm.c standout.c timeout.c toucholap.c touchwin.c \ 201.31Ssimonb tscroll.c tstp.c tty.c unctrl.c underscore.c 211.31Ssimonb 221.10ScgdMAN= curses.3 231.25SkleinkINCS= curses.h unctrl.h 241.13SchristosINCSDIR=/usr/include 251.19Sjtc 261.19SjtcCPPFLAGS+=-DCM_N -DCM_GT -DCM_B -DCM_D 271.31SsimonbSRCS+= termcap.c tgoto.c tputs.c 281.19Sjtc.PATH: ${.CURDIR}/../libterm 291.7Scgd 301.8Scgd.if make(install) 311.20SmrgSUBDIR+= PSD.doc 321.7Scgd.endif 331.1Scgd 341.1Scgd.include <bsd.lib.mk> 351.17Smycroft.include <bsd.subdir.mk> 36