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