Makefile.kmk revision 10c22d9ea259cd112ff7accc875f12c97fbe1816
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync# $Id$
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync## @file
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync# Sub-Makefile for the Windows guest graphics driver.
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync#
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync#
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync# Copyright (C) 2006 InnoTek Systemberatung GmbH
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync#
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync# available from http://www.virtualbox.org. This file is free software;
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync# you can redistribute it and/or modify it under the terms of the GNU
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync# General Public License as published by the Free Software Foundation,
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync# distribution. VirtualBox OSE is distributed in the hope that it will
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync# be useful, but WITHOUT ANY WARRANTY of any kind.
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync#
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync# If you received this file as part of a commercial VirtualBox
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync# distribution, then only the terms of your commercial VirtualBox
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync# license agreement apply instead of the previous paragraph.
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync#
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsyncDEPTH ?= ../../../../..
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsyncSUB_DEPTH = ../..
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsyncinclude $(PATH_KBUILD)/subheader.kmk
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync# Include sub-makefiles.
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsyncinclude $(PATH_SUB_CURRENT)/Miniport/Makefile.kmk
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsyncinclude $(PATH_SUB_CURRENT)/Display/Makefile.kmk
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsyncinclude $(PATH_KBUILD)/subfooter.kmk
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync
eda35f91dbe2b4e221daaab631ef5eb225224185vboxsync