aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/svn/lib/libsvn_repos/Makefile
blob: 51aa05b9f5d3d2f075473ad326a0aeccc24445e3 (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
41
42
43
44
# $FreeBSD$

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

.PATH:	${SVNDIR}/libsvn_repos

INTERNALLIB=	yes
LIB=		svn_repos

SRCS=		authz.c \
		authz_info.c \
		authz_parse.c \
		commit.c \
		compat.c \
		config_file.c \
		config_pool.c \
		delta.c \
		deprecated.c \
		dump.c \
		dump_editor.c \
		fs-wrap.c \
		hooks.c \
		list.c \
		load-fs-vtable.c \
		load.c \
		log.c \
		node_tree.c \
		notify.c \
		replay.c \
		reporter.c \
		repos.c \
		rev_hunt.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>