Makefile.kmk revision 456f370fcde010d585d9174df045978a6c9893c1
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync# $Id$
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync## @file
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync# Sub-Makefile for the X11 Guest Additions.
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync#
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync# 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#
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync# Clara, CA 95054 USA or visit http://www.sun.com if you need
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync# additional information or have any questions.
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync#
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync
456f370fcde010d585d9174df045978a6c9893c1vboxsyncifdef VBOX_KBUILD_HACKING
456f370fcde010d585d9174df045978a6c9893c1vboxsyncSUB_DEPTH = ../../../..
456f370fcde010d585d9174df045978a6c9893c1vboxsyncelse
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsyncSUB_DEPTH = ..
456f370fcde010d585d9174df045978a6c9893c1vboxsyncDEPTH ?= ../../../..
456f370fcde010d585d9174df045978a6c9893c1vboxsyncendif
27537ffef7291d0bb3a24e459a6b94c65586defevboxsyncinclude $(KBUILD_PATH)/subheader.kmk
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync
9db222b796d42d1c370c9180cefd393a41e875b1vboxsync# Include sub-makefiles.
a332bd633feff9dfc81f02820b4a36c7cbface80vboxsyncif1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris)
9db222b796d42d1c370c9180cefd393a41e875b1vboxsync include $(PATH_SUB_CURRENT)/xclient/Makefile.kmk
9db222b796d42d1c370c9180cefd393a41e875b1vboxsync include $(PATH_SUB_CURRENT)/xgraphics/Makefile.kmk
9db222b796d42d1c370c9180cefd393a41e875b1vboxsync include $(PATH_SUB_CURRENT)/xmouse/Makefile.kmk
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsyncendif
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync
27537ffef7291d0bb3a24e459a6b94c65586defevboxsyncinclude $(KBUILD_PATH)/subfooter.kmk
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync