]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/svn/lib/libsvn_repos/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 commit.c delta.c deprecated.c dump.c fs-wrap.c \
11                 hooks.c load-fs-vtable.c load.c log.c node_tree.c notify.c \
12                 replay.c reporter.c repos.c rev_hunt.c \
13
14 CFLAGS+=        -I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
15                 -I${.CURDIR}/../libapr \
16                 -I${APR}/include/arch/unix \
17                 -I${APR}/include \
18                 -I${.CURDIR}/../libapr_util \
19                 -I${APRU}/include/private \
20                 -I${APRU}/include
21
22 .include <bsd.lib.mk>