NetBSD/lib/libcurses/Makefile

22 lines
826 B
Makefile
Raw Normal View History

1993-08-07 09:48:37 +04:00
# from: @(#)Makefile 5.12 (Berkeley) 8/23/92
# $Id: Makefile,v 1.3 1993/08/07 05:48:37 mycroft Exp $
1993-03-21 12:45:37 +03:00
1993-08-07 09:48:37 +04:00
CFLAGS+=#-g -DDEBUG -DTFILE=\"/dev/ttyp0\"
CFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR}
1993-03-21 12:45:37 +03:00
LIB= curses
SRCS= addbytes.c addch.c addstr.c box.c clear.c clrtobot.c clrtoeol.c \
1993-08-07 09:48:37 +04:00
cr_put.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 \
longname.c move.c mvwin.c newwin.c overlay.c overwrite.c printw.c \
putchar.c refresh.c scanw.c scroll.c setterm.c standout.c \
toucholap.c touchwin.c trace.c tstp.c tty.c unctrl.c
1993-03-21 12:45:37 +03:00
MAN3= curses.0
beforeinstall:
1993-08-07 09:48:37 +04:00
-cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/curses.h > \
/dev/null 2>&1 || \
1993-03-21 12:45:37 +03:00
install -c -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \
${DESTDIR}/usr/include
.include <bsd.lib.mk>