Makefile.kmk revision c76321cf2110d59c368c15608de59dc69de18db7
af062818b47340eef15700d2f0211576ba3506eevboxsync# $Id: Makefile.kmk 21700 2007-06-01 16:01:28Z umoeller $
af062818b47340eef15700d2f0211576ba3506eevboxsync## @file
af062818b47340eef15700d2f0211576ba3506eevboxsync# Sub-Makefile for the Shared OpenGL Host Service testcases.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# Copyright (C) 2006-2007 Sun Microsystems, Inc.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
af062818b47340eef15700d2f0211576ba3506eevboxsync# available from http://www.virtualbox.org. This file is free software;
af062818b47340eef15700d2f0211576ba3506eevboxsync# you can redistribute it and/or modify it under the terms of the GNU
af062818b47340eef15700d2f0211576ba3506eevboxsync# General Public License (GPL) as published by the Free Software
af062818b47340eef15700d2f0211576ba3506eevboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
af062818b47340eef15700d2f0211576ba3506eevboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
af062818b47340eef15700d2f0211576ba3506eevboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
af062818b47340eef15700d2f0211576ba3506eevboxsync# Clara, CA 95054 USA or visit http://www.sun.com if you need
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync# additional information or have any questions.
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync#
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncDEPTH ?= ../../../../../../..
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncSUB_DEPTH = ../../../..
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncinclude $(KBUILD_PATH)/subheader.kmk
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncifdef VBOX_WITH_TESTCASES
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# Structure size testcase.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsyncPROGRAMS += tstShOpenGL tstOGLSample tstOGLSphere
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsynctstShOpenGL_TEMPLATE = VBOXGUESTR3EXE
af062818b47340eef15700d2f0211576ba3506eevboxsynctstShOpenGL_DEFS = VBOX_HGCM
af062818b47340eef15700d2f0211576ba3506eevboxsynctstShOpenGL_SOURCES = tstShOpenGL.cpp
af062818b47340eef15700d2f0211576ba3506eevboxsynctstShOpenGL_LIBS = $(PATH_SDK_WINPSDK_LIB)/opengl32.lib
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsynctstOGLSample_TEMPLATE = VBOXGUESTR3EXE
af062818b47340eef15700d2f0211576ba3506eevboxsynctstOGLSample_DEFS =
af062818b47340eef15700d2f0211576ba3506eevboxsynctstOGLSample_SOURCES = tstOGLSample.cpp
af062818b47340eef15700d2f0211576ba3506eevboxsynctstOGLSample_LIBS = $(PATH_SDK_WINPSDK_LIB)/opengl32.lib
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsynctstOGLSphere_TEMPLATE = VBOXGUESTR3EXE
af062818b47340eef15700d2f0211576ba3506eevboxsynctstOGLSphere_DEFS =
af062818b47340eef15700d2f0211576ba3506eevboxsynctstOGLSphere_SOURCES = tstOGLSphere.c
af062818b47340eef15700d2f0211576ba3506eevboxsynctstOGLSphere_LIBS = $(PATH_SDK_WINPSDK_LIB)/opengl32.lib
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncendif # VBOX_WITH_TESTCASES
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncinclude $(KBUILD_PATH)/subfooter.kmk
040b4a09341f574825386333398110f4db3e1e51vboxsync
040b4a09341f574825386333398110f4db3e1e51vboxsync