a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync# $Id$
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync## @file
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync# Sub-Makefile for the X11 Guest Additions.
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync#
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync
c58f1213e628a545081c70e26c6b67a841cff880vboxsync# Copyright (C) 2006-2013 Oracle Corporation
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#
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync
456f370fcde010d585d9174df045978a6c9893c1vboxsyncSUB_DEPTH = ../../../..
27537ffef7291d0bb3a24e459a6b94c65586defevboxsyncinclude $(KBUILD_PATH)/subheader.kmk
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync
9db222b796d42d1c370c9180cefd393a41e875b1vboxsync# Include sub-makefiles.
a332bd633feff9dfc81f02820b4a36c7cbface80vboxsyncif1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris)
b72771e8c6ba3b3d9ebdd7977730325131ae0f98vboxsync include $(PATH_SUB_CURRENT)/VBoxClient/Makefile.kmk
b72771e8c6ba3b3d9ebdd7977730325131ae0f98vboxsync include $(PATH_SUB_CURRENT)/vboxvideo/Makefile.kmk
a447fe1a33ac8707a2ec65681ad7b1623fde3834vboxsync ifneq ($(KBUILD_TARGET), solaris)
a447fe1a33ac8707a2ec65681ad7b1623fde3834vboxsync include $(PATH_SUB_CURRENT)/vboxmouse/Makefile.kmk
a447fe1a33ac8707a2ec65681ad7b1623fde3834vboxsync endif
8b2b17d54c28ff41525ff3c445cca9676ca600d0vboxsync ifndef VBOX_USE_SYSTEM_XORG_HEADERS
8b2b17d54c28ff41525ff3c445cca9676ca600d0vboxsync include $(PATH_SUB_CURRENT)/x11stubs/Makefile.kmk
8b2b17d54c28ff41525ff3c445cca9676ca600d0vboxsync endif
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsyncendif
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync
772269936494ffaddd0750ba9e28e805ba81398cvboxsyncinclude $(FILE_KBUILD_SUB_FOOTER)
a2760a4d593af57a19ec32cdfd1723b68495df8cvboxsync