]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/svn/lib/libsvn_fs_x/Makefile
MFV r337223:
[FreeBSD/FreeBSD.git] / usr.bin / svn / lib / libsvn_fs_x / Makefile
1 # $FreeBSD$
2
3 .include "${.CURDIR}/../Makefile.inc"
4
5 .PATH:  ${SVNDIR}/libsvn_fs_x
6
7 INTERNALLIB=    yes
8 LIB=            svn_fs_x
9
10 SRCS=           batch_fsync.c cached_data.c caching.c changes.c \
11                 dag_cache.c dag.c fs.c fs_id.c fs_x.c \
12                 hotcopy.c id.c index.c lock.c low_level.c noderevs.c pack.c \
13                 recovery.c rep-cache.c reps.c rev_file.c revprops.c \
14                 string_table.c temp_serializer.c transaction.c tree.c \
15                 util.c verify.c
16
17 CFLAGS+=        -I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
18                 -I${.CURDIR}/../libapr \
19                 -I${APR}/include/arch/unix \
20                 -I${APR}/include \
21                 -I${.CURDIR}/../libapr_util \
22                 -I${APRU}/include/private \
23                 -I${APRU}/include
24
25 .include <bsd.lib.mk>