]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/svn/lib/libsvn_fs_fs/Makefile
Change Makefiles under usr.bin/svn to make them easier to incrementally
[FreeBSD/FreeBSD.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 \
11                 caching.c \
12                 dag.c \
13                 dump-index.c \
14                 fs.c \
15                 fs_fs.c \
16                 hotcopy.c \
17                 id.c \
18                 index.c \
19                 load-index.c \
20                 lock.c \
21                 low_level.c \
22                 pack.c \
23                 recovery.c \
24                 rep-cache.c \
25                 rev_file.c \
26                 revprops.c \
27                 stats.c \
28                 temp_serializer.c \
29                 transaction.c \
30                 tree.c \
31                 util.c \
32                 verify.c
33
34 CFLAGS+=        -I${SVNDIR}/include \
35                 -I${SVNDIR} \
36                 -I${.CURDIR}/../.. \
37                 -I${.CURDIR}/../libapr \
38                 -I${APR}/include/arch/unix \
39                 -I${APR}/include \
40                 -I${.CURDIR}/../libapr_util \
41                 -I${APRU}/include/private \
42                 -I${APRU}/include
43
44 .include <bsd.lib.mk>