1999-04-03 22:54:47 +00:00
|
|
|
# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.20 1999/04/03 22:52:35 obrien Exp $
|
1993-11-09 20:25:14 +00:00
|
|
|
|
1999-04-03 22:52:35 +00:00
|
|
|
SUBDIR+= doc
|
|
|
|
|
|
|
|
LIB= gnuregex
|
|
|
|
SHLIB_MAJOR= 2
|
|
|
|
SHLIB_MINOR= 0
|
1993-07-30 20:16:53 +00:00
|
|
|
|
|
|
|
SRCS= regex.c
|
|
|
|
NOMAN= noman
|
|
|
|
|
1999-04-03 22:52:35 +00:00
|
|
|
CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -DNO_POSIX_COMPAT=1
|
1995-01-16 17:56:20 +00:00
|
|
|
|
1995-03-06 05:51:32 +00:00
|
|
|
beforeinstall:
|
1996-08-30 02:12:07 +00:00
|
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/regex.h \
|
|
|
|
${DESTDIR}/usr/include/gnuregex.h
|
1994-05-19 17:40:01 +00:00
|
|
|
|
1993-07-30 20:16:53 +00:00
|
|
|
.include <bsd.lib.mk>
|