Makefile.kmk revision cf22150eaeeb72431bf1cf65c309a431454fb22b
1N/A# $Id$
1N/A## @file
1N/A# VirtualBox Validation Kit - Windows NT Specific Utilities.
1N/A#
1N/A
1N/A#
1N/A# Copyright (C) 2010-2014 Oracle Corporation
1N/A#
1N/A# This file is part of VirtualBox Open Source Edition (OSE), as
1N/A# available from http://www.virtualbox.org. This file is free software;
1N/A# you can redistribute it and/or modify it under the terms of the GNU
1N/A# General Public License (GPL) as published by the Free Software
1N/A# Foundation, in version 2 as it comes in the "COPYING" file of the
1N/A# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
1N/A# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
1N/A#
1N/A# The contents of this file may alternatively be used under the terms
1N/A# of the Common Development and Distribution License Version 1.0
1N/A# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
1N/A# VirtualBox OSE distribution, in which case the provisions of the
1N/A# CDDL are applicable instead of those of the GPL.
1N/A#
1N/A# You may elect to license modified versions of this file under the
1N/A# terms and conditions of either the GPL or the CDDL or both.
1N/A#
1N/A
1N/ASUB_DEPTH = ../../../../..
1N/Ainclude $(KBUILD_PATH)/subheader.kmk
1N/A
1N/A#
1N/A# Set Clock Frequency Utility.
1N/A#
1N/APROGRAMS.win += ntSetFreq
1N/AntSetFreq_TEMPLATE = VBoxValidationKitR3
1N/AntSetFreq_SOURCES = ntsetfreq.cpp
1N/A
1N/A#
1N/A# Test coherency among NT time sources.
1N/A#
1N/APROGRAMS.win += ntTimeSources
1N/AntTimeSources_TEMPLATE = VBoxValidationKitR3
1N/AntTimeSources_SOURCES = nttimesources.cpp
1N/A
1N/Ainclude $(FILE_KBUILD_SUB_FOOTER)
1N/A
1N/A