VirtualBox

source: vbox/trunk/Makefile.kmk@ 35351

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

build fix...

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