summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/lib/libsvn_repos/Makefile
blob: 92c2b861b271d395a45cf104300435b04a53333e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

.include "${.CURDIR}/../Makefile.inc"

.PATH:	${SVNDIR}/libsvn_repos

INTERNALLIB=	yes
LIB=		svn_repos

SRCS=		authz.c commit.c delta.c deprecated.c dump.c fs-wrap.c \
		hooks.c load-fs-vtable.c load.c log.c node_tree.c notify.c \
		replay.c reporter.c repos.c rev_hunt.c \

CFLAGS+=	-I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
		-I${.CURDIR}/../libapr \
		-I${APR}/include/arch/unix \
		-I${APR}/include \
		-I${.CURDIR}/../libapr_util \
		-I${APRU}/include/private \
		-I${APRU}/include

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