VirtualBox

source: vbox/trunk/Makefile.kmk@ 40754

Last change on this file since 40754 was 40351, checked in by vboxsync, 12 years ago

Makefile.kmk: fixed path in snapshot-ose target

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 69.1 KB
Line 
1# $Id: Makefile.kmk 40351 2012-03-05 13:05:19Z vboxsync $
2## @file
3# Top level makefile.
4#
5
6#
7# Copyright (C) 2006-2012 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
21#
22# Sub-makefiles / Sub-directories.
23#
24if 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
26endif
27include $(PATH_SUB_CURRENT)/src/Makefile.kmk
28
29
30#
31# Clean up global stuff that Config.kmk generates.
32#
33OTHER_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
45if !defined(VBOX_ONLY_ADDITIONS) \
46 && !defined(VBOX_ONLY_DOCS) \
47 && !defined(VBOX_ONLY_EXTPACKS) \
48 && !defined(VBOX_ONLY_TESTSUITE) # -> line 418b ;-)
49
50ifndef 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
63endif # !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#
73INSTALLS += bin
74
75bin_INST = $(INST_BIN)
76
77# The SDL DLLs
78if1of ($(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
92endif
93
94
95# The compiler runtime DLLs.
96ifeq ($(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
178endif
179
180
181#
182# Install our Qt DLLs / Shared Objects / Frameworks.
183# Note: The installer fixes the darwin .dylibs when hardening is enabled.
184#
185ifeq ($(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
207else
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
225endif
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#
233ifdef 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#
247buildserver-additions_INST = $(INST_ADDITIONS_ISO)
248buildserver-additions_MODE = 0644
249buildserver-additions_SOURCES = $(PATH_TARGET)/VBoxGuestAdditions.iso
250buildserver-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)
263buildserver-additions-affinity-hack:
264 $(SHELL) $(PATH_DEVTOOLS)/bin/additions.sh --cmd fetch --filename $(PATH_TARGET)/VBoxGuestAdditions.iso.tmp
265 endif
266endif
267
268
269#
270#
271# Install documentation files (at the moment the .chm) from the build server.
272#
273ifdef VBOX_WITH_DOCS_FROM_BUILD_SERVER
274## @todo r=bird: Too much mess now for $(PATH_TARGET); move to doc/manual/.
275INSTALLS += buildserver-docs
276buildserver-docs_INST = $(INST_BIN)
277buildserver-docs_MODE = 0644
278buildserver-docs_SOURCES = \
279 $(addprefix $(PATH_TARGET)/, \
280 VirtualBox.chm UserManual.pdf \
281 $(foreach f,$(VBOX_MANUAL_ADD_LANGUAGES),VirtualBox_$(f).chm UserManual_$(f).pdf))
282buildserver-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...
291include $(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)
312buildserver-documentation-affinity-hack:
313 $(SHELL) $(PATH_DEVTOOLS)/bin/documentation.sh --cmd fetch --filename $(buildserver-docs_0_OUTDIR)/VBoxDocumentation.zip.tmp
314 endif
315endif # 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#
385ifn1of ($(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
409endif
410
411endif # !VBOX_ONLY_ADDITIONS && !VBOX_ONLY_DOCS && !VBOX_ONLY_EXTPACKS && !VBOX_ONLY_TESTSUITE
412
413
414ifdef 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.
417docs:
418else # !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
424docs: docs.Core
425 endif
426endif # !VBOX_ONLY_DOCS
427
428docs.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#
438OTHER_CLEAN += \
439 $(PATH_TARGET)/Doxyfile.Core \
440 $(PATH_TARGET)/Doxyfile.Core.dep
441
442VBOX_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/DragAndDrop \
500 src/VBox/HostServices/GuestControl \
501 src/VBox/HostServices/GuestProperties \
502 src/VBox/HostServices/SharedClipboard \
503 src/VBox/HostServices/SharedFolders \
504 src/VBox/HostServices/SharedOpenGL \
505 src/VBox/HostServices/SharedOpenGL/crserver \
506 src/VBox/HostServices/SharedOpenGL/crserverlib \
507 src/VBox/HostServices/SharedOpenGL/render \
508 src/VBox/HostServices/SharedOpenGL/unpacker \
509 src/VBox/HostServices/auth \
510 src/VBox/HostServices/auth/directoryservice \
511 src/VBox/HostServices/auth/pam \
512 src/VBox/HostServices/auth/simple \
513 src/VBox/HostServices/auth/winlogon \
514 src/VBox/HostDrivers/Support \
515 src/VBox/HostDrivers/Support/darwin \
516 src/VBox/HostDrivers/Support/freebsd \
517 src/VBox/HostDrivers/Support/l4 \
518 src/VBox/HostDrivers/Support/linux \
519 src/VBox/HostDrivers/Support/os2 \
520 src/VBox/HostDrivers/Support/solaris \
521 src/VBox/HostDrivers/Support/win \
522 src/VBox/HostDrivers/VBoxNetFlt \
523 src/VBox/HostDrivers/VBoxNetFlt/darwin \
524 src/VBox/HostDrivers/VBoxNetFlt/linux \
525 src/VBox/HostDrivers/VBoxNetFlt/solaris \
526 src/VBox/HostDrivers/VBoxNetFlt/win \
527 src/VBox/HostDrivers/VBoxNetNat \
528 src/VBox/HostDrivers/VBoxNetNat/darwin \
529 src/VBox/HostDrivers/VBoxNetNat/linux \
530 src/VBox/HostDrivers/VBoxNetNat/solaris \
531 src/VBox/HostDrivers/VBoxNetNat/win \
532 src/VBox/HostDrivers/VBoxNetAdp \
533 src/VBox/HostDrivers/VBoxNetAdp/darwin \
534 src/VBox/HostDrivers/VBoxNetAdp/linux \
535 src/VBox/HostDrivers/VBoxNetAdp/solaris \
536 src/VBox/HostDrivers/VBoxNetAdp/win \
537 src/VBox/HostDrivers/VBoxPci \
538 src/VBox/HostDrivers/VBoxPci/darwin \
539 src/VBox/HostDrivers/VBoxPci/linux \
540 src/VBox/HostDrivers/VBoxPci/solaris \
541 src/VBox/HostDrivers/VBoxPci/win \
542 src/VBox/HostDrivers/VBoxUSB \
543 src/VBox/HostDrivers/VBoxUSB/darwin \
544 src/VBox/HostDrivers/VBoxUSB/os2 \
545 src/VBox/HostDrivers/VBoxUSB/solaris \
546 src/VBox/HostDrivers/VBoxUSB/win \
547 src/VBox/HostDrivers/VBoxUSB/win/Device \
548 src/VBox/HostDrivers/VBoxUSB/win/Device/amd64 \
549 src/VBox/HostDrivers/VBoxUSB/win/Device/x86 \
550 src/VBox/HostDrivers/VBoxUSB/win/Filter \
551 src/VBox/HostDrivers/VBoxUSB/win/Install \
552 src/VBox/HostDrivers/VBoxUSB/win/Monitor \
553 src/VBox/HostDrivers/VBoxUSB/win/Monitor/win32 \
554 src/VBox/HostDrivers/VBoxUSB/win/Monitor/win64 \
555 src/VBox/HostDrivers/VBoxUSB/win/usbd \
556 src/VBox/Additions \
557 src/VBox/Additions/WINNT \
558 src/VBox/Additions/WINNT/Graphics \
559 src/VBox/Additions/WINNT/Graphics/Video \
560 src/VBox/Additions/WINNT/Graphics/Video/common \
561 src/VBox/Additions/WINNT/Graphics/Video/common/wddm \
562 src/VBox/Additions/WINNT/Graphics/Video/common/xpdm \
563 src/VBox/Additions/WINNT/Graphics/Video/disp \
564 src/VBox/Additions/WINNT/Graphics/Video/disp/common \
565 src/VBox/Additions/WINNT/Graphics/Video/disp/wddm \
566 src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg \
567 src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm \
568 src/VBox/Additions/WINNT/Graphics/Video/mp \
569 src/VBox/Additions/WINNT/Graphics/Video/mp/common \
570 src/VBox/Additions/WINNT/Graphics/Video/mp/wddm \
571 src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm \
572 src/VBox/Additions/WINNT/Graphics/Wine \
573 src/VBox/Additions/WINNT/Graphics/Wine/d3d8 \
574 src/VBox/Additions/WINNT/Graphics/Wine/d3d9 \
575 src/VBox/Additions/WINNT/Graphics/Wine/libWine \
576 src/VBox/Additions/WINNT/Graphics/Wine/switcher \
577 src/VBox/Additions/WINNT/Graphics/Wine/vbox \
578 src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub \
579 src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include \
580 src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/backup \
581 src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine \
582 src/VBox/Additions/WINNT/Graphics/Wine/wined3d \
583 src/VBox/Additions/WINNT/Installer \
584 src/VBox/Additions/WINNT/Installer/ISO \
585 src/VBox/Additions/WINNT/Installer/InstallHelper \
586 src/VBox/Additions/WINNT/Installer/Languages \
587 src/VBox/Additions/WINNT/Installer/Loader \
588 src/VBox/Additions/WINNT/Mouse \
589 src/VBox/Additions/WINNT/Mouse/NT5 \
590 src/VBox/Additions/WINNT/Mouse/common \
591 src/VBox/Additions/WINNT/SharedFolders \
592 src/VBox/Additions/WINNT/SharedFolders/redirector \
593 src/VBox/Additions/WINNT/SharedFolders/redirector/dll \
594 src/VBox/Additions/WINNT/SharedFolders/redirector/sys \
595 src/VBox/Additions/WINNT/SharedFolders/redirector/sys/rdbss \
596 src/VBox/Additions/WINNT/VBoxCredProv \
597 src/VBox/Additions/WINNT/VBoxGINA \
598 src/VBox/Additions/WINNT/VBoxHook \
599 src/VBox/Additions/WINNT/VBoxTray \
600 src/VBox/Additions/WINNT/VBoxUSB \
601 src/VBox/Additions/WINNT/i8042prt \
602 src/VBox/Additions/WINNT/i8042prt/i386 \
603 src/VBox/Additions/WINNT/i8042prt/include \
604 src/VBox/Additions/WINNT/include \
605 src/VBox/Additions/common \
606 src/VBox/Additions/common/VBoxControl \
607 src/VBox/Additions/common/VBoxGuest \
608 src/VBox/Additions/common/VBoxGuest/freebsd \
609 src/VBox/Additions/common/VBoxGuest/linux \
610 src/VBox/Additions/common/VBoxGuest/win \
611 src/VBox/Additions/common/VBoxGuestLib \
612 src/VBox/Additions/common/VBoxService \
613 src/VBox/Additions/common/VBoxVideo \
614 src/VBox/Additions/common/crOpenGL \
615 src/VBox/Additions/common/crOpenGL/array \
616 src/VBox/Additions/common/crOpenGL/feedback \
617 src/VBox/Additions/common/crOpenGL/pack \
618 src/VBox/Additions/common/crOpenGL/passthrough \
619 src/VBox/Additions/common/pam \
620 src/VBox/Additions/darwin \
621 src/VBox/Additions/freebsd \
622 src/VBox/Additions/freebsd/Installer \
623 src/VBox/Additions/freebsd/drm \
624 src/VBox/Additions/freebsd/vboxvfs \
625 src/VBox/Additions/linux \
626 src/VBox/Additions/linux/drm \
627 src/VBox/Additions/linux/installer \
628 src/VBox/Additions/linux/selinux-fedora \
629 src/VBox/Additions/linux/sharedfolders \
630 src/VBox/Additions/os2 \
631 src/VBox/Additions/os2/VBoxGradd \
632 src/VBox/Additions/os2/VBoxGradd/graddlib \
633 src/VBox/Additions/os2/VBoxGrext \
634 src/VBox/Additions/os2/VBoxMouse \
635 src/VBox/Additions/os2/VBoxSF \
636 src/VBox/Additions/solaris \
637 src/VBox/Additions/solaris/DRM \
638 src/VBox/Additions/solaris/DRM/include \
639 src/VBox/Additions/solaris/Installer \
640 src/VBox/Additions/solaris/SharedFolders \
641 src/VBox/Additions/solaris/SharedFolders/solaris10 \
642 src/VBox/Additions/solaris/SharedFolders/solaris10/sys \
643 src/VBox/Additions/solaris/Virtio \
644 src/VBox/Additions/x11 \
645 src/VBox/Additions/x11/Installer \
646 src/VBox/Additions/x11/VBoxClient \
647 src/VBox/Additions/x11/vboxmouse \
648 src/VBox/Additions/x11/vboxmouse/xorg70 \
649 src/VBox/Additions/x11/vboxmouse/xorg71 \
650 src/VBox/Additions/x11/vboxvideo \
651 src/VBox/NetworkServices \
652 src/VBox/NetworkServices/DHCP \
653 src/VBox/NetworkServices/NAT \
654 src/VBox/NetworkServices/NetLib \
655 src/VBox/Storage
656
657# These must come first in order to make things look nice.
658VBOX_CORE_DOXYFILE_INPUT_FIRST =\
659 $(PATH_ROOT)/doc/VBox-doc.c \
660 $(PATH_ROOT)/doc/VBox-CodingGuidelines.cpp \
661 $(PATH_ROOT)/doc/VBox-MakefileGuidelines.cpp \
662 $(PATH_ROOT)/src/VBox/VMM/Docs-CodingGuidelines.cpp \
663 $(PATH_ROOT)/src/VBox/VMM/Docs-RawMode.cpp \
664 $(PATH_ROOT)/include/VBox/cdefs.h \
665 $(PATH_ROOT)/include/VBox/vmm/vmapi.h \
666 $(PATH_ROOT)/include/VBox/vmm/vmm.h \
667 $(PATH_ROOT)/include/VBox/vmm/cpum.h \
668 $(PATH_ROOT)/include/VBox/vmm/mm.h \
669 $(PATH_ROOT)/include/VBox/vmm/pgm.h \
670 $(PATH_ROOT)/include/VBox/vmm/selm.h \
671 $(PATH_ROOT)/include/VBox/vmm/trpm.h \
672 $(PATH_ROOT)/include/VBox/vmm/patm.h \
673 $(PATH_ROOT)/include/VBox/vmm/dbgf.h \
674 $(PATH_ROOT)/include/VBox/vmm/stam.h \
675 $(PATH_ROOT)/include/VBox/vmm/em.h \
676 $(PATH_ROOT)/include/VBox/vmm/pdm.h \
677 $(PATH_ROOT)/include/VBox/vmm/rem.h \
678 $(PATH_ROOT)/include/VBox/vmm/iom.h \
679 $(PATH_ROOT)/include/VBox/vmm/cfgm.h \
680 $(PATH_ROOT)/include/VBox/vmm/tm.h \
681 $(PATH_ROOT)/include/VBox/vmm/csam.h \
682 $(PATH_ROOT)/include/VBox/vmm/ssm.h \
683 $(PATH_ROOT)/include/VBox/vmm/hwaccm.h \
684 $(PATH_ROOT)/include/VBox/vmm/hwacc_svm.h \
685 $(PATH_ROOT)/include/VBox/vmm/hwacc_vmx.h \
686 \
687 $(PATH_ROOT)/src/VBox/VMM/include/CFGMInternal.h \
688 $(PATH_ROOT)/src/VBox/VMM/include/CPUMInternal.h \
689 $(PATH_ROOT)/src/VBox/VMM/include/DBGFInternal.h \
690 $(PATH_ROOT)/src/VBox/VMM/include/EMInternal.h \
691 $(PATH_ROOT)/src/VBox/VMM/include/HWACCMInternal.h \
692 $(PATH_ROOT)/src/VBox/VMM/include/IOMInternal.h \
693 $(PATH_ROOT)/src/VBox/VMM/include/MMInternal.h \
694 $(PATH_ROOT)/src/VBox/VMM/include/PDMInternal.h \
695 $(PATH_ROOT)/src/VBox/VMM/include/PGMInternal.h \
696 $(PATH_ROOT)/src/VBox/VMM/include/CSAMInternal.h \
697 $(PATH_ROOT)/src/VBox/VMM/include/PATMInternal.h \
698 $(PATH_ROOT)/src/VBox/VMM/include/REMInternal.h \
699 $(PATH_ROOT)/src/VBox/VMM/include/SELMInternal.h \
700 $(PATH_ROOT)/src/VBox/VMM/include/SSMInternal.h \
701 $(PATH_ROOT)/src/VBox/VMM/include/STAMInternal.h \
702 $(PATH_ROOT)/src/VBox/VMM/include/TMInternal.h \
703 $(PATH_ROOT)/src/VBox/VMM/include/TRPMInternal.h \
704 $(PATH_ROOT)/src/VBox/VMM/include/VMInternal.h \
705 $(PATH_ROOT)/src/VBox/VMM/include/VMMInternal.h \
706 \
707 $(PATH_ROOT)/include/VBox/vmm/vm.h \
708 \
709 $(PATH_ROOT)/include/VBox/sup.h \
710 $(PATH_ROOT)/include/VBox/vd.h \
711 $(PATH_ROOT)/include/VBox/types.h \
712 $(PATH_ROOT)/include/VBox/err.h \
713 $(PATH_ROOT)/include/VBox/vmm/cpumdis.h \
714 $(PATH_ROOT)/include/VBox/dbggui.h \
715 $(PATH_ROOT)/include/VBox/dis.h \
716 $(PATH_ROOT)/include/VBox/disopcode.h \
717 $(PATH_ROOT)/include/VBox/intnet.h \
718 $(PATH_ROOT)/include/VBox/settings.h \
719 $(PATH_ROOT)/include/VBox/pci.h \
720 $(PATH_ROOT)/include/VBox/scsi.h \
721 $(PATH_ROOT)/include/VBox/shflsvc.h \
722 $(PATH_ROOT)/include/VBox/hgcmsvc.h \
723 $(PATH_ROOT)/include/VBox/usb.h \
724 $(PATH_ROOT)/include/VBox/vusb.h \
725 \
726 $(PATH_ROOT)/include/VBox/log.h \
727 $(PATH_ROOT)/include/VBox/param.h \
728 $(PATH_ROOT)/include/VBox/version.h
729
730VBOX_CORE_DOXYFILE_INPUT := \
731 $(filter-out %.cpp.h, $(sort $(wildcard $(addsuffix /*.h, $(VBOX_CORE_DOXYFILE_INPUT_DIRS)))) ) \
732 $(foreach dir, $(VBOX_CORE_DOXYFILE_INPUT_DIRS), $(wildcard $(dir)/*.cpp $(dir)/*.c $(dir)/.asm))
733VBOX_CORE_DOXYFILE_INPUT := \
734 $(VBOX_CORE_DOXYFILE_INPUT_FIRST) \
735 $(filter-out $(VBOX_CORE_DOXYFILE_INPUT_FIRST), $(VBOX_CORE_DOXYFILE_INPUT))
736
737# And some some additional stuff.
738VBOX_CORE_DOXYFILE_INPUT += \
739 $(PATH_ROOT)/src/recompiler/VBoxRecompiler.c \
740 $(PATH_ROOT)/src/recompiler/VBoxREMWrapper.cpp
741
742
743VBOX_CORE_DOXYFILE_OUTPUT = $(PATH_OUT)/docs/Core
744BLDDIRS += $(VBOX_CORE_DOXYFILE_OUTPUT)
745
746-include $(PATH_TARGET)/Doxyfile.Core.dep
747
748# Generate the Doxyfile
749$(PATH_TARGET)/Doxyfile.Core: Doxyfile.Core \
750 $(comp-vars VBOX_CORE_DOXYFILE_INPUT,DOXYGEN_INPUT_PREV,FORCE) \
751 $(comp-vars VBOX_CORE_DOXYFILE_OUTPUT,DOXYGEN_OUTPUT_PREV,FORCE) \
752 | $$(dir $$@)
753 $(RM) -f $@ $@.tmp $(PATH_TARGET)/Doxyfile.Core.dep
754 $(CP) -f Doxyfile.Core $@.tmp
755 $(APPEND) $@.tmp
756 $(APPEND) $@.tmp "OUTPUT_DIRECTORY = $(VBOX_CORE_DOXYFILE_OUTPUT)"
757 $(APPEND) $@.tmp "WARN_LOGFILE = $(VBOX_CORE_DOXYFILE_OUTPUT)/errors"
758 $(APPEND) $@.tmp "INCLUDE_PATH = $(PATH_ROOT)/include $(PATH_ROOT)/src/VBox/VMM $(PATH_ROOT)/src/VBox/Main/include "
759 $(APPEND) $@.tmp "INCLUDE_FILE_PATTERNS = *.cpp.h"
760 $(APPEND) $@.tmp
761 $(APPEND) $@.tmp "INPUT = $(VBOX_CORE_DOXYFILE_INPUT)"
762 $(APPEND) $@.tmp
763 $(APPEND) $@.tmp "PREDEFINED += $(DEFS) $(DEFS.$(KBUILD_TARGET)) $(DEFS.$(KBUILD_TARGET_ARCH)) $(ARCH_BITS_DEFS)"
764 $(APPEND) $@.tmp "PREDEFINED += ARCH_BITS=HC_ARCH_BITS R3_ARCH_BITS=HC_ARCH_BITS R0_ARCH_BITS=HC_ARCH_BITS "
765 $(APPEND) $@.tmp
766 $(MV) -f $@.tmp $@
767 @$(APPEND) $(PATH_TARGET)/Doxyfile.Core.dep "DOXYGEN_OUTPUT_PREV = $(VBOX_CORE_DOXYFILE_OUTPUT)"
768 @$(APPEND) $(PATH_TARGET)/Doxyfile.Core.dep "DOXYGEN_INPUT_PREV = $(VBOX_CORE_DOXYFILE_INPUT)"
769
770# Do the actual job.
771$(PATH_TARGET)/docs.Core: $(PATH_TARGET)/Doxyfile.Core $$(VBOX_CORE_DOXYFILE_INPUT) | $(VBOX_CORE_DOXYFILE_OUTPUT)/
772 $(RM) -f $(PATH_TARGET)/docs.Core
773 $(RM) -Rf $(VBOX_CORE_DOXYFILE_OUTPUT)/html/
774 doxygen $(PATH_TARGET)/Doxyfile.Core
775 $(APPEND) $(PATH_TARGET)/docs.Core
776
777
778#
779# Alias for kmk_time. Used by both the additions and testsuite build setups.
780#
781VBOX_KMK_TIME = $(KBUILD_BIN_PATH)/kmk_time
782
783#
784# Common rsync bits.
785#
786
787##
788# The basic rsync invocation for syncing the tree into a VM; the source and
789# target specs are missing.
790#
791# @param 1 os name.
792# @param 2 arch or *.
793#
794VBOX_RSYNC_IN_FN = rsync -a -v --delete --delete-excluded --prune-empty-dirs \
795 --exclude=*.pyc \
796 --exclude=.svn/ \
797 --exclude=doc/Devices/ \
798 --exclude=doc/tg/ \
799 --exclude=doc/vp/ \
800 --exclude=doc/L4VM/ \
801 --exclude=tinderclient.log \
802 --exclude=tools/FetchDir/ \
803 --exclude=webtools/ \
804 $(foreach os,darwin freebsd linux solaris os2 win,$(if-expr "$(1)" != "$(os)", \
805 --exclude=tools/$(os).x86/ \
806 --exclude=tools/$(os).amd64/ \
807 --exclude=out/$(os).amd64/ \
808 --exclude=out/$(os).x86/ \
809 ,$(select \
810 "$(2)" == "x86" , --exclude=out/$(os).amd64/$(KBUILD_TYPE)/, \
811 "$(2)" == "amd64", --exclude=out/$(os).x86/$(KBUILD_TYPE)/) \
812 ))
813
814#
815# VM IP addresses.
816#
817VBOX_BLD_VM_LNX_X86_IP := 192.168.27.2
818VBOX_BLD_VM_LNX_AMD64_IP := 192.168.27.12
819VBOX_BLD_VM_LNX_NEW_X86_IP := 192.168.27.11
820VBOX_BLD_VM_OS2_IP := 192.168.27.3
821VBOX_BLD_VM_SOLARIS_IP := 192.168.27.4
822VBOX_BLD_VM_DARWIN_X86_IP := 192.168.27.5
823VBOX_BLD_VM_DARWIN_AMD64_IP := 192.168.27.15
824VBOX_BLD_VM_WIN_X86_IP := 192.168.27.6
825VBOX_BLD_VM_WIN_AMD64_IP := 192.168.27.16
826VBOX_BLD_VM_FBSD_X86_IP := 192.168.27.7
827VBOX_BLD_VM_FBSD_AMD64_IP := 192.168.27.17
828
829VBOX_WITH_OS2_ADD_BUILD=1
830
831#
832# For profiling the VM building steps.
833#
834if 0
835 VBOX_BLD_VM_MSG_BEGIN = $(call MSG_L1,Building $1.)
836 VBOX_BLD_VM_MSG_END__ =
837else
838 VBOX_BLD_VM_MSG_BEGIN = @echo `date "+%Y-%m-%dT%H:%M:%S"` - Building $1.
839 VBOX_BLD_VM_MSG_END__ = @echo `date "+%Y-%m-%dT%H:%M:%S"` - Done building $1.
840endif
841
842#
843# Build the additions, all of them.
844#
845# This is currently tailored (hardcoded) for the additions
846# build box. Can make it pretty and configurable later.
847#
848# The fetching must be done in serial fashion, while the building
849# should be more flexible wrt to -jN.
850#
851additions-fetch:
852 + $(KMK) -C tools fetch VBOX_ONLY_ADDITIONS=1
853 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=linux BUILD_TARGET_ARCH=amd64 BUILD_TARGET=linux VBOX_ONLY_ADDITIONS=1
854 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=linux BUILD_TARGET_ARCH=x86 BUILD_TARGET=linux VBOX_ONLY_ADDITIONS=1
855ifdef VBOX_WITH_OS2_ADD_BUILD
856 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=os2 BUILD_TARGET_ARCH=x86 BUILD_TARGET=os2 VBOX_ONLY_ADDITIONS=1
857endif
858 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=amd64 BUILD_TARGET=solaris VBOX_ONLY_ADDITIONS=1
859 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=x86 BUILD_TARGET=solaris VBOX_ONLY_ADDITIONS=1
860 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=win BUILD_TARGET_ARCH=amd64 BUILD_TARGET=win VBOX_ONLY_ADDITIONS=1
861 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=win BUILD_TARGET_ARCH=x86 BUILD_TARGET=win VBOX_ONLY_ADDITIONS=1
862
863
864## @todo Currently combined solaris additions building assumes that amd64 is
865# built first. The windows amd64 additions need some x86 files, so don't change
866# the order of the windows builds. TODO: Split building and packing for these two VMs.
867additions-build: \
868 additions-build-rsync-into-vms \
869 additions-build-win.x86 \
870 additions-build-win.amd64 \
871 additions-build-solaris.amd64 \
872 additions-build-solaris.x86 \
873 additions-build-os2.x86 \
874 additions-build-linux.x86.combined
875
876additions-build-rsync-into-vms: \
877 additions-build-solaris.rsync-into-vm \
878 additions-build-os2.rsync-into-vm
879 $(call MSG_L1,Rsynced the sources + tools into the VMs.)
880.NOTPARALLEL: additions-build-rsync-into-vms
881
882
883VBOX_ADDITIONS_BUILD.amd64 = VBOX_ONLY_ADDITIONS=1 VBOX_WITHOUT_ADDITIONS_ISO=1 \
884 KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
885 KBUILD_TARGET_ARCH=amd64 BUILD_TARGET_ARCH=amd64 \
886 VBOX_SVN_REV=$(VBOX_SVN_REV)
887
888VBOX_ADDITIONS_BUILD.x86 = VBOX_ONLY_ADDITIONS=1 VBOX_WITHOUT_ADDITIONS_ISO=1 \
889 KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
890 KBUILD_TARGET_ARCH=x86 BUILD_TARGET_ARCH=x86 \
891 VBOX_SVN_REV=$(VBOX_SVN_REV)
892
893# Automatically determine the additions build subdir name. Used for figuring
894# out directory names inside the additions building VMs.
895VBOX_ADDITIONS_BUILD_SUBDIRNAME := $(lastword $(subst /, ,$(PATH_ROOT)))
896
897# When building in parallel on a Windows host, make sure we finish the host
898# bit before kicking off any UNIX guest or we'll run into file sharing issues.
899ifeq ($(KBUILD_TARGET),win)
900VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST = additions-build-win.x86 additions-build-win.amd64
901else
902VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST =
903endif
904
905# ASSUMES the 32-bit edition has been built already. Also for serializing VM access.
906additions-build-win.amd64: additions-build-win.x86
907ifeq ($(KBUILD_TARGET),win)
908 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) all $(VBOX_ADD_HOST_BUILD_TWEAK)
909 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) packing
910else
911 $(call VBOX_BLD_VM_MSG_BEGIN,Windows/amd64 additions)
912 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_WIN_AMD64_IP) " echo $@ && cd e:/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && tools/env.sh kmk $(VBOX_ADDITIONS_BUILD.amd64) all packing "
913 $(call VBOX_BLD_VM_MSG_END__,Windows/amd64 additions)
914endif
915
916additions-build-win.x86:
917ifeq ($(KBUILD_TARGET),win)
918 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) all $(VBOX_ADD_HOST_BUILD_TWEAK)
919 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) packing
920else
921 $(call VBOX_BLD_VM_MSG_BEGIN,Windows/x86 additions)
922 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_WIN_X86_IP) " echo $@ && cd e:/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && tools/env.sh kmk $(VBOX_ADDITIONS_BUILD.x86) all packing"
923 $(call VBOX_BLD_VM_MSG_END__,Windows/x86 additions)
924endif
925
926# ASSUMES the 64-bit edition are built first. This also serializes VM access.
927ifeq ($(KBUILD_TARGET),solaris)
928additions-build-solaris.amd64:
929 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) all $(VBOX_ADD_HOST_BUILD_TWEAK)
930 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) packing
931
932additions-build-solaris.x86: additions-build-solaris.amd64
933 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE=1 all $(VBOX_ADD_HOST_BUILD_TWEAK)
934 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE=1 packing
935
936additions-build-solaris.rsync-into-vm:
937else
938additions-build-solaris.rsync-into-vm:
939 $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,solaris,*) \
940 '--exclude=src/VBox/Additions/WINNT/**' \
941 '--exclude=src/VBox/Frontends/**' \
942 '--exclude=src/VBox/VMM/**' \
943 . $(VBOX_BLD_VM_SOLARIS_IP):/mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)
944
945additions-build-solaris.build-it: additions-build-solaris.rsync-into-vm
946 $(call VBOX_BLD_VM_MSG_BEGIN,Solaris/amd64 additions)
947 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_SOLARIS_IP) " echo $@/amd64 && cd /mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_ADDITIONS_BUILD.amd64) all packing"
948 $(call VBOX_BLD_VM_MSG_END__,Solaris/amd64 additions)
949 $(call VBOX_BLD_VM_MSG_BEGIN,Solaris/x86 additions)
950 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_SOLARIS_IP) " 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"
951 $(call VBOX_BLD_VM_MSG_END__,Solaris/x86 additions)
952
953additions-build-solaris.rsync-out-of-vm: additions-build-solaris.build-it
954 $(VBOX_KMK_TIME) rsync -a --delete $(VBOX_BLD_VM_SOLARIS_IP):/mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)/out/solaris.x86 out/
955 $(VBOX_KMK_TIME) rsync -a --delete $(VBOX_BLD_VM_SOLARIS_IP):/mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)/out/solaris.amd64 out/
956
957.NOTPARALLEL: additions-build-solaris.rsync-into-vm # additions-build-solaris.rsync-out-of-vm
958.PHONY: additions-build-solaris.rsync-into-vm additions-build-solaris.rsync-out-of-vm additions-build-solaris.build-it
959
960additions-build-solaris.amd64: additions-build-solaris.rsync-out-of-vm
961additions-build-solaris.x86: additions-build-solaris.rsync-out-of-vm
962endif
963
964ifdef VBOX_WITH_OS2_ADD_BUILD
965 ifeq ($(KBUILD_TARGET),os2)
966additions-build-os2.x86:
967 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) all $(VBOX_ADD_HOST_BUILD_TWEAK)
968 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) packing
969
970additions-build-os2.rsync-into-vm:
971 else
972additions-build-os2.rsync-into-vm:
973 $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,os2,*) \
974 '--exclude=src/VBox/Additions/x11/**' \
975 '--exclude=src/VBox/Additions/WINNT/**' \
976 '--exclude=src/VBox/Frontends/**' \
977 '--exclude=src/VBox/VMM/**' \
978 . rsync://vbox@$(VBOX_BLD_VM_OS2_IP)/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)
979
980additions-build-os2.build-it: additions-build-os2.rsync-into-vm
981 $(call VBOX_BLD_VM_MSG_BEGIN,OS/2 additions)
982 $(VBOX_KMK_TIME) rsh -l vbox $(VBOX_BLD_VM_OS2_IP) "cd e:\\tinderbox\\$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && e: && kbuild\\bin\\os2.x86\\kmk_ash tools\\env.sh --no-wine kmk $(VBOX_ADDITIONS_BUILD.x86) all packing"
983 $(call VBOX_BLD_VM_MSG_END__,OS/2 additions)
984
985additions-build-os2.rsync-out-of-vm: additions-build-os2.build-it
986 $(VBOX_KMK_TIME) rsync -v -a --delete rsync://vbox@$(VBOX_BLD_VM_OS2_IP)/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)/out/os2.x86 ./out
987
988.NOTPARALLEL: additions-build-os2.rsync-into-vm #additions-build-os2.rsync-out-of-vm
989.PHONY: additions-build-os2.rsync-into-vm additions-build-os2.rsync-out-of-vm additions-build-os2.build-it
990
991additions-build-os2.x86: additions-build-os2.rsync-out-of-vm
992 endif
993#
994else
995additions-build-os2.x86:
996# Dummy
997endif
998
999additions-build-linux.amd64: $(VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST)
1000ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64)
1001 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) all $(VBOX_ADD_HOST_BUILD_TWEAK)
1002 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) packing VBOX_WITHOUT_LINUX_GUEST_PACKAGE=1
1003else
1004 $(call VBOX_BLD_VM_MSG_BEGIN,Linux/amd64 additions)
1005 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_LNX_AMD64_IP) " 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"
1006 $(call VBOX_BLD_VM_MSG_END__,Linux/amd64 additions)
1007endif
1008
1009additions-build-linux.x86: $(VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST)
1010ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.x86)
1011 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) all $(VBOX_ADD_HOST_BUILD_TWEAK)
1012 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) packing VBOX_WITHOUT_LINUX_GUEST_PACKAGE=1
1013else
1014 $(call VBOX_BLD_VM_MSG_BEGIN,Linux/x86 additions)
1015 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_LNX_X86_IP) " 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"
1016 $(call VBOX_BLD_VM_MSG_END__,Linux/x86 additions)
1017endif
1018
1019# Combined Linux Additions .run package. This depends on the archives
1020# created during packing by the architecture-specific builds.
1021additions-build-linux.x86.combined: $(VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST) additions-build-linux.x86 additions-build-linux.amd64
1022ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.x86)
1023 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) all $(VBOX_ADD_HOST_BUILD_TWEAK)
1024 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) packing VBOX_WITH_COMBINED_LINUX_GUEST_PACKAGE=1
1025else
1026 $(call VBOX_BLD_VM_MSG_BEGIN,Linux/x86 additions)
1027 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_LNX_X86_IP) " 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"
1028 $(call VBOX_BLD_VM_MSG_END__,Linux/x86 additions)
1029endif
1030
1031
1032additions-packing:
1033 + $(KMK) VBOX_ONLY_ADDITIONS=1 \
1034 VBOX_WITH_ADDITIONS_ISO.freebsd.amd64= \
1035 VBOX_WITH_ADDITIONS_ISO.freebsd.x86= \
1036 VBOX_WITH_ADDITIONS_ISO.linux.amd64= \
1037 VBOX_WITH_ADDITIONS_ISO.linux.x86=1 \
1038 VBOX_WITH_COMBINED_LINUX_GUEST_PACKAGE=1 \
1039 VBOX_WITH_ADDITIONS_ISO.os2.x86=1 \
1040 VBOX_WITH_ADDITIONS_ISO.solaris.amd64=1 \
1041 VBOX_WITH_ADDITIONS_ISO.solaris.x86=1 \
1042 VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE=1 \
1043 VBOX_WITH_ADDITIONS_ISO.win.amd64=1 \
1044 VBOX_WITH_ADDITIONS_ISO.win.x86=1 \
1045 -C src/VBox/Additions \
1046 $(VBOX_PATH_ADDITIONS)/VBoxGuestAdditions.iso
1047
1048.PHONY: \
1049 additions-build-win.x86 \
1050 additions-build-win.amd64 \
1051 additions-build-solaris.amd64 \
1052 additions-build-solaris.x86 \
1053 additions-build-os2.x86 \
1054 additions-build-linux.amd64 \
1055 additions-build-linux.x86 \
1056 additions-build-linux.x86.combined \
1057 additions-packing
1058
1059
1060#
1061# Build the extension packs, all of them.
1062#
1063# This is tailored (hardcoded) for the extension pack build box.
1064#
1065# The fetching must be done in serial fashion, while the building should be
1066# more flexible wrt to -jN.
1067#
1068extpacks-fetch:
1069 + $(KMK) -C tools fetch VBOX_ONLY_EXTPACKS=1
1070 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=darwin BUILD_TARGET_ARCH=amd64 BUILD_TARGET=darwin VBOX_ONLY_EXTPACKS=1
1071 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=darwin BUILD_TARGET_ARCH=x86 BUILD_TARGET=darwin VBOX_ONLY_EXTPACKS=1
1072# + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=freebsd BUILD_TARGET_ARCH=amd64 BUILD_TARGET=freebsd VBOX_ONLY_EXTPACKS=1
1073# + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=freebsd BUILD_TARGET_ARCH=x86 BUILD_TARGET=freebsd VBOX_ONLY_EXTPACKS=1
1074 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=linux BUILD_TARGET_ARCH=amd64 BUILD_TARGET=linux VBOX_ONLY_EXTPACKS=1
1075 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=linux BUILD_TARGET_ARCH=x86 BUILD_TARGET=linux VBOX_ONLY_EXTPACKS=1
1076# + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=os2 BUILD_TARGET_ARCH=x86 BUILD_TARGET=os2 VBOX_ONLY_EXTPACKS=1
1077 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=amd64 BUILD_TARGET=solaris VBOX_ONLY_EXTPACKS=1
1078 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=x86 BUILD_TARGET=solaris VBOX_ONLY_EXTPACKS=1
1079 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=win BUILD_TARGET_ARCH=amd64 BUILD_TARGET=win VBOX_ONLY_EXTPACKS=1
1080 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=win BUILD_TARGET_ARCH=x86 BUILD_TARGET=win VBOX_ONLY_EXTPACKS=1
1081
1082
1083extpacks-build: \
1084 extpacks-build-win.amd64 \
1085 extpacks-build-win.x86 \
1086 extpacks-build-solaris.amd64 \
1087 extpacks-build-solaris.x86 \
1088 extpacks-build-os2.x86 \
1089 extpacks-build-linux.amd64 \
1090 extpacks-build-linux.x86 \
1091 extpacks-build-darwin.amd64 \
1092 extpacks-build-darwin.x86 \
1093 extpacks-build-freebsd.amd64 \
1094 extpacks-build-freebsd.x86
1095
1096VBOX_EXTPACKS_BUILD.amd64 = VBOX_ONLY_EXTPACKS=1 \
1097 KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
1098 KBUILD_TARGET_ARCH=amd64 BUILD_TARGET_ARCH=amd64 \
1099 VBOX_SVN_REV=$(VBOX_SVN_REV)
1100
1101VBOX_EXTPACKS_BUILD.x86 = VBOX_ONLY_EXTPACKS=1 \
1102 KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
1103 KBUILD_TARGET_ARCH=x86 BUILD_TARGET_ARCH=x86 \
1104 VBOX_SVN_REV=$(VBOX_SVN_REV)
1105
1106# Automatically determine the extpack build subdir name. Used for figuring out
1107# directory names inside the extension pack building VMs.
1108VBOX_EXTPACKS_BUILD_SUBDIRNAME := $(lastword $(subst /, ,$(PATH_ROOT)))
1109
1110# When building in parallel on a Windows host, make sure we finish the host
1111# bit before kicking off any UNIX guest or we'll run into file sharing issues.
1112ifeq ($(KBUILD_TARGET),win)
1113VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST = extpacks-build-win.x86 extpacks-build-win.amd64
1114else
1115VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST =
1116endif
1117
1118extpacks-build-win.amd64:
1119ifeq ($(KBUILD_TARGET),win)
1120 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.amd64) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
1121else
1122 $(call VBOX_BLD_VM_MSG_BEGIN,Windows/amd64 extension packs)
1123 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_WIN_AMD64_IP) " echo $@ && cd e:/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh kmk $(VBOX_EXTPACKS_BUILD.amd64) all"
1124 $(call VBOX_BLD_VM_MSG_END__,Windows/amd64 extension packs)
1125endif
1126
1127extpacks-build-win.x86:
1128ifeq ($(KBUILD_TARGET),win)
1129 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
1130else
1131 $(call VBOX_BLD_VM_MSG_BEGIN,Windows/x86 extension packs)
1132 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_WIN_X86_IP) " echo $@ && cd e:/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh kmk $(VBOX_EXTPACKS_BUILD.x86) all"
1133 $(call VBOX_BLD_VM_MSG_END__,Windows/x86 extension packs)
1134endif
1135
1136ifeq ($(KBUILD_TARGET),solaris)
1137extpacks-build-solaris.amd64:
1138 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.amd64) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
1139
1140extpacks-build-solaris.x86: extpacks-build-solaris.amd64
1141 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE=1 all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
1142
1143else
1144# Serialize 32-bit and 64-bit ASSUMING the same VM builds both.
1145extpacks-build-solaris.rsync-into-vm: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
1146 $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,solaris,*) . $(VBOX_BLD_VM_SOLARIS_IP):/mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)
1147
1148extpacks-build-solaris.build-it: extpacks-build-solaris.rsync-into-vm
1149 $(call VBOX_BLD_VM_MSG_BEGIN,Solaris/amd64 extension packs)
1150 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_SOLARIS_IP) " echo $@/amd64 && cd /mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.amd64) all"
1151 $(call VBOX_BLD_VM_MSG_END__,Solaris/amd64 extension packs)
1152 $(call VBOX_BLD_VM_MSG_BEGIN,Solaris/x86 extension packs)
1153 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_SOLARIS_IP) " echo $@/x86 && cd /mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.x86) all"
1154 $(call VBOX_BLD_VM_MSG_END__,Solaris/x86 extension packs)
1155
1156extpacks-build-solaris.rsync-out-of-vm: extpacks-build-solaris.build-it
1157 $(VBOX_KMK_TIME) rsync -a --delete $(VBOX_BLD_VM_SOLARIS_IP):/mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/solaris.x86 out/
1158 $(VBOX_KMK_TIME) rsync -a --delete $(VBOX_BLD_VM_SOLARIS_IP):/mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/solaris.amd64 out/
1159
1160.NOTPARALLEL: extpacks-build-solaris.rsync-out-of-vm extpacks-build-solaris.rsync-into-vm
1161.PHONY: extpacks-build-solaris.rsync-out-of-vm extpacks-build-solaris.rsync-into-vm extpacks-build-solaris.build-it
1162
1163extpacks-build-solaris.amd64: extpacks-build-solaris.rsync-out-of-vm
1164extpacks-build-solaris.x86: extpacks-build-solaris.rsync-out-of-vm
1165endif
1166
1167extpacks-build-os2.x86:
1168#ifeq ($(KBUILD_TARGET),os2)
1169# + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
1170#else
1171# $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_OS2_IP) " cd /mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.x86) "
1172#endif
1173
1174extpacks-build-linux.amd64: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
1175ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64)
1176 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.amd64) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
1177else
1178 $(call VBOX_BLD_VM_MSG_BEGIN,Linux/amd64 extension packs)
1179 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_LNX_AMD64_IP) " echo $@ && cd /mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.amd64) all"
1180 $(call VBOX_BLD_VM_MSG_END__,Linux/amd64 extension packs)
1181endif
1182
1183extpacks-build-linux.x86: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
1184ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.x86)
1185 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
1186else
1187 $(call VBOX_BLD_VM_MSG_BEGIN,Linux/x86 extension packs)
1188 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_LNX_NEW_X86_IP) " echo $@ && cd /mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.x86) all"
1189 $(call VBOX_BLD_VM_MSG_END__,Linux/x86 extension packs)
1190endif
1191
1192extpacks-build-freebsd.amd64: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
1193#ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),freebsd.amd64)
1194# + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.amd64) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
1195#else
1196# $(call VBOX_BLD_VM_MSG_BEGIN,FreeBSD/amd64 extension packs)
1197# $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_FBSD_AMD64_IP) " echo $@ && cd /mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.amd64) all"
1198# $(call VBOX_BLD_VM_MSG_END__,FreeBSD/amd64 extension packs)
1199#endif
1200
1201extpacks-build-freebsd.x86: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
1202#ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),freebsd.x86)
1203# + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
1204#else
1205# $(call VBOX_BLD_VM_MSG_BEGIN,FreeBSD/x86 extension packs)
1206# $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_FBSD_X86_IP) " echo $@ && cd /mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.x86) all"
1207# $(call VBOX_BLD_VM_MSG_END__,FreeBSD/x86 extension packs)
1208#endif
1209
1210extpacks-build-darwin.amd64: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
1211ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),darwin.amd64)
1212 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.amd64) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
1213else
1214 $(call VBOX_BLD_VM_MSG_BEGIN,Darwin/amd64 extension packs)
1215 $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,darwin,amd64) . $(VBOX_BLD_VM_DARWIN_AMD64_IP):/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)
1216 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_DARWIN_AMD64_IP) " echo $@ && cd /Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.amd64) all"
1217 $(VBOX_KMK_TIME) rsync -am -v --delete $(VBOX_BLD_VM_DARWIN_AMD64_IP):/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/darwin.amd64 out/
1218 $(call VBOX_BLD_VM_MSG_END__,Darwin/amd64 extension packs)
1219endif
1220
1221extpacks-build-darwin.x86: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
1222ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),darwin.x86)
1223 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
1224else
1225 $(call VBOX_BLD_VM_MSG_BEGIN,Darwin/x86 extension packs)
1226 $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,darwin,x86) . $(VBOX_BLD_VM_DARWIN_X86_IP):/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)
1227 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_DARWIN_X86_IP) " echo $@ && cd /Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.x86) all"
1228 $(VBOX_KMK_TIME) rsync -am -v --delete $(VBOX_BLD_VM_DARWIN_X86_IP):/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/darwin.x86 out/
1229 $(call VBOX_BLD_VM_MSG_END__,Darwin/x86 extension packs)
1230endif
1231
1232
1233extpacks-packing:
1234 + $(KMK) VBOX_ONLY_EXTPACKS=1 \
1235 VBOX_WITH_EXTPACK_OS_ARCHS="darwin.amd64 darwin.x86 linux.amd64 linux.x86 solaris.amd64 solaris.x86 win.amd64 win.x86" \
1236 packing
1237# +++ freebsd.amd64 freebsd.x86 os2.x86 ^^^
1238
1239.PHONY: \
1240 extpacks-build-win.x86 \
1241 extpacks-build-win.amd64 \
1242 extpacks-build-solaris.amd64 \
1243 extpacks-build-solaris.x86 \
1244 extpacks-build-os2.x86 \
1245 extpacks-build-linux.amd64 \
1246 extpacks-build-linux.x86 \
1247 extpacks-build-freebsd.amd64 \
1248 extpacks-build-freebsd.x86 \
1249 extpacks-build-darwin.amd64 \
1250 extpacks-build-darwin.x86 \
1251 extpacks-packing
1252
1253
1254#
1255# Build the test suite, all of it.
1256#
1257# This is currently tailored (hardcoded) for the additions build box just like
1258# the additions build above, which it in fact is a copy of.
1259#
1260testsuite-fetch:
1261 + $(KMK) -C tools fetch VBOX_ONLY_TESTSUITE=1
1262 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=darwin BUILD_TARGET_ARCH=amd64 BUILD_TARGET=darwin VBOX_ONLY_TESTSUITE=1
1263 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=darwin BUILD_TARGET_ARCH=x86 BUILD_TARGET=darwin VBOX_ONLY_TESTSUITE=1
1264# + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=freebsd BUILD_TARGET_ARCH=amd64 BUILD_TARGET=freebsd VBOX_ONLY_TESTSUITE=1
1265# + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=freebsd BUILD_TARGET_ARCH=x86 BUILD_TARGET=freebsd VBOX_ONLY_TESTSUITE=1
1266 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=linux BUILD_TARGET_ARCH=amd64 BUILD_TARGET=linux VBOX_ONLY_TESTSUITE=1
1267 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=linux BUILD_TARGET_ARCH=x86 BUILD_TARGET=linux VBOX_ONLY_TESTSUITE=1
1268# + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=os2 BUILD_TARGET_ARCH=x86 BUILD_TARGET=os2 VBOX_ONLY_TESTSUITE=1
1269 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=amd64 BUILD_TARGET=solaris VBOX_ONLY_TESTSUITE=1
1270 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=x86 BUILD_TARGET=solaris VBOX_ONLY_TESTSUITE=1
1271 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=win BUILD_TARGET_ARCH=amd64 BUILD_TARGET=win VBOX_ONLY_TESTSUITE=1
1272 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=win BUILD_TARGET_ARCH=x86 BUILD_TARGET=win VBOX_ONLY_TESTSUITE=1
1273
1274
1275testsuite-build: \
1276 testsuite-build-solaris.amd64 \
1277 testsuite-build-solaris.x86 \
1278 testsuite-build-win.x86 \
1279 testsuite-build-win.amd64 \
1280 testsuite-build-os2.x86 \
1281 testsuite-build-linux.amd64 \
1282 testsuite-build-linux.x86 \
1283 testsuite-build-freebsd.amd64 \
1284 testsuite-build-freebsd.x86 \
1285 testsuite-build-darwin.amd64 \
1286 testsuite-build-darwin.x86
1287
1288VBOX_TESTSUITE_BUILD.amd64 = VBOX_ONLY_TESTSUITE=1 \
1289 KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
1290 KBUILD_TARGET_ARCH=amd64 BUILD_TARGET_ARCH=amd64 \
1291 VBOX_SVN_REV=$(VBOX_SVN_REV)
1292
1293VBOX_TESTSUITE_BUILD.x86 = VBOX_ONLY_TESTSUITE=1 \
1294 KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
1295 KBUILD_TARGET_ARCH=x86 BUILD_TARGET_ARCH=x86 \
1296 VBOX_SVN_REV=$(VBOX_SVN_REV)
1297
1298# Automatically determine the testsuite build subdir name. Used for figuring
1299# out directory names inside the test suite building VMs.
1300VBOX_TESTSUITE_BUILD_SUBDIRNAME := $(lastword $(subst /, ,$(PATH_ROOT)))
1301
1302# When building in parallel on a Windows host, make sure we finish the host
1303# bit before kicking off any UNIX guest or we'll run into file sharing issues.
1304ifeq ($(KBUILD_TARGET),win)
1305VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST = testsuite-build-win.x86 testsuite-build-win.amd64
1306else
1307VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST =
1308endif
1309
1310# ASSUMES the 32-bit edition has been built already. Also for serializing VM access.
1311testsuite-build-win.amd64: testsuite-build-win.x86
1312ifeq ($(KBUILD_TARGET),win)
1313 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.amd64) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1314else
1315 $(call VBOX_BLD_VM_MSG_BEGIN,Windows/amd64 testsuite)
1316 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_WIN_X86_IP) " echo $@ && cd e:/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh kmk $(VBOX_TESTSUITE_BUILD.amd64) all "
1317 $(call VBOX_BLD_VM_MSG_END__,Windows/amd64 testsuite)
1318endif
1319
1320testsuite-build-win.x86:
1321ifeq ($(KBUILD_TARGET),win)
1322 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1323else
1324 $(call VBOX_BLD_VM_MSG_BEGIN,Windows/x86 testsuite)
1325 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_WIN_AMD64_IP) " echo $@ && cd e:/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh kmk $(VBOX_TESTSUITE_BUILD.x86) all"
1326 $(call VBOX_BLD_VM_MSG_END__,Windows/x86 testsuite)
1327endif
1328
1329ifeq ($(KBUILD_TARGET),solaris)
1330testsuite-build-solaris.amd64:
1331 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.amd64) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1332
1333testsuite-build-solaris.x86:
1334 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1335
1336else
1337testsuite-build-solaris.rsync-into-vm: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
1338 $(VBOX_KMK_TIME) rsync -a --delete --delete-excluded --exclude .svn --exclude=FetchDir --exclude=tinderclient.log --exclude=win.amd64 --exclude=win.x86 . $(VBOX_BLD_VM_SOLARIS_IP):/mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME)
1339
1340testsuite-build-solaris.build-it: testsuite-build-solaris.rsync-into-vm
1341 $(call VBOX_BLD_VM_MSG_BEGIN,Solaris/amd64 testsuite)
1342 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_SOLARIS_IP) " echo $@/amd64 && cd /mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.amd64) all"
1343 $(call VBOX_BLD_VM_MSG_END__,Solaris/amd64 testsuite)
1344 $(call VBOX_BLD_VM_MSG_BEGIN,Solaris/x86 testsuite)
1345 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_SOLARIS_IP) " echo $@/x86 && cd /mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.x86) all "
1346 $(call VBOX_BLD_VM_MSG_END__,Solaris/x86 testsuite)
1347
1348testsuite-build-solaris.rsync-out-of-vm: testsuite-build-solaris.build-it
1349 $(VBOX_KMK_TIME) rsync -a --delete $(VBOX_BLD_VM_SOLARIS_IP):/mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME)/out/solaris.x86 out/
1350 $(VBOX_KMK_TIME) rsync -a --delete $(VBOX_BLD_VM_SOLARIS_IP):/mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME)/out/solaris.amd64 out/
1351
1352.NOTPARALLEL: testsuite-build-solaris.rsync-out-of-vm testsuite-build-solaris.rsync-into-vm
1353.PHONY: testsuite-build-solaris.rsync-out-of-vm testsuite-build-solaris.rsync-into-vm testsuite-build-solaris.build-it
1354
1355testsuite-build-solaris.amd64: testsuite-build-solaris.rsync-out-of-vm
1356testsuite-build-solaris.x86: testsuite-build-solaris.rsync-out-of-vm
1357endif
1358
1359testsuite-build-os2.x86:
1360#ifeq ($(KBUILD_TARGET),os2)
1361# + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1362#else
1363# $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_OS2_IP) " cd /mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.x86) "
1364#endif
1365
1366testsuite-build-linux.amd64: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
1367ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64)
1368 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.amd64) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1369else
1370 $(call VBOX_BLD_VM_MSG_BEGIN,Linux/amd64 testsuite)
1371 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_LNX_AMD64_IP) " echo $@ && cd /mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.amd64) all"
1372 $(call VBOX_BLD_VM_MSG_END__,Linux/amd64 testsuite)
1373endif
1374
1375testsuite-build-linux.x86: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
1376ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.x86)
1377 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1378else
1379 $(call VBOX_BLD_VM_MSG_BEGIN,Linux/x86 testsuite)
1380 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_LNX_X86_IP) " echo $@ && cd /mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.x86) all"
1381 $(call VBOX_BLD_VM_MSG_END__,Linux/x86 testsuite)
1382endif
1383
1384testsuite-build-freebsd.amd64: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
1385#ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),freebsd.amd64)
1386# + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.amd64) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1387#else
1388# $(call VBOX_BLD_VM_MSG_BEGIN,freebsd/amd64 testsuite)
1389# $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_FBSD_AMD64_IP) " echo $@ && cd /mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.amd64) all"
1390# $(call VBOX_BLD_VM_MSG_END__,freebsd/amd64 testsuite)
1391#endif
1392
1393testsuite-build-freebsd.x86: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
1394#ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),freebsd.x86)
1395# + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1396#else
1397# $(call VBOX_BLD_VM_MSG_BEGIN,freebsd/x86 testsuite)
1398# $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_FBSD_X86_IP) " echo $@ && cd /mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.x86) all"
1399# $(call VBOX_BLD_VM_MSG_END__,freebsd/x86 testsuite)
1400#endif
1401
1402testsuite-build-darwin.amd64: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
1403ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),darwin.amd64)
1404 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.amd64) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1405else
1406 $(call VBOX_BLD_VM_MSG_BEGIN,darwin/amd64 testsuite)
1407 $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,darwin,amd64) . $(VBOX_BLD_VM_DARWIN_AMD64_IP):/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)
1408 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_DARWIN_AMD64_IP) " echo $@ && cd /Users/vbox/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.amd64) all"
1409 $(VBOX_KMK_TIME) rsync -am -v --delete $(VBOX_BLD_VM_DARWIN_AMD64_IP):/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/darwin.amd64 out/
1410 $(call VBOX_BLD_VM_MSG_END__,darwin/amd64 testsuite)
1411endif
1412
1413testsuite-build-darwin.x86: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
1414ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),darwin.x86)
1415 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1416else
1417 $(call VBOX_BLD_VM_MSG_BEGIN,darwin/x86 testsuite)
1418 $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,darwin,x86) . $(VBOX_BLD_VM_DARWIN_X86_IP):/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)
1419 $(VBOX_KMK_TIME) ssh vbox@$(VBOX_BLD_VM_DARWIN_X86_IP) " echo $@ && cd /Users/vbox/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_TESTSUITE_BUILD.x86) all"
1420 $(VBOX_KMK_TIME) rsync -am -v --delete $(VBOX_BLD_VM_DARWIN_X86_IP):/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/darwin.x86 out/
1421 $(call VBOX_BLD_VM_MSG_END__,darwin/x86 testsuite)
1422endif
1423
1424
1425testsuite-packing:
1426 + $(KMK) VBOX_ONLY_TESTSUITE=1 \
1427 VBOX_WITH_TESTSUITE_PACKING.darwin.amd64=1 \
1428 VBOX_WITH_TESTSUITE_PACKING.darwin.x86=2 \
1429 VBOX_WITH_TESTSUITE_PACKING.freebsd.amd64= \
1430 VBOX_WITH_TESTSUITE_PACKING.freebsd.x86= \
1431 VBOX_WITH_TESTSUITE_PACKING.linux.amd64=1 \
1432 VBOX_WITH_TESTSUITE_PACKING.linux.x86=1 \
1433 VBOX_WITH_TESTSUITE_PACKING.os2.x86= \
1434 VBOX_WITH_TESTSUITE_PACKING.solaris.amd64=1 \
1435 VBOX_WITH_TESTSUITE_PACKING.solaris.x86=1 \
1436 VBOX_WITH_TESTSUITE_PACKING.win.amd64=1 \
1437 VBOX_WITH_TESTSUITE_PACKING.win.x86=1 \
1438 -C src/VBox/Testsuite \
1439 $(PATH_OUT)/VBoxTestSuite.zip
1440
1441.PHONY: \
1442 testsuite-build-win.x86 \
1443 testsuite-build-win.amd64 \
1444 testsuite-build-solaris.amd64 \
1445 testsuite-build-solaris.x86 \
1446 testsuite-build-os2.x86 \
1447 testsuite-build-linux.amd64 \
1448 testsuite-build-linux.x86 \
1449 testsuite-build-freebsd.amd64 \
1450 testsuite-build-freebsd.x86 \
1451 testsuite-build-darwin.amd64 \
1452 testsuite-build-darwin.x86 \
1453 testsuite-packing
1454
1455
1456#
1457# Build the EFI firmware, all of it.
1458#
1459# Mainly hooks right now, maybe we need them later.
1460#
1461efi-fetch:
1462
1463efi-build: $(VBOX_VERSION_HEADER)
1464 $(PATH_ROOT)/webtools/tinderbox/client/efi-build.sh
1465
1466efi-packing:
1467
1468#
1469# Generate VirtualBox-x.x.x.tar.bz2 (OSE) tarballs for distribution
1470# - includes kBuild
1471# - must be executed on an OSE checkout
1472#
1473
1474# the path where to store the tarball
1475TARBALLPATH ?= $(abspath $(PATH_ROOT)/..)
1476# the root directory inside the tarball
1477TARBALLROOT ?= VirtualBox-$(subst _OSE,,$(VBOX_VERSION_STRING_RAW))
1478# the name of the tarball file
1479TARBALLNAME ?= VirtualBox-$(subst _OSE,,$(VBOX_VERSION_STRING_RAW)).tar.bz2
1480snapshot-ose:
1481 @$(call MSG_L1,Creating tarball $(TARBALLPATH)/$(TARBALLNAME))
1482 @if [ -r "$(PATH_ROOT)/src/VBox/RDP/server/server.cpp" ]; then \
1483 echo; \
1484 echo "Found RDP stuff, refused to build OSE tarball!"; \
1485 echo; \
1486 exit 1; \
1487 fi; \
1488 if [ -z "$(VBOX_OSE)" ]; then \
1489 echo; \
1490 echo "Please do 'kmk snapshot-ose VBOX_OSE=1'"; \
1491 echo; \
1492 exit 1; \
1493 fi
1494 $(QUIET)$(MKDIR) -p $(TARBALLPATH)
1495 $(QUIET)$(RM) -f $(TARBALLPATH)/$(TARBALLROOT)
1496 $(QUIET)$(LN_SYMLINK) $(PATH_ROOT) $(TARBALLPATH)/$(TARBALLROOT)
1497 $(QUIET)tar -cjh --dereference --owner 0 --group 0 --totals \
1498 --exclude=.svn \
1499 --exclude=$(TARBALLROOT)/out \
1500 --exclude=$(TARBALLROOT)/env.sh \
1501 --exclude=$(TARBALLROOT)/configure.log \
1502 --exclude=$(TARBALLROOT)/build.log \
1503 --exclude=$(TARBALLROOT)/AutoConfig.kmk \
1504 --exclude=$(TARBALLROOT)/LocalConfig.kmk \
1505 --exclude=$(TARBALLROOT)/prebuild \
1506 -C $(TARBALLPATH) \
1507 -f $(TARBALLPATH)/$(TARBALLNAME) \
1508 $(TARBALLROOT)
1509 $(QUIET)$(RM) $(TARBALLPATH)/$(TARBALLROOT)
1510
1511
1512#
1513# Generate VirtualBox-x.x.x.tar.bz2 (PUEL) zip archives for internal use only
1514# - includes kBuild
1515# - must be executed on an PUEL checkout
1516#
1517
1518# the path where to store the zip archive
1519ZIPPATH ?= $(abspath $(PATH_ROOT)/..)
1520# the root directory inside the zip archive
1521ZIPROOT ?= VirtualBox-$(VBOX_VERSION_STRING)
1522# the name of the zip archive
1523ZIPNAME ?= VirtualBox-$(VBOX_VERSION_STRING).zip
1524snapshot-puel:
1525 @$(call MSG_L1,Creating zip $(ZIPPATH)/$(ZIPNAME))
1526 @if [ ! -r "$(PATH_ROOT)/src/VBox/RDP/server/server.cpp" ]; then \
1527 echo; \
1528 echo "Did not find RDP stuff, is this an OSE branch?"; \
1529 echo; \
1530 exit 1; \
1531 fi
1532 @if [ -z "$(PASSWORD)" ]; then \
1533 echo; \
1534 echo "Please specify a password with PASSWORD=..."; \
1535 echo; \
1536 exit 1; \
1537 fi
1538 $(QUIET)$(MKDIR) -p $(ZIPPATH)
1539 $(QUIET)$(RM) -f $(ZIPPATH)/$(ZIPROOT)
1540 $(QUIET)$(RM) -f $(ZIPPATH)/$(ZIPNAME)
1541 $(QUIET)$(LN_SYMLINK) $(PATH_ROOT) $(ZIPPATH)/$(ZIPROOT)
1542 $(QUIET)(cd $(ZIPPATH); 7z a \
1543 -l -tzip -mmt=on -mx=7 -p$(PASSWORD) \
1544 -xr!.svn \
1545 -i!$(ZIPROOT)/Config.kmk \
1546 -i!$(ZIPROOT)/Doxyfile.Core \
1547 -i!$(ZIPROOT)/Makefile.kmk \
1548 -i!$(ZIPROOT)/configure \
1549 -i!$(ZIPROOT)/configure.vbs \
1550 -i!$(ZIPROOT)/doc \
1551 -i!$(ZIPROOT)/include \
1552 -i!$(ZIPROOT)/kBuild \
1553 -i!$(ZIPROOT)/src \
1554 -i!$(ZIPROOT)/tools/env.sh \
1555 -i!$(ZIPROOT)/tools/linux.x86/bin/* \
1556 -i!$(ZIPROOT)/tools/linux.amd64/bin/* \
1557 -x!$(ZIPROOT)/doc/Devices \
1558 -x!$(ZIPROOT)/doc/\*pdf \
1559 -x!$(ZIPROOT)/doc/L4VM \
1560 -x!$(ZIPROOT)/doc/VMM \
1561 -x!$(ZIPROOT)/doc/licenses_old \
1562 -x!$(ZIPROOT)/doc/manual/de_DE \
1563 -x!$(ZIPROOT)/doc/manual/fr_FR \
1564 -x!$(ZIPROOT)/src/tests \
1565 -x!$(ZIPROOT)/src/VBox/Artwork/2008-\* \
1566 -x!$(ZIPROOT)/src/VBox/Installer/AMI \
1567 -x!$(ZIPROOT)/src/VBox/Installer/Avanquest \
1568 -x!$(ZIPROOT)/src/VBox/Installer/Encore \
1569 -x!$(ZIPROOT)/src/VBox/Installer/linux/debian \
1570 -x!$(ZIPROOT)/src/VBox/Installer/linux/rpm \
1571 $(ZIPPATH)/$(ZIPNAME))
1572 $(QUIET)$(RM) $(ZIPPATH)/$(ZIPROOT)
1573
1574
1575#
1576# Generate ALL the rules.
1577#
1578include $(KBUILD_PATH)/subfooter.kmk
1579
1580
1581#
1582# Generate x86.mac and err.mac.
1583#
1584incs:
1585 $(SED) -f include/VBox/err.sed --output include/VBox/err.mac include/VBox/err.h
1586 $(APPEND) include/VBox/err.mac '%include "iprt/err.mac"'
1587 $(SED) -f include/VBox/err.sed --output include/iprt/err.mac include/iprt/err.h
1588 $(SED) -f include/VBox/various.sed --output include/iprt/x86.mac include/iprt/x86.h
1589 $(APPEND) include/iprt/x86.mac '%include "iprt/x86extra.mac"'
1590 $(SED) -f include/VBox/various.sed --output include/VBox/apic.mac include/VBox/apic.h
1591 $(SED) -f include/VBox/various.sed --output include/VBox/param.mac include/VBox/param.h
1592 $(SED) -f include/VBox/various.sed --output include/VBox/VMMDevTesting.mac include/VBox/VMMDevTesting.h
1593
1594
1595#
1596# Legacy.
1597#
1598vslick.h:
1599 $(ECHO) This is now done by gen-slickedit-workspace.sh/cmd.
1600 exit 1
1601
1602
1603#
1604# Add fetching of the tools to the 'up[date][2]' targets.
1605#
1606up update up2 update2::
1607ifndef VBOX_OSE
1608 +$(MAKE) -C tools fetch
1609else
1610 $(MAKE) -C tools -f Makefile-ose.kmk fetch
1611endif
1612
1613
1614#
1615# For efficiently build serveral build types / archs.
1616#
1617both-debug-release both-release-debug: \
1618 build-release-$(KBUILD_TARGET_ARCH) \
1619 build-debug-$(KBUILD_TARGET_ARCH)
1620both-x86-amd64 both-amd64-x86: \
1621 build-$(KBUILD_TYPE)-x86 \
1622 build-$(KBUILD_TYPE)-x86
1623both-types-archs both-archs-types: \
1624 build-debug-x86 \
1625 build-release-x86 \
1626 build-debug-amd64 \
1627 build-release-amd64
1628
1629build-release-x86:
1630 +$(MAKE) KBUILD_TYPE=release KBUILD_TARGET_ARCH=x86
1631
1632build-debug-x86:
1633 +$(MAKE) KBUILD_TYPE=debug KBUILD_TARGET_ARCH=x86
1634
1635build-release-amd64:
1636 +$(MAKE) KBUILD_TYPE=release KBUILD_TARGET_ARCH=amd64
1637
1638build-debug-amd64:
1639 +$(MAKE) KBUILD_TYPE=debug KBUILD_TARGET_ARCH=amd64
1640
1641
1642#
1643# Aliases for building the SDK.
1644#
1645.NOTPARALLEL: sdk sdk-fetch
1646sdk:
1647 + $(KMK) VBOX_ONLY_SDK=1 \
1648 pass_bldprogs pass_others pass_installs pass_packing
1649
1650sdk-fetch:
1651 + $(KMK) KBUILD_TARGET=win KBUILD_TARGET_ARCH=x86 -C tools fetch
1652
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use