Makefile.kmk revision b56ca3f25c9c141f3c0855b656f8f64bbfa19496
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync# $Id$
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync## @file
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync# VBoxBalloonCtrl - Memory balloon control.
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync#
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync#
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync# Copyright (C) 2011-2012 Oracle Corporation
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync#
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync# available from http://www.virtualbox.org. This file is free software;
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync# you can redistribute it and/or modify it under the terms of the GNU
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync# General Public License (GPL) as published by the Free Software
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync#
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsyncSUB_DEPTH = ../../../..
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsyncinclude $(KBUILD_PATH)/subheader.kmk
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsyncPROGRAMS += VBoxAutostart
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync VBoxAutostart_TEMPLATE = VBOXMAINCLIENTEXE
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync VBoxAutostart_SOURCES = \
b56ca3f25c9c141f3c0855b656f8f64bbfa19496vboxsync VBoxAutostart.cpp \
b56ca3f25c9c141f3c0855b656f8f64bbfa19496vboxsync VBoxAutostartCfg.cpp \
b56ca3f25c9c141f3c0855b656f8f64bbfa19496vboxsync VBoxAutostartStart.cpp \
b56ca3f25c9c141f3c0855b656f8f64bbfa19496vboxsync VBoxAutostartStop.cpp
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsync
73bef7f249418907cb1dc8dce51319772a3dbeeevboxsyncinclude $(FILE_KBUILD_SUB_FOOTER)