Makefile.kmk revision 039cd2c4871a00e51af909222a34695d9cec3000
# $Id$
## @file
# Sub-Makefile for the Shared Folders Host Service.
#
#
# Copyright (C) 2006-2007 innotek GmbH
#
# This file is part of VirtualBox Open Source Edition (OSE), as
# available from http://www.virtualbox.org. This file is free software;
# you can redistribute it and/or modify it under the terms of the GNU
# General Public License as published by the Free Software Foundation,
# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
# distribution. VirtualBox OSE is distributed in the hope that it will
# be useful, but WITHOUT ANY WARRANTY of any kind.
#
# If you received this file as part of a commercial VirtualBox
# distribution, then only the terms of your commercial VirtualBox
# license agreement apply instead of the previous paragraph.
#
DEPTH ?= ../../../..
SUB_DEPTH = ..
include $(PATH_KBUILD)/subheader.kmk
# Include sub-makefile(s).
include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
#
# The shared folder service DLL.
#
DLLS += VBoxSharedFolders
VBoxSharedFolders_TEMPLATE = VBOXR3
VBoxSharedFolders_DEFS = VBOX_HGCM RTSHFL
VBoxSharedFolders_INCS.win = \
$(PATH_TOOL_$(VBOX_VCC_TOOL)_ATLMFC_INC) \
$(VBOX_PATH_SDK)
VBoxSharedFolders_SOURCES = \
service.cpp \
shflhandle.cpp \
vbsf.cpp \
mappings.cpp
VBoxSharedFolders_LIBS = \
$(LIB_VMM) \
$(LIB_RUNTIME) \
$(LIB_REM)
include $(PATH_KBUILD)/subfooter.kmk