]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/svn/lib/libsvn_delta/Makefile
Upgrade Unbound to 1.6.1. More to follow.
[FreeBSD/FreeBSD.git] / usr.bin / svn / lib / libsvn_delta / Makefile
1 # $FreeBSD$
2
3 .include "${.CURDIR}/../Makefile.inc"
4
5 .PATH:  ${SVNDIR}/libsvn_delta
6
7 INTERNALLIB=    yes
8 LIB=            svn_delta
9
10 SRCS=           branch.c branch_compat.c branch_migrate.c branch_nested.c \
11                 branch_repos.c cancel.c compat.c compose_delta.c \
12                 debug_editor.c default_editor.c deprecated.c \
13                 depth_filter_editor.c editor.c element.c \
14                 path_driver.c svndiff.c text_delta.c version.c xdelta.c
15
16 CFLAGS+=        -I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
17                 -I${.CURDIR}/../libapr \
18                 -I${APR}/include/arch/unix \
19                 -I${APR}/include \
20                 -I${.CURDIR}/../libapr_util \
21                 -I${APRU}/include/private \
22                 -I${APRU}/include
23
24 .include <bsd.lib.mk>