Makefile.kmk revision 23179f1443b03947d85eccc81cbc6b5153a4abf3
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync# $Id$
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync## @file
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync# Sub-Makefile for the VRDP (headless RDP server) frontend testcase.
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync#
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# Copyright (C) 2006-2009 Sun Microsystems, Inc.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# available from http://www.virtualbox.org. This file is free software;
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# you can redistribute it and/or modify it under the terms of the GNU
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync# General Public License (GPL) as published by the Free Software
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync#
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync# Clara, CA 95054 USA or visit http://www.sun.com if you need
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync# additional information or have any questions.
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync#
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync
bff1915a855c5b71d76f6391549eadda348e33b0vboxsyncSUB_DEPTH = ../../../../..
bff1915a855c5b71d76f6391549eadda348e33b0vboxsyncinclude $(KBUILD_PATH)/subheader.kmk
bff1915a855c5b71d76f6391549eadda348e33b0vboxsync
ifdef VBOX_WITH_TESTCASES
PROGRAMS += tstHeadless
tstHeadless_TEMPLATE = VBOXMAINCLIENTEXE
tstHeadless_SOURCES = tstHeadless.cpp
endif
include $(KBUILD_PATH)/subfooter.kmk