e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# $Id$
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync## @file
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Sub-Makefile for the VirtualBox Guest/Host part
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync#
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync#
82391de567696f10b21a762fde6a06fe3c266d28vboxsync# Copyright (C) 2008-2014 Oracle Corporation
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync#
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# available from http://www.virtualbox.org. This file is free software;
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# you can redistribute it and/or modify it under the terms of the GNU
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# General Public License (GPL) as published by the Free Software
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync#
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncSUB_DEPTH = ../../..
772269936494ffaddd0750ba9e28e805ba81398cvboxsyncinclude $(KBUILD_PATH)/subheader.kmk
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Include sub-makefile(s).
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncifdef VBOX_WITH_CROGL
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync include $(PATH_SUB_CURRENT)/OpenGL/Makefile.kmk
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncendif
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
d08f5326f55acc77563fb83341ebf7587242c9b4vboxsyncifdef VBOX_WITH_HGSMI
d08f5326f55acc77563fb83341ebf7587242c9b4vboxsync include $(PATH_SUB_CURRENT)/HGSMI/Makefile.kmk
d08f5326f55acc77563fb83341ebf7587242c9b4vboxsyncendif
d08f5326f55acc77563fb83341ebf7587242c9b4vboxsync
a58cdee05d01bbbe3d9b08b1c34bf72b6d1b1195vboxsyncifdef VBOX_WITH_HGCM
a58cdee05d01bbbe3d9b08b1c34bf72b6d1b1195vboxsync include $(PATH_SUB_CURRENT)/SharedClipboard/Makefile.kmk
a58cdee05d01bbbe3d9b08b1c34bf72b6d1b1195vboxsyncendif
a58cdee05d01bbbe3d9b08b1c34bf72b6d1b1195vboxsync
82391de567696f10b21a762fde6a06fe3c266d28vboxsyncifdef VBOX_WITH_DRAG_AND_DROP
82391de567696f10b21a762fde6a06fe3c266d28vboxsync include $(PATH_SUB_CURRENT)/DragAndDrop/Makefile.kmk
82391de567696f10b21a762fde6a06fe3c266d28vboxsyncendif
82391de567696f10b21a762fde6a06fe3c266d28vboxsync
772269936494ffaddd0750ba9e28e805ba81398cvboxsyncinclude $(FILE_KBUILD_SUB_FOOTER)
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync