]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/svn/lib/libsvn_client/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / svn / lib / libsvn_client / Makefile
1 # $FreeBSD$
2
3 .include "${.CURDIR}/../Makefile.inc"
4
5 .PATH:  ${SVNDIR}/libsvn_client
6
7 INTERNALLIB=    yes
8 LIB=            svn_client
9
10 SRCS=           add.c blame.c cat.c changelist.c checkout.c cleanup.c \
11                 cmdline.c commit.c commit_util.c compat_providers.c copy.c \
12                 copy_foreign.c ctx.c delete.c deprecated.c diff.c \
13                 diff_local.c diff_summarize.c export.c externals.c import.c \
14                 info.c iprops.c list.c locking_commands.c log.c merge.c \
15                 mergeinfo.c patch.c log.c prop_commands.c \
16                 ra.c relocate.c repos_diff.c resolved.c revert.c revisions.c \
17                 status.c switch.c update.c upgrade.c url.c util.c version.c
18
19 CFLAGS+=        -I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
20                 -I${.CURDIR}/../libapr \
21                 -I${APR}/include/arch/unix \
22                 -I${APR}/include \
23                 -I${.CURDIR}/../libapr_util \
24                 -I${APRU}/include/private \
25                 -I${APRU}/include
26
27 .include <bsd.lib.mk>