]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/svn/lib/libsvn_diff/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / svn / lib / libsvn_diff / Makefile
1 # $FreeBSD$
2
3 .include "${.CURDIR}/../Makefile.inc"
4
5 .PATH:  ${SVNDIR}/libsvn_diff
6
7 INTERNALLIB=    yes
8 LIB=            svn_diff
9
10 SRCS=           deprecated.c diff.c diff3.c diff4.c diff_file.c diff_memory.c \
11                 diff_tree.c lcs.c parse-diff.c token.c util.c
12
13 CFLAGS+=        -I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
14                 -I${.CURDIR}/../libapr \
15                 -I${APR}/include/arch/unix \
16                 -I${APR}/include \
17                 -I${.CURDIR}/../libapr_util \
18                 -I${APRU}/include/private \
19                 -I${APRU}/include
20
21 .include <bsd.lib.mk>
22