summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/lib/libsvn_ra_serf/Makefile
blob: f9ff6ffbe2b450e1562e496d6ef180a199f51e97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $FreeBSD$

.include "${.CURDIR}/../Makefile.inc"

.PATH:	${SVNDIR}/libsvn_ra_serf

INTERNALLIB=	yes
LIB=		svn_ra_serf

SRCS=		blame.c blncache.c commit.c get_deleted_rev.c getdate.c \
		getlocations.c getlocationsegments.c getlocks.c \
		inherited_props.c locks.c log.c merge.c mergeinfo.c options.c \
		property.c replay.c sb_bucket.c serf.c update.c util.c \
		util_error.c xml.c

CFLAGS+=	-I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
		-I${.CURDIR}/../libapr \
		-I${APR}/include/arch/unix \
		-I${APR}/include \
		-I${.CURDIR}/../libapr_util \
		-I${APRU}/include/private \
		-I${APRU}/include \
		-I${SERF}

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud