Makefile revision 677833bc953b6cb418c701facbdcf4aa18d6c44e
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync#
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync# Makefile for VBoxControl.
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync#
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync#
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync# Copyright (C) 2006 InnoTek Systemberatung GmbH
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync#
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync# available from http://www.virtualbox.org. This file is free software;
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync# you can redistribute it and/or modify it under the terms of the GNU
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync# General Public License as published by the Free Software Foundation,
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync# distribution. VirtualBox OSE is distributed in the hope that it will
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync# be useful, but WITHOUT ANY WARRANTY of any kind.
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync#
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync# If you received this file as part of a commercial VirtualBox
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync# distribution, then only the terms of your commercial VirtualBox
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync# license agreement apply instead of the previous paragraph.
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync#
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync#
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsyncDEPTH = ../../../../..
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsyncinclude $(PATH_KBUILD)/header.kmk
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsyncPROGRAMS = VBoxControl
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsyncVBoxControl_TEMPLATE = VBOXW32GUESTR3
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsyncVBoxControl_SOURCES = \
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync VBoxControl.cpp \
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync VBoxControl.rc
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsyncinclude $(PATH_KBUILD)/footer.kmk
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync
5330cda3253fc3d94ed03a7609774e8c85a4c56dvboxsync