5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync# $Id$
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync## @file
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync# Sub-makefile for input test cases.
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync#
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync#
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync# Copyright (C) 2013 Oracle Corporation
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync#
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync# available from http://www.virtualbox.org. This file is free software;
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync# you can redistribute it and/or modify it under the terms of the GNU
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync# General Public License (GPL) as published by the Free Software
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync#
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsyncSUB_DEPTH = ../../../..
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsyncinclude $(KBUILD_PATH)/subheader.kmk
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync
c61003e1d0a0c20a7b6a1852268e57bc77df0fbavboxsyncif defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK)
c61003e1d0a0c20a7b6a1852268e57bc77df0fbavboxsync PROGRAMS += tstUsbMouse
c61003e1d0a0c20a7b6a1852268e57bc77df0fbavboxsyncendif
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsynctstUsbMouse_TEMPLATE = VBOXR3TSTEXE
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsynctstUsbMouse_DEFS = VBOX_WITH_VUSB
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsynctstUsbMouse_INCS = \
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync ../../build
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsynctstUsbMouse_LIBS = $(LIB_VMM)
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsynctstUsbMouse_SOURCES = \
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync tstUsbMouse.cpp \
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync ../UsbMouse.cpp
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsyncinclude $(FILE_KBUILD_SUB_FOOTER)
5e0e6ddc03446ac4815f72ce90095e422f593d1dvboxsync