summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex/Makefile
blob: 794c6ea7a53962e432503c7e8a765daa556a80b1 (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
# $FreeBSD$

SUBDIR+= doc

LIB=		gnuregex
SHLIB_MAJOR=	2

SRCS=	regex.c
INCSGROUPS=	INCS WRINCS PXINCS
INCS=	 regex.h.patched
CLEANFILES+=	regex.h.patched
INCSNAME=	regex.h
INCSDIR=	${INCLUDEDIR}/gnu
WRINCS=	gnuregex.h
PXINCS= posix/regex.h
PXINCSDIR=	${INCLUDEDIR}/gnu/posix
NOMAN=	noman

CFLAGS+=-D_REGEX_RE_COMP -DSTDC_HEADERS -I${DESTDIR}/usr/include/gnu

regex.h.patched: regex.h
	sed 's=<posix/regex\.h>=<gnu/posix/regex.h>=g' \
		< ${.ALLSRC} > ${.TARGET}

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