aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/svn/lib/libsvn_delta/Makefile
blob: 5b8335db52b17dfa647cb4c0b29912611cdeb346 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# $FreeBSD$

.include "${.CURDIR}/../Makefile.inc"

.PATH:	${SVNDIR}/libsvn_delta

INTERNALLIB=	yes
LIB=		svn_delta

SRCS=		branch.c \
		branch_compat.c \
		branch_migrate.c \
		branch_nested.c \
		branch_repos.c \
		cancel.c \
		compat.c \
		compose_delta.c \
		debug_editor.c \
		default_editor.c \
		deprecated.c \
		depth_filter_editor.c \
		editor.c \
		element.c \
		path_driver.c \
		svndiff.c \
		text_delta.c \
		version.c \
		xdelta.c

CFLAGS+=	-I${SVNDIR}/include \
		-I${SVNDIR} \
		-I${.CURDIR}/../.. \
		-I${.CURDIR}/../libapr \
		-I${APR}/include/arch/unix \
		-I${APR}/include \
		-I${.CURDIR}/../libapr_util \
		-I${APRU}/include/private \
		-I${APRU}/include

.include <bsd.lib.mk>