97a22e235416469499b353dfec11fc90c79df178vboxsync# $Id$
97a22e235416469499b353dfec11fc90c79df178vboxsync## @file
97a22e235416469499b353dfec11fc90c79df178vboxsync# VirtualBox Validation Kit - Miscellaneous Utilites.
97a22e235416469499b353dfec11fc90c79df178vboxsync#
97a22e235416469499b353dfec11fc90c79df178vboxsync
97a22e235416469499b353dfec11fc90c79df178vboxsync#
97a22e235416469499b353dfec11fc90c79df178vboxsync# Copyright (C) 2010-2014 Oracle Corporation
97a22e235416469499b353dfec11fc90c79df178vboxsync#
97a22e235416469499b353dfec11fc90c79df178vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
97a22e235416469499b353dfec11fc90c79df178vboxsync# available from http://www.virtualbox.org. This file is free software;
97a22e235416469499b353dfec11fc90c79df178vboxsync# you can redistribute it and/or modify it under the terms of the GNU
97a22e235416469499b353dfec11fc90c79df178vboxsync# General Public License (GPL) as published by the Free Software
97a22e235416469499b353dfec11fc90c79df178vboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
97a22e235416469499b353dfec11fc90c79df178vboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
97a22e235416469499b353dfec11fc90c79df178vboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
97a22e235416469499b353dfec11fc90c79df178vboxsync#
97a22e235416469499b353dfec11fc90c79df178vboxsync# The contents of this file may alternatively be used under the terms
97a22e235416469499b353dfec11fc90c79df178vboxsync# of the Common Development and Distribution License Version 1.0
97a22e235416469499b353dfec11fc90c79df178vboxsync# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
97a22e235416469499b353dfec11fc90c79df178vboxsync# VirtualBox OSE distribution, in which case the provisions of the
97a22e235416469499b353dfec11fc90c79df178vboxsync# CDDL are applicable instead of those of the GPL.
97a22e235416469499b353dfec11fc90c79df178vboxsync#
97a22e235416469499b353dfec11fc90c79df178vboxsync# You may elect to license modified versions of this file under the
97a22e235416469499b353dfec11fc90c79df178vboxsync# terms and conditions of either the GPL or the CDDL or both.
97a22e235416469499b353dfec11fc90c79df178vboxsync#
97a22e235416469499b353dfec11fc90c79df178vboxsync
97a22e235416469499b353dfec11fc90c79df178vboxsyncSUB_DEPTH = ../../../../..
97a22e235416469499b353dfec11fc90c79df178vboxsyncinclude $(KBUILD_PATH)/subheader.kmk
97a22e235416469499b353dfec11fc90c79df178vboxsync
97a22e235416469499b353dfec11fc90c79df178vboxsyncPROGRAMS += LoadGenerator
97a22e235416469499b353dfec11fc90c79df178vboxsyncLoadGenerator_TEMPLATE = VBoxValidationKitR3Host
97a22e235416469499b353dfec11fc90c79df178vboxsyncLoadGenerator_SOURCES = loadgenerator.cpp
97a22e235416469499b353dfec11fc90c79df178vboxsync
97a22e235416469499b353dfec11fc90c79df178vboxsyncSYSMODS += loadgeneratorR0
97a22e235416469499b353dfec11fc90c79df178vboxsyncloadgeneratorR0_TEMPLATE = VBoxValidationKitR0
97a22e235416469499b353dfec11fc90c79df178vboxsyncloadgeneratorR0_SOURCES = loadgeneratorR0.cpp
97a22e235416469499b353dfec11fc90c79df178vboxsync
97a22e235416469499b353dfec11fc90c79df178vboxsyncPROGRAMS += vts_rm
97a22e235416469499b353dfec11fc90c79df178vboxsyncvts_rm_TEMPLATE = VBoxValidationKitR3
97a22e235416469499b353dfec11fc90c79df178vboxsyncvts_rm_SOURCES = vts_rm.cpp
97a22e235416469499b353dfec11fc90c79df178vboxsync
97a22e235416469499b353dfec11fc90c79df178vboxsyncPROGRAMS += vts_tar
97a22e235416469499b353dfec11fc90c79df178vboxsyncvts_tar_TEMPLATE = VBoxValidationKitR3
97a22e235416469499b353dfec11fc90c79df178vboxsyncvts_tar_SDKS = VBOX_ZLIB_STATIC
97a22e235416469499b353dfec11fc90c79df178vboxsyncvts_tar_SOURCES = vts_tar.cpp
97a22e235416469499b353dfec11fc90c79df178vboxsync
97a22e235416469499b353dfec11fc90c79df178vboxsyncinclude $(FILE_KBUILD_SUB_FOOTER)
97a22e235416469499b353dfec11fc90c79df178vboxsync
97a22e235416469499b353dfec11fc90c79df178vboxsync