1 | # $Id: Makefile.kmk 38466 2011-08-16 08:57:04Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Top level makefile.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2006-2011 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 |
|
---|
18 | SUB_DEPTH = .
|
---|
19 | include $(KBUILD_PATH)/subheader.kmk
|
---|
20 |
|
---|
21 | #
|
---|
22 | # Sub-makefiles / Sub-directories.
|
---|
23 | #
|
---|
24 | if defined(VBOX_WITH_DOCS) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_EXTPACKS) && !defined(VBOX_ONLY_TESTSUITE)
|
---|
25 | include $(PATH_SUB_CURRENT)/doc/manual/Makefile.kmk
|
---|
26 | endif
|
---|
27 | include $(PATH_SUB_CURRENT)/src/Makefile.kmk
|
---|
28 |
|
---|
29 |
|
---|
30 | #
|
---|
31 | # Clean up global stuff that Config.kmk generates.
|
---|
32 | #
|
---|
33 | OTHER_CLEAN += \
|
---|
34 | $(VBOX_PACKAGE_HEADER) \
|
---|
35 | $(VBOX_LICENSE_VER_KMK) \
|
---|
36 | $(VBOX_VERSION_MK) \
|
---|
37 | $(VBOX_VERSION_HEADER) \
|
---|
38 | $(VBOX_VERSION_STAMP) \
|
---|
39 | $(wildcard $(PATH_OUT)/version-stamp-*.*.*) \
|
---|
40 | $(VBOX_SVN_REV_KMK).ts \
|
---|
41 | $(VBOX_SVN_REV_KMK) \
|
---|
42 | $(PATH_OUT)/GCCConfig.kmk
|
---|
43 |
|
---|
44 |
|
---|
45 | if !defined(VBOX_ONLY_ADDITIONS) \
|
---|
46 | && !defined(VBOX_ONLY_DOCS) \
|
---|
47 | && !defined(VBOX_ONLY_EXTPACKS) \
|
---|
48 | && !defined(VBOX_ONLY_TESTSUITE) # -> line 418b ;-)
|
---|
49 |
|
---|
50 | ifndef VBOX_OSE
|
---|
51 | #
|
---|
52 | # Install the license (and misc non-executable stuff).
|
---|
53 | #
|
---|
54 | INSTALLS += nobin
|
---|
55 | nobin_INST = $(INST_BIN)
|
---|
56 | nobin_MODE = 0644
|
---|
57 | nobin_SOURCES =
|
---|
58 | ifdef VBOX_LICENSE_FILES
|
---|
59 | nobin_SOURCES += \
|
---|
60 | $(VBOX_BRAND_LICENSE_HTML)=>License-$(VBOX_LICENSE_VER).html \
|
---|
61 | $(foreach f,$(VBOX_INSTALLER_ADD_LANGUAGES),$(VBOX_BRAND_$(f)_LICENSE_HTML)=>License-$(VBOX_LICENSE_VER)-$(f).html)
|
---|
62 | endif
|
---|
63 | endif # !OSE
|
---|
64 |
|
---|
65 |
|
---|
66 | #
|
---|
67 | # Install external binaries (mostly redistributable parts of tools we use).
|
---|
68 | # This must be done *before* we build the manual.
|
---|
69 | #
|
---|
70 | # To avoid dragging in unnecessary tools and sdks here, we don't use the .win
|
---|
71 | # and .linux property suffixes.
|
---|
72 | #
|
---|
73 | INSTALLS += bin
|
---|
74 |
|
---|
75 | bin_INST = $(INST_BIN)
|
---|
76 |
|
---|
77 | # The SDL DLLs
|
---|
78 | if1of ($(KBUILD_TARGET), win os2)
|
---|
79 | ifneq ($(VBOX_WITH_VBOXSDL)$(VBOX_WITH_VBOXBFE),)
|
---|
80 | include $(KBUILD_PATH)/sdks/LIBSDL.kmk
|
---|
81 | bin_SOURCES += \
|
---|
82 | $(DLL_SDK_LIBSDL_SDL)
|
---|
83 | ifdef VBOX_WITH_SECURELABEL
|
---|
84 | bin_SOURCES += \
|
---|
85 | $(DLL_SDK_LIBSDL_SDLTTF)
|
---|
86 | endif
|
---|
87 | ifeq ($(KBUILD_TARGET),os2)
|
---|
88 | bin_SOURCES += \
|
---|
89 | $(DLL_SDK_LIBSDL_FSLIB)
|
---|
90 | endif
|
---|
91 | endif
|
---|
92 | endif
|
---|
93 |
|
---|
94 |
|
---|
95 | # The compiler runtime DLLs.
|
---|
96 | ifeq ($(KBUILD_TARGET).$(VBOX_WITHOUT_COMPILER_REDIST),win.)
|
---|
97 | ifdef VBOX_USE_VCC80
|
---|
98 | include $(KBUILD_PATH)/tools/VCC80X86.kmk
|
---|
99 | include $(KBUILD_PATH)/tools/VCC80AMD64.kmk
|
---|
100 | bin_SOURCES.x86 += \
|
---|
101 | $(PATH_TOOL_VCC80X86)/redist/x86/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest=>Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest \
|
---|
102 | $(PATH_TOOL_VCC80X86)/redist/x86/Microsoft.VC80.CRT/msvcr80.dll=>Microsoft.VC80.CRT/msvcr80.dll \
|
---|
103 | $(PATH_TOOL_VCC80X86)/redist/x86/Microsoft.VC80.CRT/msvcp80.dll=>Microsoft.VC80.CRT/msvcp80.dll \
|
---|
104 | $(PATH_TOOL_VCC80X86)/redist/x86/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest=>testcase/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest \
|
---|
105 | $(PATH_TOOL_VCC80X86)/redist/x86/Microsoft.VC80.CRT/msvcr80.dll=>testcase/Microsoft.VC80.CRT/msvcr80.dll \
|
---|
106 | $(PATH_TOOL_VCC80X86)/redist/x86/Microsoft.VC80.CRT/msvcp80.dll=>testcase/Microsoft.VC80.CRT/msvcp80.dll
|
---|
107 | bin_SOURCES.amd64 += \
|
---|
108 | $(PATH_TOOL_VCC80AMD64)/redist/amd64/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest=>Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest \
|
---|
109 | $(PATH_TOOL_VCC80AMD64)/redist/amd64/Microsoft.VC80.CRT/msvcr80.dll=>Microsoft.VC80.CRT/msvcr80.dll \
|
---|
110 | $(PATH_TOOL_VCC80AMD64)/redist/amd64/Microsoft.VC80.CRT/msvcp80.dll=>Microsoft.VC80.CRT/msvcp80.dll \
|
---|
111 | $(PATH_TOOL_VCC80AMD64)/redist/amd64/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest=>testcase/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest \
|
---|
112 | $(PATH_TOOL_VCC80AMD64)/redist/amd64/Microsoft.VC80.CRT/msvcr80.dll=>testcase/Microsoft.VC80.CRT/msvcr80.dll \
|
---|
113 | $(PATH_TOOL_VCC80AMD64)/redist/amd64/Microsoft.VC80.CRT/msvcp80.dll=>testcase/Microsoft.VC80.CRT/msvcp80.dll
|
---|
114 | ifeq ($(VBOX_VCC_CRT_TYPE),d)
|
---|
115 | bin_SOURCES.x86 += \
|
---|
116 | $(PATH_TOOL_VCC80X86)/redist/Debug_NonRedist/x86/Microsoft.VC80.DebugCRT/Microsoft.VC80.DebugCRT.manifest=>Microsoft.VC80.DebugCRT/Microsoft.VC80.DebugCRT.manifest \
|
---|
117 | $(PATH_TOOL_VCC80X86)/redist/Debug_NonRedist/x86/Microsoft.VC80.DebugCRT/msvcr80d.dll=>Microsoft.VC80.DebugCRT/msvcr80d.dll \
|
---|
118 | $(PATH_TOOL_VCC80X86)/redist/Debug_NonRedist/x86/Microsoft.VC80.DebugCRT/msvcp80d.dll=>Microsoft.VC80.DebugCRT/msvcp80d.dll \
|
---|
119 | $(PATH_TOOL_VCC80X86)/redist/Debug_NonRedist/x86/Microsoft.VC80.DebugCRT/Microsoft.VC80.DebugCRT.manifest=>testcase/Microsoft.VC80.DebugCRT/Microsoft.VC80.DebugCRT.manifest \
|
---|
120 | $(PATH_TOOL_VCC80X86)/redist/Debug_NonRedist/x86/Microsoft.VC80.DebugCRT/msvcr80d.dll=>testcase/Microsoft.VC80.DebugCRT/msvcr80d.dll \
|
---|
121 | $(PATH_TOOL_VCC80X86)/redist/Debug_NonRedist/x86/Microsoft.VC80.DebugCRT/msvcp80d.dll=>testcase/Microsoft.VC80.DebugCRT/msvcp80d.dll
|
---|
122 | bin_SOURCES.amd64 += \
|
---|
123 | $(PATH_TOOL_VCC80AMD64)/redist/Debug_NonRedist/amd64/Microsoft.VC80.DebugCRT/Microsoft.VC80.DebugCRT.manifest=>Microsoft.VC80.DebugCRT/Microsoft.VC80.DebugCRT.manifest \
|
---|
124 | $(PATH_TOOL_VCC80AMD64)/redist/Debug_NonRedist/amd64/Microsoft.VC80.DebugCRT/msvcr80d.dll=>Microsoft.VC80.DebugCRT/msvcr80d.dll \
|
---|
125 | $(PATH_TOOL_VCC80AMD64)/redist/Debug_NonRedist/amd64/Microsoft.VC80.DebugCRT/msvcp80d.dll=>Microsoft.VC80.DebugCRT/msvcp80d.dll \
|
---|
126 | $(PATH_TOOL_VCC80AMD64)/redist/Debug_NonRedist/amd64/Microsoft.VC80.DebugCRT/Microsoft.VC80.DebugCRT.manifest=>testcase/Microsoft.VC80.DebugCRT/Microsoft.VC80.DebugCRT.manifest \
|
---|
127 | $(PATH_TOOL_VCC80AMD64)/redist/Debug_NonRedist/amd64/Microsoft.VC80.DebugCRT/msvcr80d.dll=>testcase/Microsoft.VC80.DebugCRT/msvcr80d.dll \
|
---|
128 | $(PATH_TOOL_VCC80AMD64)/redist/Debug_NonRedist/amd64/Microsoft.VC80.DebugCRT/msvcp80d.dll=>testcase/Microsoft.VC80.DebugCRT/msvcp80d.dll
|
---|
129 | endif
|
---|
130 | endif
|
---|
131 | ifndef VBOX_USE_VCC80
|
---|
132 | VBOX_INSTALL_VCC70_RT = 1
|
---|
133 | endif
|
---|
134 | ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),win.x86)
|
---|
135 | VBOX_INSTALL_VCC70_RT = 1
|
---|
136 | endif
|
---|
137 | ifdef VBOX_INSTALL_VCC70_RT
|
---|
138 | include $(KBUILD_PATH)/tools/VCC70.kmk
|
---|
139 |
|
---|
140 | ## @todo Move these defines to VCC70.
|
---|
141 | DLL_TOOL_VCC70_MSVCR71 ?= $(PATH_TOOL_VCC70)/bin/msvcr71.dll
|
---|
142 | ifneq ($(wildcard $(DLL_TOOL_VCC70_MSVCR71)),)
|
---|
143 | bin_SOURCES += \
|
---|
144 | $(DLL_TOOL_VCC70_MSVCR71)=>msvcr71.dll \
|
---|
145 | $(DLL_TOOL_VCC70_MSVCR71)=>testcase/msvcr71.dll
|
---|
146 | endif
|
---|
147 | ifeq ($(VBOX_VCC_CRT_TYPE),d)
|
---|
148 | DLL_TOOL_VCC70_MSVCR71D ?= $(PATH_TOOL_VCC70)/bin/msvcr71d.dll
|
---|
149 | ifneq ($(wildcard $(DLL_TOOL_VCC70_MSVCR71D)),)
|
---|
150 | bin_SOURCES += \
|
---|
151 | $(DLL_TOOL_VCC70_MSVCR71D)=>msvcr71d.dll \
|
---|
152 | $(DLL_TOOL_VCC70_MSVCR71D)=>testcase/msvcr71d.dll
|
---|
153 | endif
|
---|
154 | endif
|
---|
155 |
|
---|
156 | DLL_TOOL_VCC70_MSVCP71 ?= $(PATH_TOOL_VCC70)/bin/msvcp71.dll
|
---|
157 | ifneq ($(wildcard $(DLL_TOOL_VCC70_MSVCP71)),)
|
---|
158 | bin_SOURCES += \
|
---|
159 | $(DLL_TOOL_VCC70_MSVCP71)=>msvcp71.dll \
|
---|
160 | $(DLL_TOOL_VCC70_MSVCP71)=>testcase/msvcp71.dll
|
---|
161 | endif
|
---|
162 | ifeq ($(VBOX_VCC_CRT_TYPE),d)
|
---|
163 | DLL_TOOL_VCC70_MSVCP71D ?= $(PATH_TOOL_VCC70)/bin/msvcp71d.dll
|
---|
164 | ifneq ($(wildcard $(DLL_TOOL_VCC70_MSVCP71D)),)
|
---|
165 | bin_SOURCES += \
|
---|
166 | $(DLL_TOOL_VCC70_MSVCP71D)=>msvcp71d.dll \
|
---|
167 | $(DLL_TOOL_VCC70_MSVCP71D)=>testcase/msvcp71d.dll
|
---|
168 | endif
|
---|
169 | endif
|
---|
170 |
|
---|
171 | DLL_TOOL_VCC70_MSVCRT ?= $(PATH_TOOL_VCC70)/bin/msvcrt.dll
|
---|
172 | ifneq ($(wildcard $(DLL_TOOL_VCC70_MSVCRT)),)
|
---|
173 | bin_SOURCES += \
|
---|
174 | $(DLL_TOOL_VCC70_MSVCRT)=>msvcrt.dll \
|
---|
175 | $(DLL_TOOL_VCC70_MSVCRT)=>testcase/msvcrt.dll
|
---|
176 | endif
|
---|
177 | endif
|
---|
178 | endif
|
---|
179 |
|
---|
180 |
|
---|
181 | #
|
---|
182 | # Install our Qt DLLs / Shared Objects / Frameworks.
|
---|
183 | # Note: The installer fixes the darwin .dylibs when hardening is enabled.
|
---|
184 | #
|
---|
185 | ifeq ($(KBUILD_TARGET),darwin)
|
---|
186 | INSTALLS += qt4-bin
|
---|
187 | qt4-bin_MODE = 755
|
---|
188 | qt4-bin_INST = $(INST_VIRTUALBOX)Contents/
|
---|
189 | qt4-bin_SOURCES = $(foreach qtmod,$(VBOX_QT4_MOD_NAMES) \
|
---|
190 | ,$(PATH_SDK_QT4_LIB)/$(qtmod).framework/Versions/4/$(qtmod)=>Frameworks/$(qtmod).framework/Versions/4/$(qtmod))
|
---|
191 | ifdef VBOX_WITH_COCOA_QT
|
---|
192 | qt4-bin_SOURCES += \
|
---|
193 | $(PATH_SDK_QT4_LIB)/QtGui$(VBOX_QT4_INFIX).framework/Versions/4/Resources/qt_menu.nib/classes.nib=>Frameworks/QtGui$(VBOX_QT4_INFIX).framework/Versions/4/Resources/qt_menu.nib/classes.nib \
|
---|
194 | $(PATH_SDK_QT4_LIB)/QtGui$(VBOX_QT4_INFIX).framework/Versions/4/Resources/qt_menu.nib/info.nib=>Frameworks/QtGui$(VBOX_QT4_INFIX).framework/Versions/4/Resources/qt_menu.nib/info.nib \
|
---|
195 | $(PATH_SDK_QT4_LIB)/QtGui$(VBOX_QT4_INFIX).framework/Versions/4/Resources/qt_menu.nib/keyedobjects.nib=>Frameworks/QtGui$(VBOX_QT4_INFIX).framework/Versions/4/Resources/qt_menu.nib/keyedobjects.nib
|
---|
196 | endif
|
---|
197 | ifneq ($(wildcard $(VBOX_PATH_QT4)/plugins/accessible/libqtaccessiblewidgets.dylib),)
|
---|
198 | qt4-bin_SOURCES += \
|
---|
199 | $(VBOX_PATH_QT4)/plugins/accessible/libqtaccessiblewidgets.dylib=>MacOS/accessible/libqtaccessiblewidgets.dylib
|
---|
200 | endif
|
---|
201 | qt4-bin_SYMLINKS = $(foreach qtmod, $(VBOX_QT4_MOD_NAMES) \
|
---|
202 | ,Frameworks/$(qtmod).framework/$(qtmod)=>Versions/4/$(qtmod))
|
---|
203 | ifdef VBOX_WITH_COCOA_QT
|
---|
204 | qt4-bin_SYMLINKS += \
|
---|
205 | Frameworks/QtGui$(VBOX_QT4_INFIX).framework/Resources=>Versions/4/Resources/
|
---|
206 | endif
|
---|
207 | else
|
---|
208 | ifdef VBOX_WITH_QT4_SUN
|
---|
209 | ifeq ($(KBUILD_TARGET),win)
|
---|
210 | INSTALLS += qt4-bin
|
---|
211 | qt4-bin_MODE = 755
|
---|
212 | qt4-bin_INST = $(INST_BIN)
|
---|
213 | qt4-bin_SOURCES = \
|
---|
214 | $(foreach qtmod,$(VBOX_QT4_MOD_NAMES),$(VBOX_PATH_QT4_LIB)/$(qtmod)4$(SUFF_DLL)) \
|
---|
215 | $(VBOX_PATH_QT4)/plugins/accessible/qtaccessiblewidgets4$(SUFF_DLL)=>accessible/qtaccessiblewidgets4$(SUFF_DLL)
|
---|
216 | else
|
---|
217 | INSTALLS += qt4-bin
|
---|
218 | qt4-bin_MODE = 755
|
---|
219 | qt4-bin_INST = $(INST_BIN)
|
---|
220 | qt4-bin_SOURCES = \
|
---|
221 | $(foreach qtmod,$(VBOX_QT4_MOD_NAMES),$(VBOX_PATH_QT4_LIB)/lib$(qtmod)$(SUFF_DLL).4) \
|
---|
222 | $(VBOX_PATH_QT4)/plugins/accessible/libqtaccessiblewidgets$(SUFF_DLL)=>accessible/libqtaccessiblewidgets$(SUFF_DLL)
|
---|
223 | endif
|
---|
224 | endif # VBOX_WITH_QT4_SUN
|
---|
225 | endif
|
---|
226 |
|
---|
227 |
|
---|
228 | #
|
---|
229 | # For building the combined package, just get the additions .ISO
|
---|
230 | # once for amd64 to prevent version inconsistences. In all other
|
---|
231 | # cases we get the .ISO per target architecture.
|
---|
232 | #
|
---|
233 | ifdef VBOX_WITH_ADDITIONS_FROM_BUILD_SERVER
|
---|
234 | ifdef VBOX_WITH_COMBINED_PACKAGE
|
---|
235 | ifeq ($(KBUILD_TARGET_ARCH),amd64)
|
---|
236 | INSTALLS += buildserver-additions
|
---|
237 | endif
|
---|
238 | else
|
---|
239 | INSTALLS += buildserver-additions
|
---|
240 | endif
|
---|
241 |
|
---|
242 | #
|
---|
243 | # Install additions iso from the build server.
|
---|
244 | # The $(CP)/$(RM) stuff can be replaced by a simple $(TOUCH) once that has
|
---|
245 | # been added to kBuild.
|
---|
246 | #
|
---|
247 | buildserver-additions_INST = $(INST_ADDITIONS_ISO)
|
---|
248 | buildserver-additions_MODE = 0644
|
---|
249 | buildserver-additions_SOURCES = $(PATH_TARGET)/VBoxGuestAdditions.iso
|
---|
250 | buildserver-additions_CLEANS = $(PATH_TARGET)/VBoxGuestAdditions.iso $(PATH_TARGET)/VBoxGuestAdditions.iso.tmp
|
---|
251 |
|
---|
252 | $(PATH_TARGET)/VBoxGuestAdditions.iso: $(VBOX_SVN_REV_KMK) $(PATH_DEVTOOLS)/bin/additions.sh | $$(dir $$@)
|
---|
253 | $(RM) -f $(PATH_TARGET)/VBoxGuestAdditions.iso $(PATH_TARGET)/VBoxGuestAdditions.iso.tmp
|
---|
254 | ifneq ($(KBUILD_HOST),win)
|
---|
255 | $(SHELL) $(PATH_DEVTOOLS)/bin/additions.sh --cmd fetch --filename $(PATH_TARGET)/VBoxGuestAdditions.iso.tmp
|
---|
256 | else
|
---|
257 | $(KMK) --affinity 1 -f $(MAKEFILE) buildserver-additions-affinity-hack
|
---|
258 | endif
|
---|
259 | $(CP) -f $(PATH_TARGET)/VBoxGuestAdditions.iso.tmp $(PATH_TARGET)/VBoxGuestAdditions.iso
|
---|
260 | $(RM) -f $(PATH_TARGET)/VBoxGuestAdditions.iso.tmp
|
---|
261 |
|
---|
262 | ifeq ($(KBUILD_HOST),win)
|
---|
263 | buildserver-additions-affinity-hack:
|
---|
264 | $(SHELL) $(PATH_DEVTOOLS)/bin/additions.sh --cmd fetch --filename $(PATH_TARGET)/VBoxGuestAdditions.iso.tmp
|
---|
265 | endif
|
---|
266 | endif
|
---|
267 |
|
---|
268 |
|
---|
269 | #
|
---|
270 | #
|
---|
271 | # Install documentation files (at the moment the .chm) from the build server.
|
---|
272 | #
|
---|
273 | ifdef VBOX_WITH_DOCS_FROM_BUILD_SERVER
|
---|
274 | ## @todo r=bird: Too much mess now for $(PATH_TARGET); move to doc/manual/.
|
---|
275 | INSTALLS += buildserver-docs
|
---|
276 | buildserver-docs_INST = $(INST_BIN)
|
---|
277 | buildserver-docs_MODE = 0644
|
---|
278 | buildserver-docs_SOURCES = \
|
---|
279 | $(addprefix $(PATH_TARGET)/, \
|
---|
280 | VirtualBox.chm UserManual.pdf \
|
---|
281 | $(foreach f,$(VBOX_MANUAL_ADD_LANGUAGES),VirtualBox_$(f).chm UserManual_$(f).pdf))
|
---|
282 | buildserver-docs_CLEANS = \
|
---|
283 | $(buildserver-docs_0_OUTDIR)/unpacked.ts \
|
---|
284 | $(buildserver-docs_0_OUTDIR)/VBoxDocumentation.zip \
|
---|
285 | $(buildserver-docs_0_OUTDIR)/VBoxDocumentation.zip.tmp \
|
---|
286 | $(addprefix $(PATH_TARGET)/, \
|
---|
287 | VirtualBox.chm UserManual.pdf \
|
---|
288 | $(foreach f,$(VBOX_MANUAL_ADD_LANGUAGES),VirtualBox_$(f).chm UserManual_$(f).pdf))
|
---|
289 |
|
---|
290 | ## @todo Hack to get at TOOL_ZIP_UNPACK; see if this can be integrated somehow...
|
---|
291 | include $(KBUILD_PATH)/tools/ZIP.kmk
|
---|
292 |
|
---|
293 | $$(buildserver-docs_0_OUTDIR)/unpacked.ts +| $(PATH_TARGET)/VirtualBox.chm $(PATH_TARGET)/UserManual.pdf \
|
---|
294 | $(foreach f,$(VBOX_MANUAL_ADD_LANGUAGES),$(PATH_TARGET)/VirtualBox_$(f).chm $(PATH_TARGET)/UserManual_$(f).pdf): \
|
---|
295 | $$(buildserver-docs_0_OUTDIR)/VBoxDocumentation.zip
|
---|
296 | $(call MSG_L1,Unpacking documentation)
|
---|
297 | $(QUIET)$(TOOL_ZIP_UNPACK) $(TOOL_ZIP_UNPACKFLAGS) -o $< -d $(PATH_TARGET)
|
---|
298 | $(APPEND) -t $@ "done"
|
---|
299 |
|
---|
300 | $$(buildserver-docs_0_OUTDIR)/VBoxDocumentation.zip: $(VBOX_SVN_REV_KMK) $(PATH_DEVTOOLS)/bin/documentation.sh | $$(dir $$@)
|
---|
301 | $(RM) -f $@ $@.tmp
|
---|
302 | ifneq ($(KBUILD_HOST),win)
|
---|
303 | $(SHELL) $(PATH_DEVTOOLS)/bin/documentation.sh --cmd fetch --filename $@.tmp
|
---|
304 | else
|
---|
305 | $(KMK) --affinity 1 -f $(MAKEFILE) buildserver-documentation-affinity-hack
|
---|
306 | endif
|
---|
307 | $(CP) -f $@.tmp $@
|
---|
308 | $(RM) -f $@.tmp
|
---|
309 | ## @todo kBuild: The $(CP)/$(RM) stuff can be replaced by a simple $(TOUCH) once that has been added to kBuild.
|
---|
310 |
|
---|
311 | ifeq ($(KBUILD_HOST),win)
|
---|
312 | buildserver-documentation-affinity-hack:
|
---|
313 | $(SHELL) $(PATH_DEVTOOLS)/bin/documentation.sh --cmd fetch --filename $(buildserver-docs_0_OUTDIR)/VBoxDocumentation.zip.tmp
|
---|
314 | endif
|
---|
315 | endif # VBOX_WITH_DOCS_FROM_BUILD_SERVER
|
---|
316 |
|
---|
317 |
|
---|
318 | ifdef VBOX_WITH_EFI
|
---|
319 | #
|
---|
320 | # Install EFI firmware image
|
---|
321 | #
|
---|
322 | ifdef VBOX_WITH_EFIFW_FROM_BUILD_SERVER
|
---|
323 | #
|
---|
324 | # Either from the build server.
|
---|
325 | #
|
---|
326 | INSTALLS += buildserver-efifw
|
---|
327 | buildserver-efifw_INST = $(INST_BIN)
|
---|
328 | buildserver-efifw_MODE = 0644
|
---|
329 | buildserver-efifw_SOURCES = \
|
---|
330 | $(buildserver-efifw_0_OUTDIR)/FV/VBOX.fd=>VBoxEFI32.fd \
|
---|
331 | $(buildserver-efifw_0_OUTDIR)/FV/VBOX64.fd=>VBoxEFI64.fd
|
---|
332 | buildserver-efifw_CLEANS = \
|
---|
333 | $(buildserver-efifw_0_OUTDIR)/unpacked.ts \
|
---|
334 | $(buildserver-efifw_0_OUTDIR)/FV/VBOX.fd \
|
---|
335 | $(buildserver-efifw_0_OUTDIR)/FV/VBOX64.fd \
|
---|
336 | $(buildserver-efifw_0_OUTDIR)/VBoxEfiFirmware.zip \
|
---|
337 | $(buildserver-efifw_0_OUTDIR)/VBoxEfiFirmware.zip.tmp
|
---|
338 | ## @todo rainy day: cleanup the output directory (zip contains lots more)
|
---|
339 |
|
---|
340 | ## @todo Hack to get at TOOL_ZIP_UNPACK; see if this can be integrated somehow...
|
---|
341 | include $(KBUILD_PATH)/tools/ZIP.kmk
|
---|
342 |
|
---|
343 | $$(buildserver-efifw_0_OUTDIR)/unpacked.ts \
|
---|
344 | +| $$(buildserver-efifw_0_OUTDIR)/FV/VBOX.fd \
|
---|
345 | $$(buildserver-efifw_0_OUTDIR)/FV/VBOX64.fd: \
|
---|
346 | $$(buildserver-efifw_0_OUTDIR)/VBoxEfiFirmware.zip
|
---|
347 | $(call MSG_L1,Unpacking EFI firmware)
|
---|
348 | $(QUIET)$(TOOL_ZIP_UNPACK) $(TOOL_ZIP_UNPACKFLAGS) -o $< -d $(buildserver-efifw_0_OUTDIR)
|
---|
349 | $(APPEND) -t $@ "done"
|
---|
350 |
|
---|
351 | $$(buildserver-efifw_0_OUTDIR)/VBoxEfiFirmware.zip: \
|
---|
352 | $(VBOX_SVN_REV_KMK) $(PATH_DEVTOOLS)/bin/efi_firmware.sh | $$(dir $$@)
|
---|
353 | $(RM) -f $@ $@.tmp
|
---|
354 | ifneq ($(KBUILD_HOST),win)
|
---|
355 | $(SHELL) $(PATH_DEVTOOLS)/bin/efi_firmware.sh --cmd fetch --filename $@.tmp
|
---|
356 | else
|
---|
357 | $(KMK) --affinity 1 -f $(MAKEFILE) buildserver-efifw-affinity-hack
|
---|
358 | endif
|
---|
359 | $(CP) -f $@.tmp $@
|
---|
360 | $(RM) -f $@.tmp
|
---|
361 | ## @todo kBuild: The $(CP)/$(RM) stuff can be replaced by a simple $(TOUCH) once that has been added to kBuild.
|
---|
362 |
|
---|
363 | ifeq ($(KBUILD_HOST),win)
|
---|
364 | buildserver-efifw-affinity-hack:
|
---|
365 | $(SHELL) $(PATH_DEVTOOLS)/bin/efi_firmware.sh --cmd fetch --filename $(buildserver-efifw_0_OUTDIR)/VBoxEfiFirmware.zip.tmp
|
---|
366 | endif
|
---|
367 | else # !VBOX_WITH_EFIFW_FROM_BUILD_SERVER
|
---|
368 | #
|
---|
369 | # Or from the local copy
|
---|
370 | #
|
---|
371 | INSTALLS += local-efifw
|
---|
372 | local-efifw_INST = $(INST_BIN)
|
---|
373 | local-efifw_MODE = 0644
|
---|
374 | local-efifw_SOURCES = \
|
---|
375 | $(PATH_ROOT)/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd=>VBoxEFI32.fd \
|
---|
376 | $(PATH_ROOT)/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd=>VBoxEFI64.fd
|
---|
377 | endif # !VBOX_WITH_EFIFW_FROM_BUILD_SERVER
|
---|
378 | endif # VBOX_WITH_EFI
|
---|
379 |
|
---|
380 |
|
---|
381 | #
|
---|
382 | # Install staged binaries on platforms where we can't cross
|
---|
383 | # compile things.
|
---|
384 | #
|
---|
385 | ifn1of ($(KBUILD_TARGET), l4 linux win)
|
---|
386 | VBOX_PATH_STAGED ?= .
|
---|
387 |
|
---|
388 | # Additions.
|
---|
389 | ifndef VBOX_WITH_LINUX_ADDITIONS
|
---|
390 | ifndef VBOX_WITH_WIN32_ADDITIONS
|
---|
391 | ifneq ($(wildcard $(VBOX_PATH_STAGED)/VBoxGuestAdditions.iso),)
|
---|
392 | INSTALLS += staged-additions
|
---|
393 | staged-additions_INST = $(INST_ADDITIONS_ISO)
|
---|
394 | staged-additions_MODE = 0644
|
---|
395 | staged-additions_SOURCES = $(VBOX_PATH_STAGED)/VBoxGuestAdditions.iso
|
---|
396 | endif
|
---|
397 | endif
|
---|
398 | endif
|
---|
399 |
|
---|
400 | # guesttool.exe
|
---|
401 | ifndef VBOX_WITH_WIN32_ADDITIONS
|
---|
402 | ifneq ($(wildcard $(VBOX_PATH_STAGED)/guesttool.exe),)
|
---|
403 | INSTALLS += staged-guesttool
|
---|
404 | staged-guesttool_INST = $(INST_BIN)
|
---|
405 | staged-guesttool_SOURCES = $(VBOX_PATH_STAGED)/guesttool.exe
|
---|
406 | endif
|
---|
407 | endif
|
---|
408 |
|
---|
409 | endif
|
---|
410 |
|
---|
411 | endif # !VBOX_ONLY_ADDITIONS && !VBOX_ONLY_DOCS && !VBOX_ONLY_EXTPACKS && !VBOX_ONLY_TESTSUITE
|
---|
412 |
|
---|
413 |
|
---|
414 | ifdef VBOX_ONLY_DOCS
|
---|
415 | # It may sound a bit odd, but for preparing the documentation package the
|
---|
416 | # doxygen documentation isn't needed and increases the build time a lot.
|
---|
417 | docs:
|
---|
418 | else # !VBOX_ONLY_DOCS
|
---|
419 | #
|
---|
420 | # Generate documentation.
|
---|
421 | # (This should be converted into a separate pass or merged with an existing one later.)
|
---|
422 | #
|
---|
423 | ifdef VBOX_WITH_ALL_DOXYGEN_TARGETS
|
---|
424 | docs: docs.Core
|
---|
425 | endif
|
---|
426 | endif # !VBOX_ONLY_DOCS
|
---|
427 |
|
---|
428 | docs.Core docs.core: $(PATH_TARGET)/docs.Core
|
---|
429 |
|
---|
430 |
|
---|
431 |
|
---|
432 | #
|
---|
433 | # The core (VMM+REM+Devices+Main) documentation.
|
---|
434 | #
|
---|
435 | # This includes so much because we wish to have the complete CFGM
|
---|
436 | # and GCFGM lists.
|
---|
437 | #
|
---|
438 | OTHER_CLEAN += \
|
---|
439 | $(PATH_TARGET)/Doxyfile.Core \
|
---|
440 | $(PATH_TARGET)/Doxyfile.Core.dep
|
---|
441 |
|
---|
442 | VBOX_CORE_DOXYFILE_INPUT_DIRS = \
|
---|
443 | include/iprt \
|
---|
444 | include/iprt/cpp \
|
---|
445 | include/iprt/linux \
|
---|
446 | include/VBox \
|
---|
447 | include/VBox/vmm \
|
---|
448 | include/VBox/com \
|
---|
449 | include/VBox/ExtPack \
|
---|
450 | include/VBox/HostServices \
|
---|
451 | include/VBox/GuestHost \
|
---|
452 | include/VBox/HGSMI \
|
---|
453 | src/VBox/VMM \
|
---|
454 | src/VBox/VMM/VMMR0 \
|
---|
455 | src/VBox/VMM/VMMRC \
|
---|
456 | src/VBox/VMM/VMMR3 \
|
---|
457 | src/VBox/VMM/VMMAll \
|
---|
458 | src/VBox/VMM/VMMSwitcher \
|
---|
459 | src/VBox/Debugger \
|
---|
460 | src/VBox/Devices \
|
---|
461 | src/VBox/Devices/Audio \
|
---|
462 | src/VBox/Devices/Bus \
|
---|
463 | src/VBox/Devices/Graphics \
|
---|
464 | src/VBox/Devices/Graphics/BIOS \
|
---|
465 | src/VBox/Devices/Input \
|
---|
466 | src/VBox/Devices/Networking \
|
---|
467 | src/VBox/Devices/PC \
|
---|
468 | src/VBox/Devices/PC/BIOS \
|
---|
469 | src/VBox/Devices/Parallel \
|
---|
470 | src/VBox/Devices/Serial \
|
---|
471 | src/VBox/Devices/Storage \
|
---|
472 | src/VBox/Devices/USB \
|
---|
473 | src/VBox/Devices/USB/darwin \
|
---|
474 | src/VBox/Devices/USB/linux \
|
---|
475 | src/VBox/Devices/USB/os2 \
|
---|
476 | src/VBox/Devices/USB/solaris \
|
---|
477 | src/VBox/Devices/USB/vrdp \
|
---|
478 | src/VBox/Devices/USB/win32 \
|
---|
479 | src/VBox/Devices/VMMDev \
|
---|
480 | src/VBox/Main/include \
|
---|
481 | src/VBox/Main/include/hgcm \
|
---|
482 | src/VBox/Main \
|
---|
483 | src/VBox/Main/glue \
|
---|
484 | src/VBox/Main/webservice \
|
---|
485 | src/VBox/Main/xml \
|
---|
486 | src/VBox/Main/src-all \
|
---|
487 | src/VBox/Main/src-all/win \
|
---|
488 | src/VBox/Main/src-client \
|
---|
489 | src/VBox/Main/src-client/win \
|
---|
490 | src/VBox/Main/src-client/xpcom \
|
---|
491 | src/VBox/Main/src-server \
|
---|
492 | src/VBox/Main/src-server/darwin \
|
---|
493 | src/VBox/Main/src-server/linux \
|
---|
494 | src/VBox/Main/src-server/os2 \
|
---|
495 | src/VBox/Main/src-server/solaris \
|
---|
496 | src/VBox/Main/src-server/win \
|
---|
497 | src/VBox/Main/src-server/xpcom \
|
---|
498 | src/VBox/HostServices \
|
---|
499 | src/VBox/HostServices/SharedClipboard \
|
---|
500 | src/VBox/HostServices/SharedFolders \
|
---|
501 | src/VBox/HostServices/SharedInfoServices \
|
---|
502 | src/VBox/HostServices/SharedOpenGL \
|
---|
503 | src/VBox/HostDrivers/Support \
|
---|
504 | src/VBox/HostDrivers/Support/darwin \
|
---|
505 | src/VBox/HostDrivers/Support/freebsd \
|
---|
506 | src/VBox/HostDrivers/Support/l4 \
|
---|
507 | src/VBox/HostDrivers/Support/linux \
|
---|
508 | src/VBox/HostDrivers/Support/os2 \
|
---|
509 | src/VBox/HostDrivers/Support/solaris \
|
---|
510 | src/VBox/HostDrivers/Support/win \
|
---|
511 | src/VBox/HostDrivers/VBoxNetFlt \
|
---|
512 | src/VBox/HostDrivers/VBoxNetFlt/darwin \
|
---|
513 | src/VBox/HostDrivers/VBoxNetFlt/linux \
|
---|
514 | src/VBox/HostDrivers/VBoxNetFlt/solaris \
|
---|
515 | src/VBox/HostDrivers/VBoxNetFlt/win \
|
---|
516 | src/VBox/HostDrivers/VBoxNetNat \
|
---|
517 | src/VBox/HostDrivers/VBoxNetNat/darwin \
|
---|
518 | src/VBox/HostDrivers/VBoxNetNat/linux \
|
---|
519 | src/VBox/HostDrivers/VBoxNetNat/solaris \
|
---|
520 | src/VBox/HostDrivers/VBoxNetNat/win \
|
---|
521 | src/VBox/HostDrivers/VBoxNetAdp \
|
---|
522 | src/VBox/HostDrivers/VBoxNetAdp/darwin \
|
---|
523 | src/VBox/HostDrivers/VBoxNetAdp/linux \
|
---|
524 | src/VBox/HostDrivers/VBoxNetAdp/solaris \
|
---|
525 | src/VBox/HostDrivers/VBoxNetAdp/win \
|
---|
526 | src/VBox/HostDrivers/VBoxUSB \
|
---|
527 | src/VBox/HostDrivers/VBoxUSB/darwin \
|
---|
528 | src/VBox/HostDrivers/VBoxUSB/os2 \
|
---|
529 | src/VBox/HostDrivers/VBoxUSB/solaris \
|
---|
530 | src/VBox/HostDrivers/VBoxUSB/win \
|
---|
531 | src/VBox/HostDrivers/VBoxUSB/win/Device \
|
---|
532 | src/VBox/HostDrivers/VBoxUSB/win/Device/amd64 \
|
---|
533 | src/VBox/HostDrivers/VBoxUSB/win/Device/x86 \
|
---|
534 | src/VBox/HostDrivers/VBoxUSB/win/Filter \
|
---|
535 | src/VBox/HostDrivers/VBoxUSB/win/Install \
|
---|
536 | src/VBox/HostDrivers/VBoxUSB/win/Monitor \
|
---|
537 | src/VBox/HostDrivers/VBoxUSB/win/Monitor/win32 \
|
---|
538 | src/VBox/HostDrivers/VBoxUSB/win/Monitor/win64 \
|
---|
539 | src/VBox/HostDrivers/VBoxUSB/win/usbd \
|
---|
540 | src/VBox/Storage
|
---|
541 |
|
---|
542 | # These must come first in order to make things look nice.
|
---|
543 | VBOX_CORE_DOXYFILE_INPUT_FIRST =\
|
---|
544 | $(PATH_ROOT)/doc/VBox-doc.c \
|
---|
545 | $(PATH_ROOT)/doc/VBox-CodingGuidelines.cpp \
|
---|
546 | $(PATH_ROOT)/doc/VBox-MakefileGuidelines.cpp \
|
---|
547 | $(PATH_ROOT)/src/VBox/VMM/Docs-CodingGuidelines.cpp \
|
---|
548 | $(PATH_ROOT)/src/VBox/VMM/Docs-RawMode.cpp \
|
---|
549 | $(PATH_ROOT)/include/VBox/cdefs.h \
|
---|
550 | $(PATH_ROOT)/include/VBox/vmm/vmapi.h \
|
---|
551 | $(PATH_ROOT)/include/VBox/vmm/vmm.h \
|
---|
552 | $(PATH_ROOT)/include/VBox/vmm/cpum.h \
|
---|
553 | $(PATH_ROOT)/include/VBox/vmm/mm.h \
|
---|
554 | $(PATH_ROOT)/include/VBox/vmm/pgm.h \
|
---|
555 | $(PATH_ROOT)/include/VBox/vmm/selm.h \
|
---|
556 | $(PATH_ROOT)/include/VBox/vmm/trpm.h \
|
---|
557 | $(PATH_ROOT)/include/VBox/vmm/patm.h \
|
---|
558 | $(PATH_ROOT)/include/VBox/vmm/dbgf.h \
|
---|
559 | $(PATH_ROOT)/include/VBox/vmm/stam.h \
|
---|
560 | $(PATH_ROOT)/include/VBox/vmm/em.h \
|
---|
561 | $(PATH_ROOT)/include/VBox/vmm/pdm.h \
|
---|
562 | $(PATH_ROOT)/include/VBox/vmm/rem.h \
|
---|
563 | $(PATH_ROOT)/include/VBox/vmm/iom.h \
|
---|
564 | $(PATH_ROOT)/include/VBox/vmm/cfgm.h \
|
---|
565 | $(PATH_ROOT)/include/VBox/vmm/tm.h \
|
---|
566 | $(PATH_ROOT)/include/VBox/vmm/csam.h \
|
---|
567 | $(PATH_ROOT)/include/VBox/vmm/ssm.h \
|
---|
568 | $(PATH_ROOT)/include/VBox/vmm/hwaccm.h \
|
---|
569 | $(PATH_ROOT)/include/VBox/vmm/hwacc_svm.h \
|
---|
570 | $(PATH_ROOT)/include/VBox/vmm/hwacc_vmx.h \
|
---|
571 | \
|
---|
572 | $(PATH_ROOT)/src/VBox/VMM/include/CFGMInternal.h \
|
---|
573 | $(PATH_ROOT)/src/VBox/VMM/include/CPUMInternal.h \
|
---|
574 | $(PATH_ROOT)/src/VBox/VMM/include/DBGFInternal.h \
|
---|
575 | $(PATH_ROOT)/src/VBox/VMM/include/EMInternal.h \
|
---|
576 | $(PATH_ROOT)/src/VBox/VMM/include/HWACCMInternal.h \
|
---|
577 | $(PATH_ROOT)/src/VBox/VMM/include/IOMInternal.h \
|
---|
578 | $(PATH_ROOT)/src/VBox/VMM/include/MMInternal.h \
|
---|
579 | $(PATH_ROOT)/src/VBox/VMM/include/PDMInternal.h \
|
---|
580 | $(PATH_ROOT)/src/VBox/VMM/include/PGMInternal.h \
|
---|
581 | $(PATH_ROOT)/src/VBox/VMM/include/CSAMInternal.h \
|
---|
582 | $(PATH_ROOT)/src/VBox/VMM/include/PATMInternal.h \
|
---|
583 | $(PATH_ROOT)/src/VBox/VMM/include/REMInternal.h \
|
---|
584 | $(PATH_ROOT)/src/VBox/VMM/include/SELMInternal.h \
|
---|
585 | $(PATH_ROOT)/src/VBox/VMM/include/SSMInternal.h \
|
---|
586 | $(PATH_ROOT)/src/VBox/VMM/include/STAMInternal.h \
|
---|
587 | $(PATH_ROOT)/src/VBox/VMM/include/TMInternal.h \
|
---|
588 | $(PATH_ROOT)/src/VBox/VMM/include/TRPMInternal.h \
|
---|
589 | $(PATH_ROOT)/src/VBox/VMM/include/VMInternal.h \
|
---|
590 | $(PATH_ROOT)/src/VBox/VMM/include/VMMInternal.h \
|
---|
591 | \
|
---|
592 | $(PATH_ROOT)/include/VBox/vmm/vm.h \
|
---|
593 | \
|
---|
594 | $(PATH_ROOT)/include/VBox/sup.h \
|
---|
595 | $(PATH_ROOT)/include/VBox/vd.h \
|
---|
596 | $(PATH_ROOT)/include/VBox/types.h \
|
---|
597 | $(PATH_ROOT)/include/VBox/err.h \
|
---|
598 | $(PATH_ROOT)/include/VBox/vmm/cpumdis.h \
|
---|
599 | $(PATH_ROOT)/include/VBox/dbggui.h \
|
---|
600 | $(PATH_ROOT)/include/VBox/dis.h \
|
---|
601 | $(PATH_ROOT)/include/VBox/disopcode.h \
|
---|
602 | $(PATH_ROOT)/include/VBox/intnet.h \
|
---|
603 | $(PATH_ROOT)/include/VBox/settings.h \
|
---|
604 | $(PATH_ROOT)/include/VBox/pci.h \
|
---|
605 | $(PATH_ROOT)/include/VBox/scsi.h \
|
---|
606 | $(PATH_ROOT)/include/VBox/shflsvc.h \
|
---|
607 | $(PATH_ROOT)/include/VBox/hgcmsvc.h \
|
---|
608 | $(PATH_ROOT)/include/VBox/usb.h \
|
---|
609 | $(PATH_ROOT)/include/VBox/vusb.h \
|
---|
610 | \
|
---|
611 | $(PATH_ROOT)/include/VBox/log.h \
|
---|
612 | $(PATH_ROOT)/include/VBox/param.h \
|
---|
613 | $(PATH_ROOT)/include/VBox/version.h
|
---|
614 |
|
---|
615 | VBOX_CORE_DOXYFILE_INPUT := \
|
---|
616 | $(filter-out %.cpp.h, $(sort $(wildcard $(addsuffix /*.h, $(VBOX_CORE_DOXYFILE_INPUT_DIRS)))) ) \
|
---|
617 | $(foreach dir, $(VBOX_CORE_DOXYFILE_INPUT_DIRS), $(wildcard $(dir)/*.cpp $(dir)/*.c $(dir)/.asm))
|
---|
618 | VBOX_CORE_DOXYFILE_INPUT := \
|
---|
619 | $(VBOX_CORE_DOXYFILE_INPUT_FIRST) \
|
---|
620 | $(filter-out $(VBOX_CORE_DOXYFILE_INPUT_FIRST), $(VBOX_CORE_DOXYFILE_INPUT))
|
---|
621 |
|
---|
622 | # And some some additional stuff.
|
---|
623 | VBOX_CORE_DOXYFILE_INPUT += \
|
---|
624 | $(PATH_ROOT)/src/recompiler/VBoxRecompiler.c \
|
---|
625 | $(PATH_ROOT)/src/recompiler/VBoxREMWrapper.cpp
|
---|
626 |
|
---|
627 |
|
---|
628 | VBOX_CORE_DOXYFILE_OUTPUT = $(PATH_OUT)/docs/Core
|
---|
629 | BLDDIRS += $(VBOX_CORE_DOXYFILE_OUTPUT)
|
---|
630 |
|
---|
631 | -include $(PATH_TARGET)/Doxyfile.Core.dep
|
---|
632 |
|
---|
633 | # Generate the Doxyfile
|
---|
634 | $(PATH_TARGET)/Doxyfile.Core: Doxyfile.Core \
|
---|
635 | $(comp-vars VBOX_CORE_DOXYFILE_INPUT,DOXYGEN_INPUT_PREV,FORCE) \
|
---|
636 | $(comp-vars VBOX_CORE_DOXYFILE_OUTPUT,DOXYGEN_OUTPUT_PREV,FORCE) \
|
---|
637 | | $$(dir $$@)
|
---|
638 | $(RM) -f $@ $@.tmp $(PATH_TARGET)/Doxyfile.Core.dep
|
---|
639 | $(CP) -f Doxyfile.Core $@.tmp
|
---|
640 | $(APPEND) $@.tmp
|
---|
641 | $(APPEND) $@.tmp "OUTPUT_DIRECTORY = $(VBOX_CORE_DOXYFILE_OUTPUT)"
|
---|
642 | $(APPEND) $@.tmp "WARN_LOGFILE = $(VBOX_CORE_DOXYFILE_OUTPUT)/errors"
|
---|
643 | $(APPEND) $@.tmp "INCLUDE_PATH = $(PATH_ROOT)/include $(PATH_ROOT)/src/VBox/VMM $(PATH_ROOT)/src/VBox/Main/include "
|
---|
644 | $(APPEND) $@.tmp "INCLUDE_FILE_PATTERNS = *.cpp.h"
|
---|
645 | $(APPEND) $@.tmp
|
---|
646 | $(APPEND) $@.tmp "INPUT = $(VBOX_CORE_DOXYFILE_INPUT)"
|
---|
647 | $(APPEND) $@.tmp
|
---|
648 | $(APPEND) $@.tmp "PREDEFINED += $(DEFS) $(DEFS.$(KBUILD_TARGET)) $(DEFS.$(KBUILD_TARGET_ARCH)) $(ARCH_BITS_DEFS)"
|
---|
649 | $(APPEND) $@.tmp "PREDEFINED += ARCH_BITS=HC_ARCH_BITS R3_ARCH_BITS=HC_ARCH_BITS R0_ARCH_BITS=HC_ARCH_BITS "
|
---|
650 | $(APPEND) $@.tmp
|
---|
651 | $(MV) -f $@.tmp $@
|
---|
652 | @$(APPEND) $(PATH_TARGET)/Doxyfile.Core.dep "DOXYGEN_OUTPUT_PREV = $(VBOX_CORE_DOXYFILE_OUTPUT)"
|
---|
653 | @$(APPEND) $(PATH_TARGET)/Doxyfile.Core.dep "DOXYGEN_INPUT_PREV = $(VBOX_CORE_DOXYFILE_INPUT)"
|
---|
654 |
|
---|
655 | # Do the actual job.
|
---|
656 | $(PATH_TARGET)/docs.Core: $(PATH_TARGET)/Doxyfile.Core $$(VBOX_CORE_DOXYFILE_INPUT) | $(VBOX_CORE_DOXYFILE_OUTPUT)/
|
---|
657 | $(RM) -f $(PATH_TARGET)/docs.Core
|
---|
658 | $(RM) -Rf $(VBOX_CORE_DOXYFILE_OUTPUT)/html/
|
---|
659 | doxygen $(PATH_TARGET)/Doxyfile.Core
|
---|
660 | $(APPEND) $(PATH_TARGET)/docs.Core
|
---|
661 |
|
---|
662 |
|
---|
663 | #
|
---|
664 | # Alias for kmk_time. Used by both the additions and testsuite build setups.
|
---|
665 | #
|
---|
666 | VBOX_KMK_TIME = $(KBUILD_BIN_PATH)/kmk_time
|
---|
667 |
|
---|
668 | #
|
---|
669 | # Common rsync bits.
|
---|
670 | #
|
---|
671 |
|
---|
672 | ##
|
---|
673 | # The basic rsync invocation for syncing the tree into a VM; the source and
|
---|
674 | # target specs are missing.
|
---|
675 | #
|
---|
676 | # @param 1 os name.
|
---|
677 | # @param 2 arch or *.
|
---|
678 | #
|
---|
679 | VBOX_RSYNC_IN_FN = rsync -a -v --delete --delete-excluded --prune-empty-dirs \
|
---|
680 | --exclude .svn/ \
|
---|
681 | --exclude doc/Devices/ \
|
---|
682 | --exclude doc/tg/ \
|
---|
683 | --exclude doc/vp/ \
|
---|
684 | --exclude doc/L4VM/ \
|
---|
685 | --exclude tinderclient.log \
|
---|
686 | --exclude tools/FetchDir/ \
|
---|
687 | --exclude webtools/ \
|
---|
688 | $(foreach os,darwin freebsd linux solaris os2 win,$(if-expr "$(1)" != "$(os)", \
|
---|
689 | --exclude tools/$(os).x86/ \
|
---|
690 | --exclude tools/$(os).amd64/ \
|
---|
691 | --exclude out/$(os).amd64/ \
|
---|
692 | --exclude out/$(os).x86/ \
|
---|
693 | ,$(select \
|
---|
694 | "$(2)" == "x86" , --exclude out/$(os).amd64/$(KBUILD_TYPE)/, \
|
---|
695 | "$(2)" == "amd64", --exclude out/$(os).x86/$(KBUILD_TYPE)/) \
|
---|
696 | ))
|
---|
697 |
|
---|
698 | #
|
---|
699 | # Build the additions, all of them.
|
---|
700 | #
|
---|
701 | # This is currently tailored (hardcoded) for the additions
|
---|
702 | # build box. Can make it pretty and configurable later.
|
---|
703 | #
|
---|
704 | # The fetching must be done in serial fashion, while the building
|
---|
705 | # should be more flexible wrt to -jN.
|
---|
706 | #
|
---|
707 | additions-fetch:
|
---|
708 | + $(KMK) -C tools fetch VBOX_ONLY_ADDITIONS=1
|
---|
709 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=linux BUILD_TARGET_ARCH=amd64 BUILD_TARGET=linux VBOX_ONLY_ADDITIONS=1
|
---|
710 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=linux BUILD_TARGET_ARCH=x86 BUILD_TARGET=linux VBOX_ONLY_ADDITIONS=1
|
---|
711 | # + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=os2 BUILD_TARGET_ARCH=x86 BUILD_TARGET=os2 VBOX_ONLY_ADDITIONS=1
|
---|
712 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=amd64 BUILD_TARGET=solaris VBOX_ONLY_ADDITIONS=1
|
---|
713 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=x86 BUILD_TARGET=solaris VBOX_ONLY_ADDITIONS=1
|
---|
714 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=win BUILD_TARGET_ARCH=amd64 BUILD_TARGET=win VBOX_ONLY_ADDITIONS=1
|
---|
715 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=win BUILD_TARGET_ARCH=x86 BUILD_TARGET=win VBOX_ONLY_ADDITIONS=1
|
---|
716 |
|
---|
717 |
|
---|
718 | ## @todo Currently combined solaris additions building assumes that amd64 is
|
---|
719 | # built first. The windows amd64 additions need some x86 files, so don't change
|
---|
720 | # the order of the windows builds. TODO: Split building and packing for these two VMs.
|
---|
721 | additions-build: \
|
---|
722 | additions-build-solaris.amd64 \
|
---|
723 | additions-build-solaris.x86 \
|
---|
724 | additions-build-win.x86 \
|
---|
725 | additions-build-win.amd64 \
|
---|
726 | additions-build-os2.x86 \
|
---|
727 | additions-build-linux.x86.combined
|
---|
728 |
|
---|
729 | VBOX_ADDITIONS_BUILD.amd64 = VBOX_ONLY_ADDITIONS=1 VBOX_WITHOUT_ADDITIONS_ISO=1 \
|
---|
730 | KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
|
---|
731 | KBUILD_TARGET_ARCH=amd64 BUILD_TARGET_ARCH=amd64 \
|
---|
732 | VBOX_SVN_REV=$(VBOX_SVN_REV)
|
---|
733 |
|
---|
734 | VBOX_ADDITIONS_BUILD.x86 = VBOX_ONLY_ADDITIONS=1 VBOX_WITHOUT_ADDITIONS_ISO=1 \
|
---|
735 | KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
|
---|
736 | KBUILD_TARGET_ARCH=x86 BUILD_TARGET_ARCH=x86 \
|
---|
737 | VBOX_SVN_REV=$(VBOX_SVN_REV)
|
---|
738 |
|
---|
739 | # Automatically determine the additions build subdir name. Used for figuring
|
---|
740 | # out directory names inside the additions building VMs.
|
---|
741 | VBOX_ADDITIONS_BUILD_SUBDIRNAME := $(lastword $(subst /, ,$(PATH_ROOT)))
|
---|
742 |
|
---|
743 | # When building in parallel on a Windows host, make sure we finish the host
|
---|
744 | # bit before kicking off any UNIX guest or we'll run into file sharing issues.
|
---|
745 | ifeq ($(KBUILD_TARGET),win)
|
---|
746 | VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST = additions-build-win.x86 additions-build-win.amd64
|
---|
747 | else
|
---|
748 | VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST =
|
---|
749 | endif
|
---|
750 |
|
---|
751 | # ASSUMES the 32-bit edition has been built already. Also for serializing VM access.
|
---|
752 | additions-build-win.amd64: additions-build-win.x86
|
---|
753 | ifeq ($(KBUILD_TARGET),win)
|
---|
754 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) all $(VBOX_ADD_HOST_BUILD_TWEAK)
|
---|
755 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) packing
|
---|
756 | else
|
---|
757 | $(call MSG_L1,Building Windows/amd64 additions)
|
---|
758 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.5 " echo $@ && cd e:/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && tools/env.sh kmk $(VBOX_ADDITIONS_BUILD.amd64) all packing "
|
---|
759 | endif
|
---|
760 |
|
---|
761 | additions-build-win.x86:
|
---|
762 | ifeq ($(KBUILD_TARGET),win)
|
---|
763 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) all $(VBOX_ADD_HOST_BUILD_TWEAK)
|
---|
764 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) packing
|
---|
765 | else
|
---|
766 | $(call MSG_L1,Building Windows/x86 additions)
|
---|
767 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.5 " echo $@ && cd e:/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && tools/env.sh kmk $(VBOX_ADDITIONS_BUILD.x86) all packing"
|
---|
768 | endif
|
---|
769 |
|
---|
770 | # ASSUMES the 64-bit edition are built first. This also serializes VM access.
|
---|
771 | ifeq ($(KBUILD_TARGET),solaris)
|
---|
772 | additions-build-solaris.amd64:
|
---|
773 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) all $(VBOX_ADD_HOST_BUILD_TWEAK)
|
---|
774 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) packing
|
---|
775 |
|
---|
776 | additions-build-solaris.x86: additions-build-solaris.amd64
|
---|
777 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE=1 all $(VBOX_ADD_HOST_BUILD_TWEAK)
|
---|
778 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE=1 packing
|
---|
779 |
|
---|
780 | else
|
---|
781 | additions-build-solaris.rsync-into-vm: $(VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST)
|
---|
782 | $(VBOX_KMK_TIME) rsync -a --delete --delete-excluded --exclude .svn --exclude FetchDir --exclude tinderclient.log --exclude win.amd64 --exclude win.x86 . 192.168.27.4:/mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)
|
---|
783 |
|
---|
784 | additions-build-solaris.build-it: additions-build-solaris.rsync-into-vm
|
---|
785 | $(call MSG_L1,Building Solaris/amd64 additions)
|
---|
786 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.4 " echo $@/amd64 && cd /mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_ADDITIONS_BUILD.amd64) all packing"
|
---|
787 | $(call MSG_L1,Building Solaris/x86 additions)
|
---|
788 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.4 " echo $@/x86 && cd /mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_ADDITIONS_BUILD.x86) all packing VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE=1"
|
---|
789 |
|
---|
790 | additions-build-solaris.rsync-out-of-vm: additions-build-solaris.build-it
|
---|
791 | $(VBOX_KMK_TIME) rsync -a --delete 192.168.27.4:/mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)/out/solaris.x86 out/
|
---|
792 | $(VBOX_KMK_TIME) rsync -a --delete 192.168.27.4:/mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)/out/solaris.amd64 out/
|
---|
793 |
|
---|
794 | .NOTPARALLEL: additions-build-solaris.rsync-out-of-vm additions-build-solaris.rsync-into-vm
|
---|
795 | .PHONY: additions-build-solaris.rsync-out-of-vm additions-build-solaris.rsync-into-vm additions-build-solaris.build-it
|
---|
796 |
|
---|
797 | additions-build-solaris.amd64: additions-build-solaris.rsync-out-of-vm
|
---|
798 | additions-build-solaris.x86: additions-build-solaris.rsync-out-of-vm
|
---|
799 | endif
|
---|
800 |
|
---|
801 | additions-build-os2.x86:
|
---|
802 | #ifeq ($(KBUILD_TARGET),os2)
|
---|
803 | # + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) all $(VBOX_ADD_HOST_BUILD_TWEAK)
|
---|
804 | # + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) packing
|
---|
805 | #else
|
---|
806 | # $(VBOX_KMK_TIME) ssh vbox@192.168.27.3 " cd /mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_ADDITIONS_BUILD.x86) "
|
---|
807 | #endif
|
---|
808 |
|
---|
809 | additions-build-linux.amd64: $(VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST)
|
---|
810 | ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64)
|
---|
811 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) all $(VBOX_ADD_HOST_BUILD_TWEAK)
|
---|
812 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) packing VBOX_WITHOUT_LINUX_GUEST_PACKAGE=1
|
---|
813 | else
|
---|
814 | $(call MSG_L1,Building Linux/amd64 additions)
|
---|
815 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.12 " echo $@ && cd /mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_ADDITIONS_BUILD.amd64) all packing VBOX_WITHOUT_LINUX_GUEST_PACKAGE=1"
|
---|
816 | endif
|
---|
817 |
|
---|
818 | additions-build-linux.x86: $(VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST)
|
---|
819 | ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.x86)
|
---|
820 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) all $(VBOX_ADD_HOST_BUILD_TWEAK)
|
---|
821 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) packing VBOX_WITHOUT_LINUX_GUEST_PACKAGE=1
|
---|
822 | else
|
---|
823 | $(call MSG_L1,Building Linux/x86 additions)
|
---|
824 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.2 " echo $@ && cd /mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_ADDITIONS_BUILD.x86) all packing VBOX_WITHOUT_LINUX_GUEST_PACKAGE=1"
|
---|
825 | endif
|
---|
826 |
|
---|
827 | # Combined Linux Additions .run package. This depends on the archives
|
---|
828 | # created during packing by the archetecture-specific builds.
|
---|
829 | additions-build-linux.x86.combined: $(VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST) additions-build-linux.x86 additions-build-linux.amd64
|
---|
830 | ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.x86)
|
---|
831 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) all $(VBOX_ADD_HOST_BUILD_TWEAK)
|
---|
832 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) packing VBOX_WITH_COMBINED_LINUX_GUEST_PACKAGE=1
|
---|
833 | else
|
---|
834 | $(call MSG_L1,Building Linux/x86 additions)
|
---|
835 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.2 " echo $@ && cd /mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_ADDITIONS_BUILD.x86) all packing VBOX_WITH_COMBINED_LINUX_GUEST_PACKAGE=1"
|
---|
836 | endif
|
---|
837 |
|
---|
838 |
|
---|
839 | additions-packing:
|
---|
840 | + $(KMK) VBOX_ONLY_ADDITIONS=1 \
|
---|
841 | VBOX_WITH_ADDITIONS_ISO.freebsd.amd64= \
|
---|
842 | VBOX_WITH_ADDITIONS_ISO.freebsd.x86= \
|
---|
843 | VBOX_WITH_ADDITIONS_ISO.linux.amd64= \
|
---|
844 | VBOX_WITH_ADDITIONS_ISO.linux.x86=1 \
|
---|
845 | VBOX_WITH_COMBINED_LINUX_GUEST_PACKAGE=1 \
|
---|
846 | VBOX_WITH_ADDITIONS_ISO.solaris.amd64=1 \
|
---|
847 | VBOX_WITH_ADDITIONS_ISO.solaris.x86=1 \
|
---|
848 | VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE=1 \
|
---|
849 | VBOX_WITH_ADDITIONS_ISO.win.amd64=1 \
|
---|
850 | VBOX_WITH_ADDITIONS_ISO.win.x86=1 \
|
---|
851 | -C src/VBox/Additions \
|
---|
852 | $(VBOX_PATH_ADDITIONS)/VBoxGuestAdditions.iso
|
---|
853 |
|
---|
854 | .PHONY: \
|
---|
855 | additions-build-win.x86 \
|
---|
856 | additions-build-win.amd64 \
|
---|
857 | additions-build-solaris.amd64 \
|
---|
858 | additions-build-solaris.x86 \
|
---|
859 | additions-build-os2.x86 \
|
---|
860 | additions-build-linux.amd64 \
|
---|
861 | additions-build-linux.x86 \
|
---|
862 | additions-build-linux.x86.combined \
|
---|
863 | additions-packing
|
---|
864 |
|
---|
865 |
|
---|
866 | #
|
---|
867 | # Build the extension packs, all of them.
|
---|
868 | #
|
---|
869 | # This is tailored (hardcoded) for the extension pack build box.
|
---|
870 | #
|
---|
871 | # The fetching must be done in serial fashion, while the building should be
|
---|
872 | # more flexible wrt to -jN.
|
---|
873 | #
|
---|
874 | extpacks-fetch:
|
---|
875 | + $(KMK) -C tools fetch VBOX_ONLY_EXTPACKS=1
|
---|
876 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=darwin BUILD_TARGET_ARCH=amd64 BUILD_TARGET=darwin VBOX_ONLY_EXTPACKS=1
|
---|
877 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=darwin BUILD_TARGET_ARCH=x86 BUILD_TARGET=darwin VBOX_ONLY_EXTPACKS=1
|
---|
878 | # + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=freebsd BUILD_TARGET_ARCH=amd64 BUILD_TARGET=freebsd VBOX_ONLY_EXTPACKS=1
|
---|
879 | # + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=freebsd BUILD_TARGET_ARCH=x86 BUILD_TARGET=freebsd VBOX_ONLY_EXTPACKS=1
|
---|
880 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=linux BUILD_TARGET_ARCH=amd64 BUILD_TARGET=linux VBOX_ONLY_EXTPACKS=1
|
---|
881 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=linux BUILD_TARGET_ARCH=x86 BUILD_TARGET=linux VBOX_ONLY_EXTPACKS=1
|
---|
882 | # + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=os2 BUILD_TARGET_ARCH=x86 BUILD_TARGET=os2 VBOX_ONLY_EXTPACKS=1
|
---|
883 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=amd64 BUILD_TARGET=solaris VBOX_ONLY_EXTPACKS=1
|
---|
884 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=x86 BUILD_TARGET=solaris VBOX_ONLY_EXTPACKS=1
|
---|
885 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=win BUILD_TARGET_ARCH=amd64 BUILD_TARGET=win VBOX_ONLY_EXTPACKS=1
|
---|
886 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=win BUILD_TARGET_ARCH=x86 BUILD_TARGET=win VBOX_ONLY_EXTPACKS=1
|
---|
887 |
|
---|
888 |
|
---|
889 | extpacks-build: \
|
---|
890 | extpacks-build-win.amd64 \
|
---|
891 | extpacks-build-win.x86 \
|
---|
892 | extpacks-build-solaris.amd64 \
|
---|
893 | extpacks-build-solaris.x86 \
|
---|
894 | extpacks-build-os2.x86 \
|
---|
895 | extpacks-build-linux.amd64 \
|
---|
896 | extpacks-build-linux.x86 \
|
---|
897 | extpacks-build-darwin.amd64 \
|
---|
898 | extpacks-build-darwin.x86 \
|
---|
899 | extpacks-build-freebsd.amd64 \
|
---|
900 | extpacks-build-freebsd.x86
|
---|
901 |
|
---|
902 | VBOX_EXTPACKS_BUILD.amd64 = VBOX_ONLY_EXTPACKS=1 \
|
---|
903 | KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
|
---|
904 | KBUILD_TARGET_ARCH=amd64 BUILD_TARGET_ARCH=amd64 \
|
---|
905 | VBOX_SVN_REV=$(VBOX_SVN_REV)
|
---|
906 |
|
---|
907 | VBOX_EXTPACKS_BUILD.x86 = VBOX_ONLY_EXTPACKS=1 \
|
---|
908 | KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
|
---|
909 | KBUILD_TARGET_ARCH=x86 BUILD_TARGET_ARCH=x86 \
|
---|
910 | VBOX_SVN_REV=$(VBOX_SVN_REV)
|
---|
911 |
|
---|
912 | # Automatically determine the extpack build subdir name. Used for figuring out
|
---|
913 | # directory names inside the extension pack building VMs.
|
---|
914 | VBOX_EXTPACKS_BUILD_SUBDIRNAME := $(lastword $(subst /, ,$(PATH_ROOT)))
|
---|
915 |
|
---|
916 | # When building in parallel on a Windows host, make sure we finish the host
|
---|
917 | # bit before kicking off any UNIX guest or we'll run into file sharing issues.
|
---|
918 | ifeq ($(KBUILD_TARGET),win)
|
---|
919 | VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST = extpacks-build-win.x86 extpacks-build-win.amd64
|
---|
920 | else
|
---|
921 | VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST =
|
---|
922 | endif
|
---|
923 |
|
---|
924 | extpacks-build-win.amd64:
|
---|
925 | ifeq ($(KBUILD_TARGET),win)
|
---|
926 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.amd64) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
|
---|
927 | else
|
---|
928 | $(call MSG_L1,Building Windows/amd64 extension packs)
|
---|
929 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.6 " echo $@ && cd e:/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh kmk $(VBOX_EXTPACKS_BUILD.amd64) all"
|
---|
930 | endif
|
---|
931 |
|
---|
932 | extpacks-build-win.x86:
|
---|
933 | ifeq ($(KBUILD_TARGET),win)
|
---|
934 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
|
---|
935 | else
|
---|
936 | $(call MSG_L1,Building Windows/x86 extension packs)
|
---|
937 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.16 " echo $@ && cd e:/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh kmk $(VBOX_EXTPACKS_BUILD.x86) all"
|
---|
938 | endif
|
---|
939 |
|
---|
940 | ifeq ($(KBUILD_TARGET),solaris)
|
---|
941 | extpacks-build-solaris.amd64:
|
---|
942 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.amd64) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
|
---|
943 |
|
---|
944 | extpacks-build-solaris.x86: extpacks-build-solaris.amd64
|
---|
945 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE=1 all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
|
---|
946 |
|
---|
947 | else
|
---|
948 | # Serialize 32-bit and 64-bit ASSUMING the same VM builds both.
|
---|
949 | extpacks-build-solaris.rsync-into-vm: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
|
---|
950 | $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,solaris,*) . 192.168.27.4:/mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)
|
---|
951 |
|
---|
952 | extpacks-build-solaris.build-it: extpacks-build-solaris.rsync-into-vm
|
---|
953 | $(call MSG_L1,Building Solaris/amd64 extension packs)
|
---|
954 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.4 " echo $@/amd64 && cd /mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.amd64) all"
|
---|
955 | $(call MSG_L1,Building Solaris/x86 extension packs)
|
---|
956 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.4 " echo $@/x86 && cd /mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.x86) all"
|
---|
957 |
|
---|
958 | extpacks-build-solaris.rsync-out-of-vm: extpacks-build-solaris.build-it
|
---|
959 | $(VBOX_KMK_TIME) rsync -a --delete 192.168.27.4:/mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/solaris.x86 out/
|
---|
960 | $(VBOX_KMK_TIME) rsync -a --delete 192.168.27.4:/mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/solaris.amd64 out/
|
---|
961 |
|
---|
962 | .NOTPARALLEL: extpacks-build-solaris.rsync-out-of-vm extpacks-build-solaris.rsync-into-vm
|
---|
963 | .PHONY: extpacks-build-solaris.rsync-out-of-vm extpacks-build-solaris.rsync-into-vm extpacks-build-solaris.build-it
|
---|
964 |
|
---|
965 | extpacks-build-solaris.amd64: extpacks-build-solaris.rsync-out-of-vm
|
---|
966 | extpacks-build-solaris.x86: extpacks-build-solaris.rsync-out-of-vm
|
---|
967 | endif
|
---|
968 |
|
---|
969 | extpacks-build-os2.x86:
|
---|
970 | #ifeq ($(KBUILD_TARGET),os2)
|
---|
971 | # + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
|
---|
972 | #else
|
---|
973 | # $(VBOX_KMK_TIME) ssh vbox@192.168.27.3 " cd /mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.x86) "
|
---|
974 | #endif
|
---|
975 |
|
---|
976 | extpacks-build-linux.amd64: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
|
---|
977 | ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64)
|
---|
978 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.amd64) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
|
---|
979 | else
|
---|
980 | $(call MSG_L1,Building Linux/amd64 extension packs)
|
---|
981 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.12 " echo $@ && cd /mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.amd64) all"
|
---|
982 | endif
|
---|
983 |
|
---|
984 | extpacks-build-linux.x86: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
|
---|
985 | ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.x86)
|
---|
986 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
|
---|
987 | else
|
---|
988 | $(call MSG_L1,Building Linux/x86 extension packs)
|
---|
989 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.11 " echo $@ && cd /mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.x86) all"
|
---|
990 | endif
|
---|
991 |
|
---|
992 | extpacks-build-freebsd.amd64: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
|
---|
993 | #ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),freebsd.amd64)
|
---|
994 | # + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.amd64) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
|
---|
995 | #else
|
---|
996 | # $(call MSG_L1,Building FreeBSD/amd64 extension packs)
|
---|
997 | # $(VBOX_KMK_TIME) ssh vbox@192.168.27.17 " echo $@ && cd /mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.amd64) all"
|
---|
998 | #endif
|
---|
999 |
|
---|
1000 | extpacks-build-freebsd.x86: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
|
---|
1001 | #ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),freebsd.x86)
|
---|
1002 | # + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
|
---|
1003 | #else
|
---|
1004 | # $(call MSG_L1,Building FreeBSD/x86 extension packs)
|
---|
1005 | # $(VBOX_KMK_TIME) ssh vbox@192.168.27.7 " echo $@ && cd /mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.x86) all"
|
---|
1006 | #endif
|
---|
1007 |
|
---|
1008 | extpacks-build-darwin.amd64: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
|
---|
1009 | ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),darwin.amd64)
|
---|
1010 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.amd64) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
|
---|
1011 | else
|
---|
1012 | $(call MSG_L1,Building Darwin/amd64 extension packs)
|
---|
1013 | $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,darwin,amd64) . 192.168.27.15:/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)
|
---|
1014 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.15 " echo $@ && cd /Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.amd64) all"
|
---|
1015 | $(VBOX_KMK_TIME) rsync -am -v --delete 192.168.27.15:/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/darwin.amd64 out/
|
---|
1016 | endif
|
---|
1017 |
|
---|
1018 | extpacks-build-darwin.x86: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
|
---|
1019 | ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),darwin.x86)
|
---|
1020 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
|
---|
1021 | else
|
---|
1022 | $(call MSG_L1,Building Darwin/x86 extension packs)
|
---|
1023 | $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,darwin,x86) . 192.168.27.5:/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)
|
---|
1024 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.5 " echo $@ && cd /Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.x86) all"
|
---|
1025 | $(VBOX_KMK_TIME) rsync -am -v --delete 192.168.27.5:/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/darwin.x86 out/
|
---|
1026 | endif
|
---|
1027 |
|
---|
1028 |
|
---|
1029 | extpacks-packing:
|
---|
1030 | + $(KMK) VBOX_ONLY_EXTPACKS=1 \
|
---|
1031 | VBOX_WITH_EXTPACK_OS_ARCHS="darwin.amd64 darwin.x86 linux.amd64 linux.x86 solaris.amd64 solaris.x86 win.amd64 win.x86" \
|
---|
1032 | packing
|
---|
1033 | # +++ freebsd.amd64 freebsd.x86 os2.x86 ^^^
|
---|
1034 |
|
---|
1035 | .PHONY: \
|
---|
1036 | extpacks-build-win.x86 \
|
---|
1037 | extpacks-build-win.amd64 \
|
---|
1038 | extpacks-build-solaris.amd64 \
|
---|
1039 | extpacks-build-solaris.x86 \
|
---|
1040 | extpacks-build-os2.x86 \
|
---|
1041 | extpacks-build-linux.amd64 \
|
---|
1042 | extpacks-build-linux.x86 \
|
---|
1043 | extpacks-build-freebsd.amd64 \
|
---|
1044 | extpacks-build-freebsd.x86 \
|
---|
1045 | extpacks-build-darwin.amd64 \
|
---|
1046 | extpacks-build-darwin.x86 \
|
---|
1047 | extpacks-packing
|
---|
1048 |
|
---|
1049 |
|
---|
1050 | #
|
---|
1051 | # Build the test suite, all of it.
|
---|
1052 | #
|
---|
1053 | # This is currently tailored (hardcoded) for the additions build box just like
|
---|
1054 | # the additions build above, which it in fact is a copy of.
|
---|
1055 | #
|
---|
1056 | testsuite-fetch:
|
---|
1057 | + $(KMK) -C tools fetch VBOX_ONLY_TESTSUITE=1
|
---|
1058 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=darwin BUILD_TARGET_ARCH=amd64 BUILD_TARGET=darwin VBOX_ONLY_TESTSUITE=1
|
---|
1059 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=darwin BUILD_TARGET_ARCH=x86 BUILD_TARGET=darwin VBOX_ONLY_TESTSUITE=1
|
---|
1060 | # + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=freebsd BUILD_TARGET_ARCH=amd64 BUILD_TARGET=freebsd VBOX_ONLY_TESTSUITE=1
|
---|
1061 | # + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=freebsd BUILD_TARGET_ARCH=x86 BUILD_TARGET=freebsd VBOX_ONLY_TESTSUITE=1
|
---|
1062 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=linux BUILD_TARGET_ARCH=amd64 BUILD_TARGET=linux VBOX_ONLY_TESTSUITE=1
|
---|
1063 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=linux BUILD_TARGET_ARCH=x86 BUILD_TARGET=linux VBOX_ONLY_TESTSUITE=1
|
---|
1064 | # + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=os2 BUILD_TARGET_ARCH=x86 BUILD_TARGET=os2 VBOX_ONLY_TESTSUITE=1
|
---|
1065 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=amd64 BUILD_TARGET=solaris VBOX_ONLY_TESTSUITE=1
|
---|
1066 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=x86 BUILD_TARGET=solaris VBOX_ONLY_TESTSUITE=1
|
---|
1067 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=win BUILD_TARGET_ARCH=amd64 BUILD_TARGET=win VBOX_ONLY_TESTSUITE=1
|
---|
1068 | + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=win BUILD_TARGET_ARCH=x86 BUILD_TARGET=win VBOX_ONLY_TESTSUITE=1
|
---|
1069 |
|
---|
1070 |
|
---|
1071 | testsuite-build: \
|
---|
1072 | testsuite-build-solaris.amd64 \
|
---|
1073 | testsuite-build-solaris.x86 \
|
---|
1074 | testsuite-build-win.x86 \
|
---|
1075 | testsuite-build-win.amd64 \
|
---|
1076 | testsuite-build-os2.x86 \
|
---|
1077 | testsuite-build-linux.amd64 \
|
---|
1078 | testsuite-build-linux.x86 \
|
---|
1079 | testsuite-build-freebsd.amd64 \
|
---|
1080 | testsuite-build-freebsd.x86 \
|
---|
1081 | testsuite-build-darwin.amd64 \
|
---|
1082 | testsuite-build-darwin.x86
|
---|
1083 |
|
---|
1084 | VBOX_TESTSUITE_BUILD.amd64 = VBOX_ONLY_TESTSUITE=1 \
|
---|
1085 | KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
|
---|
1086 | KBUILD_TARGET_ARCH=amd64 BUILD_TARGET_ARCH=amd64 \
|
---|
1087 | VBOX_SVN_REV=$(VBOX_SVN_REV)
|
---|
1088 |
|
---|
1089 | VBOX_TESTSUITE_BUILD.x86 = VBOX_ONLY_TESTSUITE=1 \
|
---|
1090 | KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
|
---|
1091 | KBUILD_TARGET_ARCH=x86 BUILD_TARGET_ARCH=x86 \
|
---|
1092 | VBOX_SVN_REV=$(VBOX_SVN_REV)
|
---|
1093 |
|
---|
1094 | # Automatically determine the testsuite build subdir name. Used for figuring
|
---|
1095 | # out directory names inside the test suite building VMs.
|
---|
1096 | VBOX_TESTSUITE_BUILD_SUBDIRNAME := $(lastword $(subst /, ,$(PATH_ROOT)))
|
---|
1097 |
|
---|
1098 | # When building in parallel on a Windows host, make sure we finish the host
|
---|
1099 | # bit before kicking off any UNIX guest or we'll run into file sharing issues.
|
---|
1100 | ifeq ($(KBUILD_TARGET),win)
|
---|
1101 | VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST = testsuite-build-win.x86 testsuite-build-win.amd64
|
---|
1102 | else
|
---|
1103 | VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST =
|
---|
1104 | endif
|
---|
1105 |
|
---|
1106 | # ASSUMES the 32-bit edition has been built already. Also for serializing VM access.
|
---|
1107 | testsuite-build-win.amd64: testsuite-build-win.x86
|
---|
1108 | ifeq ($(KBUILD_TARGET),win)
|
---|
1109 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.amd64) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
|
---|
1110 | else
|
---|
1111 | $(call MSG_L1,Building Windows/amd64 testsuite)
|
---|
1112 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.6 " echo $@ && cd e:/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh kmk $(VBOX_TESTSUITE_BUILD.amd64) all "
|
---|
1113 | endif
|
---|
1114 |
|
---|
1115 | testsuite-build-win.x86:
|
---|
1116 | ifeq ($(KBUILD_TARGET),win)
|
---|
1117 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
|
---|
1118 | else
|
---|
1119 | $(call MSG_L1,Building Windows/x86 testsuite)
|
---|
1120 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.16 " echo $@ && cd e:/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh kmk $(VBOX_TESTSUITE_BUILD.x86) all"
|
---|
1121 | endif
|
---|
1122 |
|
---|
1123 | ifeq ($(KBUILD_TARGET),solaris)
|
---|
1124 | testsuite-build-solaris.amd64:
|
---|
1125 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.amd64) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
|
---|
1126 |
|
---|
1127 | testsuite-build-solaris.x86:
|
---|
1128 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
|
---|
1129 |
|
---|
1130 | else
|
---|
1131 | testsuite-build-solaris.rsync-into-vm: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
|
---|
1132 | $(VBOX_KMK_TIME) rsync -a --delete --delete-excluded --exclude .svn --exclude FetchDir --exclude tinderclient.log --exclude win.amd64 --exclude win.x86 . 192.168.27.4:/mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME)
|
---|
1133 |
|
---|
1134 | testsuite-build-solaris.build-it: testsuite-build-solaris.rsync-into-vm
|
---|
1135 | $(call MSG_L1,Building Solaris/amd64 testsuite)
|
---|
1136 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.4 " echo $@/amd64 && cd /mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.amd64) all"
|
---|
1137 | $(call MSG_L1,Building Solaris/x86 testsuite)
|
---|
1138 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.4 " echo $@/x86 && cd /mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.x86) all "
|
---|
1139 |
|
---|
1140 | testsuite-build-solaris.rsync-out-of-vm: testsuite-build-solaris.build-it
|
---|
1141 | $(VBOX_KMK_TIME) rsync -a --delete 192.168.27.4:/mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME)/out/solaris.x86 out/
|
---|
1142 | $(VBOX_KMK_TIME) rsync -a --delete 192.168.27.4:/mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME)/out/solaris.amd64 out/
|
---|
1143 |
|
---|
1144 | .NOTPARALLEL: testsuite-build-solaris.rsync-out-of-vm testsuite-build-solaris.rsync-into-vm
|
---|
1145 | .PHONY: testsuite-build-solaris.rsync-out-of-vm testsuite-build-solaris.rsync-into-vm testsuite-build-solaris.build-it
|
---|
1146 |
|
---|
1147 | testsuite-build-solaris.amd64: testsuite-build-solaris.rsync-out-of-vm
|
---|
1148 | testsuite-build-solaris.x86: testsuite-build-solaris.rsync-out-of-vm
|
---|
1149 | endif
|
---|
1150 |
|
---|
1151 | testsuite-build-os2.x86:
|
---|
1152 | #ifeq ($(KBUILD_TARGET),os2)
|
---|
1153 | # + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
|
---|
1154 | #else
|
---|
1155 | # $(VBOX_KMK_TIME) ssh vbox@192.168.27.3 " cd /mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.x86) "
|
---|
1156 | #endif
|
---|
1157 |
|
---|
1158 | testsuite-build-linux.amd64: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
|
---|
1159 | ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64)
|
---|
1160 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.amd64) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
|
---|
1161 | else
|
---|
1162 | $(call MSG_L1,Building Linux/amd64 testsuite)
|
---|
1163 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.12 " echo $@ && cd /mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.amd64) all"
|
---|
1164 | endif
|
---|
1165 |
|
---|
1166 | testsuite-build-linux.x86: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
|
---|
1167 | ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.x86)
|
---|
1168 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
|
---|
1169 | else
|
---|
1170 | $(call MSG_L1,Building Linux/x86 testsuite)
|
---|
1171 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.2 " echo $@ && cd /mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.x86) all"
|
---|
1172 | endif
|
---|
1173 |
|
---|
1174 | testsuite-build-freebsd.amd64: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
|
---|
1175 | #ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),freebsd.amd64)
|
---|
1176 | # + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.amd64) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
|
---|
1177 | #else
|
---|
1178 | # $(call MSG_L1,Building freebsd/amd64 testsuite)
|
---|
1179 | # $(VBOX_KMK_TIME) ssh vbox@192.168.27.17 " echo $@ && cd /mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.amd64) all"
|
---|
1180 | #endif
|
---|
1181 |
|
---|
1182 | testsuite-build-freebsd.x86: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
|
---|
1183 | #ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),freebsd.x86)
|
---|
1184 | # + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
|
---|
1185 | #else
|
---|
1186 | # $(call MSG_L1,Building freebsd/x86 testsuite)
|
---|
1187 | # $(VBOX_KMK_TIME) ssh vbox@192.168.27.7 " echo $@ && cd /mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.x86) all"
|
---|
1188 | #endif
|
---|
1189 |
|
---|
1190 | testsuite-build-darwin.amd64: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
|
---|
1191 | ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),darwin.amd64)
|
---|
1192 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.amd64) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
|
---|
1193 | else
|
---|
1194 | $(call MSG_L1,Building darwin/amd64 testsuite)
|
---|
1195 | $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,darwin,amd64) . 192.168.27.15:/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)
|
---|
1196 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.15 " echo $@ && cd /Users/vbox/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.amd64) all"
|
---|
1197 | $(VBOX_KMK_TIME) rsync -am -v --delete 192.168.27.15:/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/darwin.amd64 out/
|
---|
1198 | endif
|
---|
1199 |
|
---|
1200 | testsuite-build-darwin.x86: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
|
---|
1201 | ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),darwin.x86)
|
---|
1202 | + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
|
---|
1203 | else
|
---|
1204 | $(call MSG_L1,Building darwin/x86 testsuite)
|
---|
1205 | $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,darwin,x86) . 192.168.27.5:/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)
|
---|
1206 | $(VBOX_KMK_TIME) ssh vbox@192.168.27.5 " echo $@ && cd /Users/vbox/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.x86) all"
|
---|
1207 | $(VBOX_KMK_TIME) rsync -am -v --delete 192.168.27.5:/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/darwin.x86 out/
|
---|
1208 | endif
|
---|
1209 |
|
---|
1210 |
|
---|
1211 | testsuite-packing:
|
---|
1212 | + $(KMK) VBOX_ONLY_TESTSUITE=1 \
|
---|
1213 | VBOX_WITH_TESTSUITE_PACKING.darwin.amd64=1 \
|
---|
1214 | VBOX_WITH_TESTSUITE_PACKING.darwin.x86=2 \
|
---|
1215 | VBOX_WITH_TESTSUITE_PACKING.freebsd.amd64= \
|
---|
1216 | VBOX_WITH_TESTSUITE_PACKING.freebsd.x86= \
|
---|
1217 | VBOX_WITH_TESTSUITE_PACKING.linux.amd64=1 \
|
---|
1218 | VBOX_WITH_TESTSUITE_PACKING.linux.x86=1 \
|
---|
1219 | VBOX_WITH_TESTSUITE_PACKING.os2.x86= \
|
---|
1220 | VBOX_WITH_TESTSUITE_PACKING.solaris.amd64=1 \
|
---|
1221 | VBOX_WITH_TESTSUITE_PACKING.solaris.x86=1 \
|
---|
1222 | VBOX_WITH_TESTSUITE_PACKING.win.amd64=1 \
|
---|
1223 | VBOX_WITH_TESTSUITE_PACKING.win.x86=1 \
|
---|
1224 | -C src/VBox/Testsuite \
|
---|
1225 | $(PATH_OUT)/VBoxTestSuite.zip
|
---|
1226 |
|
---|
1227 | .PHONY: \
|
---|
1228 | testsuite-build-win.x86 \
|
---|
1229 | testsuite-build-win.amd64 \
|
---|
1230 | testsuite-build-solaris.amd64 \
|
---|
1231 | testsuite-build-solaris.x86 \
|
---|
1232 | testsuite-build-os2.x86 \
|
---|
1233 | testsuite-build-linux.amd64 \
|
---|
1234 | testsuite-build-linux.x86 \
|
---|
1235 | testsuite-build-freebsd.amd64 \
|
---|
1236 | testsuite-build-freebsd.x86 \
|
---|
1237 | testsuite-build-darwin.amd64 \
|
---|
1238 | testsuite-build-darwin.x86 \
|
---|
1239 | testsuite-packing
|
---|
1240 |
|
---|
1241 |
|
---|
1242 | #
|
---|
1243 | # Build the EFI firmware, all of it.
|
---|
1244 | #
|
---|
1245 | # Mainly hooks right now, maybe we need them later.
|
---|
1246 | #
|
---|
1247 | efi-fetch:
|
---|
1248 |
|
---|
1249 | efi-build: $(VBOX_VERSION_HEADER)
|
---|
1250 | $(PATH_ROOT)/webtools/tinderbox/client/efi-build.sh
|
---|
1251 |
|
---|
1252 | efi-packing:
|
---|
1253 |
|
---|
1254 | #
|
---|
1255 | # Generate VirtualBox-OSE-x.x.x.tar.bz2 (OSE) tarballs for distribution
|
---|
1256 | # - includes kBuild
|
---|
1257 | # - must be executed on an OSE checkout
|
---|
1258 | #
|
---|
1259 |
|
---|
1260 | # the path where to store the tarball
|
---|
1261 | TARBALLPATH ?= $(abspath $(PATH_ROOT)/..)
|
---|
1262 | # the root directory inside the tarball
|
---|
1263 | TARBALLROOT ?= VirtualBox-$(VBOX_VERSION_STRING)
|
---|
1264 | # the name of the tarball file
|
---|
1265 | TARBALLNAME ?= VirtualBox-$(VBOX_VERSION_STRING).tar.bz2
|
---|
1266 | snapshot-ose:
|
---|
1267 | @$(call MSG_L1,Creating tarball $(TARBALLPATH)/$(TARBALLNAME))
|
---|
1268 | @if [ -r "$(PATH_ROOT)/src/VBox/RDP/server/server.cpp" ]; then \
|
---|
1269 | echo; \
|
---|
1270 | echo "Found RDP stuff, refused to build OSE tarball!"; \
|
---|
1271 | echo; \
|
---|
1272 | exit 1; \
|
---|
1273 | fi; \
|
---|
1274 | if [ -z "$(VBOX_OSE)" ]; then \
|
---|
1275 | echo; \
|
---|
1276 | echo "Please do 'kmk snapshot-ose VBOX_OSE=1'"; \
|
---|
1277 | echo; \
|
---|
1278 | exit 1; \
|
---|
1279 | fi
|
---|
1280 | $(QUIET)$(MKDIR) -p $(TARBALLPATH)
|
---|
1281 | $(QUIET)$(RM) -f $(TARBALLPATH)/$(TARBALLROOT)
|
---|
1282 | $(QUIET)$(LN_SYMLINK) $(PATH_ROOT) $(TARBALLPATH)/$(TARBALLROOT)
|
---|
1283 | $(QUIET)tar -cjh --dereference --owner 0 --group 0 --totals \
|
---|
1284 | --exclude=.svn \
|
---|
1285 | --exclude=$(TARBALLROOT)/out \
|
---|
1286 | --exclude=$(TARBALLROOT)/env.sh \
|
---|
1287 | --exclude=$(TARBALLROOT)/configure.log \
|
---|
1288 | --exclude=$(TARBALLROOT)/build.log \
|
---|
1289 | --exclude=$(TARBALLROOT)/AutoConfig.kmk \
|
---|
1290 | --exclude=$(TARBALLROOT)/LocalConfig.kmk \
|
---|
1291 | --exclude=$(TARBALLROOT)/prebuild \
|
---|
1292 | -C $(TARBALLPATH) \
|
---|
1293 | -f $(TARBALLPATH)/$(TARBALLNAME) \
|
---|
1294 | $(TARBALLROOT)
|
---|
1295 | $(QUIET)$(RM) $(TARBALLPATH)/$(TARBALLROOT)
|
---|
1296 |
|
---|
1297 |
|
---|
1298 | #
|
---|
1299 | # Generate VirtualBox-x.x.x.tar.bz2 (PUEL) zip archives for internal use only
|
---|
1300 | # - includes kBuild
|
---|
1301 | # - must be executed on an PUEL checkout
|
---|
1302 | #
|
---|
1303 |
|
---|
1304 | # the path where to store the zip archive
|
---|
1305 | ZIPPATH ?= $(abspath $(PATH_ROOT)/..)
|
---|
1306 | # the root directory inside the zip archive
|
---|
1307 | ZIPROOT ?= VirtualBox-$(VBOX_VERSION_STRING)
|
---|
1308 | # the name of the zip archive
|
---|
1309 | ZIPNAME ?= VirtualBox-$(VBOX_VERSION_STRING).zip
|
---|
1310 | snapshot-puel:
|
---|
1311 | @$(call MSG_L1,Creating zip $(ZIPPATH)/$(ZIPNAME))
|
---|
1312 | @if [ ! -r "$(PATH_ROOT)/src/VBox/RDP/server/server.cpp" ]; then \
|
---|
1313 | echo; \
|
---|
1314 | echo "Did not find RDP stuff, is this an OSE branch?"; \
|
---|
1315 | echo; \
|
---|
1316 | exit 1; \
|
---|
1317 | fi
|
---|
1318 | @if [ -z "$(PASSWORD)" ]; then \
|
---|
1319 | echo; \
|
---|
1320 | echo "Please specify a password with PASSWORD=..."; \
|
---|
1321 | echo; \
|
---|
1322 | exit 1; \
|
---|
1323 | fi
|
---|
1324 | $(QUIET)$(MKDIR) -p $(ZIPPATH)
|
---|
1325 | $(QUIET)$(RM) -f $(ZIPPATH)/$(ZIPROOT)
|
---|
1326 | $(QUIET)$(RM) -f $(ZIPPATH)/$(ZIPNAME)
|
---|
1327 | $(QUIET)$(LN_SYMLINK) $(PATH_ROOT) $(ZIPPATH)/$(ZIPROOT)
|
---|
1328 | $(QUIET)(cd $(ZIPPATH); 7z a \
|
---|
1329 | -l -tzip -mmt=on -mx=7 -p$(PASSWORD) \
|
---|
1330 | -xr!.svn \
|
---|
1331 | -i!$(ZIPROOT)/Config.kmk \
|
---|
1332 | -i!$(ZIPROOT)/Doxyfile.Core \
|
---|
1333 | -i!$(ZIPROOT)/Makefile.kmk \
|
---|
1334 | -i!$(ZIPROOT)/configure \
|
---|
1335 | -i!$(ZIPROOT)/configure.vbs \
|
---|
1336 | -i!$(ZIPROOT)/doc \
|
---|
1337 | -i!$(ZIPROOT)/include \
|
---|
1338 | -i!$(ZIPROOT)/kBuild \
|
---|
1339 | -i!$(ZIPROOT)/src \
|
---|
1340 | -i!$(ZIPROOT)/tools/env.sh \
|
---|
1341 | -i!$(ZIPROOT)/tools/linux.x86/bin/* \
|
---|
1342 | -i!$(ZIPROOT)/tools/linux.amd64/bin/* \
|
---|
1343 | -x!$(ZIPROOT)/doc/Devices \
|
---|
1344 | -x!$(ZIPROOT)/doc/\*pdf \
|
---|
1345 | -x!$(ZIPROOT)/doc/L4VM \
|
---|
1346 | -x!$(ZIPROOT)/doc/VMM \
|
---|
1347 | -x!$(ZIPROOT)/doc/licenses_old \
|
---|
1348 | -x!$(ZIPROOT)/doc/manual/de_DE \
|
---|
1349 | -x!$(ZIPROOT)/doc/manual/fr_FR \
|
---|
1350 | -x!$(ZIPROOT)/src/tests \
|
---|
1351 | -x!$(ZIPROOT)/src/VBox/Artwork/2008-\* \
|
---|
1352 | -x!$(ZIPROOT)/src/VBox/Installer/AMI \
|
---|
1353 | -x!$(ZIPROOT)/src/VBox/Installer/Avanquest \
|
---|
1354 | -x!$(ZIPROOT)/src/VBox/Installer/Encore \
|
---|
1355 | -x!$(ZIPROOT)/src/VBox/Installer/linux/debian \
|
---|
1356 | -x!$(ZIPROOT)/src/VBox/Installer/linux/rpm \
|
---|
1357 | $(ZIPPATH)/$(ZIPNAME))
|
---|
1358 | $(QUIET)$(RM) $(ZIPPATH)/$(ZIPROOT)
|
---|
1359 |
|
---|
1360 |
|
---|
1361 | #
|
---|
1362 | # Generate ALL the rules.
|
---|
1363 | #
|
---|
1364 | include $(KBUILD_PATH)/subfooter.kmk
|
---|
1365 |
|
---|
1366 |
|
---|
1367 | #
|
---|
1368 | # Generate x86.mac and err.mac.
|
---|
1369 | #
|
---|
1370 | incs:
|
---|
1371 | $(SED) -f include/VBox/err.sed --output include/VBox/err.mac include/VBox/err.h
|
---|
1372 | $(APPEND) include/VBox/err.mac '%include "iprt/err.mac"'
|
---|
1373 | $(SED) -f include/VBox/err.sed --output include/iprt/err.mac include/iprt/err.h
|
---|
1374 | $(SED) -f include/VBox/various.sed --output include/iprt/x86.mac include/iprt/x86.h
|
---|
1375 | $(SED) -f include/VBox/various.sed --output include/VBox/apic.mac include/VBox/apic.h
|
---|
1376 | $(SED) -f include/VBox/various.sed --output include/VBox/param.mac include/VBox/param.h
|
---|
1377 | $(SED) -f include/VBox/various.sed --output include/VBox/VMMDevTesting.mac include/VBox/VMMDevTesting.h
|
---|
1378 |
|
---|
1379 |
|
---|
1380 | #
|
---|
1381 | # Generate Visual SlickEdit tagging #defines.
|
---|
1382 | #
|
---|
1383 | vslick.h: include/VBox/cdefs.h include/iprt/cdefs.h $(MAKEFILE)
|
---|
1384 | $(RM) -f -- $@ $@.tmp $@.tmp2 $@.tmp3
|
---|
1385 | @$(APPEND) $@.tmp '#define IN_SLICKEDIT '
|
---|
1386 | @$(APPEND) $@.tmp '#define RT_C_DECLS_BEGIN '
|
---|
1387 | @$(APPEND) $@.tmp '#define RT_C_DECLS_END '
|
---|
1388 | @$(APPEND) $@.tmp '#define RT_NO_THROW '
|
---|
1389 | @$(APPEND) $@.tmp '#define RT_THROW(type) throw(type)'
|
---|
1390 | @$(APPEND) $@.tmp '#define RT_GCC_EXTENSION'
|
---|
1391 | @$(APPEND) $@.tmp '#define RT_COMPILER_GROKS_64BIT_BITFIELDS'
|
---|
1392 | @$(APPEND) $@.tmp '#define RT_COMPILER_WITH_80BIT_LONG_DOUBLE'
|
---|
1393 |
|
---|
1394 | @$(APPEND) $@.tmp '#define ATL_NO_VTABLE '
|
---|
1395 | @$(APPEND) $@.tmp '#define BEGIN_COM_MAP(a) '
|
---|
1396 | @$(APPEND) $@.tmp '#define COM_INTERFACE_ENTRY(a) '
|
---|
1397 | @$(APPEND) $@.tmp '#define COM_INTERFACE_ENTRY2(a,b) '
|
---|
1398 | @$(APPEND) $@.tmp '#define COM_INTERFACE_ENTRY3(a,b,c) '
|
---|
1399 | @$(APPEND) $@.tmp '#define COM_INTERFACE_ENTRY4(a,b,c,d) '
|
---|
1400 | @$(APPEND) $@.tmp '#define END_COM_MAP(a) '
|
---|
1401 |
|
---|
1402 | @$(APPEND) $@.tmp '#define COM_DECL_READONLY_ENUM_AND_COLLECTION(a) '
|
---|
1403 | @$(APPEND) $@.tmp '#define COMGETTER(n) n '
|
---|
1404 | @$(APPEND) $@.tmp '#define COMSETTER(n) n '
|
---|
1405 | @$(APPEND) $@.tmp '#define ComSafeArrayIn(t,a) t a[] '
|
---|
1406 | @$(APPEND) $@.tmp '#define ComSafeArrayOut(t,a) t * a[] '
|
---|
1407 | @$(APPEND) $@.tmp '#define DECLARE_CLASSFACTORY(a) '
|
---|
1408 | @$(APPEND) $@.tmp '#define DECLARE_CLASSFACTORY_SINGLETON(a) '
|
---|
1409 | @$(APPEND) $@.tmp '#define DECLARE_REGISTRY_RESOURCEID(a) '
|
---|
1410 | @$(APPEND) $@.tmp '#define DECLARE_NOT_AGGREGATABLE(a) '
|
---|
1411 | @$(APPEND) $@.tmp '#define DECLARE_PROTECT_FINAL_CONSTRUCT(a) '
|
---|
1412 | @$(APPEND) $@.tmp '#define DECLARE_EMPTY_CTOR_DTOR(a) a(); ~a();'
|
---|
1413 | @$(APPEND) $@.tmp '#define DEFINE_EMPTY_CTOR_DTOR(a) a::a() {} a::~a() {}'
|
---|
1414 | @$(APPEND) $@.tmp '#define NS_DECL_ISUPPORTS '
|
---|
1415 | @$(APPEND) $@.tmp '#define NS_IMETHOD virtual nsresult '
|
---|
1416 | @$(APPEND) $@.tmp '#define NS_IMETHOD_(type) virtual type '
|
---|
1417 | @$(APPEND) $@.tmp '#define NS_IMETHODIMP nsresult '
|
---|
1418 | @$(APPEND) $@.tmp '#define NS_IMETHODIMP_(type) type '
|
---|
1419 | @$(APPEND) $@.tmp '#define PARSERS_EXPORT '
|
---|
1420 | if1of ($(KBUILD_HOST),win)
|
---|
1421 | @$(APPEND) $@.tmp '#define COM_STRUCT_OR_CLASS(I) struct I '
|
---|
1422 | @$(APPEND) $@.tmp '#define STDMETHOD(m) virtual HRESULT m '
|
---|
1423 | @$(APPEND) $@.tmp '#define STDMETHOD_(type,m) virtual type m '
|
---|
1424 | @$(APPEND) $@.tmp '#define STDMETHODIMP HRESULT '
|
---|
1425 | @$(APPEND) $@.tmp '#define STDMETHODIMP_(type) type '
|
---|
1426 | else
|
---|
1427 | @$(APPEND) $@.tmp '#define COM_STRUCT_OR_CLASS(I) class I '
|
---|
1428 | @$(APPEND) $@.tmp '#define STDMETHOD(m) virtual nsresult m '
|
---|
1429 | @$(APPEND) $@.tmp '#define STDMETHOD_(type,m) virtual type m '
|
---|
1430 | @$(APPEND) $@.tmp '#define STDMETHODIMP nsresult '
|
---|
1431 | @$(APPEND) $@.tmp '#define STDMETHODIMP_(type) type '
|
---|
1432 | endif
|
---|
1433 | @$(APPEND) $@.tmp '#define VBOX_SCRIPTABLE(a) public a '
|
---|
1434 | @$(APPEND) $@.tmp '#define VBOX_SCRIPTABLE_IMPL(a) '
|
---|
1435 | @$(APPEND) $@.tmp '#define VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT(a) '
|
---|
1436 |
|
---|
1437 | @$(APPEND) $@.tmp '#define CTX_SUFF(var) var##R3 '
|
---|
1438 | @$(APPEND) $@.tmp '#define CTXAllSUFF(var) var##R3 '
|
---|
1439 | @$(APPEND) $@.tmp '#define CTXSUFF(var) var##HC '
|
---|
1440 | @$(APPEND) $@.tmp '#define OTHERCTXSUFF(var) var##GC '
|
---|
1441 | @$(APPEND) $@.tmp '#define CTXALLMID(first, last) first##R3##last '
|
---|
1442 | @$(APPEND) $@.tmp '#define CTXMID(first, last) first##HC##last '
|
---|
1443 | @$(APPEND) $@.tmp '#define OTHERCTXMID(first, last) first##GC##last '
|
---|
1444 | @$(APPEND) $@.tmp '#define CTXTYPE(GCType, R3Type, R0Type) R3Type '
|
---|
1445 | @$(APPEND) $@.tmp '#define RCTYPE(RCType, HCType) RCType '
|
---|
1446 | @$(APPEND) $@.tmp '#define GCTYPE(GCType, HCType) GCType '
|
---|
1447 | @$(APPEND) $@.tmp '#define RCPTRTYPE(RCType) RCType '
|
---|
1448 | @$(APPEND) $@.tmp '#define GCPTRTYPE(GCType) GCType '
|
---|
1449 | @$(APPEND) $@.tmp '#define HCPTRTYPE(HCType) HCType '
|
---|
1450 | @$(APPEND) $@.tmp '#define R3R0PTRTYPE(HCType) HCType '
|
---|
1451 | @$(APPEND) $@.tmp '#define R0PTRTYPE(R3Type) R3Type '
|
---|
1452 | @$(APPEND) $@.tmp '#define R3PTRTYPE(R0Type) R0Type '
|
---|
1453 | @$(APPEND) $@.tmp '#define RT_SRC_POS __FILE__, __LINE__, __PRETTY_FUNCTION__ '
|
---|
1454 | @$(APPEND) $@.tmp '#define RT_SRC_POS_DECL const char *pszFile, unsigned iLine, const char *pszFunction '
|
---|
1455 | @$(APPEND) $@.tmp '#define RT_SRC_POS_ARGS pszFile, iLine, pszFunction '
|
---|
1456 | @$(APPEND) $@.tmp '#define RTCALL'
|
---|
1457 | @$(APPEND) $@.tmp '#define DECLINLINE(type) inline type '
|
---|
1458 | @$(APPEND) $@.tmp '#define DECL_FORCE_INLINE(type) inline type '
|
---|
1459 | @$(APPEND) $@.tmp '#define DECL_INVALID(type) type '
|
---|
1460 |
|
---|
1461 | @$(APPEND) $@.tmp '#define PDMDEVINSINT_DECLARED 1'
|
---|
1462 | @$(APPEND) $@.tmp '#define VBOX_WITH_HGCM 1'
|
---|
1463 | @$(APPEND) $@.tmp '#define VBOXCALL'
|
---|
1464 |
|
---|
1465 | @$(APPEND) $@.tmp '#define PGM_CTX(a,b) b'
|
---|
1466 | @$(APPEND) $@.tmp '#define PGM_CTX3(a,b,c) c'
|
---|
1467 | @$(APPEND) $@.tmp '#define PGM_GST_NAME(name) PGM_GST_NAME_AMD64(name)'
|
---|
1468 | @$(APPEND) $@.tmp '#define PGM_GST_NAME_REAL(name) PGM_CTX3(name)'
|
---|
1469 | @$(APPEND) $@.tmp '#define PGM_GST_NAME_PROT(name) PGM_CTX3(pgm,GstProt,name)'
|
---|
1470 | @$(APPEND) $@.tmp '#define PGM_GST_NAME_32BIT(name) PGM_CTX3(pgm,Gst32Bit,name)'
|
---|
1471 | @$(APPEND) $@.tmp '#define PGM_GST_NAME_PAE(name) PGM_CTX3(pgm,GstPAE,name)'
|
---|
1472 | @$(APPEND) $@.tmp '#define PGM_GST_NAME_AMD64(name) PGM_CTX3(pgm,GstAMD64,name)'
|
---|
1473 | @$(APPEND) $@.tmp '#define PGM_GST_DECL(type, name) type PGM_GST_NAME(name)'
|
---|
1474 | @$(APPEND) $@.tmp '#define PGM_SHW_NAME(name) PGM_GST_NAME_AMD64(name)'
|
---|
1475 | @$(APPEND) $@.tmp '#define PGM_SHW_NAME_32BIT(name) PGM_CTX3(pgm,Shw32Bit,name)'
|
---|
1476 | @$(APPEND) $@.tmp '#define PGM_SHW_NAME_PAE(name) PGM_CTX3(pgm,ShwPAE,name)'
|
---|
1477 | @$(APPEND) $@.tmp '#define PGM_SHW_NAME_AMD64(name) PGM_CTX3(pgm,ShwAMD64,name)'
|
---|
1478 | @$(APPEND) $@.tmp '#define PGM_SHW_NAME_NESTED(name) PGM_CTX3(pgm,ShwNested,name)'
|
---|
1479 | @$(APPEND) $@.tmp '#define PGM_SHW_NAME_EPT(name) PGM_CTX3(pgm,ShwEPT,name)'
|
---|
1480 | @$(APPEND) $@.tmp '#define PGM_SHW_DECL(type, name) type PGM_SHW_NAME(name)'
|
---|
1481 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME(name) PGM_BTH_NAME_NESTED_AMD64(name)'
|
---|
1482 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_32BIT_REAL(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1483 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_32BIT_PROT(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1484 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_32BIT_32BIT(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1485 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_PAE_REAL(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1486 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_PAE_PROT(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1487 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_PAE_32BIT(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1488 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_PAE_PAE(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1489 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_AMD64_PROT(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1490 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_AMD64_AMD64(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1491 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_NESTED_REAL(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1492 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_NESTED_PROT(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1493 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_NESTED_32BIT(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1494 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_NESTED_PAE(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1495 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_NESTED_AMD64(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1496 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_EPT_REAL(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1497 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_EPT_PROT(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1498 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_EPT_32BIT(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1499 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_EPT_PAE(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1500 | @$(APPEND) $@.tmp '#define PGM_BTH_NAME_EPT_AMD64(name) PGM_CTX3(pgm,Bth,name)'
|
---|
1501 | @$(APPEND) $@.tmp '#define PGM_BTH_DECL(type, name) type PGM_BTH_NAME(name)'
|
---|
1502 |
|
---|
1503 | @$(APPEND) $@.tmp '#define FNIEMOP_STUB(a_Name) static VBOXSTRICTRC a_Name(PIEMCPU pIemCpu) { return VERR_NOT_IMPLEMENTED; }'
|
---|
1504 | @$(APPEND) $@.tmp '#define FNIEMOP_DEF(a_Name) static VBOXSTRICTRC a_Name(PIEMCPU pIemCpu)'
|
---|
1505 | @$(APPEND) $@.tmp '#define FNIEMOP_DEF_1(a_Name, a_Type0, a_Name0) static VBOXSTRICTRC a_Name(PIEMCPU pIemCpu, a_Type0 a_Name0)'
|
---|
1506 | @$(APPEND) $@.tmp '#define FNIEMOP_DEF_2(a_Name, a_Type0, a_Name0, a_Type1, a_Name1) static VBOXSTRICTRC a_Name(PIEMCPU pIemCpu, a_Type0 a_Name0, a_Type1 a_Name1)'
|
---|
1507 | @$(APPEND) $@.tmp '#define IEM_CIMPL_DEF_0(a_Name) static VBOXSTRICTRC a_Name(PIEMCPU pIemCpu)'
|
---|
1508 | @$(APPEND) $@.tmp '#define IEM_CIMPL_DEF_1(a_Name, a_Type0, a_Name0) static VBOXSTRICTRC a_Name(PIEMCPU pIemCpu, , a_Type0 a_Name0)'
|
---|
1509 | @$(APPEND) $@.tmp '#define IEM_CIMPL_DEF_2(a_Name, a_Type0, a_Name0, a_Type1, a_Name1) static VBOXSTRICTRC a_Name(PIEMCPU pIemCpu, , a_Type0 a_Name0, a_Type1 a_Name1)'
|
---|
1510 | @$(APPEND) $@.tmp '#define IEM_CIMPL_DEF_3(a_Name, a_Type0, a_Name0, a_Type1, a_Name1, a_Type2, a_Name2) static VBOXSTRICTRC a_Name(PIEMCPU pIemCpu, , a_Type0 a_Name0, a_Type1 a_Name1, , a_Type2 a_Name2)'
|
---|
1511 | @$(APPEND) $@.tmp '#define IEM_MC_LOCAL(a_Type, a_Name) a_Type a_Name'
|
---|
1512 | @$(APPEND) $@.tmp '#define IEM_MC_ARG(a_Type, a_Name, a_iArg) a_Type a_Name'
|
---|
1513 | @$(APPEND) $@.tmp '#define IEM_MC_ARG_CONST(a_Type, a_Name, a_Value, a_iArg) a_Type const a_Name = a_Value'
|
---|
1514 |
|
---|
1515 | $(SED) -e '/__cdecl/d' \
|
---|
1516 | -e '/^ *# *define.*DECL/!d' \
|
---|
1517 | -e '/DECLS/d' \
|
---|
1518 | -e '/DECLARE_CLS_/d' \
|
---|
1519 | -e '/_SRC_POS_DECL/d' \
|
---|
1520 | -e '/declspec/d' \
|
---|
1521 | -e '/__attribute__/d' \
|
---|
1522 | -e 's/# */#/g' \
|
---|
1523 | -e 's/ */ /g' \
|
---|
1524 | -e '/(type) DECLEXPORT/d' \
|
---|
1525 | -e '/ DECLEXPORT_CLASS/d' \
|
---|
1526 | -e 's/ *VBOXCALL//' \
|
---|
1527 | -e 's/ *RTCALL//' \
|
---|
1528 | -e 's/(type) DECLIMPORT(type)/(type) type/' \
|
---|
1529 | -e '/ DECLASM(type) type/d' \
|
---|
1530 | -e '/define *DECL..CALLBACKMEMBER(type[^)]*) *RT/d' \
|
---|
1531 | -e '/define *DECLINLINE(type)/d' \
|
---|
1532 | -e '/define *DECL_FORCE_INLINE(type)/d' \
|
---|
1533 | -e '/ *DECL_INVALID(/d' \
|
---|
1534 | -e '/define RT[DATGRC03]*DECL(type) *DECLHIDDEN(type)/d' \
|
---|
1535 | \
|
---|
1536 | --append $@.tmp \
|
---|
1537 | $(filter-out include/VBox/err.h, $(wildcard include/VBox/*.h include/VBox/vmm/*.h)) \
|
---|
1538 | include/iprt/cdefs.h
|
---|
1539 | $(CAT_EXT) $@.tmp \
|
---|
1540 | | $(SED_EXT) -e 's/_/\x1F/g' -e 's/(/\x1E/g' -e 's/[[:space:]][[:space:]]*/\x1C/g' \
|
---|
1541 | | sort $(if-expr "$(KBUILD_TARGET)" == "win",,-f) \
|
---|
1542 | | $(SED_EXT) -e 's/\x1F/_/g' -e 's/\x1E/(/g' -e 's/\x1C/ /g' \
|
---|
1543 | | $(SED_EXT) -e 's/$$/\n/' --output $@.tmp2
|
---|
1544 | $(SED) -e '/#define/s/$$/ \/\/ vbox/' --output $@ $@.tmp2
|
---|
1545 | $(RM) -f $@.tmp $@.tmp2 $@.tmp3
|
---|
1546 | ifeq ($(KBUILD_HOST),win)
|
---|
1547 | @$(ECHO) 'TODO: Merge vslick.h with your "$(HOMEDRIVE)$(HOMEPATH)\Documents\My SlickEdit Config\x.y.z\usercpp.h" file.'
|
---|
1548 | else ifeq ($(KBUILD_HOST),darwin)
|
---|
1549 | @$(ECHO) "TODO: Merge ./vslick.h with your ~/Library/Application\ Support/SlickEdit/x.y.z/unxcpp.h file."
|
---|
1550 | else
|
---|
1551 | @$(ECHO) "TODO: Merge ./vslick.h with your ~/.slickedit/x.y.z/unxcpp.h file."
|
---|
1552 | endif
|
---|
1553 |
|
---|
1554 |
|
---|
1555 | #
|
---|
1556 | # Add fetching of the tools to the 'up[date][2]' targets.
|
---|
1557 | #
|
---|
1558 | up update up2 update2::
|
---|
1559 | ifndef VBOX_OSE
|
---|
1560 | +$(MAKE) -C tools fetch
|
---|
1561 | else
|
---|
1562 | $(MAKE) -C tools -f Makefile-ose.kmk fetch
|
---|
1563 | endif
|
---|
1564 |
|
---|
1565 |
|
---|
1566 |
|
---|
1567 | #
|
---|
1568 | # Aliases for building the SDK.
|
---|
1569 | #
|
---|
1570 | .NOTPARALLEL: sdk sdk-fetch
|
---|
1571 | sdk:
|
---|
1572 | + $(KMK) VBOX_ONLY_SDK=1 \
|
---|
1573 | pass_bldprogs pass_others pass_installs pass_packing
|
---|
1574 |
|
---|
1575 | sdk-fetch:
|
---|
1576 | + $(KMK) KBUILD_TARGET=win KBUILD_TARGET_ARCH=x86 -C tools fetch
|
---|
1577 |
|
---|