]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/svn/lib/libsvn_repos/Makefile
MFC r275385 (by bapt):
[FreeBSD/stable/10.git] / usr.bin / svn / lib / libsvn_repos / Makefile
1 # $FreeBSD$
2
3 .include "${.CURDIR}/../Makefile.inc"
4
5 .PATH:  ${SVNDIR}/libsvn_repos
6
7 INTERNALLIB=    yes
8 LIB=            svn_repos
9
10 SRCS=           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
15 CFLAGS+=        -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>