]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/svn/lib/libsvn_delta/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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=           cancel.c compat.c compose_delta.c debug_editor.c \
11                 default_editor.c deprecated.c depth_filter_editor.c editor.c \
12                 path_driver.c svndiff.c text_delta.c version.c xdelta.c
13
14 CFLAGS+=        -I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
15                 -I${.CURDIR}/../libapr \
16                 -I${APR}/include/arch/unix \
17                 -I${APR}/include \
18                 -I${.CURDIR}/../libapr_util \
19                 -I${APRU}/include/private \
20                 -I${APRU}/include
21
22 .include <bsd.lib.mk>