xref: /dragonfly/gnu/usr.bin/gdb/libgnu/Makefile (revision 3ba0a407)
1c33252afSJohn Marino.include "../Makefile.inc"
2c33252afSJohn Marino
3c33252afSJohn MarinoLIB=	gnu
4c33252afSJohn MarinoINTERNALLIB=	YES
5c33252afSJohn Marino
6*3ba0a407SzrjSRCS=	fnmatch.c localcharset.c memmem.c strnlen1.c
7*3ba0a407Szrj
8*3ba0a407Szrj# sources that produces empty objects
9*3ba0a407Szrj#SRCS+=	wctype-h.c
10c33252afSJohn Marino
11c33252afSJohn Marino.PATH:	${BASEDIR}/gdb/gnulib/import
12c33252afSJohn Marino
13c33252afSJohn MarinoCFLAGS+=	-I${.CURDIR} -I${.OBJDIR} -I${BASEDIR}/gdb/gnulib/import
14c33252afSJohn Marino
15c33252afSJohn Marino.include <bsd.lib.mk>
16