]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/svn/lib/libsvn_fs_fs/Makefile
MFC r275385 (by bapt):
[FreeBSD/stable/10.git] / usr.bin / svn / lib / libsvn_fs_fs / Makefile
1 # $FreeBSD$
2
3 .include "${.CURDIR}/../Makefile.inc"
4
5 .PATH:  ${SVNDIR}/libsvn_fs_fs
6
7 INTERNALLIB=    yes
8 LIB=            svn_fs_fs
9
10 SRCS=           cached_data.c caching.c dag.c dump-index.c fs.c fs_fs.c \
11                 hotcopy.c id.c index.c load-index.c lock.c low_level.c \
12                 pack.c recovery.c rep-cache.c rev_file.c revprops.c \
13                 stats.c temp_serializer.c transaction.c tree.c util.c \
14                 verify.c
15
16 CFLAGS+=        -I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
17                 -I${.CURDIR}/../libapr \
18                 -I${APR}/include/arch/unix \
19                 -I${APR}/include \
20                 -I${.CURDIR}/../libapr_util \
21                 -I${APRU}/include/private \
22                 -I${APRU}/include
23
24 .include <bsd.lib.mk>