Makefile.kmk revision a332bd633feff9dfc81f02820b4a36c7cbface80
7db058a7846888b8823fca9e8135f395265ef1d8nilgun# $Id$
7db058a7846888b8823fca9e8135f395265ef1d8nilgun## @file
7db058a7846888b8823fca9e8135f395265ef1d8nilgun# Sub-Makefile for the X11 Guest Additions.
d3e250aab242db84d14060985b5db675a731d548nd#
7db058a7846888b8823fca9e8135f395265ef1d8nilgun
7db058a7846888b8823fca9e8135f395265ef1d8nilgun# Copyright (C) 2006-2007 Sun Microsystems, Inc.
7db058a7846888b8823fca9e8135f395265ef1d8nilgun#
7db058a7846888b8823fca9e8135f395265ef1d8nilgun# This file is part of VirtualBox Open Source Edition (OSE), as
7db058a7846888b8823fca9e8135f395265ef1d8nilgun# available from http://www.virtualbox.org. This file is free software;
7db058a7846888b8823fca9e8135f395265ef1d8nilgun# you can redistribute it and/or modify it under the terms of the GNU
0a05fab9aadd37834734ffe106fc8ad4488fb3e3rbowen# General Public License (GPL) as published by the Free Software
7db058a7846888b8823fca9e8135f395265ef1d8nilgun# Foundation, in version 2 as it comes in the "COPYING" file of the
7db058a7846888b8823fca9e8135f395265ef1d8nilgun# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
#
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
# Clara, CA 95054 USA or visit http://www.sun.com if you need
# additional information or have any questions.
#
DEPTH ?= ../../../..
SUB_DEPTH = ..
include $(KBUILD_PATH)/subheader.kmk
# Include sub-makefiles.
if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris)
include $(PATH_SUB_CURRENT)/xclient/Makefile.kmk
include $(PATH_SUB_CURRENT)/xgraphics/Makefile.kmk
include $(PATH_SUB_CURRENT)/xmouse/Makefile.kmk
endif
include $(KBUILD_PATH)/subfooter.kmk