Makefile.kmk revision 995825c1ba4ab8b5d5b52ce33327f4630ad7ca64
9e8c37db173e83b9b7da7465d02777c52b84aebaslive# $Id$
9e8c37db173e83b9b7da7465d02777c52b84aebaslive## @file
0be7cbece91352684fdaabc372f05244630b1028nd# Sub-Makefile for the VRDP (headless RDP server) frontend testcase.
5f5d1b4cc970b7f06ff8ef6526128e9a27303d88nd#
0be7cbece91352684fdaabc372f05244630b1028nd
24f9b82c6966abd2f17e58b0ea1754d108406b59nd#
031b91a62d25106ae69d4693475c79618dd5e884fielding# Copyright (C) 2006-2007 Sun Microsystems, Inc.
031b91a62d25106ae69d4693475c79618dd5e884fielding#
031b91a62d25106ae69d4693475c79618dd5e884fielding# This file is part of VirtualBox Open Source Edition (OSE), as
031b91a62d25106ae69d4693475c79618dd5e884fielding# available from http://www.virtualbox.org. This file is free software;
031b91a62d25106ae69d4693475c79618dd5e884fielding# you can redistribute it and/or modify it under the terms of the GNU
031b91a62d25106ae69d4693475c79618dd5e884fielding# General Public License (GPL) as published by the Free Software
24f9b82c6966abd2f17e58b0ea1754d108406b59nd# Foundation, in version 2 as it comes in the "COPYING" file of the
24f9b82c6966abd2f17e58b0ea1754d108406b59nd# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
24f9b82c6966abd2f17e58b0ea1754d108406b59nd# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
24f9b82c6966abd2f17e58b0ea1754d108406b59nd#
24f9b82c6966abd2f17e58b0ea1754d108406b59nd# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
24f9b82c6966abd2f17e58b0ea1754d108406b59nd# Clara, CA 95054 USA or visit http://www.sun.com if you need
24f9b82c6966abd2f17e58b0ea1754d108406b59nd# additional information or have any questions.
24f9b82c6966abd2f17e58b0ea1754d108406b59nd#
24f9b82c6966abd2f17e58b0ea1754d108406b59nd
24f9b82c6966abd2f17e58b0ea1754d108406b59ndifdef VBOX_KBUILD_HACKING
9e8c37db173e83b9b7da7465d02777c52b84aebasliveSUB_DEPTH = ../../../../..
9e8c37db173e83b9b7da7465d02777c52b84aebasliveelse
0be7cbece91352684fdaabc372f05244630b1028ndDEPTH ?= ../../../../..
0be7cbece91352684fdaabc372f05244630b1028ndSUB_DEPTH = ../..
0be7cbece91352684fdaabc372f05244630b1028ndendif
0be7cbece91352684fdaabc372f05244630b1028ndinclude $(KBUILD_PATH)/subheader.kmk
9e8c37db173e83b9b7da7465d02777c52b84aebaslive
f329bcafbbf7cde14836b0c36ef112e80ce7e244rbowenifdef VBOX_WITH_TESTCASES
f329bcafbbf7cde14836b0c36ef112e80ce7e244rbowen PROGRAMS += tstHeadless2
0be7cbece91352684fdaabc372f05244630b1028ndendif
0be7cbece91352684fdaabc372f05244630b1028nd
43d687c1a29f29192bec39957d57abc06aad1027pctonytstHeadless2_TEMPLATE = VBOXMAINCLIENTEXE
tstHeadless2_SOURCES = tstHeadless.cpp
include $(KBUILD_PATH)/subfooter.kmk