Makefile.kmk revision 27537ffef7291d0bb3a24e459a6b94c65586defe
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync# $Id: Makefile.kmk 21700 2007-06-01 16:01:28Z umoeller $
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync## @file
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync# Sub-Makefile for the Shared OpenGL Host Service testcases.
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync#
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync#
772269936494ffaddd0750ba9e28e805ba81398cvboxsync# Copyright (C) 2006-2007 Sun Microsystems, Inc.
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync#
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync# available from http://www.virtualbox.org. This file is free software;
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync# you can redistribute it and/or modify it under the terms of the GNU
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync# General Public License (GPL) as published by the Free Software
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync#
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync# Clara, CA 95054 USA or visit http://www.sun.com if you need
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync# additional information or have any questions.
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync#
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync
b01946cf966a38d8c9302826bc641649c669eb9bvboxsyncDEPTH ?= ../../../../../..
b01946cf966a38d8c9302826bc641649c669eb9bvboxsyncSUB_DEPTH = ../../..
b01946cf966a38d8c9302826bc641649c669eb9bvboxsyncinclude $(KBUILD_PATH)/subheader.kmk
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync
b01946cf966a38d8c9302826bc641649c669eb9bvboxsyncifdef VBOX_WITH_TESTCASES
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync#
e3e17b12a8230cd32c6ff2b7c36c467a75909726vboxsync# Structure size testcase.
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync#
772269936494ffaddd0750ba9e28e805ba81398cvboxsyncPROGRAMS += tstHook
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync
b01946cf966a38d8c9302826bc641649c669eb9bvboxsynctstHook_TEMPLATE = VBOXW32GUESTR3
b01946cf966a38d8c9302826bc641649c669eb9bvboxsynctstHook_DEFS = VBOX_HGCM
b01946cf966a38d8c9302826bc641649c669eb9bvboxsynctstHook_SOURCES = tstHook.cpp
b01946cf966a38d8c9302826bc641649c669eb9bvboxsynctstHook_INCS = ../../include
b01946cf966a38d8c9302826bc641649c669eb9bvboxsynctstHook_LIBS = $(PATH_LIB)/VBoxHook.lib
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync
b01946cf966a38d8c9302826bc641649c669eb9bvboxsyncendif # VBOX_WITH_TESTCASES
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync
b01946cf966a38d8c9302826bc641649c669eb9bvboxsyncinclude $(KBUILD_PATH)/subfooter.kmk
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync
b01946cf966a38d8c9302826bc641649c669eb9bvboxsync