Makefile.kmk revision 772269936494ffaddd0750ba9e28e805ba81398c
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# $Id$
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync## @file
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# Sub-Makefile for the shell frontend.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# Copyright (C) 2009-2012 Oracle Corporation
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# available from http://www.virtualbox.org. This file is free software;
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# you can redistribute it and/or modify it under the terms of the GNU
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# General Public License (GPL) as published by the Free Software
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncSUB_DEPTH = ../../../..
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncinclude $(KBUILD_PATH)/subheader.kmk
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncINSTALLS += VBoxShell
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncVBoxShell_INST = $(INST_SDK)/bindings/
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncVBoxShell_SOURCES = \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync vboxshell.py=>glue/python/sample/vboxshell.py \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync vboxinfo.vbs=>mscom/vbs/sample/vboxinfo.vbs \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync vboxinfo.vb=>mscom/vb/sample/vboxinfo.vb
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncinclude $(FILE_KBUILD_SUB_FOOTER)
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync