Home | History | Annotate | Line # | Download | only in libgrep
      1  1.1  christos #	$NetBSD: Makefile,v 1.1 2016/01/12 22:58:03 christos Exp $
      2  1.1  christos 
      3  1.1  christos LIBISPRIVATE=	yes
      4  1.1  christos 
      5  1.1  christos .include <bsd.own.mk>
      6  1.1  christos 
      7  1.1  christos LIB=	grep
      8  1.1  christos SRCS= \
      9  1.1  christos dfa.c \
     10  1.1  christos hard-locale.c \
     11  1.1  christos kwset.c \
     12  1.1  christos m-common.c \
     13  1.1  christos m-fgrep.c \
     14  1.1  christos m-regex.c \
     15  1.1  christos memchr.c \
     16  1.1  christos regex.c \
     17  1.1  christos strdup.c 
     18  1.1  christos 
     19  1.1  christos .include "${.CURDIR}/../../Makefile.inc"
     20  1.1  christos 
     21  1.1  christos .PATH:	${DIST}/gettext-tools/libgrep 
     22  1.1  christos CPPFLAGS+= -I${DIST}/gettext-tools/libgrep
     23  1.1  christos 
     24  1.1  christos COPTS.regex.c = -Wno-stack-protector
     25  1.1  christos 
     26  1.1  christos WARNS?=		0	# pointer sign issues
     27  1.1  christos 
     28  1.1  christos CWARNFLAGS.clang+=	-Wno-unused-value
     29  1.1  christos 
     30  1.1  christos .include <bsd.lib.mk>
     31