Makefile revision 677833bc953b6cb418c701facbdcf4aa18d6c44e
346N/A#
346N/A# Makefile for the VBox frontend base directory.
346N/A#
346N/A
346N/A#
346N/A# Copyright (C) 2006 InnoTek Systemberatung GmbH
346N/A#
346N/A# This file is part of VirtualBox Open Source Edition (OSE), as
346N/A# available from http://www.virtualbox.org. This file is free software;
346N/A# you can redistribute it and/or modify it under the terms of the GNU
346N/A# General Public License as published by the Free Software Foundation,
346N/A# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
346N/A# distribution. VirtualBox OSE is distributed in the hope that it will
346N/A# be useful, but WITHOUT ANY WARRANTY of any kind.
346N/A#
346N/A# If you received this file as part of a commercial VirtualBox
346N/A# distribution, then only the terms of your commercial VirtualBox
346N/A# license agreement apply instead of the previous paragraph.
346N/A#
346N/A
346N/ADEPTH = ../../..
346N/Ainclude $(PATH_KBUILD)/header.kmk
783N/A
346N/Aifdef VBOX_WITH_MAIN
346N/ASUBDIRS += VBoxManage
346N/Aendif
346N/Aifdef VBOX_WITH_VBOXSDL
783N/ASUBDIRS += VBoxSDL
783N/Aendif
346N/Aifdef VBOX_WITH_QTGUI
346N/ASUBDIRS += VirtualBox
346N/Aendif
346N/Aifdef VBOX_WITH_VBOXBFE
346N/ASUBDIRS += VBoxBFE
346N/Aendif
618N/Aifdef VBOX_WITH_VBOXFB
346N/ASUBDIRS += VBoxFB
346N/Aendif
346N/Aifdef VBOX_WITH_VRDP
618N/ASUBDIRS += VBoxVRDP
346N/Aendif
346N/A
346N/Ainclude $(PATH_KBUILD)/footer.kmk
346N/A
346N/A