VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/adpctl/Makefile.kmk

Last change on this file was 98103, checked in by vboxsync, 17 months ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1# $Id: Makefile.kmk 98103 2023-01-17 14:15:46Z vboxsync $
2## @file
3# Sub-Makefile for VBoxAdpCtl
4#
5# VBoxAdpCtl is a tool for configuring vboxnetX adapters.
6#
7
8#
9# Copyright (C) 2009-2023 Oracle and/or its affiliates.
10#
11# This file is part of VirtualBox base platform packages, as
12# available from https://www.virtualbox.org.
13#
14# This program is free software; you can redistribute it and/or
15# modify it under the terms of the GNU General Public License
16# as published by the Free Software Foundation, in version 3 of the
17# License.
18#
19# This program is distributed in the hope that it will be useful, but
20# WITHOUT ANY WARRANTY; without even the implied warranty of
21# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22# General Public License for more details.
23#
24# You should have received a copy of the GNU General Public License
25# along with this program; if not, see <https://www.gnu.org/licenses>.
26#
27# SPDX-License-Identifier: GPL-3.0-only
28#
29
30SUB_DEPTH = ../../../..
31include $(KBUILD_PATH)/subheader.kmk
32
33PROGRAMS += VBoxNetAdpCtl
34### Another template? We must *not* set RPATH!
35ifneq ($(KBUILD_TYPE),debug)
36 VBoxNetAdpCtl_TEMPLATE = VBoxR3SetUidToRoot
37 VBoxNetAdpCtl_LIBS += $(LIB_RUNTIME)
38else
39 VBoxNetAdpCtl_TEMPLATE = VBoxR3Static
40endif
41VBoxNetAdpCtl_SOURCES = VBoxNetAdpCtl.cpp
42
43include $(FILE_KBUILD_SUB_FOOTER)
44
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use