freebsd-skq/usr.bin/svn/lib/libsvn_delta/Makefile
dim 18d2a80e6c Change Makefiles under usr.bin/svn to make them easier to incrementally
update. No functional change intended.

MFC after:	2 weeks
2020-05-31 22:04:51 +00:00

41 lines
700 B
Makefile

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