Makefile.kmk revision d72de76b4a3e99fc32fd28993e1005dd35c676b2
d7097a142464c500766b2cb3d564986e0a072799vboxsync# $Id$
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync## @file
d7097a142464c500766b2cb3d564986e0a072799vboxsync# Sub-Makefile for the Windows NT++ Guest Additions.
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync#
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync# Copyright (C) 2006-2010 Oracle Corporation
d7097a142464c500766b2cb3d564986e0a072799vboxsync#
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync# available from http://www.virtualbox.org. This file is free software;
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync# you can redistribute it and/or modify it under the terms of the GNU
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync# General Public License (GPL) as published by the Free Software
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync#
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsyncSUB_DEPTH = ../../../..
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsyncinclude $(KBUILD_PATH)/subheader.kmk
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync# Include Sub-Makefiles.
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsyncinclude $(PATH_SUB_CURRENT)/Graphics/Makefile.kmk
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsyncinclude $(PATH_SUB_CURRENT)/Mouse/Makefile.kmk
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsyncinclude $(PATH_SUB_CURRENT)/VBoxTray/Makefile.kmk
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsyncinclude $(PATH_SUB_CURRENT)/VBoxGINA/Makefile.kmk
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsyncinclude $(PATH_SUB_CURRENT)/VBoxCredProv/Makefile.kmk
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsyncinclude $(PATH_SUB_CURRENT)/VBoxHook/Makefile.kmk
43747b1f0bc8302a238fb35e55857a5e9aa1933dvboxsyncinclude $(PATH_SUB_CURRENT)/tools/Makefile.kmk
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsyncifdef VBOX_WITH_WIN32_ADDITIONS_SHAREDFOLDERS
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync include $(PATH_SUB_CURRENT)/SharedFolders/Makefile.kmk
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsyncendif
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsyncifneq ($(wildcard $(PATH_SUB_CURRENT)/Installer/Makefile.kmk),)
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync include $(PATH_SUB_CURRENT)/Installer/Makefile.kmk
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsyncendif
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsyncinclude $(KBUILD_PATH)/subfooter.kmk
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync