VirtualBox

source: vbox/trunk/Makefile.kmk@ 34669

Last change on this file since 34669 was 34669, checked in by vboxsync, 14 years ago

disabled testsuite and additions temporarily.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 67.9 KB
Line 
1# $Id: Makefile.kmk 34669 2010-12-03 00:07:15Z vboxsync $
2## @file
3# Top level makefile.
4#
5
6#
7# Copyright (C) 2006-2010 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/com \
448 include/VBox/HostServices \
449 include/VBox/GuestHost \
450 include/VBox/HGSMI \
451 src/VBox/VMM \
452 src/VBox/VMM/VMMR0 \
453 src/VBox/VMM/VMMGC \
454 src/VBox/VMM/VMMAll \
455 src/VBox/VMM/PATM \
456 src/VBox/VMM/PATM/VMMR0 \
457 src/VBox/VMM/PATM/VMMGC \
458 src/VBox/VMM/PATM/VMMAll \
459 src/VBox/VMM/VMMSwitcher \
460 src/VBox/Debugger \
461 src/VBox/Devices \
462 src/VBox/Devices/Audio \
463 src/VBox/Devices/Bus \
464 src/VBox/Devices/Graphics \
465 src/VBox/Devices/Graphics/BIOS \
466 src/VBox/Devices/Input \
467 src/VBox/Devices/Networking \
468 src/VBox/Devices/PC \
469 src/VBox/Devices/PC/BIOS \
470 src/VBox/Devices/Parallel \
471 src/VBox/Devices/Serial \
472 src/VBox/Devices/Storage \
473 src/VBox/Devices/USB \
474 src/VBox/Devices/USB/darwin \
475 src/VBox/Devices/USB/linux \
476 src/VBox/Devices/USB/os2 \
477 src/VBox/Devices/USB/solaris \
478 src/VBox/Devices/USB/vrdp \
479 src/VBox/Devices/USB/win32 \
480 src/VBox/Devices/VMMDev \
481 src/VBox/Main/include \
482 src/VBox/Main/include/hgcm \
483 src/VBox/Main \
484 src/VBox/Main/glue \
485 src/VBox/Main/hgcm \
486 src/VBox/Main/webservice \
487 src/VBox/Main/xml \
488 src/VBox/Main/darwin \
489 src/VBox/Main/linux \
490 src/VBox/Main/os2 \
491 src/VBox/Main/solaris \
492 src/VBox/Main/win \
493 src/VBox/Main/xpcom \
494 src/VBox/HostServices \
495 src/VBox/HostServices/SharedClipboard \
496 src/VBox/HostServices/SharedFolders \
497 src/VBox/HostServices/SharedInfoServices \
498 src/VBox/HostServices/SharedOpenGL \
499 src/VBox/HostDrivers/Support \
500 src/VBox/HostDrivers/Support/darwin \
501 src/VBox/HostDrivers/Support/freebsd \
502 src/VBox/HostDrivers/Support/l4 \
503 src/VBox/HostDrivers/Support/linux \
504 src/VBox/HostDrivers/Support/os2 \
505 src/VBox/HostDrivers/Support/solaris \
506 src/VBox/HostDrivers/Support/win \
507 src/VBox/HostDrivers/VBoxNetFlt \
508 src/VBox/HostDrivers/VBoxNetFlt/darwin \
509 src/VBox/HostDrivers/VBoxNetFlt/linux \
510 src/VBox/HostDrivers/VBoxNetFlt/solaris \
511 src/VBox/HostDrivers/VBoxNetFlt/win \
512 src/VBox/HostDrivers/VBoxNetNat \
513 src/VBox/HostDrivers/VBoxNetNat/darwin \
514 src/VBox/HostDrivers/VBoxNetNat/linux \
515 src/VBox/HostDrivers/VBoxNetNat/solaris \
516 src/VBox/HostDrivers/VBoxNetNat/win \
517 src/VBox/HostDrivers/VBoxNetAdp \
518 src/VBox/HostDrivers/VBoxNetAdp/darwin \
519 src/VBox/HostDrivers/VBoxNetAdp/linux \
520 src/VBox/HostDrivers/VBoxNetAdp/solaris \
521 src/VBox/HostDrivers/VBoxNetAdp/win \
522 src/VBox/HostDrivers/VBoxUSB \
523 src/VBox/HostDrivers/VBoxUSB/darwin \
524 src/VBox/HostDrivers/VBoxUSB/os2 \
525 src/VBox/HostDrivers/VBoxUSB/solaris \
526 src/VBox/HostDrivers/VBoxUSB/win \
527 src/VBox/HostDrivers/VBoxUSB/win/Device \
528 src/VBox/HostDrivers/VBoxUSB/win/Device/amd64 \
529 src/VBox/HostDrivers/VBoxUSB/win/Device/x86 \
530 src/VBox/HostDrivers/VBoxUSB/win/Filter \
531 src/VBox/HostDrivers/VBoxUSB/win/Install \
532 src/VBox/HostDrivers/VBoxUSB/win/Monitor \
533 src/VBox/HostDrivers/VBoxUSB/win/Monitor/win32 \
534 src/VBox/HostDrivers/VBoxUSB/win/Monitor/win64 \
535 src/VBox/HostDrivers/VBoxUSB/win/usbd \
536 src/VBox/Storage
537
538# These must come first in order to make things look nice.
539VBOX_CORE_DOXYFILE_INPUT_FIRST =\
540 $(PATH_ROOT)/doc/VBox-doc.c \
541 $(PATH_ROOT)/doc/VBox-CodingGuidelines.cpp \
542 $(PATH_ROOT)/doc/VBox-MakefileGuidelines.cpp \
543 $(PATH_ROOT)/src/VBox/VMM/VMMCodingGuidelines.cpp \
544 $(PATH_ROOT)/src/VBox/VMM/VMMDocsRawMode.cpp \
545 $(PATH_ROOT)/include/VBox/cdefs.h \
546 $(PATH_ROOT)/include/VBox/vmapi.h \
547 $(PATH_ROOT)/include/VBox/vmm.h \
548 $(PATH_ROOT)/include/VBox/cpum.h \
549 $(PATH_ROOT)/include/VBox/mm.h \
550 $(PATH_ROOT)/include/VBox/pgm.h \
551 $(PATH_ROOT)/include/VBox/selm.h \
552 $(PATH_ROOT)/include/VBox/trpm.h \
553 $(PATH_ROOT)/include/VBox/patm.h \
554 $(PATH_ROOT)/include/VBox/dbgf.h \
555 $(PATH_ROOT)/include/VBox/stam.h \
556 $(PATH_ROOT)/include/VBox/em.h \
557 $(PATH_ROOT)/include/VBox/pdm.h \
558 $(PATH_ROOT)/include/VBox/rem.h \
559 $(PATH_ROOT)/include/VBox/iom.h \
560 $(PATH_ROOT)/include/VBox/cfgm.h \
561 $(PATH_ROOT)/include/VBox/tm.h \
562 $(PATH_ROOT)/include/VBox/csam.h \
563 $(PATH_ROOT)/include/VBox/ssm.h \
564 $(PATH_ROOT)/include/VBox/hwaccm.h \
565 $(PATH_ROOT)/include/VBox/hwacc_svm.h \
566 $(PATH_ROOT)/include/VBox/hwacc_vmx.h \
567 \
568 $(PATH_ROOT)/src/VBox/VMM/CFGMInternal.h \
569 $(PATH_ROOT)/src/VBox/VMM/CPUMInternal.h \
570 $(PATH_ROOT)/src/VBox/VMM/DBGFInternal.h \
571 $(PATH_ROOT)/src/VBox/VMM/EMInternal.h \
572 $(PATH_ROOT)/src/VBox/VMM/HWACCMInternal.h \
573 $(PATH_ROOT)/src/VBox/VMM/IOMInternal.h \
574 $(PATH_ROOT)/src/VBox/VMM/MMInternal.h \
575 $(PATH_ROOT)/src/VBox/VMM/PDMInternal.h \
576 $(PATH_ROOT)/src/VBox/VMM/PGMInternal.h \
577 $(PATH_ROOT)/src/VBox/VMM/PATM/CSAMInternal.h \
578 $(PATH_ROOT)/src/VBox/VMM/PATM/PATMInternal.h \
579 $(PATH_ROOT)/src/VBox/VMM/REMInternal.h \
580 $(PATH_ROOT)/src/VBox/VMM/SELMInternal.h \
581 $(PATH_ROOT)/src/VBox/VMM/SSMInternal.h \
582 $(PATH_ROOT)/src/VBox/VMM/STAMInternal.h \
583 $(PATH_ROOT)/src/VBox/VMM/TMInternal.h \
584 $(PATH_ROOT)/src/VBox/VMM/TRPMInternal.h \
585 $(PATH_ROOT)/src/VBox/VMM/VMInternal.h \
586 $(PATH_ROOT)/src/VBox/VMM/VMMInternal.h \
587 \
588 $(PATH_ROOT)/include/VBox/vm.h \
589 \
590 $(PATH_ROOT)/include/VBox/sup.h \
591 $(PATH_ROOT)/include/VBox/vd.h \
592 $(PATH_ROOT)/include/VBox/types.h \
593 $(PATH_ROOT)/include/VBox/err.h \
594 $(PATH_ROOT)/include/VBox/x86.h \
595 $(PATH_ROOT)/include/VBox/cpumdis.h \
596 $(PATH_ROOT)/include/VBox/dbggui.h \
597 $(PATH_ROOT)/include/VBox/dis.h \
598 $(PATH_ROOT)/include/VBox/disopcode.h \
599 $(PATH_ROOT)/include/VBox/intnet.h \
600 $(PATH_ROOT)/include/VBox/settings.h \
601 $(PATH_ROOT)/include/VBox/pci.h \
602 $(PATH_ROOT)/include/VBox/scsi.h \
603 $(PATH_ROOT)/include/VBox/shflsvc.h \
604 $(PATH_ROOT)/include/VBox/hgcmsvc.h \
605 $(PATH_ROOT)/include/VBox/usb.h \
606 $(PATH_ROOT)/include/VBox/vusb.h \
607 \
608 $(PATH_ROOT)/include/VBox/log.h \
609 $(PATH_ROOT)/include/VBox/param.h \
610 $(PATH_ROOT)/include/VBox/version.h
611
612VBOX_CORE_DOXYFILE_INPUT := \
613 $(filter-out %.cpp.h, $(sort $(wildcard $(addsuffix /*.h, $(VBOX_CORE_DOXYFILE_INPUT_DIRS)))) ) \
614 $(foreach dir, $(VBOX_CORE_DOXYFILE_INPUT_DIRS), $(wildcard $(dir)/*.cpp $(dir)/*.c $(dir)/.asm))
615VBOX_CORE_DOXYFILE_INPUT := \
616 $(VBOX_CORE_DOXYFILE_INPUT_FIRST) \
617 $(filter-out $(VBOX_CORE_DOXYFILE_INPUT_FIRST), $(VBOX_CORE_DOXYFILE_INPUT))
618
619# And some some additional stuff.
620VBOX_CORE_DOXYFILE_INPUT += \
621 $(PATH_ROOT)/src/recompiler/VBoxRecompiler.c \
622 $(PATH_ROOT)/src/recompiler/VBoxREMWrapper.cpp
623
624
625VBOX_CORE_DOXYFILE_OUTPUT = $(PATH_OUT)/docs/Core
626BLDDIRS += $(VBOX_CORE_DOXYFILE_OUTPUT)
627
628-include $(PATH_TARGET)/Doxyfile.Core.dep
629
630# Generate the Doxyfile
631$(PATH_TARGET)/Doxyfile.Core: Doxyfile.Core \
632 $(comp-vars VBOX_CORE_DOXYFILE_INPUT,DOXYGEN_INPUT_PREV,FORCE) \
633 $(comp-vars VBOX_CORE_DOXYFILE_OUTPUT,DOXYGEN_OUTPUT_PREV,FORCE) \
634 | $$(dir $$@)
635 $(RM) -f $@ $@.tmp $(PATH_TARGET)/Doxyfile.Core.dep
636 $(CP) -f Doxyfile.Core $@.tmp
637 $(APPEND) $@.tmp
638 $(APPEND) $@.tmp "OUTPUT_DIRECTORY = $(VBOX_CORE_DOXYFILE_OUTPUT)"
639 $(APPEND) $@.tmp "WARN_LOGFILE = $(VBOX_CORE_DOXYFILE_OUTPUT)/errors"
640 $(APPEND) $@.tmp "INCLUDE_PATH = $(PATH_ROOT)/include $(PATH_ROOT)/src/VBox/VMM $(PATH_ROOT)/src/VBox/Main/include "
641 $(APPEND) $@.tmp "INCLUDE_FILE_PATTERNS = *.cpp.h"
642 $(APPEND) $@.tmp
643 $(APPEND) $@.tmp "INPUT = $(VBOX_CORE_DOXYFILE_INPUT)"
644 $(APPEND) $@.tmp
645 $(APPEND) $@.tmp "PREDEFINED += $(DEFS) $(DEFS.$(KBUILD_TARGET)) $(DEFS.$(KBUILD_TARGET_ARCH)) $(ARCH_BITS_DEFS)"
646 $(APPEND) $@.tmp "PREDEFINED += ARCH_BITS=HC_ARCH_BITS R3_ARCH_BITS=HC_ARCH_BITS R0_ARCH_BITS=HC_ARCH_BITS "
647 $(APPEND) $@.tmp
648 $(MV) -f $@.tmp $@
649 @$(APPEND) $(PATH_TARGET)/Doxyfile.Core.dep "DOXYGEN_OUTPUT_PREV = $(VBOX_CORE_DOXYFILE_OUTPUT)"
650 @$(APPEND) $(PATH_TARGET)/Doxyfile.Core.dep "DOXYGEN_INPUT_PREV = $(VBOX_CORE_DOXYFILE_INPUT)"
651
652# Do the actual job.
653$(PATH_TARGET)/docs.Core: $(PATH_TARGET)/Doxyfile.Core $$(VBOX_CORE_DOXYFILE_INPUT) | $(VBOX_CORE_DOXYFILE_OUTPUT)/
654 $(RM) -f $(PATH_TARGET)/docs.Core
655 $(RM) -Rf $(VBOX_CORE_DOXYFILE_OUTPUT)/html/
656 doxygen $(PATH_TARGET)/Doxyfile.Core
657 $(APPEND) $(PATH_TARGET)/docs.Core
658
659
660#
661# Alias for kmk_time. Used by both the additions and testsuite build setups.
662#
663VBOX_KMK_TIME = $(KBUILD_BIN_PATH)/kmk_time
664
665#
666# Common rsync bits.
667#
668
669##
670# The basic rsync invocation for syncing the tree into a VM; the source and
671# target specs are missing.
672#
673# @param 1 os name.
674# @param 2 arch or *.
675#
676VBOX_RSYNC_IN_FN = rsync -a -v --delete --delete-excluded --prune-empty-dirs \
677 --exclude .svn/ \
678 --exclude doc/Devices/ \
679 --exclude doc/tg/ \
680 --exclude doc/vp/ \
681 --exclude doc/L4VM/ \
682 --exclude tinderclient.log \
683 --exclude tools/FetchDir/ \
684 --exclude webtools/ \
685 $(foreach os,darwin freebsd linux solaris os2 win,$(if-expr "$(1)" != "$(os)", \
686 --exclude tools/$(os).x86/ \
687 --exclude tools/$(os).amd64/ \
688 --exclude out/$(os).amd64/ \
689 --exclude out/$(os).x86/ \
690 ,$(select \
691 "$(2)" == "x86" , --exclude out/$(os).amd64/$(KBUILD_TYPE)/, \
692 "$(2)" == "amd64", --exclude out/$(os).x86/$(KBUILD_TYPE)/) \
693 ))
694
695#
696# Build the additions, all of them.
697#
698# This is currently tailored (hardcoded) for the additions
699# build box. Can make it pretty and configurable later.
700#
701# The fetching must be done in serial fashion, while the building
702# should be more flexible wrt to -jN.
703#
704additions-fetch:
705 broken_to_speed_up_the_build_extpack_cycle_when_off_site
706 + $(KMK) -C tools fetch VBOX_ONLY_ADDITIONS=1
707 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=linux BUILD_TARGET_ARCH=amd64 BUILD_TARGET=linux VBOX_ONLY_ADDITIONS=1
708 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=linux BUILD_TARGET_ARCH=x86 BUILD_TARGET=linux VBOX_ONLY_ADDITIONS=1
709# + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=os2 BUILD_TARGET_ARCH=x86 BUILD_TARGET=os2 VBOX_ONLY_ADDITIONS=1
710 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=amd64 BUILD_TARGET=solaris VBOX_ONLY_ADDITIONS=1
711 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=x86 BUILD_TARGET=solaris VBOX_ONLY_ADDITIONS=1
712 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=win BUILD_TARGET_ARCH=amd64 BUILD_TARGET=win VBOX_ONLY_ADDITIONS=1
713 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=win BUILD_TARGET_ARCH=x86 BUILD_TARGET=win VBOX_ONLY_ADDITIONS=1
714
715
716## @todo Currently combined solaris additions building assumes that amd64 is
717# built first. The windows amd64 additions need some x86 files, so don't change
718# the order of the windows builds. TODO: Split building and packing for these two VMs.
719additions-build: \
720 additions-build-solaris.amd64 \
721 additions-build-solaris.x86 \
722 additions-build-win.x86 \
723 additions-build-win.amd64 \
724 additions-build-os2.x86 \
725 additions-build-linux.x86.combined
726
727VBOX_ADDITIONS_BUILD.amd64 = VBOX_ONLY_ADDITIONS=1 VBOX_WITHOUT_ADDITIONS_ISO=1 \
728 KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
729 KBUILD_TARGET_ARCH=amd64 BUILD_TARGET_ARCH=amd64 \
730 VBOX_SVN_REV=$(VBOX_SVN_REV)
731
732VBOX_ADDITIONS_BUILD.x86 = VBOX_ONLY_ADDITIONS=1 VBOX_WITHOUT_ADDITIONS_ISO=1 \
733 KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
734 KBUILD_TARGET_ARCH=x86 BUILD_TARGET_ARCH=x86 \
735 VBOX_SVN_REV=$(VBOX_SVN_REV)
736
737# Automatically determine the additions build subdir name. Used for figuring
738# out directory names inside the additions building VMs.
739VBOX_ADDITIONS_BUILD_SUBDIRNAME := $(lastword $(subst /, ,$(PATH_ROOT)))
740
741# When building in parallel on a Windows host, make sure we finish the host
742# bit before kicking off any UNIX guest or we'll run into file sharing issues.
743ifeq ($(KBUILD_TARGET),win)
744VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST = additions-build-win.x86 additions-build-win.amd64
745else
746VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST =
747endif
748
749# ASSUMES the 32-bit edition has been built already. Also for serializing VM access.
750additions-build-win.amd64: additions-build-win.x86
751ifeq ($(KBUILD_TARGET),win)
752 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) all $(VBOX_ADD_HOST_BUILD_TWEAK)
753 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) packing
754else
755 $(call MSG_L1,Building Windows/amd64 additions)
756 $(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 "
757endif
758
759additions-build-win.x86:
760ifeq ($(KBUILD_TARGET),win)
761 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) all $(VBOX_ADD_HOST_BUILD_TWEAK)
762 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) packing
763else
764 $(call MSG_L1,Building Windows/x86 additions)
765 $(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"
766endif
767
768# ASSUMES the 64-bit edition are built first. This also serializes VM access.
769ifeq ($(KBUILD_TARGET),solaris)
770additions-build-solaris.amd64:
771 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) all $(VBOX_ADD_HOST_BUILD_TWEAK)
772 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) packing
773
774additions-build-solaris.x86: additions-build-solaris.amd64
775 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE=1 all $(VBOX_ADD_HOST_BUILD_TWEAK)
776 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE=1 packing
777
778else
779additions-build-solaris.rsync-into-vm: $(VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST)
780 $(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)
781
782additions-build-solaris.build-it: additions-build-solaris.rsync-into-vm
783 $(call MSG_L1,Building Solaris/amd64 additions)
784 $(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"
785 $(call MSG_L1,Building Solaris/x86 additions)
786 $(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"
787
788additions-build-solaris.rsync-out-of-vm: additions-build-solaris.build-it
789 $(VBOX_KMK_TIME) rsync -a --delete 192.168.27.4:/mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)/out/solaris.x86 out/
790 $(VBOX_KMK_TIME) rsync -a --delete 192.168.27.4:/mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)/out/solaris.amd64 out/
791
792.NOTPARALLEL: additions-build-solaris.rsync-out-of-vm additions-build-solaris.rsync-into-vm
793.PHONY: additions-build-solaris.rsync-out-of-vm additions-build-solaris.rsync-into-vm additions-build-solaris.build-it
794
795additions-build-solaris.amd64: additions-build-solaris.rsync-out-of-vm
796additions-build-solaris.x86: additions-build-solaris.rsync-out-of-vm
797endif
798
799additions-build-os2.x86:
800#ifeq ($(KBUILD_TARGET),os2)
801# + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) all $(VBOX_ADD_HOST_BUILD_TWEAK)
802# + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) packing
803#else
804# $(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) "
805#endif
806
807additions-build-linux.amd64: $(VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST)
808ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64)
809 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) all $(VBOX_ADD_HOST_BUILD_TWEAK)
810 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) packing VBOX_WITHOUT_LINUX_GUEST_PACKAGE=1
811else
812 $(call MSG_L1,Building Linux/amd64 additions)
813 $(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"
814endif
815
816additions-build-linux.x86: $(VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST)
817ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.x86)
818 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) all $(VBOX_ADD_HOST_BUILD_TWEAK)
819 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) packing VBOX_WITHOUT_LINUX_GUEST_PACKAGE=1
820else
821 $(call MSG_L1,Building Linux/x86 additions)
822 $(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"
823endif
824
825# Combined Linux Additions .run package. This depends on the archives
826# created during packing by the archetecture-specific builds.
827additions-build-linux.x86.combined: $(VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST) additions-build-linux.x86 additions-build-linux.amd64
828ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.x86)
829 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) all $(VBOX_ADD_HOST_BUILD_TWEAK)
830 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) packing VBOX_WITH_COMBINED_LINUX_GUEST_PACKAGE=1
831else
832 $(call MSG_L1,Building Linux/x86 additions)
833 $(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"
834endif
835
836
837additions-packing:
838 + $(KMK) VBOX_ONLY_ADDITIONS=1 \
839 VBOX_WITH_ADDITIONS_ISO.freebsd.amd64= \
840 VBOX_WITH_ADDITIONS_ISO.freebsd.x86= \
841 VBOX_WITH_ADDITIONS_ISO.linux.amd64= \
842 VBOX_WITH_ADDITIONS_ISO.linux.x86=1 \
843 VBOX_WITH_COMBINED_LINUX_GUEST_PACKAGE=1 \
844 VBOX_WITH_ADDITIONS_ISO.solaris.amd64=1 \
845 VBOX_WITH_ADDITIONS_ISO.solaris.x86=1 \
846 VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE=1 \
847 VBOX_WITH_ADDITIONS_ISO.win.amd64=1 \
848 VBOX_WITH_ADDITIONS_ISO.win.x86=1 \
849 -C src/VBox/Additions \
850 $(VBOX_PATH_ADDITIONS)/VBoxGuestAdditions.iso
851
852.PHONY: \
853 additions-build-win.x86 \
854 additions-build-win.amd64 \
855 additions-build-solaris.amd64 \
856 additions-build-solaris.x86 \
857 additions-build-os2.x86 \
858 additions-build-linux.amd64 \
859 additions-build-linux.x86 \
860 additions-build-linux.x86.combined \
861 additions-packing
862
863
864#
865# Build the extension packs, all of them.
866#
867# This is tailored (hardcoded) for the extension pack build box.
868#
869# The fetching must be done in serial fashion, while the building should be
870# more flexible wrt to -jN.
871#
872extpacks-fetch:
873 + $(KMK) -C tools fetch VBOX_ONLY_EXTPACKS=1
874 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=darwin BUILD_TARGET_ARCH=amd64 BUILD_TARGET=darwin VBOX_ONLY_EXTPACKS=1
875 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=darwin BUILD_TARGET_ARCH=x86 BUILD_TARGET=darwin VBOX_ONLY_EXTPACKS=1
876# + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=freebsd BUILD_TARGET_ARCH=amd64 BUILD_TARGET=freebsd VBOX_ONLY_EXTPACKS=1
877# + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=freebsd BUILD_TARGET_ARCH=x86 BUILD_TARGET=freebsd VBOX_ONLY_EXTPACKS=1
878 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=linux BUILD_TARGET_ARCH=amd64 BUILD_TARGET=linux VBOX_ONLY_EXTPACKS=1
879 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=linux BUILD_TARGET_ARCH=x86 BUILD_TARGET=linux VBOX_ONLY_EXTPACKS=1
880# + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=os2 BUILD_TARGET_ARCH=x86 BUILD_TARGET=os2 VBOX_ONLY_EXTPACKS=1
881 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=amd64 BUILD_TARGET=solaris VBOX_ONLY_EXTPACKS=1
882 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=x86 BUILD_TARGET=solaris VBOX_ONLY_EXTPACKS=1
883 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=win BUILD_TARGET_ARCH=amd64 BUILD_TARGET=win VBOX_ONLY_EXTPACKS=1
884 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=win BUILD_TARGET_ARCH=x86 BUILD_TARGET=win VBOX_ONLY_EXTPACKS=1
885
886
887extpacks-build: \
888 extpacks-build-win.amd64 \
889 extpacks-build-win.x86 \
890 extpacks-build-solaris.amd64 \
891 extpacks-build-solaris.x86 \
892 extpacks-build-os2.x86 \
893 extpacks-build-linux.amd64 \
894 extpacks-build-linux.x86 \
895 extpacks-build-darwin.amd64 \
896 extpacks-build-darwin.x86 \
897 extpacks-build-freebsd.amd64 \
898 extpacks-build-freebsd.x86
899
900VBOX_EXTPACKS_BUILD.amd64 = VBOX_ONLY_EXTPACKS=1 \
901 KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
902 KBUILD_TARGET_ARCH=amd64 BUILD_TARGET_ARCH=amd64 \
903 VBOX_SVN_REV=$(VBOX_SVN_REV)
904
905VBOX_EXTPACKS_BUILD.x86 = VBOX_ONLY_EXTPACKS=1 \
906 KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
907 KBUILD_TARGET_ARCH=x86 BUILD_TARGET_ARCH=x86 \
908 VBOX_SVN_REV=$(VBOX_SVN_REV)
909
910# Automatically determine the extpack build subdir name. Used for figuring out
911# directory names inside the extension pack building VMs.
912VBOX_EXTPACKS_BUILD_SUBDIRNAME := $(lastword $(subst /, ,$(PATH_ROOT)))
913
914# When building in parallel on a Windows host, make sure we finish the host
915# bit before kicking off any UNIX guest or we'll run into file sharing issues.
916ifeq ($(KBUILD_TARGET),win)
917VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST = extpacks-build-win.x86 extpacks-build-win.amd64
918else
919VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST =
920endif
921
922extpacks-build-win.amd64:
923ifeq ($(KBUILD_TARGET),win)
924 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.amd64) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
925else
926 $(call MSG_L1,Building Windows/amd64 extension packs)
927 $(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"
928endif
929
930extpacks-build-win.x86:
931ifeq ($(KBUILD_TARGET),win)
932 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
933else
934 $(call MSG_L1,Building Windows/x86 extension packs)
935 $(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"
936endif
937
938ifeq ($(KBUILD_TARGET),solaris)
939extpacks-build-solaris.amd64:
940 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.amd64) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
941
942extpacks-build-solaris.x86: extpacks-build-solaris.amd64
943 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE=1 all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
944
945else
946# Serialize 32-bit and 64-bit ASSUMING the same VM builds both.
947extpacks-build-solaris.rsync-into-vm: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
948 $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,solaris,*) . 192.168.27.4:/mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)
949
950extpacks-build-solaris.build-it: extpacks-build-solaris.rsync-into-vm
951 $(call MSG_L1,Building Solaris/amd64 extension packs)
952 $(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"
953 $(call MSG_L1,Building Solaris/x86 extension packs)
954 $(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"
955
956extpacks-build-solaris.rsync-out-of-vm: extpacks-build-solaris.build-it
957 $(VBOX_KMK_TIME) rsync -a --delete 192.168.27.4:/mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/solaris.x86 out/
958 $(VBOX_KMK_TIME) rsync -a --delete 192.168.27.4:/mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/solaris.amd64 out/
959
960.NOTPARALLEL: extpacks-build-solaris.rsync-out-of-vm extpacks-build-solaris.rsync-into-vm
961.PHONY: extpacks-build-solaris.rsync-out-of-vm extpacks-build-solaris.rsync-into-vm extpacks-build-solaris.build-it
962
963extpacks-build-solaris.amd64: extpacks-build-solaris.rsync-out-of-vm
964extpacks-build-solaris.x86: extpacks-build-solaris.rsync-out-of-vm
965endif
966
967extpacks-build-os2.x86:
968#ifeq ($(KBUILD_TARGET),os2)
969# + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
970#else
971# $(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) "
972#endif
973
974extpacks-build-linux.amd64: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
975ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64)
976 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.amd64) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
977else
978 $(call MSG_L1,Building Linux/amd64 extension packs)
979 $(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"
980endif
981
982extpacks-build-linux.x86: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
983ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.x86)
984 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
985else
986 $(call MSG_L1,Building Linux/x86 extension packs)
987 $(VBOX_KMK_TIME) ssh vbox@192.168.27.2 " echo $@ && cd /mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_EXTPACKS_BUILD.x86) all"
988endif
989
990extpacks-build-freebsd.amd64: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
991#ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),freebsd.amd64)
992# + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.amd64) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
993#else
994# $(call MSG_L1,Building FreeBSD/amd64 extension packs)
995# $(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"
996#endif
997
998extpacks-build-freebsd.x86: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
999#ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),freebsd.x86)
1000# + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
1001#else
1002# $(call MSG_L1,Building FreeBSD/x86 extension packs)
1003# $(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"
1004#endif
1005
1006extpacks-build-darwin.amd64: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
1007ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),darwin.amd64)
1008 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.amd64) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
1009else
1010 $(call MSG_L1,Building Darwin/amd64 extension packs)
1011 $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,darwin,amd64) . 192.168.27.15:/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)
1012 $(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"
1013 $(VBOX_KMK_TIME) rsync -am -v --delete 192.168.27.15:/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/darwin.amd64 out/
1014endif
1015
1016extpacks-build-darwin.x86: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST)
1017ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),darwin.x86)
1018 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_EXTPACKS_BUILD.x86) all $(VBOX_EXTPACKS_HOST_BUILD_TWEAK)
1019else
1020 $(call MSG_L1,Building Darwin/x86 extension packs)
1021 $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,darwin,x86) . 192.168.27.5:/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)
1022 $(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"
1023 $(VBOX_KMK_TIME) rsync -am -v --delete 192.168.27.5:/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/darwin.x86 out/
1024endif
1025
1026
1027extpacks-packing:
1028 + $(KMK) VBOX_ONLY_EXTPACKS=1 \
1029 VBOX_WITH_EXTPACK_OS_ARCHS="darwin.amd64 darwin.x86 linux.amd64 linux.x86 solaris.amd64 solaris.x86 win.amd64 win.x86" \
1030 packing
1031# +++ freebsd.amd64 freebsd.x86 os2.x86 ^^^
1032
1033.PHONY: \
1034 extpacks-build-win.x86 \
1035 extpacks-build-win.amd64 \
1036 extpacks-build-solaris.amd64 \
1037 extpacks-build-solaris.x86 \
1038 extpacks-build-os2.x86 \
1039 extpacks-build-linux.amd64 \
1040 extpacks-build-linux.x86 \
1041 extpacks-build-freebsd.amd64 \
1042 extpacks-build-freebsd.x86 \
1043 extpacks-build-darwin.amd64 \
1044 extpacks-build-darwin.x86 \
1045 extpacks-packing
1046
1047
1048#
1049# Build the test suite, all of it.
1050#
1051# This is currently tailored (hardcoded) for the additions build box just like
1052# the additions build above, which it in fact is a copy of.
1053#
1054testsuite-fetch:
1055 broken_to_speed_up_the_build_extpack_cycle_when_off_site
1056 + $(KMK) -C tools fetch VBOX_ONLY_TESTSUITE=1
1057 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=darwin BUILD_TARGET_ARCH=amd64 BUILD_TARGET=darwin VBOX_ONLY_TESTSUITE=1
1058 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=darwin BUILD_TARGET_ARCH=x86 BUILD_TARGET=darwin VBOX_ONLY_TESTSUITE=1
1059# + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=freebsd BUILD_TARGET_ARCH=amd64 BUILD_TARGET=freebsd VBOX_ONLY_TESTSUITE=1
1060# + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=freebsd BUILD_TARGET_ARCH=x86 BUILD_TARGET=freebsd VBOX_ONLY_TESTSUITE=1
1061 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=linux BUILD_TARGET_ARCH=amd64 BUILD_TARGET=linux VBOX_ONLY_TESTSUITE=1
1062 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=linux BUILD_TARGET_ARCH=x86 BUILD_TARGET=linux VBOX_ONLY_TESTSUITE=1
1063# + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=os2 BUILD_TARGET_ARCH=x86 BUILD_TARGET=os2 VBOX_ONLY_TESTSUITE=1
1064 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=amd64 BUILD_TARGET=solaris VBOX_ONLY_TESTSUITE=1
1065 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=solaris BUILD_TARGET_ARCH=x86 BUILD_TARGET=solaris VBOX_ONLY_TESTSUITE=1
1066 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=amd64 KBUILD_TARGET=win BUILD_TARGET_ARCH=amd64 BUILD_TARGET=win VBOX_ONLY_TESTSUITE=1
1067 + $(KMK) -C tools fetch KBUILD_TARGET_ARCH=x86 KBUILD_TARGET=win BUILD_TARGET_ARCH=x86 BUILD_TARGET=win VBOX_ONLY_TESTSUITE=1
1068
1069
1070testsuite-build: \
1071 testsuite-build-solaris.amd64 \
1072 testsuite-build-solaris.x86 \
1073 testsuite-build-win.x86 \
1074 testsuite-build-win.amd64 \
1075 testsuite-build-os2.x86 \
1076 testsuite-build-linux.amd64 \
1077 testsuite-build-linux.x86 \
1078 testsuite-build-freebsd.amd64 \
1079 testsuite-build-freebsd.x86 \
1080 testsuite-build-darwin.amd64 \
1081 testsuite-build-darwin.x86
1082
1083VBOX_TESTSUITE_BUILD.amd64 = VBOX_ONLY_TESTSUITE=1 \
1084 KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
1085 KBUILD_TARGET_ARCH=amd64 BUILD_TARGET_ARCH=amd64 \
1086 VBOX_SVN_REV=$(VBOX_SVN_REV)
1087
1088VBOX_TESTSUITE_BUILD.x86 = VBOX_ONLY_TESTSUITE=1 \
1089 KBUILD_TYPE=$(KBUILD_TYPE) BUILD_TYPE=$(KBUILD_TYPE) \
1090 KBUILD_TARGET_ARCH=x86 BUILD_TARGET_ARCH=x86 \
1091 VBOX_SVN_REV=$(VBOX_SVN_REV)
1092
1093# Automatically determine the testsuite build subdir name. Used for figuring
1094# out directory names inside the test suite building VMs.
1095VBOX_TESTSUITE_BUILD_SUBDIRNAME := $(lastword $(subst /, ,$(PATH_ROOT)))
1096
1097# When building in parallel on a Windows host, make sure we finish the host
1098# bit before kicking off any UNIX guest or we'll run into file sharing issues.
1099ifeq ($(KBUILD_TARGET),win)
1100VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST = testsuite-build-win.x86 testsuite-build-win.amd64
1101else
1102VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST =
1103endif
1104
1105# ASSUMES the 32-bit edition has been built already. Also for serializing VM access.
1106testsuite-build-win.amd64: testsuite-build-win.x86
1107ifeq ($(KBUILD_TARGET),win)
1108 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.amd64) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1109else
1110 $(call MSG_L1,Building Windows/amd64 testsuite)
1111 $(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 "
1112endif
1113
1114testsuite-build-win.x86:
1115ifeq ($(KBUILD_TARGET),win)
1116 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1117else
1118 $(call MSG_L1,Building Windows/x86 testsuite)
1119 $(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"
1120endif
1121
1122ifeq ($(KBUILD_TARGET),solaris)
1123testsuite-build-solaris.amd64:
1124 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.amd64) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1125
1126testsuite-build-solaris.x86:
1127 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1128
1129else
1130testsuite-build-solaris.rsync-into-vm: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
1131 $(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)
1132
1133testsuite-build-solaris.build-it: testsuite-build-solaris.rsync-into-vm
1134 $(call MSG_L1,Building Solaris/amd64 testsuite)
1135 $(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"
1136 $(call MSG_L1,Building Solaris/x86 testsuite)
1137 $(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 "
1138
1139testsuite-build-solaris.rsync-out-of-vm: testsuite-build-solaris.build-it
1140 $(VBOX_KMK_TIME) rsync -a --delete 192.168.27.4:/mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME)/out/solaris.x86 out/
1141 $(VBOX_KMK_TIME) rsync -a --delete 192.168.27.4:/mnt/tinderbox/$(VBOX_TESTSUITE_BUILD_SUBDIRNAME)/out/solaris.amd64 out/
1142
1143.NOTPARALLEL: testsuite-build-solaris.rsync-out-of-vm testsuite-build-solaris.rsync-into-vm
1144.PHONY: testsuite-build-solaris.rsync-out-of-vm testsuite-build-solaris.rsync-into-vm testsuite-build-solaris.build-it
1145
1146testsuite-build-solaris.amd64: testsuite-build-solaris.rsync-out-of-vm
1147testsuite-build-solaris.x86: testsuite-build-solaris.rsync-out-of-vm
1148endif
1149
1150testsuite-build-os2.x86:
1151#ifeq ($(KBUILD_TARGET),os2)
1152# + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1153#else
1154# $(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) "
1155#endif
1156
1157testsuite-build-linux.amd64: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
1158ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64)
1159 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.amd64) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1160else
1161 $(call MSG_L1,Building Linux/amd64 testsuite)
1162 $(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"
1163endif
1164
1165testsuite-build-linux.x86: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
1166ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.x86)
1167 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1168else
1169 $(call MSG_L1,Building Linux/x86 testsuite)
1170 $(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"
1171endif
1172
1173testsuite-build-freebsd.amd64: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
1174#ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),freebsd.amd64)
1175# + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.amd64) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1176#else
1177# $(call MSG_L1,Building freebsd/amd64 testsuite)
1178# $(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"
1179#endif
1180
1181testsuite-build-freebsd.x86: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
1182#ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),freebsd.x86)
1183# + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1184#else
1185# $(call MSG_L1,Building freebsd/x86 testsuite)
1186# $(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"
1187#endif
1188
1189testsuite-build-darwin.amd64: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
1190ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),darwin.amd64)
1191 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.amd64) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1192else
1193 $(call MSG_L1,Building darwin/amd64 testsuite)
1194 $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,darwin,amd64) . 192.168.27.15:/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)
1195 $(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"
1196 $(VBOX_KMK_TIME) rsync -am -v --delete 192.168.27.15:/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/darwin.amd64 out/
1197endif
1198
1199testsuite-build-darwin.x86: $(VBOX_TESTSUITE_BUILD_WIN_HOST_FIRST)
1200ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),darwin.x86)
1201 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_TESTSUITE_BUILD.x86) all $(VBOX_TESTSUITE_HOST_BUILD_TWEAK)
1202else
1203 $(call MSG_L1,Building darwin/x86 testsuite)
1204 $(VBOX_KMK_TIME) $(call VBOX_RSYNC_IN_FN,darwin,x86) . 192.168.27.5:/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)
1205 $(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"
1206 $(VBOX_KMK_TIME) rsync -am -v --delete 192.168.27.5:/Users/vbox/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME)/out/darwin.x86 out/
1207endif
1208
1209
1210testsuite-packing:
1211 + $(KMK) VBOX_ONLY_TESTSUITE=1 \
1212 VBOX_WITH_TESTSUITE_PACKING.darwin.amd64=1 \
1213 VBOX_WITH_TESTSUITE_PACKING.darwin.x86=2 \
1214 VBOX_WITH_TESTSUITE_PACKING.freebsd.amd64= \
1215 VBOX_WITH_TESTSUITE_PACKING.freebsd.x86= \
1216 VBOX_WITH_TESTSUITE_PACKING.linux.amd64=1 \
1217 VBOX_WITH_TESTSUITE_PACKING.linux.x86=1 \
1218 VBOX_WITH_TESTSUITE_PACKING.os2.x86= \
1219 VBOX_WITH_TESTSUITE_PACKING.solaris.amd64=1 \
1220 VBOX_WITH_TESTSUITE_PACKING.solaris.x86=1 \
1221 VBOX_WITH_TESTSUITE_PACKING.win.amd64=1 \
1222 VBOX_WITH_TESTSUITE_PACKING.win.x86=1 \
1223 -C src/VBox/Testsuite \
1224 $(PATH_OUT)/VBoxTestSuite.zip
1225
1226.PHONY: \
1227 testsuite-build-win.x86 \
1228 testsuite-build-win.amd64 \
1229 testsuite-build-solaris.amd64 \
1230 testsuite-build-solaris.x86 \
1231 testsuite-build-os2.x86 \
1232 testsuite-build-linux.amd64 \
1233 testsuite-build-linux.x86 \
1234 testsuite-build-freebsd.amd64 \
1235 testsuite-build-freebsd.x86 \
1236 testsuite-build-darwin.amd64 \
1237 testsuite-build-darwin.x86 \
1238 testsuite-packing
1239
1240
1241#
1242# Build the EFI firmware, all of it.
1243#
1244# Mainly hooks right now, maybe we need them later.
1245#
1246efi-fetch:
1247
1248efi-build: $(VBOX_VERSION_HEADER)
1249 $(PATH_ROOT)/webtools/tinderbox/client/efi-build.sh
1250
1251efi-packing:
1252
1253#
1254# Generate VirtualBox-OSE-x.x.x.tar.bz2 (OSE) tarballs for distribution
1255# - includes kBuild
1256# - must be executed on an OSE checkout
1257#
1258
1259# the path where to store the tarball
1260TARBALLPATH ?= $(abspath $(PATH_ROOT)/..)
1261# the root directory inside the tarball
1262TARBALLROOT ?= VirtualBox-$(VBOX_VERSION_STRING)
1263# the name of the tarball file
1264TARBALLNAME ?= VirtualBox-$(VBOX_VERSION_STRING).tar.bz2
1265snapshot-ose:
1266 @$(call MSG_L1,Creating tarball $(TARBALLPATH)/$(TARBALLNAME))
1267 @if [ -r "$(PATH_ROOT)/src/VBox/RDP/server/server.cpp" ]; then \
1268 echo; \
1269 echo "Found RDP stuff, refused to build OSE tarball!"; \
1270 echo; \
1271 exit 1; \
1272 fi; \
1273 if [ -z "$(VBOX_OSE)" ]; then \
1274 echo; \
1275 echo "Please do 'kmk snapshot-ose VBOX_OSE=1'"; \
1276 echo; \
1277 exit 1; \
1278 fi
1279 $(QUIET)$(MKDIR) -p $(TARBALLPATH)
1280 $(QUIET)$(RM) -f $(TARBALLPATH)/$(TARBALLROOT)
1281 $(QUIET)$(LN_SYMLINK) $(PATH_ROOT) $(TARBALLPATH)/$(TARBALLROOT)
1282 $(QUIET)tar -cjh --owner 0 --group 0 --totals \
1283 --exclude=.svn \
1284 --exclude=$(TARBALLROOT)/out \
1285 --exclude=$(TARBALLROOT)/env.sh \
1286 --exclude=$(TARBALLROOT)/configure.log \
1287 --exclude=$(TARBALLROOT)/build.log \
1288 --exclude=$(TARBALLROOT)/AutoConfig.kmk \
1289 --exclude=$(TARBALLROOT)/LocalConfig.kmk \
1290 --exclude=$(TARBALLROOT)/prebuild \
1291 -C $(TARBALLPATH) \
1292 -f $(TARBALLPATH)/$(TARBALLNAME) \
1293 $(TARBALLROOT)
1294 $(QUIET)$(RM) $(TARBALLPATH)/$(TARBALLROOT)
1295
1296
1297#
1298# Generate VirtualBox-x.x.x.tar.bz2 (PUEL) zip archives for internal use only
1299# - includes kBuild
1300# - must be executed on an PUEL checkout
1301#
1302
1303# the path where to store the zip archive
1304ZIPPATH ?= $(abspath $(PATH_ROOT)/..)
1305# the root directory inside the zip archive
1306ZIPROOT ?= VirtualBox-$(VBOX_VERSION_STRING)
1307# the name of the zip archive
1308ZIPNAME ?= VirtualBox-$(VBOX_VERSION_STRING).zip
1309snapshot-puel:
1310 @$(call MSG_L1,Creating zip $(ZIPPATH)/$(ZIPNAME))
1311 @if [ ! -r "$(PATH_ROOT)/src/VBox/RDP/server/server.cpp" ]; then \
1312 echo; \
1313 echo "Did not find RDP stuff, is this an OSE branch?"; \
1314 echo; \
1315 exit 1; \
1316 fi
1317 @if [ -z "$(PASSWORD)" ]; then \
1318 echo; \
1319 echo "Please specify a password with PASSWORD=..."; \
1320 echo; \
1321 exit 1; \
1322 fi
1323 $(QUIET)$(MKDIR) -p $(ZIPPATH)
1324 $(QUIET)$(RM) -f $(ZIPPATH)/$(ZIPROOT)
1325 $(QUIET)$(RM) -f $(ZIPPATH)/$(ZIPNAME)
1326 $(QUIET)$(LN_SYMLINK) $(PATH_ROOT) $(ZIPPATH)/$(ZIPROOT)
1327 $(QUIET)(cd $(ZIPPATH); 7z a \
1328 -l -tzip -mmt=on -mx=7 -p$(PASSWORD) \
1329 -xr!.svn \
1330 -i!$(ZIPROOT)/Config.kmk \
1331 -i!$(ZIPROOT)/Doxyfile.Core \
1332 -i!$(ZIPROOT)/Makefile.kmk \
1333 -i!$(ZIPROOT)/configure \
1334 -i!$(ZIPROOT)/configure.vbs \
1335 -i!$(ZIPROOT)/doc \
1336 -i!$(ZIPROOT)/include \
1337 -i!$(ZIPROOT)/kBuild \
1338 -i!$(ZIPROOT)/src \
1339 -i!$(ZIPROOT)/tools/env.sh \
1340 -i!$(ZIPROOT)/tools/linux.x86/bin/* \
1341 -i!$(ZIPROOT)/tools/linux.amd64/bin/* \
1342 -x!$(ZIPROOT)/doc/Devices \
1343 -x!$(ZIPROOT)/doc/\*pdf \
1344 -x!$(ZIPROOT)/doc/L4VM \
1345 -x!$(ZIPROOT)/doc/VMM \
1346 -x!$(ZIPROOT)/doc/licenses_old \
1347 -x!$(ZIPROOT)/doc/manual/de_DE \
1348 -x!$(ZIPROOT)/doc/manual/fr_FR \
1349 -x!$(ZIPROOT)/src/tests \
1350 -x!$(ZIPROOT)/src/VBox/Artwork/2008-\* \
1351 -x!$(ZIPROOT)/src/VBox/Installer/AMI \
1352 -x!$(ZIPROOT)/src/VBox/Installer/Avanquest \
1353 -x!$(ZIPROOT)/src/VBox/Installer/Encore \
1354 -x!$(ZIPROOT)/src/VBox/Installer/linux/debian \
1355 -x!$(ZIPROOT)/src/VBox/Installer/linux/rpm \
1356 $(ZIPPATH)/$(ZIPNAME))
1357 $(QUIET)$(RM) $(ZIPPATH)/$(ZIPROOT)
1358
1359
1360#
1361# Generate ALL the rules.
1362#
1363include $(KBUILD_PATH)/subfooter.kmk
1364
1365
1366#
1367# Generate x86.mac and err.mac.
1368#
1369incs:
1370 $(SED) -f include/VBox/err.sed --output include/VBox/err.mac include/VBox/err.h
1371 $(APPEND) include/VBox/err.mac '%include "iprt/err.mac"'
1372 $(SED) -f include/VBox/err.sed --output include/iprt/err.mac include/iprt/err.h
1373 $(SED) -f include/VBox/various.sed --output include/VBox/apic.mac include/VBox/apic.h
1374 $(SED) -f include/VBox/various.sed --output include/VBox/x86.mac include/VBox/x86.h
1375 $(SED) -f include/VBox/various.sed --output include/VBox/param.mac include/VBox/param.h
1376 $(SED) -f include/VBox/various.sed --output include/VBox/VMMDevTesting.mac include/VBox/VMMDevTesting.h
1377
1378
1379#
1380# Generate Visual SlickEdit tagging #defines.
1381#
1382vslick.h: include/VBox/cdefs.h include/iprt/cdefs.h $(MAKEFILE)
1383 $(RM) -f -- $@ $@.tmp $@.tmp2 $@.tmp3
1384 $(APPEND) $@.tmp '// autogenerated'
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
1391 @$(APPEND) $@.tmp '#define ATL_NO_VTABLE '
1392 @$(APPEND) $@.tmp '#define BEGIN_COM_MAP(a) '
1393 @$(APPEND) $@.tmp '#define COM_INTERFACE_ENTRY(a) '
1394 @$(APPEND) $@.tmp '#define COM_INTERFACE_ENTRY2(a,b) '
1395 @$(APPEND) $@.tmp '#define COM_INTERFACE_ENTRY3(a,b,c) '
1396 @$(APPEND) $@.tmp '#define COM_INTERFACE_ENTRY4(a,b,c,d) '
1397 @$(APPEND) $@.tmp '#define END_COM_MAP(a) '
1398
1399 @$(APPEND) $@.tmp '#define COM_DECL_READONLY_ENUM_AND_COLLECTION(a) '
1400 @$(APPEND) $@.tmp '#define COMGETTER(n) n '
1401 @$(APPEND) $@.tmp '#define COMSETTER(n) n '
1402 @$(APPEND) $@.tmp '#define ComSafeArrayIn(t,a) t a[] '
1403 @$(APPEND) $@.tmp '#define ComSafeArrayOut(t,a) t * a[] '
1404 @$(APPEND) $@.tmp '#define DECLARE_CLASSFACTORY(a) '
1405 @$(APPEND) $@.tmp '#define DECLARE_CLASSFACTORY_SINGLETON(a) '
1406 @$(APPEND) $@.tmp '#define DECLARE_REGISTRY_RESOURCEID(a) '
1407 @$(APPEND) $@.tmp '#define DECLARE_NOT_AGGREGATABLE(a) '
1408 @$(APPEND) $@.tmp '#define DECLARE_PROTECT_FINAL_CONSTRUCT(a) '
1409 @$(APPEND) $@.tmp '#define DECLARE_EMPTY_CTOR_DTOR(a) a(); ~a();'
1410 @$(APPEND) $@.tmp '#define DEFINE_EMPTY_CTOR_DTOR(a) a::a() {} a::~a() {}'
1411 @$(APPEND) $@.tmp '#define NS_DECL_ISUPPORTS '
1412 @$(APPEND) $@.tmp '#define NS_IMETHOD virtual nsresult '
1413 @$(APPEND) $@.tmp '#define NS_IMETHOD_(type) virtual type '
1414 @$(APPEND) $@.tmp '#define NS_IMETHODIMP nsresult '
1415 @$(APPEND) $@.tmp '#define NS_IMETHODIMP_(type) type '
1416 @$(APPEND) $@.tmp '#define PARSERS_EXPORT '
1417if1of ($(KBUILD_HOST),win)
1418 @$(APPEND) $@.tmp '#define COM_STRUCT_OR_CLASS(I) struct I '
1419 @$(APPEND) $@.tmp '#define STDMETHOD(m) virtual HRESULT m '
1420 @$(APPEND) $@.tmp '#define STDMETHOD_(type,m) virtual type m '
1421 @$(APPEND) $@.tmp '#define STDMETHODIMP HRESULT '
1422 @$(APPEND) $@.tmp '#define STDMETHODIMP_(type) type '
1423else
1424 @$(APPEND) $@.tmp '#define COM_STRUCT_OR_CLASS(I) class I '
1425 @$(APPEND) $@.tmp '#define STDMETHOD(m) virtual nsresult m '
1426 @$(APPEND) $@.tmp '#define STDMETHOD_(type,m) virtual type m '
1427 @$(APPEND) $@.tmp '#define STDMETHODIMP nsresult '
1428 @$(APPEND) $@.tmp '#define STDMETHODIMP_(type) type '
1429endif
1430 @$(APPEND) $@.tmp '#define VBOX_SCRIPTABLE(a) public a '
1431 @$(APPEND) $@.tmp '#define VBOX_SCRIPTABLE_IMPL(a) '
1432 @$(APPEND) $@.tmp '#define VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT(a) '
1433
1434 @$(APPEND) $@.tmp '#define CTX_SUFF(var) var##R3 '
1435 @$(APPEND) $@.tmp '#define CTXAllSUFF(var) var##R3 '
1436 @$(APPEND) $@.tmp '#define CTXSUFF(var) var##HC '
1437 @$(APPEND) $@.tmp '#define OTHERCTXSUFF(var) var##GC '
1438 @$(APPEND) $@.tmp '#define CTXALLMID(first, last) first##R3##last '
1439 @$(APPEND) $@.tmp '#define CTXMID(first, last) first##HC##last '
1440 @$(APPEND) $@.tmp '#define OTHERCTXMID(first, last) first##GC##last '
1441 @$(APPEND) $@.tmp '#define CTXTYPE(GCType, R3Type, R0Type) R3Type '
1442 @$(APPEND) $@.tmp '#define RCTYPE(RCType, HCType) RCType '
1443 @$(APPEND) $@.tmp '#define GCTYPE(GCType, HCType) GCType '
1444 @$(APPEND) $@.tmp '#define RCPTRTYPE(RCType) RCType '
1445 @$(APPEND) $@.tmp '#define GCPTRTYPE(GCType) GCType '
1446 @$(APPEND) $@.tmp '#define HCPTRTYPE(HCType) HCType '
1447 @$(APPEND) $@.tmp '#define R3R0PTRTYPE(HCType) HCType '
1448 @$(APPEND) $@.tmp '#define R0PTRTYPE(R3Type) R3Type '
1449 @$(APPEND) $@.tmp '#define R3PTRTYPE(R0Type) R0Type '
1450 @$(APPEND) $@.tmp '#define RT_SRC_POS __FILE__, __LINE__, __PRETTY_FUNCTION__ '
1451 @$(APPEND) $@.tmp '#define RT_SRC_POS_DECL const char *pszFile, unsigned iLine, const char *pszFunction '
1452 @$(APPEND) $@.tmp '#define RT_SRC_POS_ARGS pszFile, iLine, pszFunction '
1453 @$(APPEND) $@.tmp '#define RTCALL'
1454 @$(APPEND) $@.tmp '#define DECLINLINE(type) inline type '
1455 @$(APPEND) $@.tmp '#define DECL_FORCE_INLINE(type) inline type '
1456 @$(APPEND) $@.tmp '#define DECL_INVALID(type) type '
1457
1458 @$(APPEND) $@.tmp '#define PDMDEVINSINT_DECLARED 1'
1459 @$(APPEND) $@.tmp '#define VBOX_WITH_HGCM 1'
1460 @$(APPEND) $@.tmp '#define VBOXCALL'
1461
1462 @$(APPEND) $@.tmp '#define PGM_CTX(a,b) b'
1463 @$(APPEND) $@.tmp '#define PGM_CTX3(a,b,c) c'
1464 @$(APPEND) $@.tmp '#define PGM_GST_NAME(name) PGM_GST_NAME_AMD64(name)'
1465 @$(APPEND) $@.tmp '#define PGM_GST_NAME_REAL(name) PGM_CTX3(name)'
1466 @$(APPEND) $@.tmp '#define PGM_GST_NAME_PROT(name) PGM_CTX3(pgm,GstProt,name)'
1467 @$(APPEND) $@.tmp '#define PGM_GST_NAME_32BIT(name) PGM_CTX3(pgm,Gst32Bit,name)'
1468 @$(APPEND) $@.tmp '#define PGM_GST_NAME_PAE(name) PGM_CTX3(pgm,GstPAE,name)'
1469 @$(APPEND) $@.tmp '#define PGM_GST_NAME_AMD64(name) PGM_CTX3(pgm,GstAMD64,name)'
1470 @$(APPEND) $@.tmp '#define PGM_GST_DECL(type, name) type PGM_GST_NAME(name)'
1471 @$(APPEND) $@.tmp '#define PGM_SHW_NAME(name) PGM_GST_NAME_AMD64(name)'
1472 @$(APPEND) $@.tmp '#define PGM_SHW_NAME_32BIT(name) PGM_CTX3(pgm,Shw32Bit,name)'
1473 @$(APPEND) $@.tmp '#define PGM_SHW_NAME_PAE(name) PGM_CTX3(pgm,ShwPAE,name)'
1474 @$(APPEND) $@.tmp '#define PGM_SHW_NAME_AMD64(name) PGM_CTX3(pgm,ShwAMD64,name)'
1475 @$(APPEND) $@.tmp '#define PGM_SHW_NAME_NESTED(name) PGM_CTX3(pgm,ShwNested,name)'
1476 @$(APPEND) $@.tmp '#define PGM_SHW_NAME_EPT(name) PGM_CTX3(pgm,ShwEPT,name)'
1477 @$(APPEND) $@.tmp '#define PGM_SHW_DECL(type, name) type PGM_SHW_NAME(name)'
1478 @$(APPEND) $@.tmp '#define PGM_BTH_NAME(name) PGM_BTH_NAME_NESTED_AMD64(name)'
1479 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_32BIT_REAL(name) PGM_CTX3(pgm,Bth,name)'
1480 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_32BIT_PROT(name) PGM_CTX3(pgm,Bth,name)'
1481 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_32BIT_32BIT(name) PGM_CTX3(pgm,Bth,name)'
1482 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_PAE_REAL(name) PGM_CTX3(pgm,Bth,name)'
1483 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_PAE_PROT(name) PGM_CTX3(pgm,Bth,name)'
1484 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_PAE_32BIT(name) PGM_CTX3(pgm,Bth,name)'
1485 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_PAE_PAE(name) PGM_CTX3(pgm,Bth,name)'
1486 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_AMD64_PROT(name) PGM_CTX3(pgm,Bth,name)'
1487 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_AMD64_AMD64(name) PGM_CTX3(pgm,Bth,name)'
1488 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_NESTED_REAL(name) PGM_CTX3(pgm,Bth,name)'
1489 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_NESTED_PROT(name) PGM_CTX3(pgm,Bth,name)'
1490 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_NESTED_32BIT(name) PGM_CTX3(pgm,Bth,name)'
1491 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_NESTED_PAE(name) PGM_CTX3(pgm,Bth,name)'
1492 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_NESTED_AMD64(name) PGM_CTX3(pgm,Bth,name)'
1493 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_EPT_REAL(name) PGM_CTX3(pgm,Bth,name)'
1494 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_EPT_PROT(name) PGM_CTX3(pgm,Bth,name)'
1495 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_EPT_32BIT(name) PGM_CTX3(pgm,Bth,name)'
1496 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_EPT_PAE(name) PGM_CTX3(pgm,Bth,name)'
1497 @$(APPEND) $@.tmp '#define PGM_BTH_NAME_EPT_AMD64(name) PGM_CTX3(pgm,Bth,name)'
1498 @$(APPEND) $@.tmp '#define PGM_BTH_DECL(type, name) type PGM_BTH_NAME(name)'
1499
1500 $(SED) -e '/__cdecl/d' \
1501 -e '/^ *# *define.*DECL/!d' \
1502 -e '/DECLS/d' \
1503 -e '/DECLARE_CLS_/d' \
1504 -e '/_SRC_POS_DECL/d' \
1505 -e '/declspec/d' \
1506 -e '/__attribute__/d' \
1507 -e 's/# */#/g' \
1508 -e 's/ */ /g' \
1509 -e '/(type) DECLEXPORT/d' \
1510 -e '/ DECLEXPORT_CLASS/d' \
1511 -e 's/ *VBOXCALL//' \
1512 -e 's/ *RTCALL//' \
1513 -e 's/(type) DECLIMPORT(type)/(type) type/' \
1514 -e '/ DECLASM(type) type/d' \
1515 -e '/define *DECL..CALLBACKMEMBER(type[^)]*) *RT/d' \
1516 -e '/define *DECLINLINE(type)/d' \
1517 -e '/define *DECL_FORCE_INLINE(type)/d' \
1518 -e '/ *DECL_INVALID(/d' \
1519 -e '/define RT[DATGRC03]*DECL(type) *DECLHIDDEN(type)/d' \
1520 \
1521 --append $@.tmp \
1522 $(filter-out include/VBox/err.h, $(wildcard include/VBox/*.h)) \
1523 include/iprt/cdefs.h
1524 $(CAT_EXT) $@.tmp \
1525 | $(SED_EXT) -e 's/_/\x1F/g' -e 's/(/\x1E/g' -e 's/[[:space:]][[:space:]]*/\x1C/g' \
1526 | sort $(if-expr "$(KBUILD_TARGET)" == "win",,-f) \
1527 | $(SED_EXT) -e 's/\x1F/_/g' -e 's/\x1E/(/g' -e 's/\x1C/ /g' \
1528 | $(SED_EXT) -e 's/$$/\n/' --output $@.tmp2
1529 $(MV) -f $@.tmp2 $@
1530 $(RM) -f $@.tmp $@.tmp2 $@.tmp3
1531ifeq ($(KBUILD_HOST),win)
1532 @$(ECHO) 'TODO: Merge vslick.h with your "$(HOMEDRIVE)$(HOMEPATH)\Documents\My SlickEdit Config\x.y.z\usercpp.h" file.'
1533else ifeq ($(KBUILD_HOST),darwin)
1534 @$(ECHO) "TODO: Merge ./vslick.h with your ~/Library/Application\ Support/SlickEdit/x.y.z/unxcpp.h file."
1535else
1536 @$(ECHO) "TODO: Merge ./vslick.h with your ~/.slickedit/x.y.z/unxcpp.h file."
1537endif
1538
1539
1540#
1541# Add fetching of the tools to the 'up[date][2]' targets.
1542#
1543up update up2 update2::
1544ifndef VBOX_OSE
1545 +$(MAKE) -C tools fetch
1546else
1547 $(MAKE) -C tools -f Makefile-ose.kmk fetch
1548endif
1549
1550
1551
1552#
1553# Aliases for building the SDK.
1554#
1555.NOTPARALLEL: sdk sdk-fetch
1556sdk:
1557 + $(KMK) VBOX_ONLY_SDK=1 \
1558 pass_bldprogs pass_others pass_installs pass_packing
1559
1560sdk-fetch:
1561 + $(KMK) KBUILD_TARGET=win KBUILD_TARGET_ARCH=x86 -C tools fetch
1562
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette