]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/svn/lib/libsvn_ra_serf/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / svn / lib / libsvn_ra_serf / Makefile
1 # $FreeBSD$
2
3 .include "${.CURDIR}/../Makefile.inc"
4
5 .PATH:  ${SVNDIR}/libsvn_ra_serf
6
7 INTERNALLIB=    yes
8 LIB=            svn_ra_serf
9
10 SRCS=           blame.c blncache.c commit.c get_deleted_rev.c getdate.c \
11                 getlocations.c getlocationsegments.c getlocks.c \
12                 inherited_props.c locks.c log.c merge.c mergeinfo.c options.c \
13                 property.c replay.c sb_bucket.c serf.c update.c util.c \
14                 util_error.c xml.c
15
16 CFLAGS+=        -I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
17                 -I${.CURDIR}/../libapr \
18                 -I${APR}/include/arch/unix \
19                 -I${APR}/include \
20                 -I${.CURDIR}/../libapr_util \
21                 -I${APRU}/include/private \
22                 -I${APRU}/include \
23                 -I${SERF}
24
25 .include <bsd.lib.mk>