# $Id: Makefile.kmk 6759 2008-02-02 09:44:51Z vboxsync $ ## @file # Top-level makefile for the VBox frontends. # # # 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 (GPL) 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. # DEPTH = ../../.. include $(PATH_KBUILD)/subheader.kmk # Include Sub-Makefiles ifdef VBOX_WITH_MAIN include $(PATH_SUB_CURRENT)/VBoxManage/Makefile.kmk endif ifdef VBOX_WITH_VBOXSDL include $(PATH_SUB_CURRENT)/VBoxSDL/Makefile.kmk endif ifdef VBOX_WITH_VBOXBFE include $(PATH_SUB_CURRENT)/VBoxBFE/Makefile.kmk endif ifdef VBOX_WITH_VBOXFB include $(PATH_SUB_CURRENT)/VBoxFB/Makefile.kmk endif ifdef VBOX_WITH_VRDP include $(PATH_SUB_CURRENT)/VBoxVRDP/Makefile.kmk endif ifdef VBOX_WITH_HEADLESS include $(PATH_SUB_CURRENT)/VBoxHeadless/Makefile.kmk endif # Sub-directory walk (qt is too much work for now) ifdef VBOX_WITH_QTGUI SUBDIRS_AFTER += VirtualBox endif include $(PATH_KBUILD)/subfooter.kmk