head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.06.19.00.27.30;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251886
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/usr.bin/svn/lib/libsvn_ra_serf/Makefile 251886 2013-06-18 02:53:45Z peter $

.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>
@
