Makefile.kmk revision 9f47d074eb38f681d18c3d9214b5f0132d2f7c0c
62471ba48484cd8fc1a391298efc0ff1d83d370evboxsync# $Id$
62471ba48484cd8fc1a391298efc0ff1d83d370evboxsync## @file
62471ba48484cd8fc1a391298efc0ff1d83d370evboxsync# Sub-Makefile for the common addition code.
62471ba48484cd8fc1a391298efc0ff1d83d370evboxsync#
62471ba48484cd8fc1a391298efc0ff1d83d370evboxsync
62471ba48484cd8fc1a391298efc0ff1d83d370evboxsync#
62471ba48484cd8fc1a391298efc0ff1d83d370evboxsync# Copyright (C) 2006-2007 Sun Microsystems, Inc.
62471ba48484cd8fc1a391298efc0ff1d83d370evboxsync#
62471ba48484cd8fc1a391298efc0ff1d83d370evboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
62471ba48484cd8fc1a391298efc0ff1d83d370evboxsync# available from http://www.virtualbox.org. This file is free software;
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync# you can redistribute it and/or modify it under the terms of the GNU
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync# General Public License (GPL) as published by the Free Software
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync#
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync# Clara, CA 95054 USA or visit http://www.sun.com if you need
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync# additional information or have any questions.
62471ba48484cd8fc1a391298efc0ff1d83d370evboxsync#
7420e5ee5565b181c144eabb14da0da9e8cce657vboxsync
7420e5ee5565b181c144eabb14da0da9e8cce657vboxsyncSUB_DEPTH = ../../../..
e862981c2e186a4cb6a126557d57603cc100d448vboxsyncinclude $(KBUILD_PATH)/subheader.kmk
e862981c2e186a4cb6a126557d57603cc100d448vboxsync
e862981c2e186a4cb6a126557d57603cc100d448vboxsync# Include sub-makefile.
e862981c2e186a4cb6a126557d57603cc100d448vboxsyncinclude $(PATH_SUB_CURRENT)/VBoxGuestLib/Makefile.kmk
e862981c2e186a4cb6a126557d57603cc100d448vboxsyncinclude $(PATH_SUB_CURRENT)/VBoxControl/Makefile.kmk
e862981c2e186a4cb6a126557d57603cc100d448vboxsyncif1of ($(KBUILD_TARGET), freebsd linux os2 solaris)
e862981c2e186a4cb6a126557d57603cc100d448vboxsync include $(PATH_SUB_CURRENT)/VBoxGuest/Makefile.kmk
e862981c2e186a4cb6a126557d57603cc100d448vboxsyncendif
e862981c2e186a4cb6a126557d57603cc100d448vboxsyncif1of ($(KBUILD_TARGET), win freebsd os2 solaris)
7420e5ee5565b181c144eabb14da0da9e8cce657vboxsync include $(PATH_SUB_CURRENT)/VBoxService/Makefile.kmk
e862981c2e186a4cb6a126557d57603cc100d448vboxsyncendif
7420e5ee5565b181c144eabb14da0da9e8cce657vboxsyncifdef VBOX_WITH_CROGL
e862981c2e186a4cb6a126557d57603cc100d448vboxsync include $(PATH_SUB_CURRENT)/crOpenGL/Makefile.kmk
e862981c2e186a4cb6a126557d57603cc100d448vboxsyncendif
e862981c2e186a4cb6a126557d57603cc100d448vboxsync
7420e5ee5565b181c144eabb14da0da9e8cce657vboxsyncinclude $(KBUILD_PATH)/subfooter.kmk
e862981c2e186a4cb6a126557d57603cc100d448vboxsync