Makefile.kmk revision a447fe1a33ac8707a2ec65681ad7b1623fde3834
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel# $Id$
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel## @file
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel# Sub-Makefile for the X11 Guest Additions.
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel#
5c0c85e940b70f08c2ef6bb9433307e7edf967a4Nicolas Philippe
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel# Copyright (C) 2006-2012 Oracle Corporation
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel#
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel# This file is part of VirtualBox Open Source Edition (OSE), as
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel# available from http://www.virtualbox.org. This file is free software;
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel# you can redistribute it and/or modify it under the terms of the GNU
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel# General Public License (GPL) as published by the Free Software
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel# Foundation, in version 2 as it comes in the "COPYING" file of the
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel#
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake FeaselSUB_DEPTH = ../../../..
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feaselinclude $(KBUILD_PATH)/subheader.kmk
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel# Include sub-makefiles.
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feaselif1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris)
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel include $(PATH_SUB_CURRENT)/VBoxClient/Makefile.kmk
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel include $(PATH_SUB_CURRENT)/vboxvideo/Makefile.kmk
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel ifneq ($(KBUILD_TARGET), solaris)
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel include $(PATH_SUB_CURRENT)/vboxmouse/Makefile.kmk
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel endif
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel include $(PATH_SUB_CURRENT)/x11stubs/Makefile.kmk
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feaselendif
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feaselinclude $(FILE_KBUILD_SUB_FOOTER)
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel
0942ced8a2cc0c0f5fb5015ec53f81d5360ee79cJake Feasel