Home | History | Annotate | Line # | Download | only in libcurses
Makefile revision 1.30
      1  1.30    itojun #	$NetBSD: Makefile,v 1.30 2000/08/13 03:20:07 itojun 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.29     blymn CPPFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR} -I${.CURDIR}/../libterm
      6  1.30    itojun #.if defined(DEBUG_CURSES)
      7  1.30    itojun #CFLAGS+=-g
      8  1.30    itojun #CPPFLAGS+=-DDEBUG
      9  1.30    itojun #.endif
     10   1.1       cgd LIB=	curses
     11  1.23       jdc SRCS=	addbytes.c addch.c addnstr.c acs.c attributes.c background.c bell.c \
     12  1.23       jdc 	border.c box.c clear.c clearok.c clrtobot.c clrtoeol.c color.c \
     13  1.26     blymn 	copywin.c cr_put.c ctrace.c cur_hash.c curses.c curs_set.c delch.c \
     14  1.26     blymn         deleteln.c delwin.c erase.c flushok.c fullname.c getch.c getstr.c \
     15  1.26     blymn         getyx.c id_subwins.c idlok.c inch.c initscr.c insch.c insdelln.c \
     16  1.27     blymn         insertln.c keypad.c leaveok.c line.c longname.c meta.c move.c mvwin.c \
     17  1.28       jdc         newwin.c nodelay.c notimeout.c overlay.c overwrite.c pause.c printw.c \
     18  1.26     blymn         putchar.c refresh.c scanw.c scroll.c scrollok.c setterm.c standout.c \
     19  1.26     blymn         timeout.c toucholap.c touchwin.c tscroll.c tstp.c tty.c unctrl.c \
     20  1.26     blymn         underscore.c
     21  1.10       cgd MAN=	curses.3
     22  1.25    kleink INCS=	curses.h unctrl.h
     23  1.13  christos INCSDIR=/usr/include
     24  1.19       jtc 
     25  1.19       jtc CPPFLAGS+=-DCM_N -DCM_GT -DCM_B -DCM_D
     26  1.20       mrg SRCS+=  termcap.c tgoto.c tputs.c
     27  1.19       jtc .PATH: ${.CURDIR}/../libterm
     28   1.7       cgd 
     29   1.8       cgd .if make(install)
     30  1.20       mrg SUBDIR+= PSD.doc
     31   1.7       cgd .endif
     32   1.1       cgd 
     33   1.1       cgd .include <bsd.lib.mk>
     34  1.17   mycroft .include <bsd.subdir.mk>
     35