Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# $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>