e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync# $Id$
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync## @file
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync# Makefile for the Windows Guest Additions Mouse Driver
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync#
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync#
772269936494ffaddd0750ba9e28e805ba81398cvboxsync# Copyright (C) 2011-2012 Oracle Corporation
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync#
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync# available from http://www.virtualbox.org. This file is free software;
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync# you can redistribute it and/or modify it under the terms of the GNU
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync# General Public License (GPL) as published by the Free Software
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync#
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsyncSUB_DEPTH = ../../../../..
772269936494ffaddd0750ba9e28e805ba81398cvboxsyncinclude $(KBUILD_PATH)/subheader.kmk
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync# Include Sub-Makefiles.
d72de76b4a3e99fc32fd28993e1005dd35c676b2vboxsyncinclude $(PATH_SUB_CURRENT)/NT4/Makefile.kmk
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsyncinclude $(PATH_SUB_CURRENT)/NT5/Makefile.kmk
e12a4168124cdb9ebd1f61bc4a93f765bf399befvboxsync
772269936494ffaddd0750ba9e28e805ba81398cvboxsyncinclude $(FILE_KBUILD_SUB_FOOTER)