Makefile.kmk revision 7203f6c17d0f467b2735c4cf235948225e73c2ce
039cd2c4871a00e51af909222a34695d9cec3000vboxsync# $Id$
039cd2c4871a00e51af909222a34695d9cec3000vboxsync## @file
039cd2c4871a00e51af909222a34695d9cec3000vboxsync# Sub-Makefile for the Shared Folders Host Service testcases.
039cd2c4871a00e51af909222a34695d9cec3000vboxsync#
039cd2c4871a00e51af909222a34695d9cec3000vboxsync
039cd2c4871a00e51af909222a34695d9cec3000vboxsync#
039cd2c4871a00e51af909222a34695d9cec3000vboxsync# Copyright (C) 2006-2007 innotek GmbH
039cd2c4871a00e51af909222a34695d9cec3000vboxsync#
039cd2c4871a00e51af909222a34695d9cec3000vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
039cd2c4871a00e51af909222a34695d9cec3000vboxsync# available from http://www.virtualbox.org. This file is free software;
039cd2c4871a00e51af909222a34695d9cec3000vboxsync# you can redistribute it and/or modify it under the terms of the GNU
039cd2c4871a00e51af909222a34695d9cec3000vboxsync# General Public License as published by the Free Software Foundation,
039cd2c4871a00e51af909222a34695d9cec3000vboxsync# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
039cd2c4871a00e51af909222a34695d9cec3000vboxsync# distribution. VirtualBox OSE is distributed in the hope that it will
039cd2c4871a00e51af909222a34695d9cec3000vboxsync# be useful, but WITHOUT ANY WARRANTY of any kind.
039cd2c4871a00e51af909222a34695d9cec3000vboxsync#
039cd2c4871a00e51af909222a34695d9cec3000vboxsync# If you received this file as part of a commercial VirtualBox
039cd2c4871a00e51af909222a34695d9cec3000vboxsync# distribution, then only the terms of your commercial VirtualBox
039cd2c4871a00e51af909222a34695d9cec3000vboxsync# license agreement apply instead of the previous paragraph.
039cd2c4871a00e51af909222a34695d9cec3000vboxsync#
039cd2c4871a00e51af909222a34695d9cec3000vboxsync
039cd2c4871a00e51af909222a34695d9cec3000vboxsyncDEPTH ?= ../../../../..
039cd2c4871a00e51af909222a34695d9cec3000vboxsyncSUB_DEPTH = ../..
039cd2c4871a00e51af909222a34695d9cec3000vboxsyncinclude $(PATH_KBUILD)/subheader.kmk
039cd2c4871a00e51af909222a34695d9cec3000vboxsync
039cd2c4871a00e51af909222a34695d9cec3000vboxsyncifdef VBOX_WITH_TESTCASES
039cd2c4871a00e51af909222a34695d9cec3000vboxsync#
039cd2c4871a00e51af909222a34695d9cec3000vboxsync# Structure size testcase.
039cd2c4871a00e51af909222a34695d9cec3000vboxsync#
7203f6c17d0f467b2735c4cf235948225e73c2cevboxsyncPROGRAMS += tstShflSizes tstShflCase
039cd2c4871a00e51af909222a34695d9cec3000vboxsynctstShflSizes_TEMPLATE = VBOXR3TSTEXE
039cd2c4871a00e51af909222a34695d9cec3000vboxsynctstShflSizes_DEFS = VBOX_HGCM
039cd2c4871a00e51af909222a34695d9cec3000vboxsynctstShflSizes_SOURCES = tstShflSizes.cpp
039cd2c4871a00e51af909222a34695d9cec3000vboxsynctstShflSizes_LIBS = $(LIB_RUNTIME)
7203f6c17d0f467b2735c4cf235948225e73c2cevboxsync
7203f6c17d0f467b2735c4cf235948225e73c2cevboxsynctstShflCase_TEMPLATE = VBOXR3TSTEXE
7203f6c17d0f467b2735c4cf235948225e73c2cevboxsynctstShflCase_DEFS = VBOX_HGCM
7203f6c17d0f467b2735c4cf235948225e73c2cevboxsynctstShflCase_SOURCES = tstShflCase.cpp
7203f6c17d0f467b2735c4cf235948225e73c2cevboxsynctstShflCase_LIBS = $(LIB_RUNTIME)
7203f6c17d0f467b2735c4cf235948225e73c2cevboxsync
039cd2c4871a00e51af909222a34695d9cec3000vboxsyncendif # VBOX_WITH_TESTCASES
039cd2c4871a00e51af909222a34695d9cec3000vboxsync
039cd2c4871a00e51af909222a34695d9cec3000vboxsyncinclude $(PATH_KBUILD)/subfooter.kmk
039cd2c4871a00e51af909222a34695d9cec3000vboxsync