Makefile.kmk revision 456f370fcde010d585d9174df045978a6c9893c1
4070N/A# $Id: Makefile.kmk 23798 2007-08-22 14:12:20Z sandervl $
2605N/A## @file
2605N/A# Sub-Makefile for test cases.
2605N/A#
2605N/A
2605N/A#
2605N/A# Copyright (C) 2006-2007 Sun Microsystems, Inc.
2605N/A#
2605N/A# This file is part of VirtualBox Open Source Edition (OSE), as
2605N/A# available from http://www.virtualbox.org. This file is free software;
2605N/A# you can redistribute it and/or modify it under the terms of the GNU
2605N/A# General Public License (GPL) as published by the Free Software
2605N/A# Foundation, in version 2 as it comes in the "COPYING" file of the
2605N/A# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
2605N/A# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
2605N/A#
2605N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
2605N/A# Clara, CA 95054 USA or visit http://www.sun.com if you need
2900N/A# additional information or have any questions.
2900N/A#
2605N/A
2605N/Aifdef VBOX_KBUILD_HACKING
2605N/ASUB_DEPTH = ../../../../../..
2605N/Aelse
2605N/ASUB_DEPTH = ../../..
2605N/ADEPTH ?= ../../../../../..
2605N/Aendif
2605N/Ainclude $(KBUILD_PATH)/subheader.kmk
2605N/A
2605N/APROGRAMS += tstSessionHack
2605N/AtstSessionHack_TEMPLATE = VBOXW32GUESTR3
2605N/AtstSessionHack_DEFS = VBOX_HGCM
2605N/AtstSessionHack_INCS = ../../include
2605N/AtstSessionHack_SOURCES = \
2605N/A tstSessionHack.cpp
2605N/A
2605N/AtstSessionHack_LIBS = \
2605N/A $(PATH_LIB)/additions/RuntimeW32GuestR3.lib
2605N/A
4070N/Ainclude $(KBUILD_PATH)/subfooter.kmk
2605N/A
2605N/A