1# $FreeBSD: releng/11.0/usr.bin/svn/lib/libsvn_ra_serf/Makefile 289180 2015-10-12 09:53:55Z peter $
2
3.include "${.CURDIR}/../Makefile.inc"
4
5.PATH:	${SVNDIR}/libsvn_ra_serf
6
7INTERNALLIB=	yes
8LIB=		svn_ra_serf
9
10SRCS=		blame.c blncache.c commit.c eagain_bucket.c \
11		get_deleted_rev.c get_file.c get_lock.c getdate.c \
12		getlocations.c getlocationsegments.c getlocks.c \
13		inherited_props.c lock.c log.c merge.c mergeinfo.c \
14		multistatus.c options.c property.c replay.c sb_bucket.c \
15		serf.c stat.c update.c util.c util_error.c xml.c
16
17CFLAGS+=	-I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
18		-I${.CURDIR}/../libapr \
19		-I${APR}/include/arch/unix \
20		-I${APR}/include \
21		-I${.CURDIR}/../libapr_util \
22		-I${APRU}/include/private \
23		-I${APRU}/include \
24		-I${SERF}
25
26.include <bsd.lib.mk>
27