]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/svn/lib/libsvn_ra/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.bin / svn / lib / libsvn_ra / Makefile
1 # $FreeBSD$
2
3 .include "${.CURDIR}/../Makefile.inc"
4
5 .PATH:  ${SVNDIR}/libsvn_ra
6
7 INTERNALLIB=    yes
8 LIB=            svn_ra
9
10 SRCS=           compat.c debug_reporter.c deprecated.c editor.c \
11                 ra_loader.c util.c
12
13 CFLAGS+=        -I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
14                 -I${.CURDIR}/../libapr \
15                 -I${APR}/include/arch/unix \
16                 -I${APR}/include \
17                 -I${.CURDIR}/../libapr_util \
18                 -I${APRU}/include/private \
19                 -I${APRU}/include
20
21 .include <bsd.lib.mk>