VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk@ 80824

Last change on this file since 80824 was 80569, checked in by vboxsync, 5 years ago

Main: bugref:9341: Added VM autostart during boot support for windows host

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 7.8 KB
Line 
1# $Id: Makefile.kmk 80569 2019-09-03 14:34:21Z vboxsync $
2## @file
3# Sub-Makefile for VBoxManage (the cli frontend).
4#
5
6#
7# Copyright (C) 2006-2019 Oracle Corporation
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17
18SUB_DEPTH = ../../../..
19include $(KBUILD_PATH)/subheader.kmk
20
21include $(PATH_ROOT)/doc/manual/Config.kmk
22
23
24VBOX_COMMON_VBOXMANAGE_DEFS = \
25 $(if $(VBOX_WITH_AHCI), VBOX_WITH_AHCI) \
26 $(if $(VBOX_WITH_COPYTOGUEST),VBOX_WITH_COPYTOGUEST) \
27 $(if $(VBOX_WITH_E1000),VBOX_WITH_E1000) \
28 $(if $(VBOX_WITH_GUEST_CONTROL),VBOX_WITH_GUEST_CONTROL) \
29 $(if $(VBOX_WITH_GUEST_PROPS),VBOX_WITH_GUEST_PROPS) \
30 $(if $(VBOX_WITH_HEADLESS), VBOX_WITH_HEADLESS) \
31 $(if $(VBOX_WITH_HGCM), VBOX_WITH_HGCM) \
32 $(if $(VBOX_WITH_HOSTNETIF_API), VBOX_WITH_HOSTNETIF_API) \
33 $(if $(VBOX_WITH_NETFLT), VBOX_WITH_NETFLT) \
34 $(if $(VBOX_WITH_AUDIO_OSS), VBOX_WITH_AUDIO_OSS) \
35 $(if $(VBOX_WITH_AUDIO_ALSA), VBOX_WITH_AUDIO_ALSA) \
36 $(if $(VBOX_WITH_AUDIO_PULSE),VBOX_WITH_AUDIO_PULSE) \
37 $(if $(VBOX_WITH_SCSI), VBOX_WITH_SCSI) \
38 $(if $(VBOX_WITH_VBOXSDL), VBOX_WITH_VBOXSDL) \
39 $(if $(VBOX_WITH_VIDEOHWACCEL), VBOX_WITH_VIDEOHWACCEL) \
40 $(if $(VBOX_WITH_VIRTIO),VBOX_WITH_VIRTIO) \
41 $(if $(VBOX_WITH_USB_CARDREADER),VBOX_WITH_USB_CARDREADER) \
42 $(if $(VBOX_WITH_PCI_PASSTHROUGH),VBOX_WITH_PCI_PASSTHROUGH) \
43 $(if $(VBOX_WITH_RECORDING),VBOX_WITH_RECORDING) \
44 $(if $(VBOX_WITH_AUDIO_RECORDING),VBOX_WITH_AUDIO_RECORDING) \
45 $(if $(VBOX_WITH_NAT_SERVICE),VBOX_WITH_NAT_SERVICE) \
46 $(if $(VBOX_WITH_VMSVGA),VBOX_WITH_VMSVGA)
47
48
49ifdef VBOX_WITH_DOCS
50 PROGRAMS += VBoxManageHelp
51endif
52VBoxManageHelp_TEMPLATE = VBoxAdvBldProg
53VBoxManageHelp_DEFS += \
54 VBOX_ONLY_DOCS \
55 $(VBOX_COMMON_VBOXMANAGE_DEFS)
56VBoxManageHelp_SOURCES = \
57 VBoxManage.cpp \
58 VBoxManageHelp.cpp \
59 $(if $(VBOX_WITH_GUEST_PROPS),VBoxManageGuestProp.cpp) \
60 $(if $(VBOX_WITH_GUEST_CONTROL),VBoxManageGuestCtrl.cpp)
61
62ifndef VBOX_ONLY_DOCS
63 PROGRAMS += VBoxManage
64 VBoxManage_TEMPLATE = VBOXMAINCLIENTEXE
65 VBoxManage_DEFS += $(VBOX_COMMON_VBOXMANAGE_DEFS)
66 VBoxManage_DEFS.win = _WIN32_WINNT=0x0500
67 VBoxManage_INCS = \
68 $(VBoxManage_0_OUTDIR) \
69 ../Common
70 VBoxManage_INTERMEDIATES = \
71 $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.h
72 VBoxManage_SOURCES = \
73 VBoxManage.cpp \
74 VBoxInternalManage.cpp \
75 VBoxManageAppliance.cpp \
76 VBoxManageBandwidthControl.cpp \
77 VBoxManageControlVM.cpp \
78 VBoxManageDebugVM.cpp \
79 VBoxManageDHCPServer.cpp \
80 VBoxManageDisk.cpp \
81 $(if $(VBOX_WITH_GUEST_CONTROL),VBoxManageGuestCtrl.cpp) \
82 $(if $(VBOX_WITH_GUEST_CONTROL),VBoxManageGuestCtrlListener.cpp) \
83 $(if $(VBOX_WITH_GUEST_PROPS),VBoxManageGuestProp.cpp) \
84 VBoxManageHelp.cpp \
85 $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.cpp \
86 VBoxManageHostonly.cpp \
87 VBoxManageInfo.cpp \
88 VBoxManageList.cpp \
89 VBoxManageMetrics.cpp \
90 VBoxManageMisc.cpp \
91 VBoxManageModifyVM.cpp \
92 VBoxManageSnapshot.cpp \
93 VBoxManageStorageController.cpp \
94 VBoxManageUSB.cpp \
95 $(if $(VBOX_WITH_NAT_SERVICE),VBoxManageNATNetwork.cpp,) \
96 $(if $(VBOX_WITH_NAT_SERVICE),../../NetworkServices/NetLib/VBoxNetPortForwardString.cpp,) \
97 VBoxManageCloud.cpp \
98 ../Common/PasswordInput.cpp
99 VBoxManage_SOURCES.win = \
100 VBoxManage.rc
101 VBoxManage_LIBS += $(LIB_DDU)
102
103 # VBoxNetPortForwardString.h
104 VBoxManageNATNetwork.cpp_INCS += ../../NetworkServices/NetLib/
105
106endif # VBOX_ONLY_DOCS
107
108ifneq ($(KBUILD_TARGET),win)
109 # Workaround for buggy gcc-4.3 compilers, see
110 #
111 # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36474
112 #
113 # Some later revisions of version 4.3.1 are known to work so we assume
114 # that version 4.3.2 or later has this bug definitely fixed.
115 VBoxManage_CXXFLAGS.release += \
116 $(if $(VBOX_GCC_VERSION_CXX),$(if-expr $(VBOX_GCC_VERSION_CXX) < 40300 || $(VBOX_GCC_VERSION_CXX) > 40301,,--param max-fields-for-field-sensitive=0),)
117 VBoxManageHelp_CXXFLAGS.release = $(VBoxManage_CXXFLAGS.release)
118endif
119
120
121#
122# VBoxManage built-in help from XML refentry in doc/manual/en_US/.
123#
124$(call KB_FN_DO_PASS0_ON_TARGET,VBoxManage)
125
126VBoxManage_CLEAN += \
127 $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.cpp \
128 $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.cpp.ts \
129 $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.h \
130 $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.h.ts \
131 $(addprefix $(VBoxManage_0_OUTDIR)/,$(filter man_VBoxManage-%,$(VBOX_MANUAL_XML_REFENTRY_FILES)))
132
133
134
135# Preprocess the xml files, applying remarks.
136$(foreach file,$(filter man_VBoxManage-%,$(VBOX_MANUAL_XML_REFENTRY_FILES)) \
137, $(evalcall2 def_vbox_refentry_preprocess_for_manpage,$(VBoxManage_0_OUTDIR),$(file),$(VBOX_PATH_MANUAL_SRC)/en_US/$(file),replace-xrefs))
138
139
140# Generate the .cpp file.
141$(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.cpp.ts \
142+| $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.cpp: \
143 $(VBOX_DOCBOOK_REFENTRY_TO_C_HELP) \
144 $(addprefix $(VBoxManage_0_OUTDIR)/,$(filter man_VBoxManage-%,$(VBOX_MANUAL_XML_REFENTRY_FILES))) \
145 $(VBOX_XML_CATALOG) $(VBOX_XML_CATALOG_DOCBOOK) $(MAKEFILE) | $$(dir $$@)
146 $(call MSG_TOOL,xsltproc $(notdir $(firstword $(filter %.xsl,$^))),,$(filter %.xml,$^),$(patsubst %.ts,%,$@))
147 $(QUIET)$(APPEND) -tn "$@" \
148 '/* Autogenerated by $<, do not edit! */' \
149 '' \
150 '#include "VBoxManageBuiltInHelp.h"' \
151 ''
152 $(foreach refentry,$(filter %.xml,$^) \
153 ,$(NLTAB)$(QUIET)$(call VBOX_XSLTPROC_WITH_CAT, -a+to "$@") $< $(refentry))
154 $(QUIET)$(APPEND) -n "$@" \
155 '' \
156 'PCRTMSGREFENTRY g_apHelpEntries[] = ' \
157 '{'
158 $(foreach refentry,$(filter %.xml,$^) \
159 ,$(NLTAB)$(QUIET)$(APPEND) -n "$@" \
160 ' &g_$(subst -,_,$(tolower $(patsubst man_%,%,$(notdir $(basename $(refentry)))))), ')
161 $(QUIET)$(APPEND) -n "$@" \
162 '};' \
163 'const uint32_t g_cHelpEntries = RT_ELEMENTS(g_apHelpEntries);' \
164 ''
165 $(QUIET)$(CP) --changed -- "$@" "$(patsubst %.ts,%,$@)"
166# The above APPEND stuff trigger some kind of problem on some boxes when not split up...
167# update: Fixed in SVN (strcpy -> memmove in new_job(), job.c - r2591). Just need to rebuild all platforms.
168
169
170$(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.h.ts \
171+| $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.h: \
172 $(VBOX_DOCBOOK_REFENTRY_TO_H_HELP) \
173 $(addprefix $(VBoxManage_0_OUTDIR)/,$(filter man_VBoxManage-%,$(VBOX_MANUAL_XML_REFENTRY_FILES))) \
174 $(VBOX_XML_CATALOG) $(VBOX_XML_CATALOG_DOCBOOK) $(MAKEFILE) | $$(dir $$@)
175 $(call MSG_TOOL,xsltproc $(notdir $(firstword $(filter %.xsl,$^))),,$(filter %.xml,$^),$(patsubst %.ts,%,$@))
176 $(QUIET)$(APPEND) -tn "$@" \
177 '/* Autogenerated by $<, do not edit! */' \
178 '' \
179 '#ifndef ___VBoxManageBuiltInHelp_h___' \
180 '#define ___VBoxManageBuiltInHelp_h___' \
181 '' \
182 '#include <iprt/message.h>' \
183 '' \
184 'RT_C_DECLS_BEGIN' \
185 '' \
186 'typedef enum HELP_CMD_VBOXMANAGE' \
187 '{' \
188 ' HELP_CMD_VBOXMANAGE_INVALID = 0,'
189 $(foreach refentry,$(filter %.xml,$^) \
190 ,$(NLTAB)$(QUIET)$(call VBOX_XSLTPROC_WITH_CAT, -a+to "$@") \
191 --stringparam 'g_sMode' 'cmd' $< $(refentry))
192 $(QUIET)$(APPEND) -n "$@" \
193 ' HELP_CMD_VBOXMANAGE_END' \
194 '} HELP_CMD_VBOXMANAGE;'
195 $(foreach refentry,$(filter %.xml,$^) \
196 ,$(NLTAB)$(QUIET)$(call VBOX_XSLTPROC_WITH_CAT, -a+to "$@") \
197 --stringparam 'g_sMode' 'subcmd' $< $(refentry))
198 $(QUIET)$(APPEND) -n "$@" \
199 '' \
200 'extern PCRTMSGREFENTRY g_apHelpEntries[];' \
201 'extern const uint32_t g_cHelpEntries;' \
202 '' \
203 'RT_C_DECLS_END' \
204 '' \
205 '#endif' \
206 ''
207 $(QUIET)$(CP) --changed -- "$@" "$(patsubst %.ts,%,$@)"
208
209
210include $(FILE_KBUILD_SUB_FOOTER)
211
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use