summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libreadline/Makefile
blob: 970f92b08d970c1043b3cda2c3278bb22a69be8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#       $Id: Makefile,v 1.10 1994/05/27 10:51:31 csgr Exp $


CFLAGS+= -I${.CURDIR} -DVOID_SIGHANDLER \
	 -DHAVE_UNISTD_H -DHAVE_STRING_H -DHAVE_STDLIB_H -DHAVE_VARARGS_H \
	 -DFreeBSD

LIB=    readline
SRCS+=  readline.c funmap.c keymaps.c vi_mode.c parens.c \
	   rltty.c complete.c bind.c isearch.c display.c signals.c \
	   history.c search.c tilde.c xmalloc.c
HEADERS= history.h readline.h keymaps.h chardefs.h tilde.h
NOMAN=	noman

beforeinstall:
	@-if [ ! -d ${DESTDIR}/usr/include/readline ]; then \
	  mkdir ${DESTDIR}/usr/include/readline; \
	  chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/readline; \
	  chmod 755 ${DESTDIR}/usr/include/readline; \
	fi
	cd ${.CURDIR}/readline; \
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
		${HEADERS} ${DESTDIR}/usr/include/readline

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud