20ebd0a515be297379ebdc639af4297da5d0034fvboxsync# $Id$
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync## @file
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync# Sub-Makefile for svnsync-vbox.
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync#
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync#
772269936494ffaddd0750ba9e28e805ba81398cvboxsync# Copyright (C) 2006-2012 Oracle Corporation
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync#
b2aaabcd5488c52a32fdbfeda9bc5bc09978983bvboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
b2aaabcd5488c52a32fdbfeda9bc5bc09978983bvboxsync# available from http://www.virtualbox.org. This file is free software;
b2aaabcd5488c52a32fdbfeda9bc5bc09978983bvboxsync# you can redistribute it and/or modify it under the terms of the GNU
b2aaabcd5488c52a32fdbfeda9bc5bc09978983bvboxsync# General Public License (GPL) as published by the Free Software
b2aaabcd5488c52a32fdbfeda9bc5bc09978983bvboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
b2aaabcd5488c52a32fdbfeda9bc5bc09978983bvboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
b2aaabcd5488c52a32fdbfeda9bc5bc09978983bvboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync#
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync
20ebd0a515be297379ebdc639af4297da5d0034fvboxsyncSUB_DEPTH = ../../..
20ebd0a515be297379ebdc639af4297da5d0034fvboxsyncinclude $(KBUILD_PATH)/subheader.kmk
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync
20ebd0a515be297379ebdc639af4297da5d0034fvboxsyncPROGRAMS += svnsync-vbox
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync
20ebd0a515be297379ebdc639af4297da5d0034fvboxsyncsvnsync-vbox_TEMPLATE = VBOXR3EXE
20ebd0a515be297379ebdc639af4297da5d0034fvboxsyncsvnsync-vbox_SOURCES = main.c
20ebd0a515be297379ebdc639af4297da5d0034fvboxsyncsvnsync-vbox_INCS = \
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync /usr/include/subversion-1 \
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync /usr/include/apr-0
20ebd0a515be297379ebdc639af4297da5d0034fvboxsyncsvnsync-vbox_LIBS = \
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync svn_ra-1 \
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync svn_ra_dav-1 \
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync svn_ra_svn-1 \
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync svn_ra_local-1 \
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync svn_repos-1 \
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync svn_fs-1 \
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync svn_fs_base-1 \
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync svn_fs_fs-1 \
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync svn_delta-1 \
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync svn_subr-1 \
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync neon \
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync apr-0 \
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync aprutil-0
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync
772269936494ffaddd0750ba9e28e805ba81398cvboxsyncinclude $(FILE_KBUILD_SUB_FOOTER)
20ebd0a515be297379ebdc639af4297da5d0034fvboxsync