diff options
Diffstat (limited to 'usr.bin/svn/lib/libsvn_wc')
-rw-r--r-- | usr.bin/svn/lib/libsvn_wc/Makefile | 28 | ||||
-rw-r--r-- | usr.bin/svn/lib/libsvn_wc/Makefile.depend | 13 |
2 files changed, 41 insertions, 0 deletions
diff --git a/usr.bin/svn/lib/libsvn_wc/Makefile b/usr.bin/svn/lib/libsvn_wc/Makefile new file mode 100644 index 0000000..ce3905a --- /dev/null +++ b/usr.bin/svn/lib/libsvn_wc/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +.include "${.CURDIR}/../Makefile.inc" + +.PATH: ${SVNDIR}/libsvn_wc + +INTERNALLIB= yes +LIB= svn_wc + +SRCS= adm_crawler.c adm_files.c adm_ops.c \ + ambient_depth_filter_editor.c cleanup.c conflicts.c \ + context.c copy.c crop.c delete.c deprecated.c diff_editor.c \ + diff_local.c entries.c externals.c info.c lock.c merge.c \ + node.c old-and-busted.c props.c questions.c relocate.c \ + revert.c revision_status.c status.c translate.c \ + tree_conflicts.c update_editor.c upgrade.c util.c \ + wc_db.c wc_db_pristine.c wc_db_update_move.c wc_db_util.c \ + wc_db_wcroot.c wcroot_anchor.c workqueue.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> diff --git a/usr.bin/svn/lib/libsvn_wc/Makefile.depend b/usr.bin/svn/lib/libsvn_wc/Makefile.depend new file mode 100644 index 0000000..18be76b --- /dev/null +++ b/usr.bin/svn/lib/libsvn_wc/Makefile.depend @@ -0,0 +1,13 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |