VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxShell/Makefile.kmk

Last change on this file was 102913, checked in by vboxsync, 4 months ago

Frontends/VBoxShell: Added linting support to the Makefile.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
RevLine 
[19962]1# $Id: Makefile.kmk 102913 2024-01-17 10:35:52Z vboxsync $
[19853]2## @file
3# Sub-Makefile for the shell frontend.
4#
5
6#
[98103]7# Copyright (C) 2009-2023 Oracle and/or its affiliates.
[19853]8#
[96407]9# This file is part of VirtualBox base platform packages, as
10# available from https://www.virtualbox.org.
[19853]11#
[96407]12# This program is free software; you can redistribute it and/or
13# modify it under the terms of the GNU General Public License
14# as published by the Free Software Foundation, in version 3 of the
15# License.
16#
17# This program is distributed in the hope that it will be useful, but
18# WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20# General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with this program; if not, see <https://www.gnu.org/licenses>.
24#
25# SPDX-License-Identifier: GPL-3.0-only
26#
[19853]27
28SUB_DEPTH = ../../../..
29include $(KBUILD_PATH)/subheader.kmk
30
[102913]31include $(PATH_SUB_CURRENT)/Config.kmk
32
[19853]33INSTALLS += VBoxShell
[38003]34VBoxShell_INST = $(INST_SDK)/bindings/
[19853]35VBoxShell_SOURCES = \
[21518]36 vboxshell.py=>glue/python/sample/vboxshell.py \
[98412]37 vboxinfo.vbs=>mscom/vbs/sample/vboxinfo.vbs \
38 vboxinfo.vb=>mscom/vb/sample/vboxinfo.vb
[19853]39
[102913]40#
41# Automatically lint VBoxShell.
42#
43if defined(VBOX_WITH_PYLINT) && !defined(VBOX_WITHOUT_AUTO_PYLINT)
44 OTHERS += $(PATH_TARGET)/pylintVBoxShell.run
45 OTHER_CLEAN += $(PATH_TARGET)/pylintVBoxShell.run
46 $(PATH_TARGET)/pylintVBoxShell.run: vboxshell.py
47 $(QUIET)$(APPEND) -t "$@"
48endif
[21559]49
[102913]50VBOX_VBOXSHELL_PYTHON_SOURCES := $(wildcard $(PATH_SUB_CURRENT)/*.py)
[21559]51
[102913]52$(evalcall def_vbox_vboxshell_process_python_sources,FORCE)
[41477]53include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use