summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/lib/libsvn_client/Makefile
blob: 2eb7a2341fa6c4628024f9961185b21fd813f750 (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
26
27
# $FreeBSD$

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

.PATH:	${SVNDIR}/libsvn_client

INTERNALLIB=	yes
LIB=		svn_client

SRCS=		add.c blame.c cat.c changelist.c checkout.c cleanup.c \
		cmdline.c commit.c commit_util.c compat_providers.c copy.c \
		copy_foreign.c ctx.c delete.c deprecated.c diff.c \
		diff_local.c diff_summarize.c export.c externals.c import.c \
		info.c iprops.c list.c locking_commands.c log.c merge.c \
		mergeinfo.c mtcc.c patch.c log.c prop_commands.c \
		ra.c relocate.c repos_diff.c resolved.c revert.c revisions.c \
		status.c switch.c update.c upgrade.c url.c util.c version.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

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