54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync# $Id$
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync## @file
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync# Sub-Makefile for VBoxHook.
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync#
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync#
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync# Copyright (C) 2006-2012 Oracle Corporation
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync#
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync# available from http://www.virtualbox.org. This file is free software;
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync# you can redistribute it and/or modify it under the terms of the GNU
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync# General Public License (GPL) as published by the Free Software
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync#
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsyncSUB_DEPTH = ../../../../..
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsyncinclude $(KBUILD_PATH)/subheader.kmk
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync# Include sub-makefile(s).
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsyncinclude $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsyncDLLS += VBoxHook
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsyncVBoxHook_TEMPLATE = VBOXGUESTR3DLL
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsyncVBoxHook_INCS = ../include
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsyncVBoxHook_SOURCES = \
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync dllmain.cpp \
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync VBoxHook.cpp \
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync VBoxHook.def \
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync VBoxHook.rc
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsyncinclude $(FILE_KBUILD_SUB_FOOTER)
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync
54dc8e6c81a07ae54c66e27f210609f2ff529760vboxsync