Makefile.kmk revision 60d04d80331ea911c932d4230947de8766fd1f10
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync# $Id$
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync## @file
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync# Sub-Makefile for the common addition code.
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync#
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync
c58f1213e628a545081c70e26c6b67a841cff880vboxsync#
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync# Copyright (C) 2006-2007 Sun Microsystems, Inc.
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync#
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync# available from http://www.virtualbox.org. This file is free software;
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync# you can redistribute it and/or modify it under the terms of the GNU
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync# General Public License (GPL) as published by the Free Software
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync#
456f370fcde010d585d9174df045978a6c9893c1vboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
27537ffef7291d0bb3a24e459a6b94c65586defevboxsync# Clara, CA 95054 USA or visit http://www.sun.com if you need
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync# additional information or have any questions.
9db222b796d42d1c370c9180cefd393a41e875b1vboxsync#
a332bd633feff9dfc81f02820b4a36c7cbface80vboxsync
b72771e8c6ba3b3d9ebdd7977730325131ae0f98vboxsyncifdef VBOX_KBUILD_HACKING
b72771e8c6ba3b3d9ebdd7977730325131ae0f98vboxsyncSUB_DEPTH = ../../../..
a447fe1a33ac8707a2ec65681ad7b1623fde3834vboxsyncelse
a447fe1a33ac8707a2ec65681ad7b1623fde3834vboxsyncDEPTH ?= ../../../..
a447fe1a33ac8707a2ec65681ad7b1623fde3834vboxsyncSUB_DEPTH = ..
8b2b17d54c28ff41525ff3c445cca9676ca600d0vboxsyncendif
8b2b17d54c28ff41525ff3c445cca9676ca600d0vboxsyncinclude $(KBUILD_PATH)/subheader.kmk
8b2b17d54c28ff41525ff3c445cca9676ca600d0vboxsync
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync# Include sub-makefile.
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsyncinclude $(PATH_SUB_CURRENT)/VBoxGuestLib/Makefile.kmk
772269936494ffaddd0750ba9e28e805ba81398cvboxsyncif1of ($(KBUILD_TARGET), freebsd os2 solaris)
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsyncinclude $(PATH_SUB_CURRENT)/VBoxControl/Makefile.kmk
include $(PATH_SUB_CURRENT)/VBoxGuest/Makefile.kmk
include $(PATH_SUB_CURRENT)/VBoxService/Makefile.kmk
endif
include $(KBUILD_PATH)/subfooter.kmk