1# $FreeBSD: releng/11.0/usr.bin/svn/lib/libsvn_repos/Makefile 289180 2015-10-12 09:53:55Z peter $
2
3.include "${.CURDIR}/../Makefile.inc"
4
5.PATH:	${SVNDIR}/libsvn_repos
6
7INTERNALLIB=	yes
8LIB=		svn_repos
9
10SRCS=		authz.c authz_pool.c config_pool.c commit.c delta.c \
11		deprecated.c dump.c fs-wrap.c hooks.c load-fs-vtable.c \
12		load.c log.c node_tree.c notify.c replay.c reporter.c \
13		repos.c rev_hunt.c
14
15CFLAGS+=	-I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
16		-I${.CURDIR}/../libapr \
17		-I${APR}/include/arch/unix \
18		-I${APR}/include \
19		-I${.CURDIR}/../libapr_util \
20		-I${APRU}/include/private \
21		-I${APRU}/include
22
23.include <bsd.lib.mk>
24