VirtualBox

source: vbox/trunk/Makefile.kmk@ 8006

Last change on this file since 8006 was 7010, checked in by vboxsync, 16 years ago

Remove dbg warning.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 21.2 KB
Line 
1# $Id: Makefile.kmk 7010 2008-02-19 10:18:48Z vboxsync $
2## @file
3# Top level makefile.
4#
5
6#
7# Copyright (C) 2006-2007 innotek GmbH
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
18DEPTH = .
19include $(PATH_KBUILD)/header.kmk
20
21ifdef VBOX_WITH_DOCS
22 ifndef VBOX_ONLY_ADDITIONS
23 SUBDIRS = doc/manual
24 endif
25endif
26SUBDIRS += src
27
28ifndef VBOX_ONLY_ADDITIONS
29#
30# Install external binaries (mostly redistributable parts of tools we use).
31# This must be done *before* we build the manual.
32#
33# To avoid dragging in unnecessary tools and sdks here, we don't use the .win
34# and .linux property suffixes.
35#
36INSTALLS = bin
37
38bin_INST = $(INST_BIN)
39
40# The SDL DLLs
41if1of ($(BUILD_TARGET), win os2)
42 ifneq ($(VBOX_WITH_VBOXSDL)$(VBOX_WITH_VBOXBFE),)
43 include $(PATH_KBUILD)/sdks/LIBSDL.kmk
44 bin_SOURCES += \
45 $(DLL_SDK_LIBSDL_SDL)
46 ifdef VBOX_WITH_SECURELABEL
47 bin_SOURCES += \
48 $(DLL_SDK_LIBSDL_SDLTTF)
49 endif
50 ifeq ($(BUILD_TARGET),os2)
51 bin_SOURCES += \
52 $(DLL_SDK_LIBSDL_FSLIB)
53 endif
54 endif
55endif
56
57
58# The Qt DLLs.
59ifneq ($(VBOX_WITH_QTGUI),)
60 if1of ($(BUILD_TARGET), win os2)
61 #include $(PATH_KBUILD)/sdks/QT3.kmk
62 #bin_SOURCES += \
63 # $(DLL_SDK_QT3_QT)
64 ifneq ($(strip $(VBOX_DLL_QT)),)
65 bin_SOURCES += \
66 $(VBOX_DLL_QT)=>$(not-dir $(VBOX_DLL_QT))
67 endif
68 ifdef VBOX_QT_BINARIES
69 bin_SOURCES += $(VBOX_QT_BINARIES)
70 endif
71 else ifeq ($(VBOX_MUST_INSTALL_LIB_QT),1)
72 bin_SOURCES += \
73 $(LIB_QT)
74 endif
75endif
76
77
78# The compiler runtime DLLs.
79ifeq ($(BUILD_TARGET).$(VBOX_WITHOUT_COMPILER_REDIST),win.)
80 ifdef VBOX_USE_VCC80
81 include $(PATH_KBUILD)/tools/VCC80X86.kmk
82 include $(PATH_KBUILD)/tools/VCC80AMD64.kmk
83 bin_SOURCES.x86 += \
84 $(PATH_TOOL_VCC80X86)/redist/x86/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest=>Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest \
85 $(PATH_TOOL_VCC80X86)/redist/x86/Microsoft.VC80.CRT/msvcr80.dll=>Microsoft.VC80.CRT/msvcr80.dll \
86 $(PATH_TOOL_VCC80X86)/redist/x86/Microsoft.VC80.CRT/msvcp80.dll=>Microsoft.VC80.CRT/msvcp80.dll \
87 $(PATH_TOOL_VCC80X86)/redist/x86/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest=>testcase/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest \
88 $(PATH_TOOL_VCC80X86)/redist/x86/Microsoft.VC80.CRT/msvcr80.dll=>testcase/Microsoft.VC80.CRT/msvcr80.dll \
89 $(PATH_TOOL_VCC80X86)/redist/x86/Microsoft.VC80.CRT/msvcp80.dll=>testcase/Microsoft.VC80.CRT/msvcp80.dll
90 bin_SOURCES.amd64 += \
91 $(PATH_TOOL_VCC80AMD64)/redist/amd64/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest=>Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest \
92 $(PATH_TOOL_VCC80AMD64)/redist/amd64/Microsoft.VC80.CRT/msvcr80.dll=>Microsoft.VC80.CRT/msvcr80.dll \
93 $(PATH_TOOL_VCC80AMD64)/redist/amd64/Microsoft.VC80.CRT/msvcp80.dll=>Microsoft.VC80.CRT/msvcp80.dll \
94 $(PATH_TOOL_VCC80AMD64)/redist/amd64/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest=>testcase/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest \
95 $(PATH_TOOL_VCC80AMD64)/redist/amd64/Microsoft.VC80.CRT/msvcr80.dll=>testcase/Microsoft.VC80.CRT/msvcr80.dll \
96 $(PATH_TOOL_VCC80AMD64)/redist/amd64/Microsoft.VC80.CRT/msvcp80.dll=>testcase/Microsoft.VC80.CRT/msvcp80.dll
97 endif
98 ifndef VBOX_USE_VCC80
99 VBOX_INSTALL_VCC70_RT = 1
100 endif
101 ifeq ($(BUILD_TARGET).$(BUILD_TARGET_ARCH),win.x86)
102 VBOX_INSTALL_VCC70_RT = 1
103 endif
104 ifdef VBOX_INSTALL_VCC70_RT
105 include $(PATH_KBUILD)/tools/VCC70.kmk
106 ## @todo Move these defines to VCC70.
107 DLL_TOOL_VCC70_MSVCR71 ?= $(PATH_TOOL_VCC70)/bin/msvcr71.dll
108 ifneq ($(wildcard $(DLL_TOOL_VCC70_MSVCR71)),)
109 bin_SOURCES += \
110 $(DLL_TOOL_VCC70_MSVCR71)=>msvcr71.dll \
111 $(DLL_TOOL_VCC70_MSVCR71)=>testcase/msvcr71.dll
112 endif
113 DLL_TOOL_VCC70_MSVCP71 ?= $(PATH_TOOL_VCC70)/bin/msvcp71.dll
114 ifneq ($(wildcard $(DLL_TOOL_VCC70_MSVCP71)),)
115 bin_SOURCES += \
116 $(DLL_TOOL_VCC70_MSVCP71)=>msvcp71.dll \
117 $(DLL_TOOL_VCC70_MSVCP71)=>testcase/msvcp71.dll
118 endif
119 DLL_TOOL_VCC70_MSVCRT ?= $(PATH_TOOL_VCC70)/bin/msvcrt.dll
120 ifneq ($(wildcard $(DLL_TOOL_VCC70_MSVCRT)),)
121 bin_SOURCES += \
122 $(DLL_TOOL_VCC70_MSVCRT)=>msvcrt.dll \
123 $(DLL_TOOL_VCC70_MSVCRT)=>testcase/msvcrt.dll
124 endif
125 endif
126endif
127
128
129#
130# Install additions iso from the build server.
131# The $(CP)/$(RM) stuff can be replaced by a simple $(TOUCH) once that has
132# been added to kBuild.
133#
134## @todo need kmk_builtin_touch!
135ifdef VBOX_WITH_ADDITIONS_FROM_BUILD_SERVER
136INSTALLS += buildserver-additions
137buildserver-additions_INST = $(INST_ADDITIONS)
138buildserver-additions_MODE = 0644
139buildserver-additions_SOURCES = $(PATH_TARGET)/VBoxGuestAdditions.iso
140buildserver-additions_CLEANS = $(PATH_TARGET)/VBoxGuestAdditions.iso $(PATH_TARGET)/VBoxGuestAdditions.iso.tmp
141
142$(PATH_TARGET)/VBoxGuestAdditions.iso: $(VBOX_SVN_REV_KMK) $(PATH_DEVTOOLS)/bin/additions.sh | $(call DIRDEP, $(PATH_TARGET))
143 $(RM) -f $(PATH_TARGET)/VBoxGuestAdditions.iso $(PATH_TARGET)/VBoxGuestAdditions.iso.tmp
144# $(PATH_DEVTOOLS)/bin/additions.sh --cmd fetch --filename $(PATH_TARGET)/VBoxGuestAdditions.iso.tmp
145 $(KMK) --affinity 1 -f $(MAKEFILE) buildserver-additions-affinity-hack
146 $(CP) -f $(PATH_TARGET)/VBoxGuestAdditions.iso.tmp $(PATH_TARGET)/VBoxGuestAdditions.iso
147 $(RM) -f $(PATH_TARGET)/VBoxGuestAdditions.iso.tmp
148 $(QUIET)$(APPEND) $@ done
149
150buildserver-additions-affinity-hack:
151 $(SHELL) $(PATH_DEVTOOLS)/bin/additions.sh --cmd fetch --filename $(PATH_TARGET)/VBoxGuestAdditions.iso.tmp
152endif
153
154
155#
156# Install staged binaries on platforms where we can't cross
157# compile things.
158#
159ifn1of ($(BUILD_TARGET), l4 linux win)
160 VBOX_PATH_STAGED ?= .
161
162 # Additions.
163 ifndef VBOX_WITH_LINUX_ADDITIONS
164 ifndef VBOX_WITH_WIN32_ADDITIONS
165 ifneq ($(wildcard $(VBOX_PATH_STAGED)/VBoxGuestAdditions.iso),)
166 INSTALLS += staged-additions
167 staged-additions_INST = $(INST_ADDITIONS)
168 staged-additions_MODE = 0644
169 staged-additions_SOURCES = $(VBOX_PATH_STAGED)/VBoxGuestAdditions.iso
170 endif
171 endif
172 endif
173
174 # guesttool.exe
175 ifndef VBOX_WITH_WIN32_ADDITIONS
176 ifneq ($(wildcard $(VBOX_PATH_STAGED)/guesttool.exe),)
177 INSTALLS += staged-guesttool
178 staged-guesttool_INST = $(INST_BIN)
179 staged-guesttool_SOURCES = $(VBOX_PATH_STAGED)/guesttool.exe
180 endif
181 endif
182
183endif
184
185endif # !VBOX_ONLY_ADDITIONS
186
187
188include $(PATH_KBUILD)/footer.kmk
189
190
191#
192# Generate documentation.
193# (This should be converted into a separate pass or merged with an existing one later.)
194#
195docs: docs.Core
196 $(KMK) -C src/VBox/Main docs
197 $(KMK) -C src/VBox/Runtime docs
198
199docs.Core: $(PATH_TARGET)/docs.Core
200
201
202
203#
204# The core (VMM+REM+Devices+Main) documentation.
205#
206# This includes so much because we wish to have the complete CFGM
207# and GCFGM lists.
208#
209OTHER_CLEAN += \
210 $(PATH_TARGET)/Doxyfile \
211 $(PATH_TARGET)/Doxyfile.dep
212
213DOXYGEN_INPUT_DIRS = \
214 include/iprt \
215 include/VBox \
216 include/VBox/com \
217 include/VBox/HostServices \
218 src/VBox/VMM \
219 src/VBox/VMM/VMMR0 \
220 src/VBox/VMM/VMMGC \
221 src/VBox/VMM/VMMAll \
222 src/VBox/VMM/PATM \
223 src/VBox/VMM/PATM/VMMR0 \
224 src/VBox/VMM/PATM/VMMGC \
225 src/VBox/VMM/PATM/VMMAll \
226 src/VBox/VMM/VMMSwitcher \
227 src/VBox/Debugger \
228 src/VBox/Devices/ \
229 src/VBox/Devices/Audio \
230 src/VBox/Devices/Bus \
231 src/VBox/Devices/Graphics \
232 src/VBox/Devices/Graphics/BIOS \
233 src/VBox/Devices/Input \
234 src/VBox/Devices/Networking \
235 src/VBox/Devices/PC \
236 src/VBox/Devices/PC/BIOS \
237 src/VBox/Devices/Parallel \
238 src/VBox/Devices/Serial \
239 src/VBox/Devices/Storage \
240 src/VBox/Devices/VBoxHDDFormats \
241 src/VBox/Devices/VBoxHDDFormats/StorageCraft \
242 src/VBox/Devices/USB \
243 src/VBox/Devices/USB/darwin \
244 src/VBox/Devices/USB/linux \
245 src/VBox/Devices/USB/os2 \
246 src/VBox/Devices/USB/solaris \
247 src/VBox/Devices/USB/vrdp \
248 src/VBox/Devices/USB/win32 \
249 src/VBox/Devices/VMMDev \
250 src/VBox/Main/include \
251 src/VBox/Main/include/hgcm \
252 src/VBox/Main/ \
253 src/VBox/Main/glue \
254 src/VBox/Main/hgcm \
255 src/VBox/Main/webservice \
256 src/VBox/Main/xml \
257 src/VBox/Main/darwin \
258 src/VBox/Main/linux \
259 src/VBox/Main/os2 \
260 src/VBox/Main/solaris \
261 src/VBox/Main/win32 \
262 src/VBox/HostServices/ \
263 src/VBox/HostServices/SharedClipboard \
264 src/VBox/HostServices/SharedFolders \
265 src/VBox/HostServices/SharedOpenGL \
266 src/VBox/HostDrivers/Support \
267 src/VBox/HostDrivers/Support/darwin \
268 src/VBox/HostDrivers/Support/freebsd \
269 src/VBox/HostDrivers/Support/l4 \
270 src/VBox/HostDrivers/Support/linux \
271 src/VBox/HostDrivers/Support/os2 \
272 src/VBox/HostDrivers/Support/solaris \
273 src/VBox/HostDrivers/Support/win \
274 src/VBox/HostDrivers/VBoxTAP/ \
275 src/VBox/HostDrivers/VBoxTAP/win \
276 src/VBox/HostDrivers/VBoxTAP/darwin \
277 src/VBox/HostDrivers/VBoxUSB/ \
278 src/VBox/HostDrivers/VBoxUSB/darwin \
279 src/VBox/HostDrivers/VBoxUSB/os2 \
280 src/VBox/HostDrivers/VBoxUSB/win \
281 src/VBox/HostDrivers/VBoxUSB/win/Device \
282 src/VBox/HostDrivers/VBoxUSB/win/Device/amd64 \
283 src/VBox/HostDrivers/VBoxUSB/win/Device/x86 \
284 src/VBox/HostDrivers/VBoxUSB/win/Filter \
285 src/VBox/HostDrivers/VBoxUSB/win/Install \
286 src/VBox/HostDrivers/VBoxUSB/win/Monitor \
287 src/VBox/HostDrivers/VBoxUSB/win/Monitor/win32 \
288 src/VBox/HostDrivers/VBoxUSB/win/Monitor/win64 \
289 src/VBox/HostDrivers/VBoxUSB/win/usbd \
290
291# These must come first in order to make things look nice.
292DOXYGEN_INPUT_FIRST =\
293 $(PATH_ROOT)/doc/VBox-doc.c \
294 $(PATH_ROOT)/doc/VBox-CodingGuidelines.cpp \
295 $(PATH_ROOT)/src/VBox/VMM/VMMCodingGuidelines.cpp \
296 $(PATH_ROOT)/src/VBox/VMM/VMMDocsRawMode.cpp \
297 $(PATH_ROOT)/include/VBox/cdefs.h \
298 $(PATH_ROOT)/include/VBox/vmapi.h \
299 $(PATH_ROOT)/include/VBox/vmm.h \
300 $(PATH_ROOT)/include/VBox/cpum.h \
301 $(PATH_ROOT)/include/VBox/mm.h \
302 $(PATH_ROOT)/include/VBox/pgm.h \
303 $(PATH_ROOT)/include/VBox/selm.h \
304 $(PATH_ROOT)/include/VBox/trpm.h \
305 $(PATH_ROOT)/include/VBox/patm.h \
306 $(PATH_ROOT)/include/VBox/dbgf.h \
307 $(PATH_ROOT)/include/VBox/stam.h \
308 $(PATH_ROOT)/include/VBox/em.h \
309 $(PATH_ROOT)/include/VBox/pdm.h \
310 $(PATH_ROOT)/include/VBox/rem.h \
311 $(PATH_ROOT)/include/VBox/iom.h \
312 $(PATH_ROOT)/include/VBox/cfgm.h \
313 $(PATH_ROOT)/include/VBox/tm.h \
314 $(PATH_ROOT)/include/VBox/csam.h \
315 $(PATH_ROOT)/include/VBox/ssm.h \
316 $(PATH_ROOT)/include/VBox/hwaccm.h \
317 $(PATH_ROOT)/include/VBox/hwacc_svm.h \
318 $(PATH_ROOT)/include/VBox/hwacc_vmx.h \
319 $(PATH_ROOT)/\
320 $(PATH_ROOT)/src/VBox/VMM/CFGMInternal.h \
321 $(PATH_ROOT)/src/VBox/VMM/CPUMInternal.h \
322 $(PATH_ROOT)/src/VBox/VMM/DBGFInternal.h \
323 $(PATH_ROOT)/src/VBox/VMM/EMInternal.h \
324 $(PATH_ROOT)/src/VBox/VMM/HWACCMInternal.h \
325 $(PATH_ROOT)/src/VBox/VMM/IOMInternal.h \
326 $(PATH_ROOT)/src/VBox/VMM/MMInternal.h \
327 $(PATH_ROOT)/src/VBox/VMM/PDMInternal.h \
328 $(PATH_ROOT)/src/VBox/VMM/PGMInternal.h \
329 $(PATH_ROOT)/src/VBox/VMM/PATM/CSAMInternal.h \
330 $(PATH_ROOT)/src/VBox/VMM/PATM/PATMInternal.h \
331 $(PATH_ROOT)/src/VBox/VMM/REMInternal.h \
332 $(PATH_ROOT)/src/VBox/VMM/SELMInternal.h \
333 $(PATH_ROOT)/src/VBox/VMM/SSMInternal.h \
334 $(PATH_ROOT)/src/VBox/VMM/STAMInternal.h \
335 $(PATH_ROOT)/src/VBox/VMM/TMInternal.h \
336 $(PATH_ROOT)/src/VBox/VMM/TRPMInternal.h \
337 $(PATH_ROOT)/src/VBox/VMM/VMInternal.h \
338 $(PATH_ROOT)/src/VBox/VMM/VMMInternal.h \
339 $(PATH_ROOT)/\
340 $(PATH_ROOT)/include/VBox/vm.h \
341 \
342 $(PATH_ROOT)/include/VBox/sup.h \
343 $(PATH_ROOT)/include/VBox/VBoxHDD.h \
344 $(PATH_ROOT)/include/VBox/types.h \
345 $(PATH_ROOT)/include/VBox/err.h \
346 $(PATH_ROOT)/include/VBox/x86.h \
347 $(PATH_ROOT)/include/VBox/cpumdis.h \
348 $(PATH_ROOT)/include/VBox/dbggui.h \
349 $(PATH_ROOT)/include/VBox/dis.h \
350 $(PATH_ROOT)/include/VBox/disopcode.h \
351 $(PATH_ROOT)/include/VBox/intnet.h \
352 $(PATH_ROOT)/include/VBox/settings.h \
353 $(PATH_ROOT)/include/VBox/pci.h \
354 $(PATH_ROOT)/include/VBox/scsi.h \
355 $(PATH_ROOT)/include/VBox/shflsvc.h \
356 $(PATH_ROOT)/include/VBox/hgcmsvc.h \
357 $(PATH_ROOT)/include/VBox/usb.h \
358 $(PATH_ROOT)/include/VBox/vusb.h \
359 $(PATH_ROOT)/\
360 $(PATH_ROOT)/include/VBox/log.h \
361 $(PATH_ROOT)/include/VBox/param.h \
362 $(PATH_ROOT)/include/VBox/version.h
363
364DOXYGEN_INPUT := \
365 $(filter-out %.cpp.h, $(sort $(wildcard $(addsuffix /*.h, $(DOXYGEN_INPUT_DIRS)))) ) \
366 $(foreach dir, $(DOXYGEN_INPUT_DIRS), $(wildcard $(dir)/*.cpp $(dir)/.c $(dir)/.asm))
367DOXYGEN_INPUT := \
368 $(DOXYGEN_INPUT_FIRST) \
369 $(filter-out $(DOXYGEN_INPUT_FIRST), $(DOXYGEN_INPUT))
370
371# And some some additional stuff.
372DOXYGEN_INPUT += \
373 $(PATH_ROOT)/src/recompiler/VBoxRecompiler.c \
374 $(PATH_ROOT)/src/recompiler/VBoxREMWrapper.cpp
375
376
377DOXYGEN_OUTPUT = $(PATH_OUT)/docs/Core
378
379-include $(PATH_TARGET)/Doxyfile.dep
380
381# Generate the Doxyfile
382$(PATH_TARGET)/Doxyfile: Doxyfile.Core \
383 $(comp-vars DOXYGEN_INPUT,DOXYGEN_INPUT_PREV,FORCE) \
384 $(comp-vars DOXYGEN_OUTPUT,DOXYGEN_OUTPUT_PREV,FORCE) \
385 | $(call DIRDEP, $(PATH_TARGET))
386 $(RM) -f $@ $@.tmp $(PATH_TARGET)/Doxyfile.dep
387 $(CP) -f Doxyfile.Core $@.tmp
388 $(APPEND) $@.tmp
389 $(APPEND) $@.tmp "OUTPUT_DIRECTORY = $(DOXYGEN_OUTPUT)"
390 $(APPEND) $@.tmp "WARN_LOGFILE = $(DOXYGEN_OUTPUT)/errors"
391 $(APPEND) $@.tmp "INCLUDE_PATH = $(PATH_ROOT)/include $(PATH_ROOT)/src/VBox/VMM $(PATH_ROOT)/src/VBox/Main/include "
392 $(APPEND) $@.tmp "INCLUDE_FILE_PATTERNS = *.cpp.h"
393 $(APPEND) $@.tmp
394 $(APPEND) $@.tmp "INPUT = $(DOXYGEN_INPUT)"
395 $(APPEND) $@.tmp
396 $(APPEND) $@.tmp "PREDEFINED += $(DEFS) $(DEFS.$(BUILD_TARGET)) $(DEFS.$(BUILD_TARGET_ARCH)) $(ARCH_BITS_DEFS)"
397 $(APPEND) $@.tmp "PREDEFINED += ARCH_BITS=HC_ARCH_BITS R3_ARCH_BITS=HC_ARCH_BITS R0_ARCH_BITS=HC_ARCH_BITS "
398 $(APPEND) $@.tmp
399 $(MV) -f $@.tmp $@
400 @$(APPEND) $(PATH_TARGET)/Doxyfile.dep "DOXYGEN_OUTPUT_PREV = $(DOXYGEN_OUTPUT)"
401 @$(APPEND) $(PATH_TARGET)/Doxyfile.dep "DOXYGEN_INPUT_PREV = $(DOXYGEN_INPUT)"
402
403# Create the output directory.
404$(call DIRDEP, $(DOXYGEN_OUTPUT)):
405 $(MKDIR) -p $@
406
407# Do the actual job.
408$(PATH_TARGET)/docs.Core: $(PATH_TARGET)/Doxyfile $(DOXYGEN_INPUT) | $(call DIRDEP, $(DOXYGEN_OUTPUT))
409 $(RM) -f $(wildcard $(DOXYGEN_OUTPUT)/html/*) $(PATH_TARGET)/docs.Core
410 doxygen $(PATH_TARGET)/Doxyfile
411 $(APPEND) $(PATH_TARGET)/docs.Core
412
413
414#
415# Generate x86.mac and err.mac.
416#
417incs:
418 $(SED) -f include/VBox/err.sed include/VBox/err.h > include/VBox/err.mac
419 echo '%include "iprt/err.mac"' >> include/VBox/err.mac
420 $(SED) -f include/VBox/err.sed include/iprt/err.h > include/iprt/err.mac
421 $(SED) -e '/__VBox_x86_h__/d' -e '/#define/!d' -e 's/#define/%define/' include/VBox/x86.h > include/VBox/x86.mac
422
423
424#
425# Generate Visual SlickEdit tagging #defines.
426#
427vslick.h: include/VBox/cdefs.h Makefile
428 echo '// autogenerated' > $@.tmp
429 #echo '#define __BEGIN_DECLS ' >> $@.tmp
430 #echo '#define __END_DECLS ' >> $@.tmp
431
432 echo '#define ATL_NO_VTABLE ' >> $@.tmp
433 echo '#define BEGIN_COM_MAP(a) ' >> $@.tmp
434 echo '#define END_COM_MAP(a) ' >> $@.tmp
435
436 echo '#define CHECKREADY if(!isReady()) return E_UNEXPECTED; ' >> $@.tmp
437 echo '#define COM_DECL_READONLY_ENUM_AND_COLLECTION(a) ' >> $@.tmp
438 echo '#define COM_INTERFACE_ENTRY(a) ' >> $@.tmp
439 echo '#define COMGETTER(n) Get##n ' >> $@.tmp
440 echo '#define COMSETTER(n) Set##n ' >> $@.tmp
441 echo '#define ComSafeArrayIn(t,a) t a[] ' >> $@.tmp
442 echo '#define ComSafeArrayOut(t,a) t * a[] ' >> $@.tmp
443 echo '#define DECLARE_NOT_AGGREGATABLE(a) ' >> $@.tmp
444 echo '#define DECLARE_PROTECT_FINAL_CONSTRUCT(a) ' >> $@.tmp
445 echo '#define NS_DECL_ISUPPORTS ' >> $@.tmp
446 echo '#define NS_IMETHOD NS_IMETHOD_(nsresult) ' >> $@.tmp
447 echo '#define NS_IMETHOD_(type) type ' >> $@.tmp
448 echo '#define PARSERS_EXPORT ' >> $@.tmp
449 echo '#define SAX_EXPORT ' >> $@.tmp
450 echo '#define STDMETHOD(a) NS_IMETHOD a ' >> $@.tmp
451 echo '#define XERCES_CPP_NAMESPACE_BEGIN ' >> $@.tmp
452 echo '#define XERCES_CPP_NAMESPACE_END ' >> $@.tmp
453
454 echo '#define CTXAllSUFF(var) var##R3 ' >> $@.tmp
455 echo '#define CTXSUFF(var) var##HC ' >> $@.tmp
456 echo '#define OTHERCTXSUFF(var) var##GC ' >> $@.tmp
457 echo '#define CTXALLMID(first, last) first##R3##last ' >> $@.tmp
458 echo '#define CTXMID(first, last) first##HC##last ' >> $@.tmp
459 echo '#define OTHERCTXMID(first, last) first##GC##last ' >> $@.tmp
460 echo '#define CTXTYPE(GCType, R3Type, R0Type) R3Type ' >> $@.tmp
461 echo '#define GCPTRTYPE(GCType) GCType ' >> $@.tmp
462 echo '#define GCTYPE(GCType, HCType) GCType ' >> $@.tmp
463 echo '#define HCPTRTYPE(HCType) HCType ' >> $@.tmp
464 echo '#define R3R0PTRTYPE(HCType) HCType ' >> $@.tmp
465 echo '#define R0PTRTYPE(R3Type) R3Type ' >> $@.tmp
466 echo '#define R3PTRTYPE(R0Type) R0Type ' >> $@.tmp
467 echo '#define RT_SRC_POS __FILE__, __LINE__, __PRETTY_FUNCTION__ ' >> $@.tmp
468 echo '#define RT_SRC_POS_DECL const char *pszFile, unsigned iLine, const char *pszFunction ' >> $@.tmp
469 echo '#define RT_SRC_POS_ARGS pszFile, iLine, pszFunction ' >> $@.tmp
470 echo '#define RTCALL' >> $@.tmp
471 echo '#define DECLINLINE(type) inline type ' >> $@.tmp
472
473 echo '#define PDM_SRC_POS __FILE__, __LINE__, __PRETTY_FUNCTION__ ' >> $@.tmp
474 echo '#define PDM_SRC_POS_DECL const char *pszFile, unsigned iLine, const char *pszFunction ' >> $@.tmp
475 echo '#define PDM_SRC_POS_ARGS pszFile, iLine, pszFunction ' >> $@.tmp
476 echo '#define PDMDEVINSINT_DECLARED 1' >> $@.tmp
477 echo '#define VBOXCALL' >> $@.tmp
478
479 $(SED) -e '/__cdecl/d' \
480 -e '/^ *# *define.*DECL/!d' \
481 -e '/DECLS/d' \
482 -e '/DECLARE_CLS_/d' \
483 -e '/_SRC_POS_DECL/d' \
484 -e '/declspec/d' \
485 -e '/__attribute__/d' \
486 -e 's/# */#/g' \
487 -e 's/ */ /g' \
488 -e '/(type) DECLEXPORT/d' \
489 -e '/ DECLEXPORT_CLASS/d' \
490 -e 's/ *VBOXCALL//' \
491 -e 's/ *RTCALL//' \
492 -e 's/(type) DECLIMPORT(type)/(type) type/' \
493 -e '/ DECLASM(type) type/d' \
494 -e '/define *DECL..CALLBACKMEMBER(type[^)]*) *RT/d' \
495 -e '/define *DECLINLINE(type)/d' \
496 \
497 --append $@.tmp \
498 $(filter-out include/VBox/err.h, $(wildcard include/VBox/*.h)) \
499 include/iprt/cdefs.h
500 $(CAT_EXT) $@.tmp | sort | $(SED_EXT) -e 's/$$/\n/' --output $@.tmp2
501 $(MV) -f $@.tmp2 $@
502 $(RM) -f $@.tmp $@.tmp2 $@.tmp3
503 $(ECHO) "TODO: Merge ./vslick.h with your ~/.slickedit/x.y.z/unxcpp.h file."
504
505
506#
507# Add fetching of the tools to the 'up[date][2]' targets.
508#
509up update up2 update2::
510ifndef VBOX_OSE
511 $(MAKE) -C tools fetch
512else
513 $(MAKE) -C tools -f Makefile-ose.kmk fetch
514endif
515
516
517#
518# Build the additions, all of them.
519#
520# This is currently tailored (hardcoded) for the additions
521# build box. Can make it pretty and configurable later.
522#
523# The fetching must be done in serial fashion, while the building
524# should be more flexible wrt to -jN.
525#
526additions-fetch:
527 + $(KMK) -C tools fetch
528 + $(KMK) -C tools fetch BUILD_TARGET_ARCH=x86 BUILD_TARGET=linux
529# + $(KMK) -C tools fetch BUILD_TARGET_ARCH=x86 BUILD_TARGET=os2
530 + $(KMK) -C tools fetch BUILD_TARGET_ARCH=x86 BUILD_TARGET=solaris
531 + $(KMK) -C tools fetch BUILD_TARGET_ARCH=x86 BUILD_TARGET=win
532
533
534additions-build: \
535 additions-build-win.x86 \
536 additions-build-solaris.x86 \
537 additions-build-os2.x86 \
538 additions-build-linux.x86
539
540VBOX_ADDITIONS_BUILD = VBOX_ONLY_ADDITIONS=1 VBOX_WITHOUT_ADDITIONS_ISO=1 BUILD_TYPE=$(BUILD_TYPE) all packing
541
542additions-build-win.x86:
543ifeq ($(BUILD_TARGET),win)
544 + $(KMK) BUILD_TARGET_ARCH=x86 VBOX_ADDITIONS_WIN32_ONLY=1 $(VBOX_ADDITIONS_BUILD)
545else
546 ssh vbox@192.168.27.5 " cd c:/vbox/add && ./tools/env.sh --no-wine kmk BUILD_TARGET_ARCH=x86 VBOX_ADDITIONS_WIN32_ONLY=1 $(VBOX_ADDITIONS_BUILD) "
547endif
548
549additions-build-solaris.x86:
550#ifeq ($(BUILD_TARGET),solaris)
551# + $(KMK) BUILD_TARGET_ARCH=x86 $(VBOX_ADDITIONS_BUILD)
552#else
553# ssh vbox@192.168.27.4 " cd /mnt/vbox/add && ./tools/env.sh --no-wine kmk BUILD_TARGET_ARCH=x86 $(VBOX_ADDITIONS_BUILD) "
554#endif
555
556additions-build-os2.x86:
557#ifeq ($(BUILD_TARGET),os2)
558# + $(KMK) BUILD_TARGET_ARCH=x86
559#else
560# ssh vbox@192.168.27.3 " cd /mnt/vbox/add && ./tools/env.sh --no-wine kmk BUILD_TARGET_ARCH=x86 $(VBOX_ADDITIONS_BUILD) "
561#endif
562
563additions-build-linux.x86:
564ifeq ($(BUILD_TARGET),linux)
565 + $(KMK) BUILD_TARGET_ARCH=x86 VBOX_ADDITIONS_LINUX_ONLY=1 $(VBOX_ADDITIONS_BUILD)
566else
567 ssh vbox@192.168.27.2 " cd /mnt/vbox/add && ./tools/env.sh --no-wine kmk BUILD_TARGET_ARCH=x86 VBOX_ADDITIONS_LINUX_ONLY=1 $(VBOX_ADDITIONS_BUILD) "
568endif
569
570
571additions-packing:
572 + $(KMK) VBOX_ONLY_ADDITIONS=1 \
573 VBOX_WITH_ADDITIONS_ISO.win.x86=1 \
574 VBOX_WITH_ADDITIONS_ISO.linux.x86=1 \
575 -C src/VBox/Additions \
576 $(VBOX_PATH_ADDITIONS)/VBoxGuestAdditions.iso
577
578
579#
580# Generate VirtualBox-OSE-x.x.x.tar.bz2 tarballs for distribution
581#
582# - includes kBuild
583# - must be executed on an OSE checkout
584#
585
586# the path where to store the tarball
587TARBALLPATH ?= $(shell cd $(PATH_ROOT)/..; pwd)
588#TARBALLPATH ?= $(abspath $(PATH_ROOT)/..) - this should also do the trick without spawning a shell.
589# the root directory inside the tarball
590TARBALLROOT ?= VirtualBox-$(VBOX_VERSION_STRING)
591# the name of the tarball file
592TARBALLNAME ?= VirtualBox-$(VBOX_VERSION_STRING).tar.bz2
593snapshot:
594 @$(call MSG_L1,Creating tarball $(TARBALLPATH)/$(TARBALLNAME))
595 @if [ -d "$(PATH_ROOT)/src/VBox/Devices/USB" ]; then echo; echo "Found USB stuff, refused to build OSE tarball!"; echo; exit 1; fi
596 $(QUIET)$(MKDIR) -p $(TARBALLPATH)
597 $(QUIET)$(RM) -f $(wildcard $(TARBALLPATH)/VirtualBox*)
598 $(QUIET)$(LN_SYMLINK) $(PATH_ROOT) $(TARBALLPATH)/$(TARBALLROOT)
599 $(QUIET)tar -cjh --owner 0 --group 0 --totals \
600 --exclude=.svn \
601 --exclude=$(TARBALLROOT)/out \
602 --exclude=$(TARBALLROOT)/env.sh \
603 --exclude=$(TARBALLROOT)/configure.log \
604 --exclude=$(TARBALLROOT)/AutoConfig.kmk \
605 --exclude=$(TARBALLROOT)/LocalConfig.kmk \
606 -C $(TARBALLPATH) \
607 -f $(TARBALLPATH)/$(TARBALLNAME) \
608 $(TARBALLROOT)
609 $(QUIET)$(RM) $(TARBALLPATH)/$(TARBALLROOT)
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use