]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/svn/lib/libsvn_wc/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.bin / svn / lib / libsvn_wc / Makefile
1 # $FreeBSD$
2
3 .include "${.CURDIR}/../Makefile.inc"
4
5 .PATH:  ${SVNDIR}/libsvn_wc
6
7 INTERNALLIB=    yes
8 LIB=            svn_wc
9
10 SRCS=           adm_crawler.c adm_files.c adm_ops.c \
11                 ambient_depth_filter_editor.c cleanup.c conflicts.c \
12                 context.c copy.c crop.c delete.c deprecated.c diff_editor.c \
13                 diff_local.c entries.c externals.c info.c lock.c merge.c \
14                 node.c old-and-busted.c props.c questions.c relocate.c \
15                 revert.c revision_status.c status.c translate.c \
16                 tree_conflicts.c update_editor.c upgrade.c util.c \
17                 wc_db.c wc_db_pristine.c wc_db_update_move.c wc_db_util.c \
18                 wc_db_wcroot.c wcroot_anchor.c workqueue.c
19
20 CFLAGS+=        -I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
21                 -I${.CURDIR}/../libapr \
22                 -I${APR}/include/arch/unix \
23                 -I${APR}/include \
24                 -I${.CURDIR}/../libapr_util \
25                 -I${APRU}/include/private \
26                 -I${APRU}/include
27
28 .include <bsd.lib.mk>