Deleted Added
full compact
Makefile (302408) Makefile (362181)
1# $FreeBSD: stable/11/usr.bin/svn/lib/libsvn_client/Makefile 289180 2015-10-12 09:53:55Z peter $
1# $FreeBSD: stable/11/usr.bin/svn/lib/libsvn_client/Makefile 362181 2020-06-14 18:49:06Z dim $
2
3.include "${.CURDIR}/../Makefile.inc"
4
5.PATH: ${SVNDIR}/libsvn_client
6
7INTERNALLIB= yes
8LIB= svn_client
9
2
3.include "${.CURDIR}/../Makefile.inc"
4
5.PATH: ${SVNDIR}/libsvn_client
6
7INTERNALLIB= yes
8LIB= svn_client
9
10SRCS= add.c blame.c cat.c changelist.c checkout.c cleanup.c \
11 cmdline.c commit.c commit_util.c compat_providers.c copy.c \
12 copy_foreign.c ctx.c delete.c deprecated.c diff.c \
13 diff_local.c diff_summarize.c export.c externals.c import.c \
14 info.c iprops.c list.c locking_commands.c log.c merge.c \
15 mergeinfo.c mtcc.c patch.c log.c prop_commands.c \
16 ra.c relocate.c repos_diff.c resolved.c revert.c revisions.c \
17 status.c switch.c update.c upgrade.c url.c util.c version.c
10SRCS= add.c \
11 blame.c \
12 cat.c \
13 changelist.c \
14 checkout.c \
15 cleanup.c \
16 cmdline.c \
17 commit.c \
18 commit_util.c \
19 compat_providers.c \
20 conflicts.c \
21 copy.c \
22 ctx.c \
23 delete.c \
24 deprecated.c \
25 diff.c \
26 diff_local.c \
27 diff_summarize.c \
28 export.c \
29 externals.c \
30 import.c \
31 info.c \
32 iprops.c \
33 layout.c \
34 list.c \
35 locking_commands.c \
36 log.c \
37 merge.c \
38 merge_elements.c \
39 mergeinfo.c \
40 mtcc.c \
41 patch.c \
42 prop_commands.c \
43 ra.c \
44 relocate.c \
45 repos_diff.c \
46 resolved.c \
47 revert.c \
48 revisions.c \
49 shelf.c \
50 shelf2.c \
51 status.c \
52 switch.c \
53 update.c \
54 upgrade.c \
55 url.c \
56 util.c \
57 version.c \
58 wc_editor.c
18
59
19CFLAGS+= -I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
60CFLAGS+= -I${SVNDIR}/include \
61 -I${SVNDIR} \
62 -I${.CURDIR}/../.. \
20 -I${.CURDIR}/../libapr \
21 -I${APR}/include/arch/unix \
22 -I${APR}/include \
23 -I${.CURDIR}/../libapr_util \
24 -I${APRU}/include/private \
25 -I${APRU}/include
26
27.include <bsd.lib.mk>
63 -I${.CURDIR}/../libapr \
64 -I${APR}/include/arch/unix \
65 -I${APR}/include \
66 -I${.CURDIR}/../libapr_util \
67 -I${APRU}/include/private \
68 -I${APRU}/include
69
70.include <bsd.lib.mk>