VirtualBox

source: vbox/trunk/src/VBox/Runtime/Makefile.kmk@ 96731

Last change on this file since 96731 was 96622, checked in by vboxsync, 2 years ago

IPRT: Added RTTimeFormatDuration[Ex] for duration/interval formatting.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 161.2 KB
Line 
1# $Id: Makefile.kmk 96622 2022-09-07 01:24:26Z vboxsync $
2## @file
3# Sub-Makefile for the IPRT.
4#
5
6#
7# Copyright (C) 2006-2022 Oracle and/or its affiliates.
8#
9# This file is part of VirtualBox base platform packages, as
10# available from https://www.virtualbox.org.
11#
12# This program is free software; you can redistribute it and/or
13# modify it under the terms of the GNU General Public License
14# as published by the Free Software Foundation, in version 3 of the
15# License.
16#
17# This program is distributed in the hope that it will be useful, but
18# WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20# General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with this program; if not, see <https://www.gnu.org/licenses>.
24#
25# The contents of this file may alternatively be used under the terms
26# of the Common Development and Distribution License Version 1.0
27# (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
28# in the VirtualBox distribution, in which case the provisions of the
29# CDDL are applicable instead of those of the GPL.
30#
31# You may elect to license modified versions of this file under the
32# terms and conditions of either the GPL or the CDDL or both.
33#
34# SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
35#
36
37SUB_DEPTH = ../../..
38include $(KBUILD_PATH)/subheader.kmk
39
40ifdef VBOX_ONLY_ADDITIONS
41 #
42 # Only build the additions, sort out the legacy names first.
43 #
44 LIBRARIES += RuntimeGuestR3 RuntimeGuestR3Shared
45 LIBRARIES.win += RuntimeR3NoCrt
46 LIBRARIES.win.amd64 += RuntimeGuestR3-x86 RuntimeGuestR3Shared-x86
47 ifdef VBOX_WITH_ADDITION_DRIVERS
48 LIBRARIES += RuntimeGuestR0
49 #LIBRARIES.os2 += RuntimeGuestR0OS2Warp3
50 endif
51 ifndef VBOX_ONLY_ADDITIONS_WITHOUT_RTISOMAKER
52 LIBRARIES += RuntimeBldProg
53 include $(PATH_SUB_CURRENT)/tools/Makefile.kmk
54 endif
55
56else ifdef VBOX_ONLY_VALIDATIONKIT
57 #
58 # Only build the Validation Kit.
59 #
60 LIBRARIES += RuntimeGuestR3 RuntimeGuestR3Shared RuntimeR3 RuntimeBldProg
61 ifdef VBOX_WITH_R0_MODULES
62 LIBRARIES += RuntimeR0
63 endif
64 LIBRARIES.solaris += RuntimeR0Stub
65 LIBRARIES.win += RuntimeR0Stub #RuntimeR3NoCrt
66 ifndef VBOX_WITH_NOCRT_STATIC
67 LIBRARIES.win.x86 += RuntimeR3VccTricks
68 endif
69 include $(PATH_SUB_CURRENT)/tools/Makefile.kmk
70 ifdef VBOX_WITH_VALIDATIONKIT_UNITTESTS_PACKING
71 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
72 endif
73else ifdef VBOX_ONLY_DOCS
74 #
75 # Build docs only - need just regular R3 runtime.
76 #
77 LIBRARIES += RuntimeR3 RuntimeBldProg
78 include $(PATH_SUB_CURRENT)/tools/Makefile.kmk
79
80else ifdef VBOX_ONLY_EXTPACKS_USE_IMPLIBS
81 #
82 # Build extension packs using import libraries as much as possible (VBoxDTrace
83 # needs Ring-0 IPRT, though).
84 #
85 LIBRARIES += RuntimeBldProg
86 ifdef VBOX_WITH_R0_MODULES
87 LIBRARIES += RuntimeR0
88 endif
89 LIBRARIES.solaris += RuntimeR0Stub
90 LIBRARIES.win += RuntimeR0Stub
91 ifdef VBOX_WITH_RAW_MODE
92 LIBRARIES.win += RuntimeRCStub
93 endif
94 ifneq ($(VBOX_LIB_RUNTIME_STATIC),$(VBOX_LIB_RUNTIME_STATIC_NO_ASAN))
95 LIBRARIES += RuntimeR3NoAsan
96 else
97 LIBRARIES += RuntimeR3
98 endif
99 include $(PATH_SUB_CURRENT)/tools/Makefile.kmk
100
101else # !VBOX_ONLY_ADDITIONS && !VBOX_ONLY_VALIDATIONKIT && !VBOX_ONLY_DOCS
102
103 #
104 # Normal build.
105 #
106 ifndef VBOX_ONLY_EXTPACKS
107 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
108 endif
109 include $(PATH_SUB_CURRENT)/tools/Makefile.kmk
110
111 BLDPROGS += uniread
112 LIBRARIES += RuntimeR3 RuntimeBldProg RuntimeEFCPP RuntimeR3NoCRTGCC
113 ifdef VBOX_WITH_R0_MODULES
114 LIBRARIES += RuntimeR0
115 endif
116 LIBRARIES.solaris += RuntimeR0Stub
117 LIBRARIES.win += RuntimeR0Stub RuntimeR3NoCrt
118 LIBRARIES.win.amd64 += RuntimeR3-x86
119 ifdef VBOX_WITH_RAW_MODE
120 LIBRARIES += RuntimeRC
121 LIBRARIES.win += RuntimeRCStub
122 endif
123 ifdef VBOX_WITH_VBOXDRV
124 LIBRARIES += RuntimeR0Drv
125 endif
126 ifdef VBOX_WITH_ADDITIONS
127 LIBRARIES += RuntimeGuestR3 RuntimeGuestR3Shared
128 LIBRARIES.win.amd64 += RuntimeGuestR3-x86 RuntimeGuestR3Shared-x86
129 ifdef VBOX_WITH_ADDITION_DRIVERS
130 LIBRARIES += RuntimeGuestR0
131 endif
132 #LIBRARIES.os2 += RuntimeGuestR0OS2Warp3
133 endif # VBOX_WITH_ADDITIONS
134 ifndef VBOX_WITH_NOCRT_STATIC
135 LIBRARIES.win.x86 += RuntimeR3VccTricks
136 endif
137 ifneq ($(VBOX_LIB_RUNTIME_STATIC),$(VBOX_LIB_RUNTIME_STATIC_NO_ASAN))
138 LIBRARIES += RuntimeR3NoAsan
139 endif
140 DLLS += VBoxRT
141 ifdef VBOX_WITH_32_ON_64_MAIN_API
142 DLLS += VBoxRT-x86
143 endif
144endif
145
146
147# Always build the ntdll import libraries on windows.
148LIBRARIES.win += RuntimeR3NtDll-x86
149if1of (amd64, $(KBUILD_TARGET_ARCH) $(KBUILD_HOST_ARCH))
150 LIBRARIES.win += RuntimeR3NtDll-amd64
151endif
152
153
154# Always build the import library.
155IMPORT_LIBS += VBoxRTImp
156
157
158# Where the generated stuff goes.
159IPRT_OUT_DIR := $(PATH_TARGET)/Runtime
160BLDDIRS += $(IPRT_OUT_DIR)
161OTHER_CLEAN += \
162 $(IPRT_OUT_DIR)/errmsgdata.h \
163 $(IPRT_OUT_DIR)/errmsgwindata.h \
164 $(IPRT_OUT_DIR)/errmsgwindata-sorted.h \
165 $(IPRT_OUT_DIR)/errmsgwindata-sorted.h.ts \
166 $(IPRT_OUT_DIR)/errmsgvboxcomdata.h \
167 $(IPRT_OUT_DIR)/errmsgvboxcomdata.h.ts \
168 $(IPRT_OUT_DIR)/odi2name.h \
169 $(IPRT_OUT_DIR)/odi2name.h.ts \
170 $(IPRT_DOXYFILE_OUTPUT)/Doxyfile.iprt \
171 $(IPRT_DOXYFILE_OUTPUT)/Doxyfile.iprt.dep \
172 $(IPRT_DOXYFILE_OUTPUT)/docs.iprt
173
174
175#
176# Globals
177#
178VBOX_PATH_RUNTIME_SRC := $(PATH_SUB_CURRENT)
179
180
181#
182# Set the defines that buildconfig.cpp needs. Its used by several targets.
183#
184common/misc/buildconfig.cpp_DEFS = \
185 IPRT_BLDCFG_SCM_REV=$(VBOX_SVN_REV) \
186 IPRT_BLDCFG_VERSION_MAJOR=$(VBOX_VERSION_MAJOR) \
187 IPRT_BLDCFG_VERSION_MINOR=$(VBOX_VERSION_MINOR) \
188 IPRT_BLDCFG_VERSION_BUILD=$(VBOX_VERSION_BUILD)
189ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING
190common/misc/buildconfig.cpp_DEFS += \
191 IPRT_BLDCFG_VERSION_STRING="$(VBOX_VERSION_STRING)" \
192 IPRT_BLDCFG_TARGET="$(KBUILD_TARGET)" \
193 IPRT_BLDCFG_TARGET_ARCH="$(KBUILD_TARGET_ARCH)" \
194 IPRT_BLDCFG_TYPE="$(KBUILD_TYPE)"
195else
196common/misc/buildconfig.cpp_DEFS += \
197 IPRT_BLDCFG_VERSION_STRING=\"$(VBOX_VERSION_STRING)\" \
198 IPRT_BLDCFG_TARGET=\"$(KBUILD_TARGET)\" \
199 IPRT_BLDCFG_TARGET_ARCH=\"$(KBUILD_TARGET_ARCH)\" \
200 IPRT_BLDCFG_TYPE=\"$(KBUILD_TYPE)\"
201endif
202
203#
204# OID to C table conversion program.
205#
206BLDPROGS += oiddb2c
207oiddb2c_TEMPLATE = VBoxBldProg
208oiddb2c_SOURCES = common/asn1/oiddb2c.cpp
209
210common/asn1/asn1-dump.cpp_DEPS = $(IPRT_OUT_DIR)/oiddb.h
211common/asn1/asn1-dump.cpp_INCS = $(IPRT_OUT_DIR)
212OTHER_CLEAN += $(IPRT_OUT_DIR)/oiddb.h $(IPRT_OUT_DIR)/oiddb.h.ts
213
214$(IPRT_OUT_DIR)/oiddb.h.ts +| $(IPRT_OUT_DIR)/oiddb.h: \
215 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/oiddb.cfg \
216 $(VBOX_EXTRA_OID_CFG_FILES) \
217 $$(oiddb2c_1_TARGET) \
218 | $$(dir $$@)
219 $(call MSG_GENERATE,,$@,$(filter %.xidl,$^))
220 $(QUIET)$(oiddb2c_1_TARGET) "$@" $(filter %.cfg,$^)
221 $(QUIET)$(CP) --changed -fv "$@" "$(IPRT_OUT_DIR)/oiddb.h"
222
223
224#
225# Unicode Specification reader used to regenerate unidata-*.cpp.
226#
227uniread_TEMPLATE = VBoxBldProg
228uniread_SOURCES = common/string/uniread.cpp
229uniread_INCS = include
230
231#
232# Win64 assembly sources.
233#
234RuntimeWin64ASM_SOURCES = \
235 win/amd64/ASMAtomicBitClear.asm \
236 win/amd64/ASMAtomicBitTestAndToggle.asm \
237 win/amd64/ASMAtomicBitToggle.asm \
238 win/amd64/ASMAtomicReadU64.asm \
239 win/amd64/ASMAtomicXchgU8.asm \
240 win/amd64/ASMGetCS.asm \
241 win/amd64/ASMGetDS.asm \
242 win/amd64/ASMGetES.asm \
243 common/asm/ASMGetFlags.asm \
244 win/amd64/ASMGetFS.asm \
245 win/amd64/ASMGetGS.asm \
246 win/amd64/ASMGetSS.asm \
247 win/amd64/ASMProbeReadByte.asm \
248 common/asm/ASMSetFlags.asm \
249 common/asm/ASMAddFlags.asm \
250 win/amd64/ASMGetDR0.asm \
251 win/amd64/ASMGetDR1.asm \
252 win/amd64/ASMGetDR2.asm \
253 win/amd64/ASMGetDR3.asm \
254 win/amd64/ASMGetDR6.asm \
255 win/amd64/ASMGetDR7.asm \
256 common/asm/ASMAtomicCmpXchgU8.asm \
257 common/asm/ASMAtomicCmpXchgU16.asm \
258 common/asm/ASMAtomicXchgU16.asm \
259 common/asm/ASMBitFirstClear.asm \
260 common/asm/ASMBitFirstSet.asm \
261 common/asm/ASMBitNextClear.asm \
262 common/asm/ASMBitNextSet.asm \
263 common/asm/ASMMultU32ByU32DivByU32.asm \
264 common/asm/ASMMultU64ByU32DivByU32.asm \
265 common/asm/ASMCpuId_Idx_ECX.asm \
266 common/asm/ASMNopPause.asm \
267 common/asm/ASMGetIDTR.asm \
268 common/asm/ASMGetIdtrLimit.asm \
269 common/asm/ASMSetIDTR.asm \
270 common/asm/ASMGetGDTR.asm \
271 common/asm/ASMSetGDTR.asm \
272 common/asm/ASMGetLDTR.asm \
273 common/asm/ASMGetSegAttr.asm \
274 common/asm/ASMGetFSBase.asm \
275 common/asm/ASMSetFSBase.asm \
276 common/asm/ASMGetGSBase.asm \
277 common/asm/ASMSetGSBase.asm \
278 common/asm/ASMGetTR.asm \
279
280#
281# Win32 assembly sources.
282#
283RuntimeWin32ASM_SOURCES = \
284 common/asm/ASMAtomicCmpXchgU8.asm \
285 common/asm/ASMAtomicCmpXchgU16.asm \
286 common/asm/ASMAtomicXchgU16.asm \
287 common/asm/ASMMultU32ByU32DivByU32.asm \
288 common/asm/ASMMultU64ByU32DivByU32.asm \
289 common/asm/ASMCpuId_Idx_ECX.asm \
290 common/asm/ASMGetSegAttr.asm
291
292
293#
294# NoCRT sources (minus math stuff).
295#
296if1of ($(KBUILD_TARGET_ARCH), amd64 x86)
297RuntimeNoCrt_SOURCES = \
298 common/misc/setjmp.asm \
299 common/string/bzero.asm \
300 common/string/memchr.asm \
301 common/string/memcmp.asm \
302 common/string/memcpy.asm \
303 common/string/mempcpy.asm \
304 common/string/memmove.asm \
305 common/string/memset.asm \
306 common/string/strchr.asm \
307 common/string/strcpy.asm \
308 common/string/strncpy.asm \
309 common/string/strcmp.asm \
310 common/string/strlen.asm
311endif
312
313
314#
315# RuntimeBaseR3 - Commmon Base Runtime Target for Ring-3 executables.
316#
317# Note! This is not make itself, it's only used as a base target config to be
318# inherited from by RuntimeR3(.lib) and VBoxR3(.dll).
319#
320RuntimeBaseR3_TEMPLATE = VBoxR3Static
321RuntimeBaseR3_SDKS = VBOX_LIBXML2
322RuntimeBaseR3_SDKS.win = $(VBOX_WINPSDK) $(VBOX_WINDDK)
323RuntimeBaseR3_DEFS = \
324 IN_RT_R3 \
325 LDR_WITH_NATIVE \
326 LDR_WITH_ELF32 \
327 LDR_WITH_LX \
328 LDR_WITH_MACHO \
329 LDR_WITH_PE \
330 RT_WITH_VBOX \
331 RT_NO_GIP \
332 RT_WITHOUT_NOCRT_WRAPPERS \
333 NOFILEID
334if1of ($(KBUILD_TARGET_ARCH), amd64 x86)
335 RuntimeBaseR3_DEFS += \
336 IN_SUP_R3
337endif
338#RuntimeBaseR3_DEFS += RTMEM_WRAP_TO_EF_APIS
339ifdef IPRT_WITH_LZJB
340 RuntimeBaseR3_DEFS += RTZIP_USE_LZJB
341endif
342ifdef IPRT_WITH_LZO
343 RuntimeBaseR3_DEFS += RTZIP_USE_LZO
344endif
345ifn1of ($(KBUILD_TARGET), win)
346 RuntimeBaseR3_DEFS += RT_WITH_ICONV_CACHE
347endif
348ifdef IPRT_WITH_FUTEX_BASED_SEMS
349 RuntimeBaseR3_DEFS.linux += IPRT_WITH_FUTEX_BASED_SEMS
350endif
351ifdef IPRT_HTTP_WITH_WEBDAV
352 RuntimeBaseR3_DEFS += IPRT_HTTP_WITH_WEBDAV
353endif
354ifdef IPRT_WITHOUT_PAM
355 RuntimeBaseR3_DEFS += IPRT_WITHOUT_PAM
356endif
357RuntimeBaseR3_INCS = \
358 include \
359 $(SDK_VBOX_ZLIB_INCS) \
360 $(SDK_VBOX_LZF_INCS)
361
362# RuntimeBaseR3_INCS.solaris = \
363# /usr/include
364
365RuntimeBaseR3_SOURCES := \
366 common/alloc/alloc.cpp \
367 common/alloc/heapsimple.cpp \
368 common/alloc/heapoffset.cpp \
369 common/alloc/memcache.cpp \
370 common/alloc/memtracker.cpp \
371 common/asn1/asn1-basics.cpp \
372 common/asn1/asn1-cursor.cpp \
373 common/asn1/asn1-default-allocator.cpp \
374 common/asn1/asn1-efence-allocator.cpp \
375 common/asn1/asn1-safer-allocator.cpp \
376 common/asn1/asn1-dump.cpp \
377 common/asn1/asn1-encode.cpp \
378 common/asn1/asn1-ut-bitstring.cpp \
379 common/asn1/asn1-ut-bitstring-decode.cpp \
380 common/asn1/asn1-ut-boolean.cpp \
381 common/asn1/asn1-ut-boolean-decode.cpp \
382 common/asn1/asn1-ut-core.cpp \
383 common/asn1/asn1-ut-core-decode.cpp \
384 common/asn1/asn1-ut-dyntype.cpp \
385 common/asn1/asn1-ut-dyntype-decode.cpp \
386 common/asn1/asn1-ut-integer.cpp \
387 common/asn1/asn1-ut-integer-decode.cpp \
388 common/asn1/asn1-ut-null.cpp \
389 common/asn1/asn1-ut-null-decode.cpp \
390 common/asn1/asn1-ut-objid.cpp \
391 common/asn1/asn1-ut-objid-decode.cpp \
392 common/asn1/asn1-ut-octetstring.cpp \
393 common/asn1/asn1-ut-octetstring-decode.cpp \
394 common/asn1/asn1-ut-string.cpp \
395 common/asn1/asn1-ut-string-decode.cpp \
396 common/asn1/asn1-ut-time.cpp \
397 common/asn1/asn1-ut-time-decode.cpp \
398 common/checksum/adler32.cpp \
399 common/checksum/crc32.cpp \
400 common/checksum/crc32c.cpp \
401 common/checksum/crc64.cpp \
402 common/checksum/crc16ccitt.cpp \
403 common/checksum/alt-md2.cpp \
404 common/checksum/alt-md4.cpp \
405 common/checksum/alt-md5.cpp \
406 common/checksum/alt-sha1.cpp \
407 common/checksum/alt-sha256.cpp \
408 common/checksum/alt-sha512.cpp \
409 common/checksum/alt-sha3.cpp \
410 common/checksum/md2str.cpp \
411 common/checksum/md4str.cpp \
412 common/checksum/md5str.cpp \
413 common/checksum/ipv4.cpp \
414 common/checksum/ipv6.cpp \
415 common/checksum/manifest.cpp \
416 common/checksum/manifest2.cpp \
417 common/checksum/manifest3.cpp \
418 common/checksum/manifest-file.cpp \
419 common/checksum/RTSha1Digest.cpp \
420 common/checksum/RTSha256Digest.cpp \
421 common/checksum/sha1str.cpp \
422 common/checksum/sha224str.cpp \
423 common/checksum/sha256str.cpp \
424 common/checksum/sha384str.cpp \
425 common/checksum/sha512str.cpp \
426 common/checksum/sha512t224str.cpp \
427 common/checksum/sha512t256str.cpp \
428 common/crypto/cipher-openssl.cpp \
429 common/crypto/digest-core.cpp \
430 common/crypto/digest-builtin.cpp \
431 common/crypto/digest-vfs.cpp \
432 common/crypto/iprt-openssl.cpp \
433 common/crypto/key.cpp \
434 common/crypto/key-file.cpp \
435 common/crypto/key-openssl.cpp \
436 common/crypto/key-create-rsa-openssl.cpp \
437 common/crypto/rc4-openssl.cpp \
438 common/crypto/rsa-asn1-decoder.cpp \
439 common/crypto/rsa-core.cpp \
440 common/crypto/rsa-init.cpp \
441 common/crypto/rsa-sanity.cpp \
442 common/crypto/pemfile-read.cpp \
443 common/crypto/pemfile-write.cpp \
444 common/crypto/pkcs7-asn1-decoder.cpp \
445 common/crypto/pkcs7-core.cpp \
446 common/crypto/pkcs7-file.cpp \
447 common/crypto/pkcs7-init.cpp \
448 common/crypto/pkcs7-sanity.cpp \
449 common/crypto/pkcs7-sign.cpp \
450 common/crypto/pkcs7-verify.cpp \
451 common/crypto/pkix-sign.cpp \
452 common/crypto/pkix-signature-builtin.cpp \
453 common/crypto/pkix-signature-core.cpp \
454 common/crypto/pkix-signature-rsa.cpp \
455 common/crypto/pkix-util.cpp \
456 common/crypto/pkix-verify.cpp \
457 common/crypto/spc-asn1-decoder.cpp \
458 common/crypto/spc-core.cpp \
459 common/crypto/spc-init.cpp \
460 common/crypto/spc-sanity.cpp \
461 common/crypto/ssl-openssl.cpp \
462 common/crypto/x509-asn1-decoder.cpp \
463 common/crypto/x509-certpaths.cpp \
464 common/crypto/x509-core.cpp \
465 common/crypto/x509-file.cpp \
466 common/crypto/x509-init.cpp \
467 common/crypto/x509-sanity.cpp \
468 common/crypto/x509-verify.cpp \
469 common/crypto/taf-asn1-decoder.cpp \
470 common/crypto/taf-core.cpp \
471 common/crypto/taf-init.cpp \
472 common/crypto/taf-sanity.cpp \
473 common/crypto/tsp-asn1-decoder.cpp \
474 common/crypto/tsp-core.cpp \
475 common/crypto/tsp-init.cpp \
476 common/crypto/tsp-sanity.cpp \
477 common/crypto/store.cpp \
478 common/crypto/store-inmem.cpp \
479 common/crypto/store-cert-add-basic.cpp \
480 common/crypto/RTCrPkcs5Pbkdf2Hmac-openssl.cpp \
481 common/crypto/RTCrRandBytes-openssl.cpp \
482 common/crypto/RTCrStoreCertAddFromJavaKeyStore.cpp \
483 common/crypto/RTCrStoreCertAddWantedFromFishingExpedition.cpp \
484 common/crypto/RTCrStoreCertExportAsPem.cpp \
485 common/crypto/RTCrStoreCreateSnapshotOfUserAndSystemTrustedCAsAndCerts.cpp \
486 common/dbg/dbg.cpp \
487 common/dbg/dbgas.cpp \
488 common/dbg/dbgcfg.cpp \
489 common/dbg/dbgmod.cpp \
490 common/dbg/dbgmodldr.cpp \
491 common/dbg/dbgmodcontainer.cpp \
492 common/dbg/dbgmoddeferred.cpp \
493 common/dbg/dbgmodexports.cpp \
494 common/dbg/dbgmodcodeview.cpp \
495 common/dbg/dbgmoddwarf.cpp \
496 common/dbg/dbgmodmapsym.cpp \
497 common/dbg/dbgmodnm.cpp \
498 common/dvm/dvm.cpp \
499 common/dvm/dvmbsdlabel.cpp \
500 common/dvm/dvmgpt.cpp \
501 common/dvm/dvmmbr.cpp \
502 common/dvm/dvmvfs.cpp \
503 common/efi/efiguid.cpp \
504 common/efi/efitime.cpp \
505 common/efi/efisignaturedb.cpp \
506 common/efi/efivarstorevfs.cpp \
507 common/err/errinfo.cpp \
508 common/err/errinfolog.cpp \
509 common/err/errinfo-alloc.cpp \
510 common/err/errmsg.cpp \
511 common/err/RTErrConvertFromErrno.cpp \
512 common/err/RTErrConvertToErrno.cpp \
513 common/fs/extvfs.cpp \
514 common/fs/fatvfs.cpp \
515 common/fs/isovfs.cpp \
516 common/fs/isomaker.cpp \
517 common/fs/isomakercmd.cpp \
518 common/fs/isomakerimport.cpp \
519 common/fs/ntfsvfs.cpp \
520 common/fs/RTFsCmdLs.cpp \
521 common/ioqueue/ioqueuebase.cpp \
522 common/ioqueue/ioqueue-stdfile-provider.cpp \
523 common/ldr/ldr.cpp \
524 common/ldr/ldrELF.cpp \
525 common/ldr/ldrEx.cpp \
526 common/ldr/ldrFile.cpp \
527 common/ldr/ldrVfsFile.cpp \
528 common/ldr/ldrLX.cpp \
529 common/ldr/ldrMachO.cpp \
530 common/ldr/ldrMemory.cpp \
531 common/ldr/ldrNative.cpp \
532 common/ldr/ldrPE.cpp \
533 common/log/log.cpp \
534 common/log/log-weak.cpp \
535 common/log/log-weak-assert.cpp \
536 common/log/log-weak-rel.cpp \
537 common/log/logellipsis.cpp \
538 common/log/logrel.cpp \
539 common/log/logrelellipsis.cpp \
540 common/log/logcom.cpp \
541 common/log/logformat.cpp \
542 common/log/tracebuf.cpp \
543 common/log/tracedefault.cpp \
544 common/log/tracelogreader.cpp \
545 common/log/tracelogwriter.cpp \
546 common/log/RTLogCreateEx.cpp \
547 common/math/bignum.cpp \
548 common/misc/RTAssertMsg1Weak.cpp \
549 common/misc/RTAssertMsg2.cpp \
550 common/misc/RTAssertMsg2Add.cpp \
551 common/misc/RTAssertMsg2AddWeak.cpp \
552 common/misc/RTAssertMsg2AddWeakV.cpp \
553 common/misc/RTAssertMsg2Weak.cpp \
554 common/misc/RTAssertMsg2WeakV.cpp \
555 common/misc/RTFileModeToFlags.cpp \
556 common/misc/RTFileOpenF.cpp \
557 common/misc/RTFileOpenV.cpp \
558 common/misc/RTMemWipeThoroughly.cpp \
559 common/misc/RTSystemFirmwareTypeName.cpp \
560 common/misc/assert.cpp \
561 common/misc/buildconfig.cpp \
562 common/misc/cidr.cpp \
563 common/misc/expreval.cpp \
564 common/misc/getopt.cpp \
565 common/misc/getoptargv.cpp \
566 common/misc/handle.cpp \
567 common/misc/handletable.cpp \
568 common/misc/handletablectx.cpp \
569 common/misc/handletablesimple.cpp \
570 common/misc/inifile.cpp \
571 common/misc/json.cpp \
572 common/misc/lockvalidator.cpp \
573 common/misc/message.cpp \
574 common/misc/messagerefentry.cpp \
575 common/misc/once.cpp \
576 common/misc/req.cpp \
577 common/misc/reqpool.cpp \
578 common/misc/reqqueue.cpp \
579 common/misc/sanity-c.c \
580 common/misc/sanity-cpp.cpp \
581 common/misc/semspingpong.cpp \
582 common/misc/sg.cpp \
583 common/misc/circbuf.cpp \
584 common/misc/thread.cpp \
585 common/misc/term.cpp \
586 common/misc/uri.cpp \
587 common/net/netaddrstr2.cpp \
588 common/net/macstr.cpp \
589 common/path/rtPathRootSpecLen.cpp \
590 common/path/rtPathVolumeSpecLen.cpp \
591 common/path/RTPathAbsDup.cpp \
592 common/path/RTPathAbsEx.cpp \
593 common/path/RTPathAbsExDup.cpp \
594 common/path/RTPathAppend.cpp \
595 common/path/RTPathAppendEx.cpp \
596 common/path/RTPathCalcRelative.cpp \
597 common/path/RTPathChangeToDosSlashes.cpp \
598 common/path/RTPathChangeToUnixSlashes.cpp \
599 common/path/RTPathCopyComponents.cpp \
600 common/path/RTPathCountComponents.cpp \
601 common/path/RTPathEnsureTrailingSeparator.cpp \
602 common/path/RTPathExt.cpp \
603 common/path/RTPathFilename.cpp \
604 common/path/RTPathFilenameUtf16.cpp \
605 common/path/RTPathFindCommon.cpp \
606 common/path/RTPathGlob.cpp \
607 common/path/RTPathHasExt.cpp \
608 common/path/RTPathHasPath.cpp \
609 common/path/RTPathJoin.cpp \
610 common/path/RTPathJoinA.cpp \
611 common/path/RTPathJoinEx.cpp \
612 common/path/RTPathParentLength.cpp \
613 common/path/RTPathParse.cpp \
614 common/path/RTPathParsedReassemble.cpp \
615 common/path/RTPathParseSimple.cpp \
616 common/path/RTPathPurgeFilename.cpp \
617 common/path/RTPathRealDup.cpp \
618 common/path/RTPathRmCmd.cpp \
619 common/path/RTPathSkipRootSpec.cpp \
620 common/path/RTPathSplit.cpp \
621 common/path/RTPathSplitA.cpp \
622 common/path/RTPathSplitReassemble.cpp \
623 common/path/RTPathStartsWithRoot.cpp \
624 common/path/RTPathStripExt.cpp \
625 common/path/RTPathStripFilename.cpp \
626 common/path/RTPathStripTrailingSlash.cpp \
627 common/path/RTPathTraverseList.cpp \
628 common/path/comparepaths.cpp \
629 common/rand/rand.cpp \
630 common/rand/randadv.cpp \
631 common/rand/randparkmiller.cpp \
632 common/sort/RTSortIsSorted.cpp \
633 common/sort/RTSortApvIsSorted.cpp \
634 common/sort/shellsort.cpp \
635 common/string/RTStrCat.cpp \
636 common/string/RTStrCatEx.cpp \
637 common/string/RTStrCatP.cpp \
638 common/string/RTStrCatPEx.cpp \
639 common/string/RTStrCmp.cpp \
640 common/string/RTStrCopy.cpp \
641 common/string/RTStrCopyEx.cpp \
642 common/string/RTStrCopyP.cpp \
643 common/string/RTStrCopyPEx.cpp \
644 common/string/RTStrNCmp.cpp \
645 common/string/RTStrNLen.cpp \
646 common/string/RTStrNLenEx.cpp \
647 common/string/RTStrPrintHexBytes.cpp \
648 common/string/RTStrStartsWith.cpp \
649 common/string/RTStrIStartsWith.cpp \
650 common/string/RTStrICmpAscii.cpp \
651 common/string/RTStrNICmpAscii.cpp \
652 common/string/RTStrSplit.cpp \
653 common/string/RTStrStr.cpp \
654 common/string/RTUtf16Copy.cpp \
655 common/string/RTUtf16CopyAscii.cpp \
656 common/string/RTUtf16CopyEx.cpp \
657 common/string/RTUtf16Cat.cpp \
658 common/string/RTUtf16CatAscii.cpp \
659 common/string/RTUtf16Chr.cpp \
660 common/string/RTUtf16CmpAscii.cpp \
661 common/string/RTUtf16ICmpAscii.cpp \
662 common/string/RTUtf16End.cpp \
663 common/string/RTUtf16NCmp.cpp \
664 common/string/RTUtf16NCmpAscii.cpp \
665 common/string/RTUtf16NCmpUtf8.cpp \
666 common/string/RTUtf16NICmpAscii.cpp \
667 common/string/RTUtf16FindAscii.cpp \
668 common/string/RTUtf16NLen.cpp \
669 common/string/RTUtf16NLenEx.cpp \
670 common/string/RTUtf16PrintHexBytes.cpp \
671 common/string/base64.cpp \
672 common/string/base64-utf16.cpp \
673 common/string/simplepattern.cpp \
674 common/string/straprintf.cpp \
675 common/string/strformat.cpp \
676 common/string/RTStrFormat.cpp \
677 common/string/strformatfloat.cpp \
678 common/string/strformatnum.cpp \
679 common/string/strformatrt.cpp \
680 common/string/strformattype.cpp \
681 common/string/strhash1.cpp \
682 common/string/stringalloc.cpp \
683 common/string/strprintf.cpp \
684 common/string/strprintf-ellipsis.cpp \
685 common/string/strprintf2.cpp \
686 common/string/strprintf2-ellipsis.cpp \
687 common/string/strcache.cpp \
688 common/string/strspace.cpp \
689 common/string/strstrip.cpp \
690 common/string/strtofloat.cpp \
691 common/string/strtonum.cpp \
692 common/string/strversion.cpp \
693 common/string/uni.cpp \
694 common/string/unidata-flags.cpp \
695 common/string/unidata-lower.cpp \
696 common/string/unidata-upper.cpp \
697 common/string/utf-16.cpp \
698 common/string/utf-16-case.cpp \
699 common/string/utf-16-latin-1.cpp \
700 common/string/utf-16-printf.cpp \
701 common/string/utf-8.cpp \
702 common/string/utf-8-case.cpp \
703 common/string/utf-8-case2.cpp \
704 common/string/ministring.cpp \
705 common/table/avlgcptr.cpp \
706 common/table/avlhcphys.cpp \
707 common/table/avlgcphys.cpp \
708 common/table/avllu32.cpp \
709 common/table/avlou32.cpp \
710 common/table/avlogcphys.cpp \
711 common/table/avlogcptr.cpp \
712 common/table/avlohcphys.cpp \
713 common/table/avloioport.cpp \
714 common/table/avlpv.cpp \
715 common/table/avlrgcptr.cpp \
716 common/table/avlrogcphys.cpp \
717 common/table/avlrogcptr.cpp \
718 common/table/avlroioport.cpp \
719 common/table/avlroogcptr.cpp \
720 common/table/avlrpv.cpp \
721 common/table/avlruintptr.cpp \
722 common/table/avlrfoff.cpp \
723 common/table/avlru64.cpp \
724 common/table/avlu32.cpp \
725 common/table/avlu64.cpp \
726 common/table/avluintptr.cpp \
727 common/table/avlul.cpp \
728 common/table/table.cpp \
729 common/time/time.cpp \
730 common/time/timeprog.cpp \
731 common/time/timesup.cpp \
732 common/time/timezoneinfo.cpp \
733 common/time/RTTimeFormatDurationEx.cpp \
734 common/vfs/vfsbase.cpp \
735 common/vfs/vfschain.cpp \
736 common/vfs/vfsfss2dir.cpp \
737 common/vfs/vfsiosmisc.cpp \
738 common/vfs/vfsmemory.cpp \
739 common/vfs/vfsmisc.cpp \
740 common/vfs/vfsmount.cpp \
741 common/vfs/vfsmsg.cpp \
742 common/vfs/vfsprogress.cpp \
743 common/vfs/vfsreadahead.cpp \
744 common/vfs/vfsstddir.cpp \
745 common/vfs/vfsstdfile.cpp \
746 common/vfs/vfsstdpipe.cpp \
747 common/vfs/vfsprintf.cpp \
748 common/zip/cpiovfs.cpp \
749 common/zip/tar.cpp \
750 common/zip/tarcmd.cpp \
751 common/zip/tarvfs.cpp \
752 common/zip/tarvfswriter.cpp \
753 common/zip/gzipvfs.cpp \
754 common/zip/gzipcmd.cpp \
755 common/zip/pkzip.cpp \
756 common/zip/pkzipvfs.cpp \
757 common/zip/unzipcmd.cpp \
758 common/zip/zip.cpp \
759 generic/createtemp-generic.cpp \
760 generic/critsect-generic.cpp \
761 generic/critsectrw-generic.cpp \
762 generic/env-generic.cpp \
763 generic/http.cpp \
764 generic/RTDirCreateUniqueNumbered-generic.cpp \
765 generic/RTEnvDupEx-generic.cpp \
766 generic/RTFileCopy-generic.cpp \
767 generic/RTFileCopyAttributes-generic.cpp \
768 generic/RTFileCopyEx-generic.cpp \
769 generic/RTFileCopyByHandlesEx-generic.cpp \
770 generic/RTFileCopyPart-generic.cpp \
771 generic/RTFileQuerySize-generic.cpp \
772 generic/RTFileReadAll-generic.cpp \
773 generic/RTFileReadAllEx-generic.cpp \
774 generic/RTFileReadAllByHandle-generic.cpp \
775 generic/RTFileReadAllByHandleEx-generic.cpp \
776 generic/RTFileReadAllFree-generic.cpp \
777 generic/RTLogWriteStdErr-generic.cpp \
778 generic/RTLogWriteStdOut-generic.cpp \
779 generic/RTLogWriteUser-generic.cpp \
780 generic/RTPathGetCurrentDrive-generic.cpp \
781 generic/RTPathIsSame-generic.cpp \
782 generic/RTTimerLRCreate-generic.cpp \
783 generic/rtStrFormatKernelAddress-generic.cpp \
784 generic/mempool-generic.cpp \
785 generic/semfastmutex-generic.cpp \
786 generic/semxroads-generic.cpp \
787 generic/spinlock-generic.cpp \
788 generic/timerlr-generic.cpp \
789 r3/alloc-ef.cpp \
790 r3/alloc.cpp \
791 r3/allocex.cpp \
792 r3/dir.cpp \
793 r3/dir2.cpp \
794 r3/fileio.cpp \
795 r3/fs.cpp \
796 r3/ftp-server.cpp \
797 r3/http-server.cpp \
798 r3/init.cpp \
799 r3/init-data.cpp \
800 r3/process-data.cpp \
801 r3/memsafer-r3.cpp \
802 r3/path.cpp \
803 r3/RTPathTemp.cpp \
804 r3/poll.cpp \
805 r3/process.cpp \
806 r3/socket.cpp \
807 r3/stream.cpp \
808 r3/test.cpp \
809 r3/testi.cpp \
810 r3/tcp.cpp \
811 r3/udp.cpp \
812 r3/generic/semspinmutex-r3-generic.cpp \
813 r3/xml.cpp \
814 common/zip/xarvfs.cpp
815
816
817#if1of ($(KBUILD_TARGET_ARCH),amd64 x86)
818# RuntimeBaseR3_SOURCES += common/time/timesupA.asm
819#else
820 RuntimeBaseR3_SOURCES += common/time/timesupref.cpp
821#endif
822
823RuntimeBaseR3_SOURCES.x86 += \
824 generic/RTMpGetDescription-generic.cpp \
825 common/misc/zero.asm \
826 common/misc/RTSystemIsInsideVM-amd64-x86.cpp \
827 common/string/RTStrMemFind32.asm
828RuntimeBaseR3_SOURCES.amd64 += \
829 generic/RTMpGetDescription-generic.cpp \
830 common/misc/zero.asm \
831 common/misc/RTSystemIsInsideVM-amd64-x86.cpp \
832 common/string/RTStrMemFind32.asm
833RuntimeBaseR3_SOURCES.arm32 := \
834 common/asm/ASMBitFirstClear-generic.cpp \
835 common/asm/ASMBitNextClear-generic.cpp \
836 common/asm/ASMBitFirstSet-generic.cpp \
837 common/asm/ASMBitNextSet-generic.cpp \
838 common/asm/ASMMemZeroPage-generic.cpp \
839 common/asm/ASMMemZero32-generic.cpp \
840 common/asm/ASMMemFill32-generic.cpp \
841 common/asm/ASMMemFirstMismatchingU8-generic.cpp \
842 common/asm/ASMMemFirstNonZero-generic.cpp \
843 common/misc/zero-alt.S
844RuntimeBaseR3_SOURCES.arm64 := \
845 common/asm/ASMBitFirstClear-generic.cpp \
846 common/asm/ASMBitNextClear-generic.cpp \
847 common/asm/ASMBitFirstSet-generic.cpp \
848 common/asm/ASMBitNextSet-generic.cpp \
849 common/asm/ASMMemZeroPage-generic.cpp \
850 common/asm/ASMMemZero32-generic.cpp \
851 common/asm/ASMMemFill32-generic.cpp \
852 common/asm/ASMMemFirstMismatchingU8-generic.cpp \
853 common/asm/ASMMemFirstNonZero-generic.cpp \
854 common/misc/zero-alt.S
855RuntimeBaseR3_SOURCES.sparc32 += \
856 generic/RTMpGetDescription-generic-stub.cpp \
857 generic/RTSystemIsInsideVM-generic.cpp \
858 common/asm/ASMBitFirstClear-generic.cpp \
859 common/asm/ASMBitNextClear-generic.cpp \
860 common/asm/ASMBitFirstSet-generic.cpp \
861 common/asm/ASMBitNextSet-generic.cpp \
862 common/asm/ASMMemZeroPage-generic.cpp \
863 common/asm/ASMMemZero32-generic.cpp \
864 common/asm/ASMMemFill32-generic.cpp \
865 common/asm/ASMMemFirstMismatchingU8-generic.cpp \
866 common/asm/ASMMemFirstNonZero-generic.cpp \
867 common/asm/asm-fake.cpp \
868 common/misc/zero-alt.S \
869 common/string/RTStrMemFind32.cpp
870RuntimeBaseR3_SOURCES.sparc64 += \
871 generic/RTMpGetDescription-generic-stub.cpp \
872 generic/RTSystemIsInsideVM-generic.cpp \
873 common/asm/ASMBitFirstClear-generic.cpp \
874 common/asm/ASMBitNextClear-generic.cpp \
875 common/asm/ASMBitFirstSet-generic.cpp \
876 common/asm/ASMBitNextSet-generic.cpp \
877 common/asm/ASMMemZeroPage-generic.cpp \
878 common/asm/ASMMemZero32-generic.cpp \
879 common/asm/ASMMemFill32-generic.cpp \
880 common/asm/ASMMemFirstMismatchingU8-generic.cpp \
881 common/asm/ASMMemFirstNonZero-generic.cpp \
882 common/asm/asm-fake.cpp \
883 common/misc/zero-alt.S \
884 common/string/RTStrMemFind32.cpp
885
886ifdef IPRT_WITH_LZJB
887 RuntimeBaseR3_SOURCES += common/misc/lzjb.c
888endif
889
890# AMD64 / x86 assembly code.
891RuntimeBaseR3_SOURCES.x86 += \
892 common/asm/ASMCpuIdExSlow.asm \
893 common/asm/ASMAtomicUoAndU64.asm \
894 common/asm/ASMAtomicUoAndU32.asm \
895 common/asm/ASMAtomicUoDecU32.asm \
896 common/asm/ASMAtomicUoIncU32.asm \
897 common/asm/ASMAtomicUoOrU64.asm \
898 common/asm/ASMAtomicUoOrU32.asm \
899 common/asm/ASMAtomicUoXorU32.asm \
900 common/asm/ASMMemFirstMismatchingU8.asm \
901 common/asm/ASMRdMsrEx.asm \
902 common/asm/ASMWrMsrEx.asm \
903 common/asm/ASMGetXcr0.asm \
904 common/asm/ASMSetXcr0.asm \
905 common/asm/ASMXSave.asm \
906 common/asm/ASMXRstor.asm \
907 common/asm/ASMFxSave.asm \
908 common/asm/ASMFxRstor.asm \
909 common/asm/ASMSerializeInstruction-cpuid.asm \
910 common/asm/ASMSerializeInstruction-iret.asm \
911 common/asm/ASMSerializeInstruction-rdtscp.asm \
912 common/dbg/dbgstackdumpself.cpp \
913 common/dbg/dbgstackdumpself-amd64-x86.asm \
914 common/math/bignum-amd64-x86.asm \
915 common/string/RTStrEnd.asm
916RuntimeBaseR3_SOURCES.amd64 += \
917 common/asm/ASMCpuIdExSlow.asm \
918 common/asm/ASMAtomicUoAndU64.asm \
919 common/asm/ASMAtomicUoAndU32.asm \
920 common/asm/ASMAtomicUoDecU32.asm \
921 common/asm/ASMAtomicUoIncU32.asm \
922 common/asm/ASMAtomicUoOrU64.asm \
923 common/asm/ASMAtomicUoOrU32.asm \
924 common/asm/ASMAtomicUoXorU32.asm \
925 common/asm/ASMMemFirstMismatchingU8.asm \
926 common/asm/ASMRdMsrEx.asm \
927 common/asm/ASMWrMsrEx.asm \
928 common/asm/ASMGetXcr0.asm \
929 common/asm/ASMSetXcr0.asm \
930 common/asm/ASMXSave.asm \
931 common/asm/ASMXRstor.asm \
932 common/asm/ASMFxSave.asm \
933 common/asm/ASMFxRstor.asm \
934 common/asm/ASMSerializeInstruction-cpuid.asm \
935 common/asm/ASMSerializeInstruction-iret.asm \
936 common/asm/ASMSerializeInstruction-rdtscp.asm \
937 common/dbg/dbgstackdumpself.cpp \
938 common/dbg/dbgstackdumpself-amd64-x86.asm \
939 common/math/bignum-amd64-x86.asm \
940 common/math/RTUInt128MulByU64.asm \
941 common/math/RTUInt128MulByU64Ex.asm \
942 common/string/RTStrEnd.asm
943
944# Some versions of GCC might require this.
945RuntimeBaseR3_SOURCES.x86 += \
946 common/asm/ASMAtomicXchgU64.asm \
947 common/asm/ASMAtomicCmpXchgU64.asm \
948 common/asm/ASMAtomicCmpXchgExU64.asm \
949 common/asm/ASMAtomicReadU64.asm \
950 common/asm/ASMAtomicUoReadU64.asm
951
952# Some non-assembly for non-AMD64 / non-x86 targets:
953RuntimeBaseR3_SOURCES.arm32 += \
954 common/string/RTStrEnd.cpp \
955 common/asm/ASMMultU64ByU32DivByU32-generic.cpp
956RuntimeBaseR3_SOURCES.arm64 += \
957 common/string/RTStrEnd.cpp \
958 common/asm/ASMMultU64ByU32DivByU32-generic.cpp
959RuntimeBaseR3_SOURCES.sparc32 += \
960 common/string/RTStrEnd.cpp \
961 common/asm/ASMMultU64ByU32DivByU32-generic.cpp
962RuntimeBaseR3_SOURCES.sparc64 += \
963 common/string/RTStrEnd.cpp \
964 common/asm/ASMMultU64ByU32DivByU32-generic.cpp
965
966# VBox specific stuff.
967RuntimeBaseR3_SOURCES += \
968 VBox/RTAssertShouldPanic-vbox.cpp \
969 VBox/log-vbox.cpp
970ifneq ($(KBUILD_TARGET),win)
971RuntimeBaseR3_SOURCES += \
972 common/err/errmsgxpcom.cpp
973endif
974if1of ($(KBUILD_TARGET),freebsd linux netbsd openbsd solaris)
975RuntimeBaseR3_SOURCES += \
976 $(if $(VBOX_WITH_DBUS),VBox/dbus.cpp,)
977endif
978
979VBOX_WITH_NT_DIRENUM = 1
980RuntimeBaseR3_SOURCES.win = \
981 common/dbg/dbgmoddbghelp.cpp \
982 common/ioqueue/ioqueue-aiofile-provider.cpp \
983 generic/cdrom-generic.cpp \
984 generic/RTDirExists-generic.cpp \
985 generic/RTDirSetMode-generic.cpp \
986 generic/RTDirSetTimes-generic.cpp \
987 generic/fileio-sg-generic.cpp \
988 generic/fileio-sg-at-generic.cpp \
989 generic/RTFileCopyPartEx-generic.cpp \
990 generic/RTFileExists-generic.cpp \
991 generic/RTFileSetAllocationSize-generic.cpp \
992 generic/RTMpGetCurFrequency-generic.cpp \
993 generic/RTMpGetMaxFrequency-generic.cpp \
994 generic/RTRandAdvCreateSystemFaster-generic.cpp \
995 generic/RTRandAdvCreateSystemTruer-generic.cpp \
996 generic/RTSemEventWait-2-ex-generic.cpp \
997 generic/RTSemEventWaitNoResume-2-ex-generic.cpp \
998 generic/RTSemEventMultiWait-2-ex-generic.cpp \
999 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
1000 generic/RTSemMutexRequest-generic.cpp \
1001 generic/RTSemMutexRequestDebug-generic.cpp \
1002 generic/RTTimerCreate-generic.cpp \
1003 generic/RTThreadSetAffinityToCpu-generic.cpp \
1004 generic/mppresent-generic-online.cpp \
1005 generic/semrw-$(if-expr defined(VBOX_WITH_LOCKLESS_SEMRW),lockless-,)generic.cpp \
1006 generic/uuid-generic.cpp \
1007 generic/RTProcDaemonize-generic.cpp \
1008 generic/RTProcIsRunningByName-generic.cpp \
1009 generic/RTThreadGetNativeState-generic.cpp \
1010 nt/RTErrConvertFromNtStatus.cpp \
1011 nt/RTNtPathExpand8dot3Path.cpp \
1012 nt/RTNtPathExpand8dot3PathA.cpp \
1013 nt/RTNtPathFindPossible8dot3Name.cpp \
1014 nt/fileioutils-nt.cpp \
1015 r3/generic/RTLocaleQueryLocaleName-r3-generic.cpp \
1016 r3/nt/dirrel-r3-nt.cpp \
1017 r3/nt/fs-nt.cpp \
1018 r3/nt/pathint-nt.cpp \
1019 r3/nt/RTFileQueryFsSizes-nt.cpp \
1020 r3/nt/RTFileSetMode-r3-nt.cpp \
1021 r3/nt/RTPathQueryInfo-nt.cpp \
1022 r3/nt/RTPathSetMode-r3-nt.cpp \
1023 r3/nt/RTProcQueryParent-r3-nt.cpp \
1024 nt/semevent-nt.cpp \
1025 nt/RTSemEventGetResolution-nt.cpp \
1026 nt/semeventmulti-nt.cpp \
1027 nt/RTSemEventMultiGetResolution-nt.cpp \
1028 r3/win/env-win.cpp \
1029 r3/win/RTCrStoreCreateSnapshotById-win.cpp \
1030 r3/win/RTFileQuerySectorSize-win.cpp \
1031 r3/win/RTHandleGetStandard-win.cpp \
1032 r3/win/RTLocaleQueryNormalizedBaseLocaleName-win.cpp \
1033 r3/win/RTLocaleQueryUserCountryCode-win.cpp \
1034 r3/win/RTSystemQueryOSInfo-win.cpp \
1035 r3/win/RTSystemShutdown-win.cpp \
1036 r3/win/RTSystemQueryDmiString-win.cpp \
1037 r3/win/RTSystemFirmware-win.cpp \
1038 r3/win/RTSystemQueryTotalRam-win.cpp \
1039 r3/win/RTTimeZoneGetCurrent-win.cpp \
1040 r3/win/alloc-win.cpp \
1041 r3/win/allocex-win.cpp \
1042 r3/win/dir-win.cpp \
1043 $(if-expr defined(VBOX_WITH_NT_DIRENUM),r3/nt/direnum-r3-nt.cpp,r3/win/direnum-win.cpp generic/RTDirQueryInfo-generic.cpp) \
1044 r3/win/errvars-win.cpp \
1045 r3/win/fileaio-win.cpp \
1046 r3/win/fileio-win.cpp \
1047 r3/win/init-win.cpp \
1048 r3/win/krnlmod-win.cpp \
1049 r3/win/ldrNative-win.cpp \
1050 r3/win/localipc-win.cpp \
1051 r3/win/mp-win.cpp \
1052 r3/win/path-win.cpp \
1053 r3/win/pathint-win.cpp \
1054 r3/win/pipe-win.cpp \
1055 r3/win/process-win.cpp \
1056 r3/win/RTLogWriteDebugger-win.cpp \
1057 r3/win/rtProcInitExePath-win.cpp \
1058 r3/win/sched-win.cpp \
1059 r3/win/semmutex-win.cpp \
1060 r3/win/serialport-win.cpp \
1061 r3/win/shmem-win.cpp \
1062 r3/win/symlink-win.cpp \
1063 r3/win/system-get-nt-xxx-win.cpp \
1064 r3/win/thread-win.cpp \
1065 r3/win/thread2-win.cpp \
1066 $(if-expr 1,r3/win/time-win.cpp,r3/nt/time-nt.cpp) \
1067 r3/win/time2-win.cpp \
1068 r3/win/timer-win.cpp \
1069 r3/win/tls-win.cpp \
1070 r3/win/tpm-win.cpp \
1071 r3/win/utf16locale-win.cpp \
1072 r3/win/utf8-win.cpp \
1073 r3/win/RTUuidCreate-win.cpp \
1074 win/errmsgwin.cpp \
1075 win/RTErrConvertFromWin32.cpp \
1076 common/string/mempcpy.asm
1077
1078RuntimeBaseR3_SOURCES.win.amd64 := \
1079 $(RuntimeWin64ASM_SOURCES) \
1080 common/string/memrchr.asm
1081RuntimeBaseR3_SOURCES.win.x86 := \
1082 $(RuntimeWin32ASM_SOURCES) \
1083 common/string/memrchr.asm
1084
1085RuntimeBaseR3_SOURCES.linux = \
1086 common/ioqueue/ioqueue-aiofile-provider.cpp \
1087 generic/cdrom-generic.cpp \
1088 generic/RTCrStoreCreateSnapshotById-generic.cpp \
1089 generic/RTDirQueryInfo-generic.cpp \
1090 generic/RTDirSetMode-generic.cpp \
1091 generic/RTDirSetTimes-generic.cpp \
1092 generic/RTFileMove-generic.cpp \
1093 generic/RTLogWriteDebugger-generic.cpp \
1094 generic/RTPathGetCurrentOnDrive-generic.cpp \
1095 generic/RTProcDaemonize-generic.cpp \
1096 generic/RTSemEventMultiWait-2-ex-generic.cpp \
1097 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
1098 generic/RTTimeLocalNow-generic.cpp \
1099 generic/RTTimerCreate-generic.cpp \
1100 generic/RTThreadSetAffinityToCpu-generic.cpp \
1101 generic/RTUuidCreate-generic.cpp \
1102 generic/mppresent-generic.cpp \
1103 generic/utf16locale-generic.cpp \
1104 generic/uuid-generic.cpp \
1105 r3/generic/RTLocaleQueryLocaleName-r3-generic.cpp \
1106 r3/generic/RTLocaleQueryNormalizedBaseLocaleName-r3-generic.cpp \
1107 r3/generic/RTLocaleQueryUserCountryCode-r3-generic.cpp \
1108 r3/generic/dirrel-r3-generic.cpp \
1109 r3/posix/allocex-r3-posix.cpp \
1110 r3/linux/RTThreadGetNativeState-linux.cpp \
1111 r3/linux/fileaio-linux.cpp \
1112 r3/linux/ioqueue-iouringfile-provider.cpp \
1113 r3/linux/krnlmod-linux.cpp \
1114 r3/linux/mp-linux.cpp \
1115 r3/linux/rtProcInitExePath-linux.cpp \
1116 r3/linux/sched-linux.cpp \
1117 r3/linux/sysfs.cpp \
1118 r3/linux/time-linux.cpp \
1119 r3/linux/thread-affinity-linux.cpp \
1120 r3/linux/tpm-linux.cpp \
1121 r3/linux/RTFileCopyPartEx-linux.cpp \
1122 r3/linux/RTFileQuerySectorSize-linux.cpp \
1123 r3/linux/RTFileSetAllocationSize-linux.cpp \
1124 r3/linux/RTProcIsRunningByName-linux.cpp \
1125 r3/linux/RTSystemFirmware-linux.cpp \
1126 r3/linux/RTSystemQueryDmiString-linux.cpp \
1127 r3/linux/RTSystemShutdown-linux.cpp \
1128 r3/posix/RTFileQueryFsSizes-posix.cpp \
1129 r3/posix/RTHandleGetStandard-posix.cpp \
1130 r3/posix/RTMemProtect-posix.cpp \
1131 r3/posix/RTPathUserHome-posix.cpp \
1132 r3/posix/RTSystemQueryOSInfo-posix.cpp \
1133 r3/linux/systemmem-linux.cpp \
1134 r3/posix/RTTimeNow-posix.cpp \
1135 r3/posix/RTTimeSet-posix.cpp \
1136 r3/posix/RTTimeZoneGetCurrent-posix.cpp \
1137 r3/posix/rtmempage-exec-mmap-heap-posix.cpp \
1138 r3/posix/dir-posix.cpp \
1139 r3/posix/env-posix.cpp \
1140 r3/posix/errvars-posix.cpp \
1141 r3/posix/fileio-posix.cpp \
1142 r3/posix/fileio2-posix.cpp \
1143 r3/posix/fileio-at-posix.cpp \
1144 r3/posix/fileio-sg-posix.cpp \
1145 r3/posix/fileio-sg-at-posix.cpp \
1146 r3/posix/filelock-posix.cpp \
1147 r3/posix/fs-posix.cpp \
1148 r3/posix/fs2-posix.cpp \
1149 r3/posix/fs3-posix.cpp \
1150 r3/posix/ldrNative-posix.cpp \
1151 r3/posix/localipc-posix.cpp \
1152 r3/posix/path-posix.cpp \
1153 r3/posix/path2-posix.cpp \
1154 r3/posix/pathhost-posix.cpp \
1155 r3/posix/RTPathUserDocuments-posix.cpp \
1156 r3/posix/pipe-posix.cpp \
1157 r3/posix/process-posix.cpp \
1158 r3/posix/process-creation-posix.cpp \
1159 r3/posix/rand-posix.cpp \
1160 r3/posix/semrw-posix.cpp \
1161 r3/posix/serialport-posix.cpp \
1162 r3/posix/shmem-posix.cpp \
1163 r3/posix/symlink-posix.cpp \
1164 r3/posix/thread-posix.cpp \
1165 r3/posix/thread2-posix.cpp \
1166 r3/posix/timelocal-posix.cpp \
1167 r3/posix/timer-posix.cpp \
1168 r3/posix/tls-posix.cpp \
1169 r3/posix/utf8-posix.cpp
1170ifdef IPRT_WITH_FUTEX_BASED_SEMS
1171 RuntimeBaseR3_SOURCES.linux += \
1172 r3/linux/semevent-linux.cpp \
1173 r3/linux/semeventmulti-linux.cpp \
1174 r3/linux/semmutex-linux.cpp
1175else
1176 RuntimeBaseR3_SOURCES.linux.x86 += \
1177 r3/posix/semevent-posix.cpp \
1178 r3/posix/semeventmulti-posix.cpp \
1179 r3/posix/semmutex-posix.cpp
1180 RuntimeBaseR3_SOURCES.linux.amd64 += \
1181 r3/linux/semevent-linux.cpp \
1182 r3/linux/semeventmulti-linux.cpp
1183 ifdef RT_NEW_LINUX_MUTEX_CODE
1184 RuntimeBaseR3_SOURCES.linux.amd64 += \
1185 r3/linux/semmutex-linux.cpp
1186 else
1187 RuntimeBaseR3_SOURCES.linux.amd64 += \
1188 r3/posix/semmutex-posix.cpp
1189 endif
1190endif
1191
1192RuntimeBaseR3_SOURCES.os2 = \
1193 common/string/memrchr.asm \
1194 generic/cdrom-generic.cpp \
1195 generic/RTCrStoreCreateSnapshotById-generic.cpp \
1196 generic/RTDirQueryInfo-generic.cpp \
1197 generic/RTDirSetMode-generic.cpp \
1198 generic/RTDirSetTimes-generic.cpp \
1199 generic/fileio-at-generic.cpp \
1200 generic/fileio-sg-generic.cpp \
1201 generic/fileio-sg-at-generic.cpp \
1202 generic/RTFileCopyPartEx-generic.cpp \
1203 generic/RTFileMove-generic.cpp \
1204 generic/RTFileQuerySectorSize-generic.cpp \
1205 generic/RTFileSetAllocationSize-generic.cpp \
1206 generic/RTLogWriteDebugger-generic.cpp \
1207 generic/RTPathGetCurrentOnDrive-generic.cpp \
1208 generic/RTProcDaemonize-generic.cpp \
1209 generic/RTRandAdvCreateSystemFaster-generic.cpp \
1210 generic/RTRandAdvCreateSystemTruer-generic.cpp \
1211 generic/RTSystemQueryDmiString-generic.cpp \
1212 generic/RTSystemFirmware-generic.cpp \
1213 generic/RTSystemShutdown-generic.cpp \
1214 generic/RTTimeLocalNow-generic.cpp \
1215 generic/RTTimerCreate-generic.cpp \
1216 generic/RTThreadSetAffinityToCpu-generic.cpp \
1217 generic/RTUuidCreate-generic.cpp \
1218 generic/mppresent-generic.cpp \
1219 generic/RTSemEventWait-generic.cpp \
1220 generic/RTSemEventMultiWait-generic.cpp \
1221 generic/RTSemMutexRequest-generic.cpp \
1222 generic/RTSemMutexRequestDebug-generic.cpp \
1223 generic/semrw-$(if-expr defined(VBOX_WITH_LOCKLESS_SEMRW),lockless-,)generic.cpp \
1224 generic/timer-generic.cpp \
1225 generic/utf16locale-generic.cpp \
1226 generic/uuid-generic.cpp \
1227 generic/RTMpGetCoreCount-generic.cpp \
1228 generic/RTMpGetOnlineCoreCount-generic.cpp \
1229 generic/RTMpGetCurFrequency-generic.cpp \
1230 generic/RTMpGetMaxFrequency-generic.cpp \
1231 generic/RTProcIsRunningByName-generic.cpp \
1232 generic/RTThreadGetNativeState-generic.cpp \
1233 os2/RTErrConvertFromOS2.cpp \
1234 r3/generic/allocex-r3-generic.cpp \
1235 r3/generic/RTLocaleQueryLocaleName-r3-generic.cpp \
1236 r3/generic/RTLocaleQueryNormalizedBaseLocaleName-r3-generic.cpp \
1237 r3/generic/RTLocaleQueryUserCountryCode-r3-generic.cpp \
1238 r3/generic/RTTimeZoneGetCurrent-generic.cpp \
1239 r3/generic/dirrel-r3-generic.cpp \
1240 r3/os2/RTTimeSet-os2.cpp \
1241 r3/os2/filelock-os2.cpp \
1242 r3/os2/mp-os2.cpp \
1243 r3/os2/pipe-os2.cpp \
1244 r3/os2/rtProcInitExePath-os2.cpp \
1245 r3/os2/sched-os2.cpp \
1246 r3/os2/sems-os2.cpp \
1247 r3/os2/serialport-os2.cpp \
1248 r3/os2/systemmem-os2.cpp \
1249 r3/os2/thread-os2.cpp \
1250 r3/os2/time-os2.cpp \
1251 r3/posix/RTFileQueryFsSizes-posix.cpp \
1252 r3/posix/RTHandleGetStandard-posix.cpp \
1253 r3/posix/RTMemProtect-posix.cpp \
1254 r3/posix/RTPathUserHome-posix.cpp \
1255 r3/posix/RTSystemQueryOSInfo-posix.cpp \
1256 r3/posix/RTTimeNow-posix.cpp \
1257 r3/posix/dir-posix.cpp \
1258 r3/posix/env-posix.cpp \
1259 r3/posix/errvars-posix.cpp \
1260 r3/posix/fileio-posix.cpp \
1261 r3/posix/fileio2-posix.cpp \
1262 r3/posix/fs-posix.cpp \
1263 r3/posix/fs2-posix.cpp \
1264 r3/posix/fs3-posix.cpp \
1265 r3/posix/ldrNative-posix.cpp \
1266 r3/posix/localipc-posix.cpp \
1267 r3/posix/path-posix.cpp \
1268 r3/posix/path2-posix.cpp \
1269 r3/posix/pathhost-posix.cpp \
1270 r3/posix/rtmempage-exec-mmap-heap-posix.cpp \
1271 r3/posix/RTPathUserDocuments-posix.cpp \
1272 r3/posix/process-posix.cpp \
1273 r3/posix/process-creation-posix.cpp \
1274 r3/posix/symlink-posix.cpp \
1275 r3/posix/timelocal-posix.cpp \
1276 r3/posix/utf8-posix.cpp
1277
1278RuntimeBaseR3_SOURCES.darwin = \
1279 common/ioqueue/ioqueue-aiofile-provider.cpp \
1280 darwin/RTErrConvertFromDarwin.cpp \
1281 darwin/RTErrConvertFromDarwinCOM.cpp \
1282 darwin/RTErrConvertFromDarwinIO.cpp \
1283 darwin/RTErrConvertFromDarwinKern.cpp \
1284 generic/cdrom-generic.cpp \
1285 generic/RTDirQueryInfo-generic.cpp \
1286 generic/RTDirSetMode-generic.cpp \
1287 generic/RTDirSetTimes-generic.cpp \
1288 generic/RTFileCopyPartEx-generic.cpp \
1289 generic/RTFileMove-generic.cpp \
1290 generic/RTFileSetAllocationSize-generic.cpp \
1291 generic/RTLogWriteDebugger-generic.cpp \
1292 generic/RTPathGetCurrentOnDrive-generic.cpp \
1293 generic/RTProcDaemonize-generic.cpp \
1294 generic/RTThreadGetAffinity-stub-generic.cpp \
1295 generic/RTThreadSetAffinity-stub-generic.cpp \
1296 generic/RTThreadSetAffinityToCpu-generic.cpp \
1297 generic/RTTimeLocalNow-generic.cpp \
1298 generic/RTTimerCreate-generic.cpp \
1299 generic/RTUuidCreate-generic.cpp \
1300 generic/mppresent-generic.cpp \
1301 generic/RTSemEventMultiWait-2-ex-generic.cpp \
1302 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
1303 generic/semrw-$(if-expr defined(VBOX_WITH_LOCKLESS_SEMRW),lockless-,)generic.cpp \
1304 generic/RTSystemShutdown-generic.cpp \
1305 generic/timer-generic.cpp \
1306 generic/utf16locale-generic.cpp \
1307 generic/uuid-generic.cpp\
1308 generic/RTProcIsRunningByName-generic.cpp \
1309 generic/RTThreadGetNativeState-generic.cpp \
1310 generic/RTSystemFirmware-generic.cpp \
1311 r3/darwin/RTCrStoreCreateSnapshotById-darwin.cpp \
1312 r3/darwin/filelock-darwin.cpp \
1313 r3/darwin/RTFileQuerySectorSize-darwin.cpp \
1314 r3/darwin/krnlmod-darwin.cpp \
1315 r3/darwin/mp-darwin.cpp \
1316 r3/darwin/pathhost-darwin.cpp \
1317 r3/darwin/rtProcInitExePath-darwin.cpp \
1318 r3/darwin/RTSystemQueryDmiString-darwin.cpp \
1319 r3/darwin/sched-darwin.cpp \
1320 r3/darwin/systemmem-darwin.cpp \
1321 r3/darwin/time-darwin.cpp \
1322 r3/darwin/RTPathUserDocuments-darwin.cpp \
1323 r3/generic/allocex-r3-generic.cpp \
1324 r3/generic/RTLocaleQueryLocaleName-r3-generic.cpp \
1325 r3/generic/RTLocaleQueryNormalizedBaseLocaleName-r3-generic.cpp \
1326 r3/generic/RTLocaleQueryUserCountryCode-r3-generic.cpp \
1327 r3/generic/dirrel-r3-generic.cpp \
1328 r3/posix/RTFileQueryFsSizes-posix.cpp \
1329 r3/posix/RTHandleGetStandard-posix.cpp \
1330 r3/posix/RTMemProtect-posix.cpp \
1331 r3/posix/RTPathUserHome-posix.cpp \
1332 r3/posix/RTSystemQueryOSInfo-posix.cpp \
1333 r3/posix/RTTimeSet-posix.cpp \
1334 r3/posix/RTTimeZoneGetCurrent-posix.cpp \
1335 r3/posix/dir-posix.cpp \
1336 r3/posix/env-posix.cpp \
1337 r3/posix/errvars-posix.cpp \
1338 r3/posix/fileaio-posix.cpp \
1339 r3/posix/fileio-posix.cpp \
1340 r3/posix/fileio2-posix.cpp \
1341 r3/posix/fileio-at-posix.cpp \
1342 r3/posix/fileio-sg-posix.cpp \
1343 r3/posix/fileio-sg-at-posix.cpp \
1344 r3/posix/fs-posix.cpp \
1345 r3/posix/fs2-posix.cpp \
1346 r3/posix/fs3-posix.cpp \
1347 r3/posix/ldrNative-posix.cpp \
1348 r3/posix/localipc-posix.cpp \
1349 r3/posix/rtmempage-exec-mmap-heap-posix.cpp \
1350 r3/posix/path-posix.cpp \
1351 r3/posix/path2-posix.cpp \
1352 r3/posix/pipe-posix.cpp \
1353 r3/posix/process-posix.cpp \
1354 r3/posix/process-creation-posix.cpp \
1355 r3/posix/rand-posix.cpp \
1356 r3/posix/semevent-posix.cpp \
1357 r3/posix/semeventmulti-posix.cpp \
1358 r3/posix/semmutex-posix.cpp \
1359 r3/posix/serialport-posix.cpp \
1360 r3/posix/symlink-posix.cpp \
1361 r3/posix/shmem-posix.cpp \
1362 r3/posix/thread-posix.cpp \
1363 r3/posix/thread2-posix.cpp \
1364 r3/posix/timelocal-posix.cpp \
1365 r3/posix/tls-posix.cpp \
1366 r3/posix/utf8-posix.cpp
1367RuntimeBaseR3_SOURCES.darwin.x86 += \
1368 common/string/mempcpy.asm \
1369 common/string/memrchr.asm
1370RuntimeBaseR3_SOURCES.darwin.amd64 += \
1371 common/string/mempcpy.asm \
1372 common/string/memrchr.asm
1373RuntimeBaseR3_SOURCES.darwin.arm32 += \
1374 common/string/mempcpy.cpp \
1375 common/string/memrchr.cpp \
1376 r3/darwin/RTMpGetDescription-generic.cpp
1377RuntimeBaseR3_SOURCES.darwin.arm64 += \
1378 common/string/mempcpy.cpp \
1379 common/string/memrchr.cpp \
1380 r3/darwin/RTMpGetDescription-generic.cpp
1381
1382## @todo Make BSD sched, implement RTMP*.
1383RuntimeBaseR3_SOURCES.freebsd = \
1384 common/ioqueue/ioqueue-aiofile-provider.cpp \
1385 generic/cdrom-generic.cpp \
1386 generic/RTCrStoreCreateSnapshotById-generic.cpp \
1387 generic/RTDirQueryInfo-generic.cpp \
1388 generic/RTDirSetMode-generic.cpp \
1389 generic/RTDirSetTimes-generic.cpp \
1390 generic/RTFileCopyPartEx-generic.cpp \
1391 generic/RTFileMove-generic.cpp \
1392 generic/RTFileSetAllocationSize-generic.cpp \
1393 generic/RTLogWriteDebugger-generic.cpp \
1394 generic/RTPathGetCurrentOnDrive-generic.cpp \
1395 generic/RTSemEventMultiWait-2-ex-generic.cpp \
1396 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
1397 generic/RTSystemQueryDmiString-generic.cpp \
1398 generic/RTSystemFirmware-generic.cpp \
1399 generic/RTSystemShutdown-generic.cpp \
1400 generic/RTThreadGetAffinity-stub-generic.cpp \
1401 generic/RTThreadSetAffinity-stub-generic.cpp \
1402 generic/RTThreadSetAffinityToCpu-generic.cpp \
1403 generic/RTTimeLocalNow-generic.cpp \
1404 generic/RTTimerCreate-generic.cpp \
1405 generic/RTUuidCreate-generic.cpp \
1406 generic/mppresent-generic.cpp \
1407 generic/sched-generic.cpp \
1408 generic/utf16locale-generic.cpp \
1409 generic/uuid-generic.cpp \
1410 generic/RTMpCpuId-generic.cpp \
1411 generic/RTMpGetCoreCount-generic.cpp \
1412 generic/RTMpGetOnlineCoreCount-generic.cpp \
1413 generic/RTProcDaemonize-generic.cpp \
1414 generic/RTProcIsRunningByName-generic.cpp \
1415 generic/RTThreadGetNativeState-generic.cpp \
1416 r3/freebsd/fileaio-freebsd.cpp \
1417 r3/freebsd/RTFileQuerySectorSize-freebsd.cpp \
1418 r3/freebsd/mp-freebsd.cpp \
1419 r3/freebsd/systemmem-freebsd.cpp \
1420 r3/freebsd/rtProcInitExePath-freebsd.cpp \
1421 r3/generic/allocex-r3-generic.cpp \
1422 r3/generic/RTLocaleQueryLocaleName-r3-generic.cpp \
1423 r3/generic/RTLocaleQueryNormalizedBaseLocaleName-r3-generic.cpp \
1424 r3/generic/RTLocaleQueryUserCountryCode-r3-generic.cpp \
1425 r3/generic/dirrel-r3-generic.cpp \
1426 r3/posix/RTFileQueryFsSizes-posix.cpp \
1427 r3/posix/RTHandleGetStandard-posix.cpp \
1428 r3/posix/RTMemProtect-posix.cpp \
1429 r3/posix/RTPathUserHome-posix.cpp \
1430 r3/posix/RTSystemQueryOSInfo-posix.cpp \
1431 r3/posix/RTTimeNow-posix.cpp \
1432 r3/posix/RTTimeSet-posix.cpp \
1433 r3/posix/RTTimeZoneGetCurrent-posix.cpp \
1434 r3/posix/dir-posix.cpp \
1435 r3/posix/env-posix.cpp \
1436 r3/posix/errvars-posix.cpp \
1437 r3/posix/fileio-posix.cpp \
1438 r3/posix/fileio2-posix.cpp \
1439 r3/posix/fileio-at-posix.cpp \
1440 r3/posix/fileio-sg-posix.cpp \
1441 r3/posix/fileio-sg-at-posix.cpp \
1442 r3/posix/filelock-posix.cpp \
1443 r3/posix/fs-posix.cpp \
1444 r3/posix/fs2-posix.cpp \
1445 r3/posix/fs3-posix.cpp \
1446 r3/posix/ldrNative-posix.cpp \
1447 r3/posix/localipc-posix.cpp \
1448 r3/posix/rtmempage-exec-mmap-heap-posix.cpp \
1449 r3/posix/path-posix.cpp \
1450 r3/posix/path2-posix.cpp \
1451 r3/posix/pathhost-posix.cpp \
1452 r3/posix/RTPathUserDocuments-posix.cpp \
1453 r3/posix/pipe-posix.cpp \
1454 r3/posix/process-posix.cpp \
1455 r3/posix/process-creation-posix.cpp \
1456 r3/posix/rand-posix.cpp \
1457 r3/posix/semevent-posix.cpp \
1458 r3/posix/semeventmulti-posix.cpp \
1459 r3/posix/semmutex-posix.cpp \
1460 r3/posix/semrw-posix.cpp \
1461 r3/posix/serialport-posix.cpp \
1462 r3/posix/symlink-posix.cpp \
1463 r3/posix/shmem-posix.cpp \
1464 r3/posix/thread-posix.cpp \
1465 r3/posix/thread2-posix.cpp \
1466 r3/posix/time-posix.cpp \
1467 r3/posix/timelocal-posix.cpp \
1468 r3/posix/timer-posix.cpp \
1469 r3/posix/tls-posix.cpp \
1470 r3/posix/utf8-posix.cpp
1471
1472RuntimeBaseR3_SOURCES.netbsd = \
1473 generic/cdrom-generic.cpp \
1474 generic/RTDirQueryInfo-generic.cpp \
1475 generic/RTDirSetMode-generic.cpp \
1476 generic/RTDirSetTimes-generic.cpp \
1477 generic/RTFileCopyPartEx-generic.cpp \
1478 generic/RTFileMove-generic.cpp \
1479 generic/RTFileQuerySectorSize-generic.cpp \
1480 generic/RTLogWriteDebugger-generic.cpp \
1481 generic/RTPathGetCurrentOnDrive-generic.cpp \
1482 generic/RTSemEventMultiWait-2-ex-generic.cpp \
1483 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
1484 generic/RTSystemQueryDmiString-generic.cpp \
1485 generic/RTSystemFirmware-generic.cpp \
1486 generic/RTSystemShutdown-generic.cpp \
1487 generic/RTThreadGetAffinity-stub-generic.cpp \
1488 generic/RTThreadSetAffinity-stub-generic.cpp \
1489 generic/RTThreadSetAffinityToCpu-generic.cpp \
1490 generic/RTTimeLocalNow-generic.cpp \
1491 generic/RTTimerCreate-generic.cpp \
1492 generic/RTUuidCreate-generic.cpp \
1493 generic/mppresent-generic.cpp \
1494 generic/sched-generic.cpp \
1495 generic/utf16locale-generic.cpp \
1496 generic/uuid-generic.cpp \
1497 generic/RTMpCpuId-generic.cpp \
1498 generic/RTMpGetCoreCount-generic.cpp \
1499 generic/RTMpGetOnlineCoreCount-generic.cpp \
1500 generic/RTProcDaemonize-generic.cpp \
1501 generic/RTProcIsRunningByName-generic.cpp \
1502 generic/RTThreadGetNativeState-generic.cpp \
1503 r3/netbsd/rtProcInitExePath-netbsd.cpp \
1504 r3/generic/allocex-r3-generic.cpp \
1505 r3/generic/RTLocaleQueryLocaleName-r3-generic.cpp \
1506 r3/generic/RTLocaleQueryNormalizedBaseLocaleName-r3-generic.cpp \
1507 r3/generic/RTLocaleQueryUserCountryCode-r3-generic.cpp \
1508 r3/generic/dirrel-r3-generic.cpp \
1509 r3/posix/RTFileQueryFsSizes-posix.cpp \
1510 r3/posix/RTFileSetAllocationSize-posix.cpp \
1511 r3/posix/RTHandleGetStandard-posix.cpp \
1512 r3/posix/RTMemProtect-posix.cpp \
1513 r3/posix/RTPathUserHome-posix.cpp \
1514 r3/posix/RTSystemQueryOSInfo-posix.cpp \
1515 r3/posix/RTSystemQueryTotalRam-posix.cpp \
1516 r3/posix/RTTimeNow-posix.cpp \
1517 r3/posix/RTTimeSet-posix.cpp \
1518 r3/posix/RTTimeZoneGetCurrent-posix.cpp \
1519 r3/posix/dir-posix.cpp \
1520 r3/posix/env-posix.cpp \
1521 r3/posix/errvars-posix.cpp \
1522 r3/posix/fileio-posix.cpp \
1523 r3/posix/fileio2-posix.cpp \
1524 r3/posix/fileio-at-posix.cpp \
1525 r3/posix/fileio-sg-posix.cpp \
1526 r3/posix/fileio-sg-at-posix.cpp \
1527 r3/posix/filelock-posix.cpp \
1528 r3/posix/fs-posix.cpp \
1529 r3/posix/fs2-posix.cpp \
1530 r3/posix/fs3-posix.cpp \
1531 r3/posix/ldrNative-posix.cpp \
1532 r3/posix/rtmempage-exec-mmap-heap-posix.cpp \
1533 r3/posix/path-posix.cpp \
1534 r3/posix/path2-posix.cpp \
1535 r3/posix/pathhost-posix.cpp \
1536 r3/posix/RTPathUserDocuments-posix.cpp \
1537 r3/posix/pipe-posix.cpp \
1538 r3/posix/process-posix.cpp \
1539 r3/posix/process-creation-posix.cpp \
1540 r3/posix/rand-posix.cpp \
1541 r3/posix/semevent-posix.cpp \
1542 r3/posix/semeventmulti-posix.cpp \
1543 r3/posix/semmutex-posix.cpp \
1544 r3/posix/semrw-posix.cpp \
1545 r3/posix/serialport-posix.cpp \
1546 r3/posix/symlink-posix.cpp \
1547 r3/posix/shmem-posix.cpp \
1548 r3/posix/thread-posix.cpp \
1549 r3/posix/thread2-posix.cpp \
1550 r3/posix/time-posix.cpp \
1551 r3/posix/timelocal-posix.cpp \
1552 r3/posix/timer-posix.cpp \
1553 r3/posix/tls-posix.cpp \
1554 r3/posix/utf8-posix.cpp
1555
1556RuntimeBaseR3_SOURCES.solaris = \
1557 common/ioqueue/ioqueue-aiofile-provider.cpp \
1558 generic/cdrom-generic.cpp \
1559 generic/RTCrStoreCreateSnapshotById-generic.cpp \
1560 generic/RTDirQueryInfo-generic.cpp \
1561 generic/RTDirSetMode-generic.cpp \
1562 generic/RTDirSetTimes-generic.cpp \
1563 generic/RTFileCopyPartEx-generic.cpp \
1564 generic/RTFileMove-generic.cpp \
1565 generic/RTLogWriteDebugger-generic.cpp \
1566 generic/RTPathGetCurrentOnDrive-generic.cpp \
1567 generic/RTProcDaemonize-generic.cpp \
1568 generic/RTProcIsRunningByName-generic.cpp \
1569 generic/RTSemEventMultiWait-2-ex-generic.cpp \
1570 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
1571 generic/RTThreadSetAffinityToCpu-generic.cpp \
1572 generic/RTTimeLocalNow-generic.cpp \
1573 generic/RTTimerCreate-generic.cpp \
1574 generic/RTUuidCreate-generic.cpp \
1575 generic/sched-generic.cpp \
1576 generic/utf16locale-generic.cpp \
1577 generic/uuid-generic.cpp \
1578 generic/RTThreadGetNativeState-generic.cpp \
1579 generic/RTSystemFirmware-generic.cpp \
1580 r3/generic/allocex-r3-generic.cpp \
1581 r3/generic/RTLocaleQueryLocaleName-r3-generic.cpp \
1582 r3/generic/RTLocaleQueryNormalizedBaseLocaleName-r3-generic.cpp \
1583 r3/generic/RTLocaleQueryUserCountryCode-r3-generic.cpp \
1584 r3/generic/dirrel-r3-generic.cpp \
1585 r3/posix/RTFileQueryFsSizes-posix.cpp \
1586 r3/posix/RTFileSetAllocationSize-posix.cpp \
1587 r3/posix/RTHandleGetStandard-posix.cpp \
1588 r3/posix/RTMemProtect-posix.cpp \
1589 r3/posix/RTPathUserHome-posix.cpp \
1590 r3/posix/RTSystemQueryOSInfo-posix.cpp \
1591 r3/posix/RTTimeNow-posix.cpp \
1592 r3/posix/RTTimeSet-posix.cpp \
1593 r3/posix/RTTimeZoneGetCurrent-posix.cpp \
1594 r3/posix/dir-posix.cpp \
1595 r3/posix/env-posix.cpp \
1596 r3/posix/errvars-posix.cpp \
1597 r3/posix/fileio-posix.cpp \
1598 r3/posix/fileio2-posix.cpp \
1599 r3/posix/fileio-at-posix.cpp \
1600 r3/posix/fileio-sg-posix.cpp \
1601 r3/posix/fileio-sg-at-posix.cpp \
1602 r3/posix/filelock-posix.cpp \
1603 r3/posix/fs-posix.cpp \
1604 r3/posix/fs2-posix.cpp \
1605 r3/posix/fs3-posix.cpp \
1606 r3/posix/ldrNative-posix.cpp \
1607 r3/posix/localipc-posix.cpp \
1608 r3/posix/rtmempage-exec-mmap-heap-posix.cpp \
1609 r3/posix/path-posix.cpp \
1610 r3/posix/path2-posix.cpp \
1611 r3/posix/pathhost-posix.cpp \
1612 r3/posix/RTPathUserDocuments-posix.cpp \
1613 r3/posix/pipe-posix.cpp \
1614 r3/posix/process-posix.cpp \
1615 r3/posix/process-creation-posix.cpp \
1616 r3/posix/rand-posix.cpp \
1617 r3/posix/semevent-posix.cpp \
1618 r3/posix/semeventmulti-posix.cpp \
1619 r3/posix/semmutex-posix.cpp \
1620 r3/posix/semrw-posix.cpp \
1621 r3/posix/serialport-posix.cpp \
1622 r3/posix/symlink-posix.cpp \
1623 r3/posix/shmem-posix.cpp \
1624 r3/posix/thread-posix.cpp \
1625 r3/posix/thread2-posix.cpp \
1626 r3/posix/time-posix.cpp \
1627 r3/posix/timelocal-posix.cpp \
1628 r3/posix/timer-posix.cpp \
1629 r3/posix/tls-posix.cpp \
1630 r3/posix/utf8-posix.cpp \
1631 r3/solaris/fileaio-solaris.cpp \
1632 r3/solaris/RTFileQuerySectorSize-solaris.cpp \
1633 r3/solaris/krnlmod-solaris.cpp \
1634 r3/solaris/systemmem-solaris.cpp \
1635 r3/solaris/mp-solaris.cpp \
1636 r3/solaris/rtProcInitExePath-solaris.cpp \
1637 r3/solaris/RTSystemShutdown-solaris.cpp \
1638 r3/solaris/thread-affinity-solaris.cpp
1639RuntimeBaseR3_SOURCES.solaris.amd64 = \
1640 common/string/memrchr.asm \
1641 common/string/mempcpy.asm \
1642 r3/solaris/coredumper-solaris.cpp \
1643 r3/solaris/RTSystemQueryDmiString-solaris.cpp
1644RuntimeBaseR3_SOURCES.solaris.x86 = \
1645 common/string/memrchr.asm \
1646 common/string/mempcpy.asm \
1647 r3/solaris/coredumper-solaris.cpp \
1648 r3/solaris/RTSystemQueryDmiString-solaris.cpp
1649RuntimeBaseR3_SOURCES.solaris.sparc32 = \
1650 common/string/memrchr.cpp \
1651 common/string/mempcpy.cpp \
1652 generic/RTSystemQueryDmiString-generic.cpp
1653RuntimeBaseR3_SOURCES.solaris.sparc64 = \
1654 common/string/memrchr.cpp \
1655 common/string/mempcpy.cpp \
1656 generic/RTSystemQueryDmiString-generic.cpp
1657
1658RuntimeBaseR3_SOURCES.haiku = \
1659 generic/RTCrStoreCreateSnapshotById-generic.cpp \
1660 generic/RTDirQueryInfo-generic.cpp \
1661 generic/RTDirSetMode-generic.cpp \
1662 generic/RTDirSetTimes-generic.cpp \
1663 generic/fileio-at-generic.cpp \
1664 generic/fileio-sg-generic.cpp \
1665 generic/fileio-sg-at-generic.cpp \
1666 generic/RTFileCopyPartEx-generic.cpp \
1667 generic/RTFileMove-generic.cpp \
1668 generic/RTFileQuerySectorSize-generic.cpp \
1669 generic/RTFileSetAllocationSize-generic.cpp \
1670 generic/RTLogWriteDebugger-generic.cpp \
1671 generic/RTPathGetCurrentOnDrive-generic.cpp \
1672 generic/RTProcDaemonize-generic.cpp \
1673 generic/RTTimeLocalNow-generic.cpp \
1674 generic/RTTimerCreate-generic.cpp \
1675 generic/RTUuidCreate-generic.cpp \
1676 generic/mppresent-generic.cpp \
1677 generic/RTSemEventMultiWait-2-ex-generic.cpp \
1678 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
1679 generic/sched-generic.cpp \
1680 generic/semrw-$(if-expr defined(VBOX_WITH_LOCKLESS_SEMRW),lockless-,)generic.cpp \
1681 generic/timer-generic.cpp \
1682 generic/utf16locale-generic.cpp \
1683 generic/uuid-generic.cpp\
1684 generic/RTProcIsRunningByName-generic.cpp \
1685 generic/RTThreadGetNativeState-generic.cpp \
1686 generic/RTMpGetCoreCount-generic.cpp \
1687 generic/RTMpGetOnlineCoreCount-generic.cpp \
1688 r3/haiku/rtProcInitExePath-haiku.cpp \
1689 r3/haiku/time-haiku.cpp \
1690 r3/generic/allocex-r3-generic.cpp \
1691 r3/generic/RTLocaleQueryLocaleName-r3-generic.cpp \
1692 r3/generic/RTLocaleQueryNormalizedBaseLocaleName-r3-generic.cpp \
1693 r3/generic/RTLocaleQueryUserCountryCode-r3-generic.cpp \
1694 r3/generic/RTTimeZoneGetCurrent-generic.cpp \
1695 r3/generic/dirrel-r3-generic.cpp \
1696 r3/posix/RTFileQueryFsSizes-posix.cpp \
1697 r3/posix/RTHandleGetStandard-posix.cpp \
1698 r3/posix/RTMemProtect-posix.cpp \
1699 r3/posix/RTPathUserHome-posix.cpp \
1700 r3/posix/RTSystemQueryOSInfo-posix.cpp \
1701 r3/posix/RTSystemQueryTotalRam-posix.cpp \
1702 r3/posix/RTTimeNow-posix.cpp \
1703 r3/posix/dir-posix.cpp \
1704 r3/posix/env-posix.cpp \
1705 r3/posix/errvars-posix.cpp \
1706 r3/posix/fileio-posix.cpp \
1707 r3/posix/fileio2-posix.cpp \
1708 r3/posix/filelock-posix.cpp \
1709 r3/posix/fs-posix.cpp \
1710 r3/posix/fs2-posix.cpp \
1711 r3/posix/fs3-posix.cpp \
1712 r3/posix/ldrNative-posix.cpp \
1713 r3/posix/localipc-posix.cpp \
1714 r3/posix/rtmempage-exec-mmap-heap-posix.cpp \
1715 r3/posix/path-posix.cpp \
1716 r3/posix/path2-posix.cpp \
1717 r3/posix/pathhost-posix.cpp \
1718 r3/posix/pipe-posix.cpp \
1719 r3/posix/process-posix.cpp \
1720 r3/posix/process-creation-posix.cpp \
1721 r3/posix/rand-posix.cpp \
1722 r3/posix/semevent-posix.cpp \
1723 r3/posix/semeventmulti-posix.cpp \
1724 r3/posix/semmutex-posix.cpp \
1725 r3/posix/serialport-posix.cpp \
1726 r3/posix/symlink-posix.cpp \
1727 r3/posix/thread-posix.cpp \
1728 r3/posix/thread2-posix.cpp \
1729 r3/posix/timelocal-posix.cpp \
1730 r3/posix/tls-posix.cpp \
1731 r3/posix/utf8-posix.cpp
1732RuntimeBaseR3_SOURCES.haiku.x86 += common/string/memrchr.asm
1733RuntimeBaseR3_SOURCES.haiku.amd64 += common/string/memrchr.asm
1734
1735## PORTME: Porters add their selection of platform specific files for Ring-3 here.
1736
1737
1738#
1739# kBuild unit for generating nocrt aliases.
1740#
1741# This scans assembly, C and C++ source files for the target looking for macros
1742# that defines functions and variables needing aliasing.
1743#
1744UNIT_VBoxNoCrtAliases = CRT symbol alias for the rtnocr_xxx implementations
1745
1746# Only adding the VBOX_NOCRT_ALIASES property to library targets for now:
1747PROPS_ACCUMULATE_L += VBOX_NOCRT_ALIASES
1748PROPS_ACCUMULATE_L_LNK += VBOX_NOCRT_ALIASES
1749PROPS_LIBRARIES_ACCUMULATE_L += VBOX_NOCRT_ALIASES
1750PROPS_ALL += VBOX_NOCRT_ALIASES
1751
1752define def_unit_VBoxNoCrtAliases_double_expansion
1753$$($(target)_2_VBOX_NOCRT_ALIAS_KMK_FILE).ts +| $$($(target)_2_VBOX_NOCRT_ALIAS_KMK_FILE): \
1754 $$(abspathex \
1755 $$($(target)_SOURCES)\
1756 $$($(target)_SOURCES.$(bld_trg))\
1757 $$($(target)_SOURCES.$(bld_trg).$(bld_type))\
1758 $$($(target)_SOURCES.$(bld_trg).$(bld_trg_arch))\
1759 $$($(target)_SOURCES.$(bld_trg).$(bld_trg_arch).$(bld_type))\
1760 $$($(target)_SOURCES.$(bld_trg_arch))\
1761 $$($(target)_SOURCES.$(bld_trg_cpu))\
1762 $$($(target)_SOURCES.$(bld_type)) \
1763 , $(firstfile $(defpath) $(PATH_SUB_CURRENT))) \
1764 $$(VBOX_PATH_RUNTIME_SRC)//nocrt-aliases.sed
1765 $$(call MSG_GENERATE,$(target),$$@,)
1766 $$(QUIET)$$(MKDIR) -p -- "$$(dir $$@)"
1767 $$(QUIET)$$(APPEND) -tn "$$@" "$(target)_2_VBOX_NOCRT_ALIASES := \\"
1768 $$(xargs $$(QUIET)$$(SED) -rn -f "$$(VBOX_PATH_RUNTIME_SRC)/nocrt-aliases.sed" --append "$$@" , $$(filter %.c %.cpp %.asm, $$^) )
1769 $$(QUIET)$$(APPEND) -n "$$@" "" ""
1770 $$(QUIET)$$(CP) --changed -f -- "$$@" "$$(patsubst %.ts,%,$$@)"
1771
1772$$($(target)_0_OUTDIR)/genalias/genalias.ts + $$($(target)_2_VBOX_NOCRT_ALIAS_FILES): | $$(VBOX_GENALIAS)
1773 $$(call MSG_GENERATE,$(target),$$@,)
1774 $$(QUIET)$$(MKDIR) -p -- "$$($(target)_0_OUTDIR)/genalias/"
1775 $$(QUIET)$$(VBOX_GENALIAS) -f $$(if-expr "$(bld_trg)" == "win",coff.$(bld_trg_arch),$$(if-expr "$(bld_trg)" == "darwin",macho,omf)) \
1776 -D "$$($(target)_0_OUTDIR)/genalias/" $$($(target)_2_VBOX_NOCRT_ALIASES) \
1777 $$($(target)_VBOX_NOCRT_ALIASES) \
1778 $$($(target)_VBOX_NOCRT_ALIASES.$(bld_trg)) \
1779 $$($(target)_VBOX_NOCRT_ALIASES.$(bld_trg).$(bld_type)) \
1780 $$($(target)_VBOX_NOCRT_ALIASES.$(bld_trg).$(bld_trg_arch)) \
1781 $$($(target)_VBOX_NOCRT_ALIASES.$(bld_trg).$(bld_trg_arch).$(bld_type)) \
1782 $$($(target)_VBOX_NOCRT_ALIASES.$(bld_trg_arch)) \
1783 $$($(target)_VBOX_NOCRT_ALIASES.$(bld_trg_cpu)) \
1784 $$($(target)_VBOX_NOCRT_ALIASES.$(bld_type))
1785 $$(QUIET)$$(APPEND) -tn "$$($(target)_0_OUTDIR)/genalias/genalias.ts" "$$($(target)_2_VBOX_NOCRT_ALIASES))"
1786
1787$(target)_2_OBJS += $$($(target)_2_VBOX_NOCRT_ALIAS_FILES)
1788OTHER_CLEAN += $$($(target)_2_VBOX_NOCRT_ALIAS_KMK_FILE) $$($(target)_2_VBOX_NOCRT_ALIAS_KMK_FILE).ts
1789endef
1790
1791define def_unit_VBoxNoCrtAliases_target_pre
1792 if1of ($(bld_trg), win os2 darwin) # Only non-ELF targets as ELF does not support aliasing.
1793 $(target)_2_VBOX_NOCRT_ALIAS_KMK_FILE := $(PATH_OUT)/nocrt-aliases-$(target).kmk
1794 include $($(target)_2_VBOX_NOCRT_ALIAS_KMK_FILE)
1795 $(target)_2_VBOX_NOCRT_ALIAS_FILES := $(foreach alias,$($(target)_2_VBOX_NOCRT_ALIASES) \
1796 $($(target)_VBOX_NOCRT_ALIASES) \
1797 $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg)) \
1798 $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg).$(bld_type)) \
1799 $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg).$(bld_trg_arch)) \
1800 $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg).$(bld_trg_arch).$(bld_type)) \
1801 $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg_arch)) \
1802 $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg_cpu)) \
1803 $($(target)_VBOX_NOCRT_ALIASES.$(bld_type)) \
1804 , $($(target)_0_OUTDIR)/genalias/$(firstword $(subst =, $(SPACE),$(alias))).o)
1805 $(eval $(def_unit_VBoxNoCrtAliases_double_expansion))
1806 endif
1807endef
1808
1809
1810#
1811# RuntimeR3 - Static Runtime for Ring-3 executables.
1812#
1813# We drop the windows error defines here for reason of size. The valkit tstUtf8
1814# was reduced by 175KB, from 600KB to 425KB (about 30%). Come up with a way of
1815# stripping it down or compressing it better and it can be added back.
1816# - 2022-08-17, bird.
1817#
1818RuntimeR3_TEMPLATE = VBoxR3Static
1819RuntimeR3_EXTENDS = RuntimeBaseR3
1820RuntimeR3_DEFS.win = $(RuntimeBaseR3_DEFS.win) IPRT_NO_WIN_ERROR_DATA
1821ifdef VBOX_WITH_NOCRT_STATIC
1822 if1of ($(KBUILD_TARGET), win)
1823 RuntimeR3_USES = $(RuntimeBaseR3_USES) VBoxNoCrtAliases
1824 RuntimeR3_DEFS = $(filter-out RT_WITHOUT_NOCRT_WRAPPERS,$(RuntimeBaseR3_DEFS)) \
1825 RT_FORCE_NOCRT_WRAPPERS \
1826 RT_WITH_NOCRT_ALIASES RT_WITH_NOCRT_UNDERSCORE_ALIASES RT_WITH_GENALIAS_NOCRT_ALIASES
1827
1828 RuntimeR3_SOURCES = $(filter-out \
1829 r3/alloc.cpp \
1830 r3/alloc-ef.cpp \
1831 r3/xml.cpp \
1832 common/zip/xarvfs.cpp \
1833 common/misc/json.cpp \
1834 generic/RTLogWriteStdErr-generic.cpp \
1835 generic/RTLogWriteStdOut-generic.cpp \
1836 ,$(RuntimeBaseR3_SOURCES)) \
1837 \
1838 common/err/nocrt-strerror.cpp \
1839 common/file/nocrt-open.cpp \
1840 common/file/nocrt-close.cpp \
1841 common/file/nocrt-fstat.cpp \
1842 common/file/nocrt-isatty.cpp \
1843 common/file/nocrt-read.cpp \
1844 common/math/nocrt-abs.cpp \
1845 common/math/nocrt-labs.cpp \
1846 common/math/nocrt-llabs.cpp \
1847 common/math/consts.c \
1848 common/math/copysign.cpp \
1849 common/math/copysignf.cpp \
1850 common/math/copysignl.cpp \
1851 common/math/fmax.cpp \
1852 common/math/fmaxf.cpp \
1853 common/math/fmaxl.cpp \
1854 common/math/fmin.cpp \
1855 common/math/fminf.cpp \
1856 common/math/fminl.cpp \
1857 common/math/frexp.cpp \
1858 common/math/frexpf.cpp \
1859 common/math/frexpl.cpp \
1860 common/math/__fpclassifyd.cpp \
1861 common/math/__fpclassifyf.cpp \
1862 common/math/__fpclassifyl.cpp \
1863 common/math/__isfinite.cpp \
1864 common/math/__isfinitef.cpp \
1865 common/math/__isfinitel.cpp \
1866 common/math/isinf.cpp \
1867 common/math/__isinff.cpp \
1868 common/math/__isinfl.cpp \
1869 common/math/isnan.cpp \
1870 common/math/isnanf.cpp \
1871 common/math/__isnanl.cpp \
1872 common/math/__isnormal.cpp \
1873 common/math/__isnormalf.cpp \
1874 common/math/__isnormall.cpp \
1875 common/math/llround.cpp \
1876 common/math/llroundf.cpp \
1877 common/math/llroundl.cpp \
1878 common/math/lround.cpp \
1879 common/math/lroundf.cpp \
1880 common/math/lroundl.cpp \
1881 common/math/round.cpp \
1882 common/math/roundf.cpp \
1883 common/math/roundl.cpp \
1884 common/math/__signbit.cpp \
1885 common/math/__signbitf.cpp \
1886 common/math/__signbitl.cpp \
1887 common/path/nocrt-access.cpp \
1888 common/path/nocrt-unlink.cpp \
1889 common/rand/nocrt-rand.cpp \
1890 common/sort/nocrt-qsort.cpp \
1891 common/sort/nocrt-qsort_r.cpp \
1892 common/sort/nocrt-bsearch.cpp \
1893 common/string/nocrt-strdup.cpp \
1894 common/string/nocrt-stricmp.cpp \
1895 common/string/nocrt-strtod.cpp \
1896 common/string/nocrt-atof.cpp \
1897 common/string/nocrt-strtol.cpp \
1898 common/string/nocrt-strtoll.cpp \
1899 common/string/nocrt-strtoul.cpp \
1900 common/string/nocrt-strtoull.cpp \
1901 common/string/nocrt-snprintf.cpp \
1902 common/string/nocrt-vsnprintf.cpp \
1903 common/string/nocrt-scprintf.cpp \
1904 common/string/nocrt-vscprintf.cpp \
1905 common/string/nocrt-sscanf.cpp \
1906 common/string/nocrt-vsscanf.cpp \
1907 common/string/atoi.cpp \
1908 common/string/strtok_r.cpp \
1909 r3/nocrt-per-thread-1.cpp \
1910 r3/nocrt-per-thread-2.cpp \
1911 r3/nocrt-errno.cpp \
1912 r3/nocrt-fopen.cpp \
1913 r3/nocrt-fdopen.cpp \
1914 r3/nocrt-tmpfile.cpp \
1915 r3/nocrt-tmpfile_s.cpp \
1916 r3/nocrt-fileno.cpp \
1917 r3/nocrt-fclose.cpp \
1918 r3/nocrt-fflush.cpp \
1919 r3/nocrt-setvbuf.cpp \
1920 r3/nocrt-fseek.cpp \
1921 r3/nocrt-fseeko.cpp \
1922 r3/nocrt-ftell.cpp \
1923 r3/nocrt-ftello.cpp \
1924 r3/nocrt-fwrite.cpp \
1925 r3/nocrt-fputc.cpp \
1926 r3/nocrt-putc.cpp \
1927 r3/nocrt-fputs.cpp \
1928 r3/nocrt-puts.cpp \
1929 r3/nocrt-fread.cpp \
1930 r3/nocrt-fgetc.cpp \
1931 r3/nocrt-getc.cpp \
1932 r3/nocrt-clearerr.cpp \
1933 r3/nocrt-ferror.cpp \
1934 r3/nocrt-cerr.cpp \
1935 r3/nocrt-cout.cpp \
1936
1937 RuntimeR3_SOURCES.x86 = $(RuntimeBaseR3_SOURCES.x86) \
1938 common/math/atan.asm \
1939 common/math/atanf.asm \
1940 common/math/atan2.asm \
1941 common/math/atan2f.asm \
1942 common/math/cos.asm \
1943 common/math/cosf.asm \
1944 common/math/ceil.asm \
1945 common/math/ceilf.asm \
1946 common/math/exp.asm \
1947 common/math/expf.asm \
1948 common/math/exp2.asm \
1949 common/math/exp2f.asm \
1950 common/math/fabs.asm \
1951 common/math/fabsf.asm \
1952 common/math/rtNoCrtHasSse.asm \
1953 common/math/fegetenv.asm \
1954 common/math/fesetenv.asm \
1955 common/math/feholdexcept.asm \
1956 common/math/feupdateenv.asm \
1957 common/math/fegetround.asm \
1958 common/math/fesetround.asm \
1959 common/math/fegetx87precision.asm \
1960 common/math/fesetx87precision.asm \
1961 common/math/fegetexcept.asm \
1962 common/math/feenableexcept.asm \
1963 common/math/fedisableexcept.asm \
1964 common/math/feclearexcept.asm \
1965 common/math/fegetexceptflag.asm \
1966 common/math/fesetexceptflag.asm \
1967 common/math/fetestexcept.asm \
1968 common/math/feraiseexcept.asm \
1969 common/math/floor.asm \
1970 common/math/floorf.asm \
1971 common/math/ldexp.asm \
1972 common/math/ldexpf.asm \
1973 common/math/log.asm \
1974 common/math/logf.asm \
1975 common/math/log2.asm \
1976 common/math/log2f.asm \
1977 common/math/llrint.asm \
1978 common/math/llrintf.asm \
1979 common/math/lrint.asm \
1980 common/math/lrintf.asm \
1981 common/math/pow.asm \
1982 common/math/powf.asm \
1983 common/math/powcore.asm \
1984 common/math/remainder.asm \
1985 common/math/remainderf.asm \
1986 common/math/rint.asm \
1987 common/math/rintf.asm \
1988 common/math/sin.asm \
1989 common/math/sinf.asm \
1990 common/math/sincore.asm \
1991 common/math/sqrt.asm \
1992 common/math/sqrtf.asm \
1993 common/math/tan.asm \
1994 common/math/tanf.asm \
1995 common/math/trunc.asm \
1996 common/math/truncf.asm \
1997 common/misc/setjmp.asm \
1998 common/string/memcpy.asm \
1999 common/string/memchr.asm \
2000 common/string/memcmp.asm \
2001 common/string/memmove.asm \
2002 common/string/memset.asm \
2003 common/string/strlen.asm \
2004 common/string/strnlen.cpp \
2005 common/string/strchr.asm \
2006 common/string/strcmp.asm \
2007 common/string/strncmp.asm \
2008 common/string/strcpy.asm \
2009 common/string/strncpy.asm \
2010 common/string/strcat.cpp \
2011 common/string/strncat.cpp \
2012 common/string/strrchr.cpp \
2013 common/string/strstr.cpp \
2014 common/string/strcspn.cpp \
2015 common/string/strpbrk.cpp \
2016 common/string/wcslen.asm
2017
2018 RuntimeR3_SOURCES.amd64 = $(RuntimeBaseR3_SOURCES.amd64) \
2019 common/math/atan.asm \
2020 common/math/atanf.asm \
2021 common/math/atan2.asm \
2022 common/math/atan2f.asm \
2023 common/math/cos.asm \
2024 common/math/cosf.asm \
2025 common/math/ceil.asm \
2026 common/math/ceilf.asm \
2027 common/math/exp.asm \
2028 common/math/expf.asm \
2029 common/math/exp2.asm \
2030 common/math/exp2f.asm \
2031 common/math/fabs.asm \
2032 common/math/fabsf.asm \
2033 common/math/fegetenv.asm \
2034 common/math/fesetenv.asm \
2035 common/math/feholdexcept.asm \
2036 common/math/feupdateenv.asm \
2037 common/math/fegetround.asm \
2038 common/math/fesetround.asm \
2039 common/math/fegetx87precision.asm \
2040 common/math/fesetx87precision.asm \
2041 common/math/fegetexcept.asm \
2042 common/math/feenableexcept.asm \
2043 common/math/fedisableexcept.asm \
2044 common/math/feclearexcept.asm \
2045 common/math/fegetexceptflag.asm \
2046 common/math/fesetexceptflag.asm \
2047 common/math/fetestexcept.asm \
2048 common/math/feraiseexcept.asm \
2049 common/math/floor.asm \
2050 common/math/floorf.asm \
2051 common/math/ldexp.asm \
2052 common/math/ldexpf.asm \
2053 common/math/log.asm \
2054 common/math/logf.asm \
2055 common/math/log2.asm \
2056 common/math/log2f.asm \
2057 common/math/llrint.asm \
2058 common/math/llrintf.asm \
2059 common/math/lrint.asm \
2060 common/math/lrintf.asm \
2061 common/math/pow.asm \
2062 common/math/powf.asm \
2063 common/math/powcore.asm \
2064 common/math/remainder.asm \
2065 common/math/remainderf.asm \
2066 common/math/rint.asm \
2067 common/math/rintf.asm \
2068 common/math/sin.asm \
2069 common/math/sinf.asm \
2070 common/math/sincore.asm \
2071 common/math/sqrt.asm \
2072 common/math/sqrtf.asm \
2073 common/math/tan.asm \
2074 common/math/tanf.asm \
2075 common/math/trunc.asm \
2076 common/math/truncf.asm \
2077 common/misc/setjmp.asm \
2078 common/string/memcpy.asm \
2079 common/string/memchr.asm \
2080 common/string/memcmp.asm \
2081 common/string/memmove.asm \
2082 common/string/memset.asm \
2083 common/string/strlen.asm \
2084 common/string/strnlen.cpp \
2085 common/string/strchr.asm \
2086 common/string/strcmp.asm \
2087 common/string/strncmp.asm \
2088 common/string/strcpy.asm \
2089 common/string/strncpy.asm \
2090 common/string/strcat.cpp \
2091 common/string/strncat.cpp \
2092 common/string/strrchr.cpp \
2093 common/string/strstr.cpp \
2094 common/string/strcspn.cpp \
2095 common/string/strpbrk.cpp \
2096 common/string/wcslen.asm
2097
2098 RuntimeR3_SOURCES.win = $(filter-out \
2099 r3/generic/RTLocaleQueryLocaleName-r3-generic.cpp \
2100 ,$(RuntimeBaseR3_SOURCES.win)) \
2101 \
2102 common/compiler/vcc/atexit-vcc.cpp \
2103 common/compiler/vcc/loadcfg-vcc.c \
2104 common/compiler/vcc/tlsdir-vcc.c \
2105 common/compiler/vcc/initializers-c-cpp-vcc.cpp \
2106 common/compiler/vcc/stacksup-vcc.cpp \
2107 common/compiler/vcc/fltused-vcc.cpp \
2108 common/compiler/vcc/purecall-vcc.cpp \
2109 common/file/nocrt-dup.cpp \
2110 r3/win/nocrt-startup-exe-win.cpp \
2111 r3/win/nocrt-startup-dll-win.cpp \
2112 r3/win/nocrt-startup-common-win.cpp \
2113 r3/win/nocrt-fatal-write-win.cpp \
2114 r3/win/nocrt-alloc-win.cpp \
2115 r3/win/nocrt-RTLogWriteStdErr-win.cpp \
2116 r3/win/nocrt-RTLogWriteStdOut-win.cpp \
2117 generic/new-delete-generic.cpp
2118 RuntimeR3_SOURCES.win.amd64 = $(RuntimeBaseR3_SOURCES.win.amd64) \
2119 r3/win/nocrt-atexit-win.asm \
2120 r3/win/nocrt-mainCRTStartup-win.asm \
2121 r3/win/nocrt-WinMainCRTStartup-win.asm \
2122 common/compiler/vcc/guard-vcc.asm \
2123 common/compiler/vcc/stack-vcc.asm \
2124 common/compiler/vcc/stack-except-vcc.cpp \
2125 common/compiler/vcc/stack-except-seh-vcc.cpp \
2126 common/compiler/vcc/except-seh-vcc.cpp
2127 RuntimeR3_SOURCES.win.x86 = $(RuntimeBaseR3_SOURCES.win.x86) \
2128 r3/win/nocrt-atexit-win.asm \
2129 r3/win/nocrt-mainCRTStartup-win.asm \
2130 r3/win/nocrt-WinMainCRTStartup-win.asm \
2131 common/compiler/vcc/guard-vcc.asm \
2132 common/compiler/vcc/stack-vcc.asm \
2133 common/compiler/vcc/ftol2-vcc.asm \
2134 common/compiler/vcc/except-x86-vcc.cpp
2135 RuntimeR3_VBOX_NOCRT_ALIASES.win := \
2136 strtok_s=nocrt_strtok_r _strtok_s=nocrt_strtok_r nocrt_strtok_s=nocrt_strtok_r \
2137 $(foreach fn, atan atan2 cos ceil exp fabs floor ldexp log lrint llrint remainder sin tan \
2138 ,$(fn)l=nocrt_$(fn) _$(fn)l=nocrt_$(fn))
2139 endif
2140endif
2141
2142
2143#
2144# Generate RTIsoMaker / VISO help text from the manpage xml.
2145#
2146ifn1of ($(KBUILD_TARGET), os2) # breaks validationkit, figure out later.
2147
2148 IPRT_XML_REFENTRY_FILES = \
2149 common/fs/isomakercmd-man.xml
2150
2151 #$(call KB_FN_DO_PASS0_ON_TARGET,RuntimeR3)
2152
2153 BLDDIRS += $(IPRT_OUT_DIR)/man/
2154 OTHER_CLEAN += $(foreach xml,$(basename $(notdir $(IPRT_XML_REFENTRY_FILES))), \
2155 $(IPRT_OUT_DIR)/man/$(xml).xml $(IPRT_OUT_DIR)/man/$(xml).h $(IPRT_OUT_DIR)/man/$(xml).h.ts)
2156
2157
2158 include $(PATH_ROOT)/doc/manual/Config.kmk
2159
2160 # Preprocess the xml files, applying remarks.
2161 $(foreach file,$(IPRT_XML_REFENTRY_FILES) \
2162 , $(evalcall2 def_vbox_refentry_preprocess_for_manpage,$(IPRT_OUT_DIR)/man,$(notdir $(file)),$(VBOX_PATH_RUNTIME_SRC)/$(file)))
2163
2164 # generate the header and add it as a dependency to the source using it.
2165 $(evalcall2 def_vbox_single_refentry_to_h,$(IPRT_OUT_DIR)/man/isomakercmd-man.h, $(IPRT_OUT_DIR)/man/isomakercmd-man.xml)
2166 common/fs/isomakercmd.cpp_DEPS = $(IPRT_OUT_DIR)/man/isomakercmd-man.h
2167 common/fs/isomakercmd.cpp_INCS = $(IPRT_OUT_DIR)/man/
2168
2169endif
2170
2171
2172#
2173# RuntimeR3-x86 - 32-bit version of RuntimeR3 for windows hosts.
2174#
2175RuntimeR3-x86_EXTENDS := RuntimeR3
2176RuntimeR3-x86_BLD_TRG_ARCH := x86
2177RuntimeR3-x86_DEFS = $(filter-out IN_SUP_R3 IN_SUP, $(RuntimeR3_DEFS)) IPRT_WITHOUT_LDR_VERIFY RT_NO_GIP
2178
2179
2180#
2181# RuntimeR3NoAsan - A RuntimeR3 version without ASAN for windows hosts.
2182#
2183RuntimeR3NoAsan_EXTENDS := RuntimeR3
2184RuntimeR3NoAsan_TEMPLATE := VBoxR3StaticExeNoAsan
2185
2186
2187#
2188# RuntimeBldProg - Static Runtime for build programs.
2189#
2190# Note! This is a bit of hacky since kBuild doesn't support building libraries
2191# for build programs.
2192#
2193RuntimeBldProg_TEMPLATE := VBoxAdvBldProg
2194RuntimeBldProg_EXTENDS := RuntimeBaseR3
2195RuntimeBldProg_BLD_TRG := $(KBUILD_HOST)
2196RuntimeBldProg_BLD_TRG_ARCH := $(KBUILD_HOST_ARCH)
2197RuntimeBldProg_BLD_TRG_CPU := $(KBUILD_HOST_CPU)
2198RuntimeBldProg_DEFS := $(filter-out IN_SUP_R3 IN_SUP, $(RuntimeBaseR3_DEFS)) IPRT_WITHOUT_LDR_VERIFY RT_NO_GIP
2199RuntimeBldProg_SOURCES = \
2200 common/alloc/alloc.cpp \
2201 common/alloc/memcache.cpp \
2202 common/asn1/asn1-basics.cpp \
2203 common/asn1/asn1-cursor.cpp \
2204 common/asn1/asn1-default-allocator.cpp \
2205 common/asn1/asn1-dump.cpp \
2206 common/asn1/asn1-efence-allocator.cpp \
2207 common/asn1/asn1-encode.cpp \
2208 common/asn1/asn1-safer-allocator.cpp \
2209 common/asn1/asn1-ut-bitstring-decode.cpp \
2210 common/asn1/asn1-ut-bitstring.cpp \
2211 common/asn1/asn1-ut-boolean-decode.cpp \
2212 common/asn1/asn1-ut-boolean.cpp \
2213 common/asn1/asn1-ut-core-decode.cpp \
2214 common/asn1/asn1-ut-core.cpp \
2215 common/asn1/asn1-ut-dyntype-decode.cpp \
2216 common/asn1/asn1-ut-dyntype.cpp \
2217 common/asn1/asn1-ut-integer-decode.cpp \
2218 common/asn1/asn1-ut-integer.cpp \
2219 common/asn1/asn1-ut-null-decode.cpp \
2220 common/asn1/asn1-ut-null.cpp \
2221 common/asn1/asn1-ut-objid-decode.cpp \
2222 common/asn1/asn1-ut-objid.cpp \
2223 common/asn1/asn1-ut-octetstring-decode.cpp \
2224 common/asn1/asn1-ut-octetstring.cpp \
2225 common/asn1/asn1-ut-string-decode.cpp \
2226 common/asn1/asn1-ut-string.cpp \
2227 common/asn1/asn1-ut-time-decode.cpp \
2228 common/asn1/asn1-ut-time.cpp \
2229 common/checksum/adler32.cpp \
2230 common/checksum/alt-md2.cpp \
2231 common/checksum/alt-md4.cpp \
2232 common/checksum/alt-md5.cpp \
2233 common/checksum/alt-sha1.cpp \
2234 common/checksum/alt-sha256.cpp \
2235 common/checksum/alt-sha512.cpp \
2236 common/checksum/crc16ccitt.cpp \
2237 common/checksum/crc32.cpp \
2238 common/checksum/crc32c.cpp \
2239 common/checksum/crc64.cpp \
2240 common/checksum/manifest2.cpp \
2241 common/checksum/manifest3.cpp \
2242 common/checksum/md5str.cpp \
2243 common/checksum/sha1str.cpp \
2244 common/checksum/sha256str.cpp \
2245 common/checksum/sha512str.cpp \
2246 common/crypto/digest-core.cpp \
2247 common/crypto/pemfile-read.cpp \
2248 common/crypto/pkcs7-asn1-decoder.cpp \
2249 common/crypto/pkcs7-core.cpp \
2250 common/crypto/pkcs7-init.cpp \
2251 common/crypto/pkcs7-sanity.cpp \
2252 common/crypto/pkcs7-verify.cpp \
2253 common/crypto/spc-asn1-decoder.cpp \
2254 common/crypto/spc-core.cpp \
2255 common/crypto/spc-init.cpp \
2256 common/crypto/spc-sanity.cpp \
2257 common/crypto/taf-asn1-decoder.cpp \
2258 common/crypto/taf-core.cpp \
2259 common/crypto/taf-init.cpp \
2260 common/crypto/taf-sanity.cpp \
2261 common/crypto/tsp-asn1-decoder.cpp \
2262 common/crypto/tsp-core.cpp \
2263 common/crypto/tsp-init.cpp \
2264 common/crypto/tsp-sanity.cpp \
2265 common/crypto/x509-asn1-decoder.cpp \
2266 common/crypto/x509-core.cpp \
2267 common/crypto/x509-file.cpp \
2268 common/crypto/x509-init.cpp \
2269 common/crypto/x509-sanity.cpp \
2270 common/dbg/dbg.cpp \
2271 common/dbg/dbgcfg.cpp \
2272 common/dbg/dbgmod.cpp \
2273 common/dbg/dbgmodcodeview.cpp \
2274 common/dbg/dbgmodcontainer.cpp \
2275 common/dbg/dbgmoddeferred.cpp \
2276 common/dbg/dbgmoddwarf.cpp \
2277 common/dbg/dbgmodexports.cpp \
2278 common/dbg/dbgmodldr.cpp \
2279 common/dbg/dbgmodmapsym.cpp \
2280 common/dbg/dbgmodnm.cpp \
2281 common/err/errinfo-alloc.cpp \
2282 common/err/errinfo.cpp \
2283 common/err/errinfolog.cpp \
2284 common/err/errmsg.cpp \
2285 common/err/RTErrConvertFromErrno.cpp \
2286 common/err/RTErrConvertToErrno.cpp \
2287 common/fs/isomaker.cpp \
2288 common/fs/isomakercmd.cpp \
2289 common/fs/isomakerimport.cpp \
2290 common/fs/isovfs.cpp \
2291 common/ldr/ldr.cpp \
2292 common/ldr/ldrELF.cpp \
2293 common/ldr/ldrEx.cpp \
2294 common/ldr/ldrFile.cpp \
2295 common/ldr/ldrLX.cpp \
2296 common/ldr/ldrMachO.cpp \
2297 common/ldr/ldrNative.cpp \
2298 common/ldr/ldrPE.cpp \
2299 common/ldr/ldrVfsFile.cpp \
2300 common/log/log.cpp \
2301 common/log/log-weak.cpp \
2302 common/log/log-weak-assert.cpp \
2303 common/log/log-weak-rel.cpp \
2304 common/log/logellipsis.cpp \
2305 common/log/logformat.cpp \
2306 common/log/logrel.cpp \
2307 common/log/logrelellipsis.cpp \
2308 common/log/RTLogCreateEx.cpp \
2309 common/math/bignum.cpp \
2310 common/misc/assert.cpp \
2311 common/misc/cidr.cpp \
2312 common/misc/getopt.cpp \
2313 common/misc/getoptargv.cpp \
2314 common/misc/lockvalidator.cpp \
2315 common/misc/message.cpp \
2316 common/misc/messagerefentry.cpp \
2317 common/misc/once.cpp \
2318 common/misc/RTAssertMsg1Weak.cpp \
2319 common/misc/RTAssertMsg2.cpp \
2320 common/misc/RTAssertMsg2Add.cpp \
2321 common/misc/RTAssertMsg2AddWeak.cpp \
2322 common/misc/RTAssertMsg2AddWeakV.cpp \
2323 common/misc/RTAssertMsg2Weak.cpp \
2324 common/misc/RTAssertMsg2WeakV.cpp \
2325 common/misc/RTFileModeToFlags.cpp \
2326 common/misc/RTFileOpenF.cpp \
2327 common/misc/RTFileOpenV.cpp \
2328 common/misc/RTMemWipeThoroughly.cpp \
2329 common/misc/req.cpp \
2330 common/misc/reqqueue.cpp \
2331 common/misc/reqpool.cpp \
2332 common/misc/sanity-c.c \
2333 common/misc/sanity-cpp.cpp \
2334 common/misc/sg.cpp \
2335 common/misc/term.cpp \
2336 common/misc/thread.cpp \
2337 common/net/macstr.cpp \
2338 common/net/netaddrstr2.cpp \
2339 common/path/comparepaths.cpp \
2340 common/path/RTPathAbsDup.cpp \
2341 common/path/RTPathAbsEx.cpp \
2342 common/path/RTPathAbsExDup.cpp \
2343 common/path/RTPathAppend.cpp \
2344 common/path/RTPathAppendEx.cpp \
2345 common/path/RTPathChangeToDosSlashes.cpp \
2346 common/path/RTPathChangeToUnixSlashes.cpp \
2347 common/path/RTPathCopyComponents.cpp \
2348 common/path/RTPathCountComponents.cpp \
2349 common/path/RTPathEnsureTrailingSeparator.cpp \
2350 common/path/RTPathExt.cpp \
2351 common/path/RTPathFilename.cpp \
2352 common/path/RTPathHasExt.cpp \
2353 common/path/RTPathHasPath.cpp \
2354 common/path/RTPathJoin.cpp \
2355 common/path/RTPathJoinA.cpp \
2356 common/path/RTPathJoinEx.cpp \
2357 common/path/RTPathParse.cpp \
2358 common/path/RTPathParsedReassemble.cpp \
2359 common/path/RTPathParseSimple.cpp \
2360 common/path/RTPathRealDup.cpp \
2361 common/path/rtPathRootSpecLen.cpp \
2362 common/path/RTPathSkipRootSpec.cpp \
2363 common/path/RTPathSplit.cpp \
2364 common/path/RTPathSplitA.cpp \
2365 common/path/RTPathSplitReassemble.cpp \
2366 common/path/RTPathStartsWithRoot.cpp \
2367 common/path/RTPathStripExt.cpp \
2368 common/path/RTPathStripFilename.cpp \
2369 common/path/RTPathStripTrailingSlash.cpp \
2370 common/path/RTPathTraverseList.cpp \
2371 common/path/rtPathVolumeSpecLen.cpp \
2372 common/rand/rand.cpp \
2373 common/rand/randadv.cpp \
2374 common/rand/randparkmiller.cpp \
2375 common/sort/shellsort.cpp \
2376 common/string/base64.cpp \
2377 common/string/RTStrCat.cpp \
2378 common/string/RTStrCmp.cpp \
2379 common/string/RTStrCopy.cpp \
2380 common/string/RTStrCopyEx.cpp \
2381 common/string/RTStrCopyP.cpp \
2382 common/string/RTStrIStartsWith.cpp \
2383 common/string/RTStrNCmp.cpp \
2384 common/string/RTStrNICmpAscii.cpp \
2385 common/string/RTStrNLen.cpp \
2386 common/string/RTStrPrintHexBytes.cpp \
2387 common/string/RTStrStr.cpp \
2388 common/string/simplepattern.cpp \
2389 common/string/straprintf.cpp \
2390 common/string/strcache.cpp \
2391 common/string/strformat.cpp \
2392 common/string/RTStrFormat.cpp \
2393 common/string/strformatnum.cpp \
2394 common/string/strformatrt.cpp \
2395 common/string/strformattype.cpp \
2396 common/string/strhash1.cpp \
2397 common/string/stringalloc.cpp \
2398 common/string/strprintf.cpp \
2399 common/string/strprintf-ellipsis.cpp \
2400 common/string/strprintf2.cpp \
2401 common/string/strprintf2-ellipsis.cpp \
2402 common/string/strspace.cpp \
2403 common/string/strstrip.cpp \
2404 common/string/strtonum.cpp \
2405 common/string/unidata-flags.cpp \
2406 common/string/unidata-lower.cpp \
2407 common/string/unidata-upper.cpp \
2408 common/string/utf-16-case.cpp \
2409 common/string/utf-16.cpp \
2410 common/string/utf-8-case.cpp \
2411 common/string/utf-8-case2.cpp \
2412 common/string/utf-8.cpp \
2413 common/table/avllu32.cpp \
2414 common/table/avlpv.cpp \
2415 common/table/avlrpv.cpp \
2416 common/table/avlruintptr.cpp \
2417 common/table/avlu32.cpp \
2418 common/table/avluintptr.cpp \
2419 common/time/time.cpp \
2420 common/time/timeprog.cpp \
2421 common/time/timesupref.cpp \
2422 common/time/timesysalias.cpp \
2423 common/vfs/vfsbase.cpp \
2424 common/vfs/vfschain.cpp \
2425 common/vfs/vfsmemory.cpp \
2426 common/vfs/vfsmisc.cpp \
2427 common/vfs/vfsmsg.cpp \
2428 common/vfs/vfsstddir.cpp \
2429 common/vfs/vfsstdfile.cpp \
2430 common/vfs/vfsstdpipe.cpp \
2431 common/zip/gzipvfs.cpp \
2432 common/zip/tar.cpp \
2433 common/zip/tarcmd.cpp \
2434 common/zip/tarvfs.cpp \
2435 common/zip/tarvfswriter.cpp \
2436 generic/critsect-generic.cpp \
2437 generic/critsectrw-generic.cpp \
2438 generic/env-generic.cpp \
2439 generic/mempool-generic.cpp \
2440 generic/RTEnvDupEx-generic.cpp \
2441 generic/RTFileCopy-generic.cpp \
2442 generic/RTFileCopyAttributes-generic.cpp \
2443 generic/RTFileCopyEx-generic.cpp \
2444 generic/RTFileCopyByHandlesEx-generic.cpp \
2445 generic/RTFileQuerySize-generic.cpp \
2446 generic/RTFileReadAll-generic.cpp \
2447 generic/RTFileReadAllByHandle-generic.cpp \
2448 generic/RTFileReadAllByHandleEx-generic.cpp \
2449 generic/RTFileReadAllEx-generic.cpp \
2450 generic/RTFileReadAllFree-generic.cpp \
2451 generic/RTLogWriteStdErr-generic.cpp \
2452 generic/RTLogWriteStdOut-generic.cpp \
2453 generic/RTLogWriteUser-generic.cpp \
2454 generic/RTPathIsSame-generic.cpp \
2455 generic/RTPathGetCurrentDrive-generic.cpp \
2456 generic/rtStrFormatKernelAddress-generic.cpp \
2457 generic/RTTimerLRCreate-generic.cpp \
2458 generic/semfastmutex-generic.cpp \
2459 generic/semxroads-generic.cpp \
2460 generic/spinlock-generic.cpp \
2461 r3/alloc-ef.cpp \
2462 r3/alloc.cpp \
2463 r3/allocex.cpp \
2464 r3/dir.cpp \
2465 r3/dir2.cpp \
2466 r3/fileio.cpp \
2467 r3/fs.cpp \
2468 r3/generic/semspinmutex-r3-generic.cpp \
2469 r3/init.cpp \
2470 r3/init-data.cpp \
2471 r3/process-data.cpp \
2472 r3/memsafer-r3.cpp \
2473 r3/path.cpp \
2474 r3/RTPathTemp.cpp \
2475 r3/process.cpp \
2476 r3/socket.cpp \
2477 r3/stream.cpp \
2478 r3/tcp.cpp \
2479 VBox/log-vbox.cpp \
2480 VBox/RTAssertShouldPanic-vbox.cpp \
2481 common/string/ministring.cpp # for main
2482ifneq ($(KBUILD_HOST),win)
2483 RuntimeBldProg_SOURCES += \
2484 common/err/errmsgxpcom.cpp
2485endif
2486
2487RuntimeBldProg_SOURCES.darwin = $(filter-out \
2488 generic/cdrom-generic.cpp \
2489 generic/RTFileMove-generic.cpp \
2490 generic/RTProcDaemonize-generic.cpp \
2491 generic/RTThreadGetAffinity-stub-generic.cpp \
2492 generic/RTThreadSetAffinity-stub-generic.cpp \
2493 generic/RTThreadSetAffinityToCpu-generic.cpp \
2494 generic/RTTimerCreate-generic.cpp \
2495 generic/mppresent-generic.cpp \
2496 generic/RTSystemShutdown-generic.cpp \
2497 generic/timer-generic.cpp \
2498 generic/utf16locale-generic.cpp \
2499 generic/RTProcIsRunningByName-generic.cpp \
2500 generic/RTThreadGetNativeState-generic.cpp \
2501 r3/darwin/RTCrStoreCreateSnapshotById-darwin.cpp \
2502 r3/darwin/filelock-darwin.cpp \
2503 r3/darwin/systemmem-darwin.cpp \
2504 r3/darwin/krnlmod-darwin.cpp \
2505 r3/darwin/filelock-darwin.cpp \
2506 r3/darwin/RTSystemQueryDmiString-darwin.cpp \
2507 r3/darwin/RTPathUserDocuments-darwin.cpp \
2508 r3/posix/RTTimeSet-posix.cpp \
2509 r3/posix/serialport-posix.cpp \
2510 r3/posix/localipc-posix.cpp \
2511 r3/generic/allocex-r3-generic.cpp \
2512 r3/generic/RTLocaleQueryLocaleName-r3-generic.cpp \
2513 r3/generic/RTLocaleQueryNormalizedBaseLocaleName-r3-generic.cpp \
2514 r3/generic/RTLocaleQueryUserCountryCode-r3-generic.cpp \
2515 , $(RuntimeBaseR3_SOURCES.darwin))
2516
2517RuntimeBldProg_SOURCES.win = \
2518 common/dbg/dbgmoddbghelp.cpp \
2519 common/string/mempcpy.asm \
2520 common/string/RTUtf16CopyAscii.cpp \
2521 common/string/RTUtf16End.cpp \
2522 common/string/RTUtf16NLenEx.cpp \
2523 common/string/RTUtf16ICmpAscii.cpp \
2524 common/string/RTUtf16NICmpAscii.cpp \
2525 generic/mppresent-generic-online.cpp \
2526 generic/RTDirExists-generic.cpp \
2527 generic/RTDirSetTimes-generic.cpp \
2528 generic/RTFileCopyPartEx-generic.cpp \
2529 generic/RTFileExists-generic.cpp \
2530 generic/RTFileSetAllocationSize-generic.cpp \
2531 generic/RTRandAdvCreateSystemFaster-generic.cpp \
2532 generic/RTRandAdvCreateSystemTruer-generic.cpp \
2533 generic/RTSemEventWait-2-ex-generic.cpp \
2534 generic/RTSemEventWaitNoResume-2-ex-generic.cpp \
2535 generic/RTSemEventMultiWait-2-ex-generic.cpp \
2536 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
2537 generic/RTSemMutexRequest-generic.cpp \
2538 generic/RTSemMutexRequestDebug-generic.cpp \
2539 generic/semrw-$(if-expr defined(VBOX_WITH_LOCKLESS_SEMRW),lockless-,)generic.cpp \
2540 generic/uuid-generic.cpp \
2541 nt/fileioutils-nt.cpp \
2542 nt/RTErrConvertFromNtStatus.cpp \
2543 nt/semevent-nt.cpp \
2544 nt/semeventmulti-nt.cpp \
2545 r3/nt/direnum-r3-nt.cpp \
2546 r3/nt/dirrel-r3-nt.cpp \
2547 r3/nt/fs-nt.cpp \
2548 r3/nt/pathint-nt.cpp \
2549 r3/nt/RTFileQueryFsSizes-nt.cpp \
2550 r3/nt/RTFileSetMode-r3-nt.cpp \
2551 r3/nt/RTPathQueryInfo-nt.cpp \
2552 r3/nt/RTPathSetMode-r3-nt.cpp \
2553 r3/nt/RTProcQueryParent-r3-nt.cpp \
2554 r3/win/alloc-win.cpp \
2555 r3/win/allocex-win.cpp \
2556 r3/win/dir-win.cpp \
2557 r3/win/env-win.cpp \
2558 r3/win/errvars-win.cpp \
2559 r3/win/fileio-win.cpp \
2560 r3/win/init-win.cpp \
2561 r3/win/ldrNative-win.cpp \
2562 r3/win/path-win.cpp \
2563 r3/win/pathint-win.cpp \
2564 r3/win/pipe-win.cpp \
2565 r3/win/process-win.cpp \
2566 r3/win/RTHandleGetStandard-win.cpp \
2567 r3/win/RTLogWriteDebugger-win.cpp \
2568 r3/win/rtProcInitExePath-win.cpp \
2569 r3/win/RTUuidCreate-win.cpp \
2570 r3/win/sched-win.cpp \
2571 r3/win/semmutex-win.cpp \
2572 r3/win/symlink-win.cpp \
2573 r3/win/system-get-nt-xxx-win.cpp \
2574 r3/win/thread-win.cpp \
2575 r3/win/thread2-win.cpp \
2576 $(if-expr 1,r3/win/time-win.cpp,r3/nt/time-nt.cpp) \
2577 r3/win/time2-win.cpp \
2578 r3/win/tls-win.cpp \
2579 r3/win/utf16locale-win.cpp \
2580 r3/win/utf8-win.cpp \
2581 win/errmsgwin.cpp \
2582 win/RTErrConvertFromWin32.cpp
2583
2584RuntimeBldProg_SOURCES.win.amd64 := \
2585 $(RuntimeWin64ASM_SOURCES) \
2586 common/string/memrchr.asm
2587RuntimeBldProg_SOURCES.win.x86 := \
2588 $(RuntimeWin32ASM_SOURCES) \
2589 common/string/memrchr.asm
2590
2591## @todo reduce this
2592RuntimeBldProg_SOURCES.os2 += \
2593 common/string/memrchr.asm \
2594 generic/mppresent-generic.cpp \
2595 generic/RTCrStoreCreateSnapshotById-generic.cpp \
2596 generic/RTDirQueryInfo-generic.cpp \
2597 generic/RTDirSetTimes-generic.cpp \
2598 generic/fileio-at-generic.cpp \
2599 generic/RTFileCopyPartEx-generic.cpp \
2600 generic/RTFileMove-generic.cpp \
2601 generic/RTFileSetAllocationSize-generic.cpp \
2602 generic/RTLogWriteDebugger-generic.cpp \
2603 generic/RTPathGetCurrentOnDrive-generic.cpp \
2604 generic/RTRandAdvCreateSystemFaster-generic.cpp \
2605 generic/RTRandAdvCreateSystemTruer-generic.cpp \
2606 generic/RTSemEventMultiWait-generic.cpp \
2607 generic/RTSemEventWait-generic.cpp \
2608 generic/RTSemMutexRequest-generic.cpp \
2609 generic/RTSemMutexRequestDebug-generic.cpp \
2610 generic/RTThreadGetNativeState-generic.cpp \
2611 generic/RTUuidCreate-generic.cpp \
2612 generic/semrw-$(if-expr defined(VBOX_WITH_LOCKLESS_SEMRW),lockless-,)generic.cpp \
2613 generic/timer-generic.cpp \
2614 generic/utf16locale-generic.cpp \
2615 generic/uuid-generic.cpp \
2616 os2/RTErrConvertFromOS2.cpp \
2617 r3/generic/allocex-r3-generic.cpp \
2618 r3/generic/dirrel-r3-generic.cpp \
2619 r3/os2/filelock-os2.cpp \
2620 r3/os2/mp-os2.cpp \
2621 r3/os2/pipe-os2.cpp \
2622 r3/os2/rtProcInitExePath-os2.cpp \
2623 r3/os2/sched-os2.cpp \
2624 r3/os2/sems-os2.cpp \
2625 r3/os2/systemmem-os2.cpp \
2626 r3/os2/thread-os2.cpp \
2627 r3/os2/time-os2.cpp \
2628 r3/posix/dir-posix.cpp \
2629 r3/posix/env-posix.cpp \
2630 r3/posix/errvars-posix.cpp \
2631 r3/posix/fileio-posix.cpp \
2632 r3/posix/fileio2-posix.cpp \
2633 r3/posix/fs-posix.cpp \
2634 r3/posix/fs2-posix.cpp \
2635 r3/posix/fs3-posix.cpp \
2636 r3/posix/ldrNative-posix.cpp \
2637 r3/posix/path-posix.cpp \
2638 r3/posix/path2-posix.cpp \
2639 r3/posix/pathhost-posix.cpp \
2640 r3/posix/process-creation-posix.cpp \
2641 r3/posix/process-posix.cpp \
2642 r3/posix/RTFileQueryFsSizes-posix.cpp \
2643 r3/posix/RTHandleGetStandard-posix.cpp \
2644 r3/posix/rtmempage-exec-mmap-heap-posix.cpp \
2645 r3/posix/RTMemProtect-posix.cpp \
2646 r3/posix/RTPathUserDocuments-posix.cpp \
2647 r3/posix/RTPathUserHome-posix.cpp \
2648 r3/posix/RTTimeNow-posix.cpp \
2649 r3/posix/RTTimeSet-posix.cpp \
2650 r3/posix/symlink-posix.cpp \
2651 r3/posix/timelocal-posix.cpp \
2652 r3/posix/utf8-posix.cpp
2653
2654## @todo reduce linux, solaris and freebsd sources too.
2655
2656
2657
2658#
2659# RuntimeGuestR3 - Guest Additions Runtime (static/exe).
2660# (The KBUILD_HOST inheritance here is for cross building the linux
2661# additions, while .x86 is for cross building x86 while targeting amd64.)
2662#
2663RuntimeGuestR3_TEMPLATE := VBoxGuestR3Lib
2664RuntimeGuestR3_EXTENDS := RuntimeR3
2665RuntimeGuestR3_DEFS = $(filter-out RTCRITSECT_STRICT RT_NO_GIP IN_SUP_R3, $(RuntimeR3_DEFS))
2666RuntimeGuestR3_SOURCES = $(filter-out \
2667 common/time/timesupref.cpp \
2668 common/time/timesupA.asm \
2669 common/time/timesup.cpp \
2670 common/zip/xarvfs.cpp \
2671 r3/xml.cpp \
2672 generic/RTLogWriteUser-generic.cpp \
2673 , $(RuntimeR3_SOURCES)) \
2674 \
2675 common/time/timesysalias.cpp \
2676 VBox/logbackdoor.cpp
2677ifndef VBOX_WITH_NOCRT_STATIC
2678 RuntimeGuestR3_DEFS.win.x86 = $(RuntimeR3_DEFS.win.x86) \
2679 VCC_FAKES_TARGET_$(VBOX_VCC_TOOL_STEM) VCC_FAKES_TARGET=$(substr $(VBOX_VCC_TOOL_STEM),-3)
2680 RuntimeGuestR3_SOURCES.win.x86 = $(RuntimeR3_SOURCES.win.x86) \
2681 r3/win/vcc-fakes-kernel32.cpp \
2682 r3/win/vcc-fakes-kernel32-A.asm \
2683 r3/win/vcc-fakes-ntdll.cpp \
2684 r3/win/vcc-fakes-ntdll-A.asm \
2685 r3/win/vcc-fakes-ws2_32.cpp \
2686 r3/win/vcc-fakes-ws2_32-A.asm \
2687 r3/win/vcc-fakes-shell32.cpp \
2688 r3/win/vcc-fakes-shell32-A.asm
2689endif
2690
2691
2692#
2693# RuntimeGuestR3-x86 - Same as RuntimeGuestR3, except that it's targeting x86.
2694#
2695RuntimeGuestR3-x86_EXTENDS := RuntimeGuestR3
2696RuntimeGuestR3-x86_BLD_TRG_ARCH := x86
2697
2698
2699#
2700# RuntimeGuestR3Shared - Guest Additions Runtime (static/dll).
2701#
2702RuntimeGuestR3Shared_TEMPLATE := VBoxGuestR3Dll
2703RuntimeGuestR3Shared_EXTENDS := RuntimeGuestR3
2704RuntimeGuestR3Shared_INST = $(INST_ADDITIONS_LIB)
2705ifdef VBOX_WITH_NOCRT_STATIC
2706 if1of ($(KBUILD_TARGET), win)
2707 RuntimeGuestR3Shared_SDKS = $(filter-out VBOX_SOFTFLOAT,$(RuntimeGuestR3_SDKS)) VBOX_SOFTFLOATGUESTR3SHARED
2708 RuntimeGuestR3Shared_SOURCES = $(RuntimeGuestR3_SOURCES) \
2709 common/math/fma.cpp \
2710 common/math/fma-asm.asm \
2711 common/math/fmaf.cpp \
2712 common/math/fmaf-asm.asm \
2713
2714 endif
2715endif
2716
2717#
2718# RuntimeGuestR3Shared-x86 - Same as RuntimeGuestR3Shared, except that it's targeting x86.
2719#
2720RuntimeGuestR3Shared-x86_EXTENDS := RuntimeGuestR3Shared
2721RuntimeGuestR3Shared-x86_BLD_TRG_ARCH := x86
2722
2723
2724#
2725# VBoxRT - Shared Object / DLL version.
2726#
2727VBoxRT_TEMPLATE = VBoxR3DllNoPic
2728VBoxRT_SDKS = VBOX_LIBXML2
2729ifdef VBOX_WITH_LIBCURL
2730 VBoxRT_SDKS += VBOX_LIBCURL
2731endif
2732VBoxRT_SDKS += VBOX_OPENSSL
2733if1of ($(KBUILD_TARGET_ARCH), $(VBOX_SUPPORTED_HOST_ARCHS))
2734VBoxRT_SDKS += VBOX_SOFTFLOAT
2735endif
2736VBoxRT_SDKS.win = $(VBOX_WINPSDK) $(VBOX_WINDDK) VBOX_NTDLL
2737if1of ($(KBUILD_TARGET), win)
2738VBoxRT_INST = $(INST_DLL) $(INST_TESTCASE) $(VBOX_INST_TOOLS)
2739else if1of ($(KBUILD_TARGET)$(VBOX_WITH_HARDENING), darwin win$(VBOX_WITH_HARDENING))
2740VBoxRT_INST = $(INST_DLL) $(INST_TESTCASE)
2741endif
2742VBoxRT_DEFS := $(filter-out RT_NO_GIP, $(RuntimeBaseR3_DEFS)) \
2743 IPRT_WITH_OPENSSL \
2744 IPRT_WITH_XAR \
2745 IPRT_WITH_GHIDRA_DBG_MOD \
2746 $(if-expr !defined(VBOX_WITH_ALT_HASH_CODE),IPRT_WITHOUT_SHA512T224 IPRT_WITHOUT_SHA512T256,)
2747ifn1of ($(KBUILD_TARGET_ARCH), amd64 x86)
2748 VBoxRT_DEFS += RT_NO_GIP
2749endif
2750ifdef VBOX_WITH_LIBCURL
2751 VBoxRT_DEFS += IPRT_WITH_HTTP
2752endif
2753ifdef RTALLOC_REPLACE_MALLOC
2754 VBoxRT_DEFS += RTALLOC_REPLACE_MALLOC
2755endif
2756if defined(VBOX_WITH_DTRACE_R3) && !defined(VBOX_ONLY_VALIDATIONKIT)
2757 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING
2758 VBoxRT_DEFS += IPRT_WITH_DTRACE IPRT_DTRACE_INCLUDE="dtrace/iprt.h"
2759 else
2760 VBoxRT_DEFS += IPRT_WITH_DTRACE IPRT_DTRACE_INCLUDE=\"dtrace/iprt.h\"
2761 endif
2762endif
2763VBoxRT_DEFS.$(KBUILD_TYPE) := $(RuntimeBaseR3_DEFS.$(KBUILD_TYPE))
2764VBoxRT_DEFS.$(KBUILD_TARGET) := $(RuntimeBaseR3_DEFS.$(KBUILD_TARGET))
2765VBoxRT_SOURCES := \
2766 VBox/VBoxRTDeps.cpp \
2767 $(filter-out common/checksum/crc32.cpp, \
2768 $(if-expr defined(VBOX_WITH_ALT_HASH_CODE), $(RuntimeBaseR3_SOURCES), \
2769 $(patsubst common/checksum/alt-%,common/checksum/openssl-%,$(RuntimeBaseR3_SOURCES)) ) ) \
2770 common/checksum/crc32-zlib.cpp \
2771 common/dbg/dbgmodghidra.cpp \
2772 common/fuzz/fuzz.cpp \
2773 common/fuzz/fuzz-config.cpp \
2774 common/fuzz/fuzz-observer.cpp \
2775 common/fuzz/fuzz-target-recorder.cpp \
2776 common/fuzz/fuzzmastercmd.cpp \
2777 common/fuzz/fuzzclientcmd.cpp
2778ifneq ($(KBUILD_TARGET),win)
2779VBox/VBoxRTDeps.cpp_CXXFLAGS = -Wno-deprecated-declarations
2780endif
2781ifdef VBOX_WITH_LIBCURL
2782 VBoxRT_SOURCES += \
2783 common/misc/s3.cpp \
2784 generic/http-curl.cpp \
2785 common/rest/rest-primary-object-types.cpp \
2786 common/rest/rest-binary.cpp \
2787 common/rest/RTCRestAnyObject.cpp \
2788 common/rest/RTCRestArrayBase.cpp \
2789 common/rest/RTCRestClientApiBase.cpp \
2790 common/rest/RTCRestClientApiBaseOci.cpp \
2791 common/rest/RTCRestClientRequestBase.cpp \
2792 common/rest/RTCRestClientResponseBase.cpp \
2793 common/rest/RTCRestJsonPrimaryCursor.cpp \
2794 common/rest/RTCRestStringMapBase.cpp \
2795 common/rest/RTCRestOutputBase.cpp \
2796 common/rest/RTCRestOutputPrettyBase.cpp \
2797 common/rest/RTCRestOutputPrettyToString.cpp \
2798 common/rest/RTCRestOutputToString.cpp
2799endif
2800if defined(VBOX_WITH_DTRACE_R3) && !defined(VBOX_ONLY_VALIDATIONKIT)
2801 VBoxRT_SOURCES += \
2802 iprt.d
2803endif
2804VBoxRT_SOURCES.$(KBUILD_TARGET) = $(RuntimeBaseR3_SOURCES.$(KBUILD_TARGET))
2805VBoxRT_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) := $(RuntimeBaseR3_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH))
2806VBoxRT_SOURCES.$(KBUILD_TARGET).x86 := $(RuntimeBaseR3_SOURCES.$(KBUILD_TARGET).x86)
2807VBoxRT_SOURCES.$(KBUILD_TARGET).amd64 := $(RuntimeBaseR3_SOURCES.$(KBUILD_TARGET).amd64)
2808VBoxRT_SOURCES.$(KBUILD_TARGET_ARCH) := $(RuntimeBaseR3_SOURCES.$(KBUILD_TARGET_ARCH))
2809VBoxRT_SOURCES.x86 := $(RuntimeBaseR3_SOURCES.x86)
2810VBoxRT_SOURCES.amd64 := $(RuntimeBaseR3_SOURCES.amd64)
2811VBoxRT_SOURCES.win += \
2812 r3/win/dllmain-win.cpp \
2813 $(VBoxRT_0_OUTDIR)/VBoxRT.def
2814VBoxRT_CLEAN.win += \
2815 $(VBoxRT_0_OUTDIR)/VBoxRT.def
2816VBoxRT_INCS := $(RuntimeBaseR3_INCS)
2817VBoxRT_INCS.$(KBUILD_TARGET) := $(RuntimeBaseR3_INCS.$(KBUILD_TARGET))
2818VBoxRT_INCS.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) := $(RuntimeBaseR3_INCS.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH))
2819VBoxRT_LIBS = \
2820 $(SDK_VBOX_LZF_LIBS) \
2821 $(PATH_STAGE_LIB)/SUPR3$(VBOX_SUFF_LIB)
2822ifndef SDK_VBOX_LIBXML2_LIBS
2823 VBoxRT_LIBS += \
2824 $(PATH_STAGE_LIB)/VBox-libxml2$(VBOX_SUFF_LIB)
2825endif
2826VBoxRT_LIBS += \
2827 $(SDK_VBOX_ZLIB_LIBS)
2828ifndef SDK_VBOX_OPENSSL_LIBS
2829 VBoxRT_LIBS += \
2830 $(PATH_STAGE_LIB)/VBox-libcrypto$(VBOX_SUFF_LIB) \
2831 $(PATH_STAGE_LIB)/VBox-libssl$(VBOX_SUFF_LIB)
2832endif
2833ifdef IPRT_WITH_LZO
2834 VBoxRT_LIBS += lzo2
2835endif
2836ifdef RTALLOC_REPLACE_MALLOC
2837VBoxRT_LIBS += \
2838 $(PATH_STAGE_LIB)/DisasmR3$(VBOX_SUFF_LIB)
2839endif
2840VBoxRT_LIBS.darwin = \
2841 iconv
2842VBoxRT_LIBS.freebsd = \
2843 iconv \
2844 rt
2845VBoxRT_LIBS.haiku = \
2846 iconv
2847VBoxRT_LIBS.solaris = \
2848 kstat \
2849 contract
2850ifn1of ($(KBUILD_TARGET_ARCH), sparc32 sparc64)
2851 # SMBIOS not available on Solaris SPARC.
2852 VBoxRT_LIBS.solaris += smbios
2853endif
2854VBoxRT_LIBS.win += \
2855 $(PATH_SDK_$(VBOX_WINPSDK)_LIB)/wbemuuid.lib \
2856 $(PATH_TOOL_$(VBOX_VCC_TOOL)_LIB)/delayimp.lib
2857VBoxRT_LDFLAGS.darwin = \
2858 -framework IOKit \
2859 -framework CoreFoundation \
2860 -framework CoreServices \
2861 -framework Security \
2862 -framework SystemConfiguration \
2863 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxRT.dylib
2864VBoxRT_LDFLAGS.win = /MANIFEST \
2865 /delayload:user32.dll \
2866 /delayload:shell32.dll \
2867 /delayload:ole32.dll \
2868 /delayload:oleaut32.dll \
2869 /delayload:advapi32.dll
2870
2871if1of (VBoxRT,$(DLLS))
2872 $(call VBOX_SET_VER_INFO_DLL,VBoxRT,VirtualBox Runtime)
2873endif
2874
2875
2876if defined(VBOX_WITH_MORE_NT4_COMPAT_BINARIES) && "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" == "win.x86"
2877 #
2878 # Hacks for running tests on NT 4. Really ugly!
2879 #
2880 # We put most of the CRT in VBoxRT because we cannot even load msvcr100.dll
2881 # or msvcp100.dll on NT4 because of kernel32.dll dependencies. More hacks
2882 # in RuntimeR3VccTricks.
2883 #
2884 TEMPLATE_VBoxR3RuntimeDllItself = xx
2885 TEMPLATE_VBoxR3RuntimeDllItself_EXTENDS = VBoxR3RuntimeDll
2886 TEMPLATE_VBoxR3RuntimeDllItself_LIBS.win.x86 = \
2887 $(filter-out $(PATH_STAGE_LIB)/RuntimeR3VccTricks%, $(TEMPLATE_VBoxR3RuntimeDll_LIBS.win.x86))
2888 TEMPLATE_VBoxR3RuntimeDllItself_DEFS += IN_RING3 VCC_FAKES_TARGET_$(VBOX_VCC_TOOL_STEM) VCC_FAKES_TARGET=$(substr $(VBOX_VCC_TOOL_STEM),-3)
2889 TEMPLATE_VBoxR3RuntimeDllItself_SOURCES = \
2890 r3/win/vcc-fakes-kernel32.cpp \
2891 r3/win/vcc-fakes-kernel32-A.asm \
2892 r3/win/vcc-fakes-ws2_32.cpp \
2893 r3/win/vcc-fakes-ws2_32-A.asm \
2894 r3/win/vcc-fakes-ntdll.cpp \
2895 r3/win/vcc-fakes-ntdll-A.asm \
2896 r3/win/vcc-fakes-msvcrt.cpp
2897 VBoxRT_TEMPLATE = VBoxR3RuntimeDllItself
2898 VBoxRT_TEMPLATE.win.x86 = VBoxR3RuntimeDllItself
2899 VBoxRT_DEFS.win.x86 = $(TEMPLATE_VBoxR3RuntimeDll_DEFS.win.x86) \
2900 _CRTIMP_PURE="__declspec(dllexport)" VCC_FAKES_TARGET_$(VBOX_VCC_TOOL_STEM) VCC_FAKES_TARGET=$(substr $(VBOX_VCC_TOOL_STEM),-3)
2901 VBoxRT_LDFLAGS.win.x86 = /IGNORE:4049 /IGNORE:4217
2902 VBoxRT_LIBS.win.x86 = \
2903 $(PATH_TOOL_$(VBOX_VCC_TOOL_STEM)X86_LIB)/oldnames.lib \
2904 $(PATH_TOOL_$(VBOX_VCC_TOOL_STEM)X86_LIB)/libcmt.lib \
2905 $(PATH_TOOL_$(VBOX_VCC_TOOL_STEM)X86_LIB)/libcpmt.lib
2906endif
2907
2908
2909#
2910# HACK ALERT! Make testcase run during build on SELinux boxes.
2911# Create a dummy DLL that ensure that VBoxRT is installed
2912# during the DLL pass and cleaned up later.
2913#
2914ifeq ($(KBUILD_TARGET),linux)
2915 if1of (VBoxRT, $(DLLS))
2916 ifneq ($(wildcard /usr/bin/chcon),)
2917VBoxRT_INSTTYPE = none
2918VBoxRT_DEBUG_INSTTYPE = both
2919
2920VBoxRT-x86_INSTTYPE = $(NO_SUCH_VARIABLE)
2921
2922DLLS += VBoxRTDummy
2923VBoxRTDummy_TEMPLATE = VBoxR3Dll
2924VBoxRTDummy_INSTTYPE = none
2925VBoxRTDummy_LIBS = $(PATH_STAGE_BIN)/VBoxRT.so
2926VBoxRTDummy_CLEAN = $(PATH_STAGE_BIN)/VBoxRT.so
2927BLDDIRS += $(PATH_STAGE_BIN)
2928
2929$(PATH_STAGE_BIN)/VBoxRT.so: $$(VBoxRT_1_TARGET) | $$(dir $$@)
2930 $(INSTALL) $< $@
2931 chcon -t texrel_shlib_t $@ || true
2932
2933VBoxRT:: VBoxRTDummy
2934 endif # chcon present.
2935 endif # building VBoxRT
2936endif # linux
2937
2938if1of ($(DLLS), VBoxRT)
2939 # .def file for windows.
2940 $(call KB_FN_DO_PASS0_ON_TARGET,VBoxRT)
2941 $(VBoxRT_0_OUTDIR)/VBoxRT.def: \
2942 $(PATH_SUB_CURRENT)/r3/win/VBoxRT-$$(if-expr $$(KBUILD_TARGET_ARCH) == amd64,win64,win32).def \
2943 $(PATH_SUB_CURRENT)/r3/win/VBoxRT-openssl-3.0.def \
2944 $(if-expr "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" == "win.x86" && defined(VBOX_WITH_MORE_NT4_COMPAT_BINARIES)\
2945 ,$(PATH_SUB_CURRENT)/r3/win/VBoxRT-msvcr100-win32.def ,) \
2946 | $$(dir $$@) #$(PATH_SUB_CURRENT)/r3/win/VBoxRT-msvcp100-win32.def
2947 $(RM) -f -- $@
2948 $(SED) --output "$@" \
2949 $(if-expr "$(KBUILD_TARGET_ARCH)" == "x86" ,-e "/not-x86/d", -e "/only-x86/d") \
2950 $(if-expr "$(KBUILD_TARGET_ARCH)" == "amd64",-e "/not-amd64/d",-e "/only-amd64/d") \
2951 $(if-expr "$(KBUILD_TARGET_ARCH)" == "arm64",-e "/not-arm64/d",-e "/only-arm64/d") \
2952 $(if-expr "$(substr $(if-expr $(KBUILD_TARGET) != 'win',$(VBOX_GCC_std), $(VBOX_VCC_std)),-2)" >= "17" \
2953 ,-e "/before-noexcept/d", -e "/after-noexcept/d") \
2954 $^
2955 $(call KB_FN_AUTO_CMD_DEPS_COMMANDS)
2956 $(call KB_FN_AUTO_CMD_DEPS,$(VBoxRT_0_OUTDIR)/VBoxRT.def)
2957endif
2958
2959
2960#
2961# VBoxRT-x86 - 32-bit version of VBoxRT
2962#
2963VBoxRT-x86_EXTENDS = VBoxRT
2964VBoxRT-x86_TEMPLATE = VBoxR3Dll-x86
2965VBoxRT-x86_INST.win = $(INST_DLL)x86/
2966VBoxRT-x86_SDKS = VBOX_LIBXML2
2967ifdef VBOX_WITH_LIBCURL
2968 VBoxRT-x86_SDKS += VBOX_LIBCURL-x86
2969endif
2970VBoxRT-x86_SDKS += VBOX_OPENSSL-x86
2971
2972VBoxRT-x86_LIBS = \
2973 $(SDK_VBOX_LZF_LIBS-x86)
2974if1of ($(KBUILD_TARGET_ARCH), amd64 x86)
2975VBoxRT-x86_LIBS += \
2976 $(PATH_STAGE_LIB)/SUPR3-x86$(VBOX_SUFF_LIB)
2977endif
2978ifndef SDK_VBOX_LIBXML2_LIBS
2979 VBoxRT-x86_LIBS += \
2980 $(PATH_STAGE_LIB)/VBox-libxml2-x86$(VBOX_SUFF_LIB)
2981endif
2982VBoxRT-x86_LIBS += \
2983 $(SDK_VBOX_ZLIB_LIBS-x86)
2984ifndef SDK_VBOX_OPENSSL_LIBS
2985 VBoxRT-x86_LIBS += \
2986 $(PATH_STAGE_LIB)/VBox-libcrypto-x86$(VBOX_SUFF_LIB) \
2987 $(PATH_STAGE_LIB)/VBox-libssl-x86$(VBOX_SUFF_LIB)
2988endif
2989ifdef IPRT_WITH_LZO
2990 VBoxRT-x86_LIBS += lzo2
2991endif
2992VBoxRT-x86_LIBS.darwin = \
2993 iconv
2994VBoxRT-x86_LIBS.freebsd = \
2995 iconv \
2996 rt
2997VBoxRT-x86_LIBS.haiku = \
2998 iconv
2999VBoxRT-x86_LIBS.solaris = \
3000 kstat \
3001 contract
3002ifn1of ($(KBUILD_TARGET_ARCH), sparc32 sparc64)
3003 # SMBIOS not available on Solaris SPARC.
3004 VBoxRT-x86_LIBS.solaris += smbios
3005endif
3006VBoxRT-x86_LIBS.win += \
3007 $(PATH_SDK_$(VBOX_WINPSDK)_LIB.x86)/wbemuuid.lib \
3008 $(PATH_TOOL_$(VBOX_VCC_TOOL_STEM)X86_LIB)/delayimp.lib
3009
3010VBoxRT-x86_SOURCES.win = $(filter-out %.def %.rc,$(VBoxRT_SOURCES.win)) \
3011 $(VBoxRT-x86_0_OUTDIR)/VBoxRT-x86.def
3012VBoxRT-x86_CLEAN += $(VBoxRT-x86_0_OUTDIR)/VBoxRT-x86.def
3013
3014if1of (VBoxRT-x86,$(DLLS))
3015 $(call VBOX_SET_VER_INFO_DLL,VBoxRT-x86,VirtualBox 32-bit Runtime)
3016endif
3017
3018if1of ($(DLLS), VBoxRT-x86)
3019 # .def file for windows.
3020 $(call KB_FN_DO_PASS0_ON_TARGET,VBoxRT-x86)
3021 $(VBoxRT-x86_0_OUTDIR)/VBoxRT-x86.def: \
3022 $(VBOX_PATH_RUNTIME_SRC)/r3/win/VBoxRT-win32.def \
3023 | $$(dir $$@) # Hopefully no need to export openssl here.
3024 $(RM) -f -- $@
3025 $(SED) --output "$@" \
3026 -e "/not-x86/d" \
3027 -e "/only-amd64/d" \
3028 -e "/only-arm64/d" \
3029 $(if-expr "$(substr $(if-expr $(KBUILD_TARGET) != 'win',$(VBOX_GCC_std), $(VBOX_VCC_std)),-2)" >= "17" \
3030 ,-e "/before-noexcept/d", -e "/after-noexcept/d") \
3031 $(VBOX_PATH_RUNTIME_SRC)/r3/win/VBoxRT-win32.def
3032 $(call KB_FN_AUTO_CMD_DEPS_COMMANDS)
3033 $(call KB_FN_AUTO_CMD_DEPS,$(VBoxRT-x86_0_OUTDIR)/VBoxRT-x86.def)
3034endif
3035
3036#
3037# VBoxRTImp - Import library/hack.
3038#
3039ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),win.amd64)
3040$(call VBOX_GENERATE_IMPORT_TARGET_FN,VBoxRTImp,VBoxRT,VBox/VBoxRTImp.def VBox/VBoxRTImp-vcc64.def r3/win/VBoxRT-win64.def)
3041else ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),win.x86)
3042$(call VBOX_GENERATE_IMPORT_TARGET_FN,VBoxRTImp,VBoxRT,VBox/VBoxRTImp.def VBox/VBoxRTImp-vcc32.def r3/win/VBoxRT-win32.def)
3043else
3044$(call VBOX_GENERATE_IMPORT_TARGET_FN,VBoxRTImp,VBoxRT,VBox/VBoxRTImp.def VBox/VBoxRTImp-gcc.def)
3045endif
3046
3047
3048if1of ($(KBUILD_TARGET),win linux darwin) # remove later
3049if1of ($(KBUILD_TARGET_ARCH),x86 amd64) ## @todo bugref:9898
3050if1of (VBoxRT,$(DLLS))
3051 #
3052 # VBoxRTImpCheck - Import library check.
3053 #
3054 PROGRAMS += VBoxRTStableCheck
3055 VBoxRTStableCheck_TEMPLATE = VBOXR3TSTEXE
3056 VBoxRTStableCheck_SOURCES = \
3057 VBox/VBoxRTStableCheck.cpp \
3058 $(VBoxRTStableCheck_0_OUTDIR)/VBoxRTStableCheckA.asm
3059 VBoxRTStableCheck_LIBS = \
3060 $(LIB_RUNTIME)
3061 VBoxRTStableCheck_CLEAN = \
3062 $(VBoxRTStableCheck_0_OUTDIR)/VBoxRTStableCheckA.asm
3063 $(call KB_FN_DO_PASS0_ON_TARGET,VBoxRTStableCheck)
3064
3065 ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),win.amd64)
3066 $(VBoxRTStableCheck_0_OUTDIR)/VBoxRTStableCheckA.asm: \
3067 $(PATH_SUB_CURRENT)/VBox/DefToAsmExterns.sed \
3068 $(PATH_SUB_CURRENT)/VBox/VBoxRTImp.def \
3069 $(PATH_SUB_CURRENT)/VBox/VBoxRTImp-vcc64.def \
3070 $(PATH_SUB_CURRENT)/r3/win/VBoxRT-win64.def \
3071 | $$(dir $$@)
3072 else ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),win.x86)
3073 $(VBoxRTStableCheck_0_OUTDIR)/VBoxRTStableCheckA.asm: \
3074 $(PATH_SUB_CURRENT)/VBox/DefToAsmExternsVcc32.sed \
3075 $(PATH_SUB_CURRENT)/VBox/VBoxRTImp.def \
3076 $(PATH_SUB_CURRENT)/VBox/VBoxRTImp-vcc32.def \
3077 $(PATH_SUB_CURRENT)/r3/win/VBoxRT-win32.def | $$(dir $$@)
3078 else
3079 $(VBoxRTStableCheck_0_OUTDIR)/VBoxRTStableCheckA.asm: \
3080 $(PATH_SUB_CURRENT)/VBox/DefToAsmExterns.sed \
3081 $(PATH_SUB_CURRENT)/VBox/VBoxRTImp.def \
3082 $(PATH_SUB_CURRENT)/VBox/VBoxRTImp-gcc.def | $$(dir $$@)
3083 endif
3084 $(APPEND) -tn "$@" '%include "iprt/asmdefs.mac"' ''
3085 $(SED) --append "$@" \
3086 -e "/not-$(KBUILD_TARGET)/d" \
3087 $(if-expr "$(KBUILD_TARGET)" == "linux" ,, -e "/only-linux/d") \
3088 $(if-expr "$(KBUILD_TARGET)" == "win" ,, -e "/only-win/d") \
3089 $(if-expr "$(KBUILD_TARGET)" == "darwin",, -e "/only-darwin/d") \
3090 $(if-expr "$(KBUILD_TARGET_ARCH)" == "x86" ,-e "/not-x86/d", -e "/only-x86/d") \
3091 $(if-expr "$(KBUILD_TARGET_ARCH)" == "amd64",-e "/not-amd64/d",-e "/only-amd64/d") \
3092 $(if-expr "$(KBUILD_TARGET_ARCH)" == "arm64",-e "/not-arm64/d",-e "/only-arm64/d") \
3093 $(if-expr "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" == "darwin.arm64",, -e "/only-darwin.arm64/d") \
3094 $(if-expr "$(substr $(if-expr $(KBUILD_TARGET) != 'win',$(VBOX_GCC_std), $(VBOX_VCC_std)),-2)" >= "17" \
3095 ,-e "/before-noexcept/d", -e "/after-noexcept/d") \
3096 -f "$<" $(filter %.def, $^)
3097 $(call KB_FN_AUTO_CMD_DEPS_COMMANDS)
3098 $(call KB_FN_AUTO_CMD_DEPS,$(VBoxRTStableCheck_0_OUTDIR)/VBoxRTStableCheckA.asm)
3099
3100endif
3101endif ## @todo bugref:9898
3102endif # remove later
3103
3104
3105#
3106# RuntimeR3NoCRTGCC - CRT replacement lib for VBoxREM.
3107# This is used together with VBoxRT.
3108#
3109RuntimeR3NoCRTGCC_TEMPLATE = VBoxNoCrtGccLib
3110RuntimeR3NoCRTGCC_LIBSUFF = $(VBOX_SUFF_LIB)
3111RuntimeR3NoCRTGCC_DEFS = RT_WITH_NOCRT_ALIASES
3112ifn1of ($(KBUILD_TARGET_ARCH), amd64 x86)
3113 RuntimeR3NoCRTGCC_DEFS += RT_NO_GIP
3114endif
3115RuntimeR3NoCRTGCC_INCS = include
3116RuntimeR3NoCRTGCC_SOURCES := \
3117 common/misc/sanity-cpp.cpp \
3118 common/misc/sanity-c.c \
3119 \
3120 $(RuntimeNoCrt_SOURCES)
3121
3122if1of ($(KBUILD_TARGET_ARCH), amd64 x86)
3123RuntimeR3NoCRTGCC_SOURCES += \
3124 common/math/ceill.asm \
3125 common/math/cosl.asm \
3126 common/math/fabs.asm \
3127 common/math/fabsf.asm \
3128 common/math/fabsl.asm \
3129 common/math/floor.asm \
3130 common/math/floorf.asm \
3131 common/math/floorl.asm \
3132 common/math/ldexpl.asm \
3133 common/math/llrint.asm \
3134 common/math/llrintf.asm \
3135 common/math/llrintl.asm \
3136 common/math/logl.asm \
3137 common/math/lrint.asm \
3138 common/math/lrintf.asm \
3139 common/math/lrintl.asm \
3140 common/math/remainder.asm \
3141 common/math/remainderf.asm \
3142 common/math/remainderl.asm \
3143 common/math/sinl.asm \
3144 common/math/tanl.asm \
3145 common/math/trunc.asm \
3146 common/math/truncf.asm \
3147 common/math/truncl.asm
3148endif
3149
3150RuntimeR3NoCRTGCC_SOURCES.x86 = \
3151 common/math/gcc/adddi3.c \
3152 common/math/gcc/anddi3.c \
3153 common/math/gcc/ashldi3.c \
3154 common/math/gcc/ashrdi3.c \
3155 common/math/gcc/cmpdi2.c \
3156 common/math/gcc/divdi3.c \
3157 common/math/gcc/divmoddi4.c \
3158 common/math/gcc/iordi3.c \
3159 common/math/gcc/lshldi3.c \
3160 common/math/gcc/lshrdi3.c \
3161 common/math/gcc/moddi3.c \
3162 common/math/gcc/muldi3.c \
3163 common/math/gcc/negdi2.c \
3164 common/math/gcc/notdi2.c \
3165 common/math/gcc/qdivrem.c \
3166 common/math/gcc/subdi3.c \
3167 common/math/gcc/ucmpdi2.c \
3168 common/math/gcc/udivdi3.c \
3169 common/math/gcc/udivmoddi4.c \
3170 common/math/gcc/umoddi3.c \
3171 common/math/gcc/xordi3.c
3172
3173#
3174# RuntimeR3NoCRT - For windows applications w/o any runtime library.
3175# Experimental.
3176#
3177RuntimeR3NoCrt_TEMPLATE := VBoxR3StaticNoCrt
3178RuntimeR3NoCrt_INCS := include
3179RuntimeR3NoCrt_DEFS := \
3180 RT_NO_STRICT \
3181 IPRT_NO_ALLOCA_TROUBLE \
3182 IPRT_GETOPT_WITHOUT_NETWORK_ADDRESSES \
3183 IPRT_MINIMAL_STREAM \
3184 IPRT_NO_FLOAT_FORMATTING
3185RuntimeR3NoCrt_SOURCES := \
3186 common/string/straprintf.cpp \
3187 common/string/strformat.cpp \
3188 common/string/RTStrFormat.cpp \
3189 common/string/strformatnum.cpp \
3190 common/string/strformatrt.cpp \
3191 common/string/strformattype.cpp \
3192 common/string/strprintf.cpp \
3193 common/string/strprintf-ellipsis.cpp \
3194 common/string/strprintf2.cpp \
3195 common/string/strprintf2-ellipsis.cpp \
3196 common/string/stringalloc.cpp \
3197 common/string/strtonum.cpp \
3198 common/string/RTStrNLen.cpp \
3199 common/string/RTStrCmp.cpp \
3200 common/string/RTStrNCmp.cpp \
3201 common/string/RTStrICmpAscii.cpp \
3202 common/string/RTStrNICmpAscii.cpp \
3203 common/string/RTStrCopy.cpp \
3204 common/string/RTStrEnd.asm \
3205 common/string/RTUtf16Copy.cpp \
3206 common/string/utf-16.cpp \
3207 common/string/utf-8.cpp \
3208 common/path/RTPathFilename.cpp \
3209 common/misc/getopt.cpp \
3210 common/misc/getoptargv.cpp \
3211 common/misc/message.cpp \
3212 common/err/errmsg.cpp \
3213 r3/init-data.cpp \
3214 r3/process-data.cpp \
3215 generic/uuid-generic.cpp \
3216 generic/rtStrFormatKernelAddress-generic.cpp
3217
3218RuntimeR3NoCrt_SOURCES.x86 := \
3219 common/string/memcpy.asm \
3220 common/string/memchr.asm \
3221 common/string/memcmp.asm \
3222 common/string/memmove.asm \
3223 common/string/memset.asm \
3224 common/string/strlen.asm \
3225 common/string/strchr.asm \
3226 common/string/strcmp.asm \
3227 common/string/strncmp.asm
3228RuntimeR3NoCrt_SOURCES.amd64 := \
3229 common/string/memcpy.asm \
3230 common/string/memchr.asm \
3231 common/string/memcmp.asm \
3232 common/string/memmove.asm \
3233 common/string/memset.asm \
3234 common/string/strlen.asm \
3235 common/string/strchr.asm \
3236 common/string/strcmp.asm \
3237 common/string/strncmp.asm \
3238
3239RuntimeR3NoCrt_SOURCES.win := \
3240 r3/win/nocrt-startup-exe-win.cpp \
3241 r3/win/nocrt-startup-common-win.cpp \
3242 r3/win/nocrt-fatal-write-win.cpp \
3243 r3/win/nocrt-alloc-win.cpp \
3244 r3/win/nocrt-streams-win.cpp \
3245 \
3246 win/errmsgwin.cpp
3247
3248#
3249# RuntimeR0 - Ring-0 library for VMMR0.
3250#
3251RuntimeR0_TEMPLATE = VBoxR0
3252RuntimeR0_DEFS = IN_RT_R0 RT_WITH_VBOX NOFILEID
3253ifn1of ($(KBUILD_TARGET_ARCH), amd64 x86)
3254 RuntimeR0_DEFS += RT_NO_GIP
3255endif
3256if defined(VBOX_WITH_DTRACE_R0) && !defined(VBOX_ONLY_VALIDATIONKIT)
3257 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING
3258 RuntimeR0_DEFS += IPRT_WITH_DTRACE IPRT_DTRACE_PREFIX=VBOXVMM_ IPRT_DTRACE_INCLUDE="dtrace/VBoxVMM.h"
3259 else
3260 RuntimeR0_DEFS += IPRT_WITH_DTRACE IPRT_DTRACE_PREFIX=VBOXVMM_ IPRT_DTRACE_INCLUDE=\"dtrace/VBoxVMM.h\"
3261 endif
3262endif
3263RuntimeR0_INCS = include
3264RuntimeR0_SOURCES := \
3265 $(if $(VBOX_ONLY_VALIDATIONKIT),,../VMM/VBoxVMM.d) \
3266 common/checksum/crc32c.cpp \
3267 common/log/logellipsis.cpp \
3268 common/log/logrelellipsis.cpp \
3269 common/log/logcom.cpp \
3270 common/log/logformat.cpp \
3271 common/log/tracebuf.cpp \
3272 common/log/tracedefault.cpp \
3273 common/log/RTLogCreateEx.cpp \
3274 common/log/RTLogSetR0ThreadNameF.cpp \
3275 common/misc/RTAssertMsg1Weak.cpp \
3276 common/misc/RTAssertMsg2.cpp \
3277 common/misc/RTAssertMsg2Add.cpp \
3278 common/misc/RTAssertMsg2AddWeak.cpp \
3279 common/misc/RTAssertMsg2AddWeakV.cpp \
3280 common/misc/RTAssertMsg2Weak.cpp \
3281 common/misc/RTAssertMsg2WeakV.cpp \
3282 common/misc/buildconfig.cpp \
3283 common/misc/once.cpp \
3284 common/misc/sanity-c.c \
3285 common/misc/sanity-cpp.cpp \
3286 common/misc/term.cpp \
3287 common/path/RTPathFilename.cpp \
3288 common/rand/rand.cpp \
3289 common/rand/randadv.cpp \
3290 common/rand/randparkmiller.cpp \
3291 common/string/strprintf-ellipsis.cpp \
3292 common/string/strprintf2-ellipsis.cpp \
3293 common/string/strhash1.cpp \
3294 common/string/strncmp.cpp \
3295 common/string/strpbrk.cpp \
3296 common/string/strtonum.cpp \
3297 common/string/RTStrCat.cpp \
3298 common/string/RTStrCatEx.cpp \
3299 common/string/RTStrCatP.cpp \
3300 common/string/RTStrCatPEx.cpp \
3301 common/string/RTStrCopyEx.cpp \
3302 common/string/RTStrCopyP.cpp \
3303 common/string/RTStrCopyPEx.cpp \
3304 common/string/RTStrCmp.cpp \
3305 common/string/RTStrICmpAscii.cpp \
3306 common/string/RTStrNICmpAscii.cpp \
3307 common/string/RTStrNLen.cpp \
3308 common/string/RTStrNLenEx.cpp \
3309 common/table/avlgcptr.cpp \
3310 common/table/avlhcphys.cpp \
3311 common/table/avllu32.cpp \
3312 common/table/avlogcphys.cpp \
3313 common/table/avlogcptr.cpp \
3314 common/table/avlohcphys.cpp \
3315 common/table/avloioport.cpp \
3316 common/table/avlpv.cpp \
3317 common/table/avlrogcphys.cpp \
3318 common/table/avlrogcptr.cpp \
3319 common/table/avlroioport.cpp \
3320 common/table/avlroogcptr.cpp \
3321 common/table/avlu32.cpp \
3322 common/table/avlou32.cpp \
3323 common/time/timesup.cpp \
3324 generic/RTAssertShouldPanic-generic.cpp \
3325 generic/critsect-generic.cpp \
3326 generic/critsectrw-generic.cpp \
3327 generic/RTRandAdvCreateSystemFaster-generic.cpp \
3328 generic/RTRandAdvCreateSystemTruer-generic.cpp \
3329 \
3330 $(RuntimeNoCrt_SOURCES)
3331
3332if1of ($(KBUILD_TARGET), darwin solaris freebsd os2)
3333RuntimeR0_SOURCES += \
3334 common/math/gcc/adddi3.c \
3335 common/math/gcc/anddi3.c \
3336 common/math/gcc/ashldi3.c \
3337 common/math/gcc/ashrdi3.c \
3338 common/math/gcc/cmpdi2.c \
3339 common/math/gcc/divdi3.c \
3340 common/math/gcc/divmoddi4.c \
3341 common/math/gcc/iordi3.c \
3342 common/math/gcc/lshldi3.c \
3343 common/math/gcc/lshrdi3.c \
3344 common/math/gcc/moddi3.c \
3345 common/math/gcc/muldi3.c \
3346 common/math/gcc/negdi2.c \
3347 common/math/gcc/notdi2.c \
3348 common/math/gcc/qdivrem.c \
3349 common/math/gcc/subdi3.c \
3350 common/math/gcc/ucmpdi2.c \
3351 common/math/gcc/udivdi3.c \
3352 common/math/gcc/udivmoddi4.c \
3353 common/math/gcc/umoddi3.c \
3354 common/math/gcc/xordi3.c
3355endif
3356
3357RuntimeR0_SOURCES.x86 += \
3358 common/asm/ASMCpuIdExSlow.asm \
3359 common/asm/ASMAtomicUoAndU64.asm \
3360 common/asm/ASMAtomicUoAndU32.asm \
3361 common/asm/ASMAtomicUoDecU32.asm \
3362 common/asm/ASMAtomicUoIncU32.asm \
3363 common/asm/ASMAtomicUoOrU64.asm \
3364 common/asm/ASMAtomicUoOrU32.asm \
3365 common/asm/ASMAtomicUoXorU32.asm \
3366 common/asm/ASMMemFirstMismatchingU8.asm \
3367 common/asm/ASMGetXcr0.asm \
3368 common/asm/ASMSetXcr0.asm \
3369 common/asm/ASMXSave.asm \
3370 common/asm/ASMXRstor.asm \
3371 common/asm/ASMFxSave.asm \
3372 common/asm/ASMFxRstor.asm \
3373 common/asm/ASMRdMsrEx.asm \
3374 common/asm/ASMWrMsrEx.asm \
3375 common/string/RTStrEnd.asm
3376RuntimeR0_SOURCES.amd64 += \
3377 common/asm/ASMCpuIdExSlow.asm \
3378 common/asm/ASMAtomicUoAndU64.asm \
3379 common/asm/ASMAtomicUoAndU32.asm \
3380 common/asm/ASMAtomicUoDecU32.asm \
3381 common/asm/ASMAtomicUoIncU32.asm \
3382 common/asm/ASMAtomicUoOrU64.asm \
3383 common/asm/ASMAtomicUoOrU32.asm \
3384 common/asm/ASMAtomicUoXorU32.asm \
3385 common/asm/ASMMemFirstMismatchingU8.asm \
3386 common/asm/ASMGetXcr0.asm \
3387 common/asm/ASMSetXcr0.asm \
3388 common/asm/ASMXSave.asm \
3389 common/asm/ASMXRstor.asm \
3390 common/asm/ASMFxSave.asm \
3391 common/asm/ASMFxRstor.asm \
3392 common/asm/ASMRdMsrEx.asm \
3393 common/asm/ASMWrMsrEx.asm \
3394 common/math/RTUInt128MulByU64Ex.asm \
3395 common/string/RTStrEnd.asm
3396RuntimeR0_SOURCES.arm32 += \
3397 common/string/RTStrEnd.cpp
3398RuntimeR0_SOURCES.arm64 += \
3399 common/string/RTStrEnd.cpp
3400RuntimeR0_SOURCES.sparc32 += \
3401 common/string/RTStrEnd.cpp
3402RuntimeR0_SOURCES.sparc64 += \
3403 common/string/RTStrEnd.cpp
3404
3405#if1of ($(KBUILD_TARGET_ARCH),amd64 x86)
3406# RuntimeR0_SOURCES += common/time/timesupA.asm
3407#else
3408 RuntimeR0_SOURCES += common/time/timesupref.cpp
3409#endif
3410
3411RuntimeR0_SOURCES.win.amd64 := $(RuntimeWin64ASM_SOURCES)
3412RuntimeR0_SOURCES.win.x86 := $(RuntimeWin32ASM_SOURCES)
3413RuntimeR0_SOURCES.win = \
3414 nt/NtProcessStartup-stub.cpp
3415
3416RuntimeR0_SOURCES.os2 = \
3417 os2/sys0.asm
3418
3419
3420#
3421# RuntimeR0Stub - Ring-0 context startup stub for Windows and Solaris.
3422#
3423RuntimeR0Stub_TEMPLATE = $(if-expr "$(KBUILD_TARGET)" == "solaris",VBoxR0DrvLib,VBoxR0)
3424RuntimeR0Stub_SOURCES.win = \
3425 nt/NtProcessStartup-stub.cpp
3426RuntimeR0Stub_SOURCES.solaris = \
3427 r0drv/solaris/modulestub-r0drv-solaris.c
3428
3429
3430#
3431# RuntimeR0Drv - Ring-0 library for host drivers.
3432#
3433RuntimeR0Drv_TEMPLATE = VBoxR0DrvLib
3434RuntimeR0Drv_SDKS.win = ReorderCompilerIncs $(VBOX_WINDDK) $(VBOX_WINPSDK_INCS) VBOX_OPENSSL
3435RuntimeR0Drv_DEFS = IN_RT_R0 RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS RT_NO_EXPORT_SYMBOL NOFILEID
3436RuntimeR0Drv_DEFS.win = IN_SUP_R0 LDR_ONLY_PE IPRT_WITHOUT_DIGEST_MD4
3437RuntimeR0Drv_DEFS.darwin= IN_SUP_R0 LDR_ONLY_MACHO IPRT_WITHOUT_DIGEST_MD4 IN_RING0_DRV_ON_DARWIN
3438if ($(VBOX_SOLARIS_11_UPDATE_VERSION) > 2 \
3439 || ($(VBOX_SOLARIS_11_UPDATE_VERSION) == 2 && $(VBOX_SOLARIS_11_BUILD_VERSION) >= 22))
3440RuntimeR0Drv_DEFS.solaris += VBOX_NEW_CRASH_DUMP_FORMAT
3441endif
3442
3443RuntimeR0Drv_INCS := $(PATH_SUB_CURRENT) include
3444RuntimeR0Drv_INCS.freebsd = \
3445 $(PATH_STAGE)/gen-sys-hdrs
3446RuntimeR0Drv_INCS.solaris = \
3447 r0drv/solaris/vbi/i86pc \
3448 r0drv/solaris/vbi/i86pc/sys
3449
3450RuntimeR0Drv_SOURCES = \
3451 common/alloc/alloc.cpp \
3452 common/alloc/heapsimple.cpp \
3453 common/alloc/heapoffset.cpp \
3454 common/checksum/alt-md5.cpp \
3455 common/checksum/crc32.cpp \
3456 common/checksum/crc64.cpp \
3457 common/checksum/ipv4.cpp \
3458 common/checksum/ipv6.cpp \
3459 common/err/RTErrConvertToErrno.cpp \
3460 common/err/RTErrConvertFromErrno.cpp \
3461 common/err/errinfo.cpp \
3462 common/log/log.cpp \
3463 common/log/log-weak.cpp \
3464 common/log/log-weak-assert.cpp \
3465 common/log/log-weak-rel.cpp \
3466 common/log/logellipsis.cpp \
3467 common/log/logrel.cpp \
3468 common/log/logrelellipsis.cpp \
3469 common/log/logcom.cpp \
3470 common/log/logformat.cpp \
3471 common/log/tracebuf.cpp \
3472 common/log/tracedefault.cpp \
3473 common/log/RTLogCreateEx.cpp \
3474 common/misc/RTAssertMsg1Weak.cpp \
3475 common/misc/RTAssertMsg2.cpp \
3476 common/misc/RTAssertMsg2Add.cpp \
3477 common/misc/RTAssertMsg2AddWeak.cpp \
3478 common/misc/RTAssertMsg2AddWeakV.cpp \
3479 common/misc/RTAssertMsg2Weak.cpp \
3480 common/misc/RTAssertMsg2WeakV.cpp \
3481 common/misc/assert.cpp \
3482 common/misc/buildconfig.cpp \
3483 common/misc/handletable.cpp \
3484 common/misc/handletablectx.cpp \
3485 common/misc/handletablesimple.cpp \
3486 common/misc/once.cpp \
3487 common/misc/sanity-c.c \
3488 common/misc/sanity-cpp.cpp \
3489 common/misc/term.cpp \
3490 common/misc/RTMemWipeThoroughly.cpp \
3491 common/path/rtPathVolumeSpecLen.cpp \
3492 common/path/RTPathAbsDup.cpp \
3493 common/path/RTPathAbsEx.cpp \
3494 common/path/RTPathAbsExDup.cpp \
3495 common/path/RTPathAppend.cpp \
3496 common/path/RTPathAppendEx.cpp \
3497 common/path/RTPathExt.cpp \
3498 common/path/RTPathFilename.cpp \
3499 common/path/RTPathHasExt.cpp \
3500 common/path/RTPathHasPath.cpp \
3501 common/path/RTPathParseSimple.cpp \
3502 common/path/RTPathRealDup.cpp \
3503 common/path/RTPathStripExt.cpp \
3504 common/path/RTPathStripFilename.cpp \
3505 common/path/RTPathStripTrailingSlash.cpp \
3506 common/rand/rand.cpp \
3507 common/rand/randadv.cpp \
3508 common/rand/randparkmiller.cpp \
3509 common/string/RTStrCat.cpp \
3510 common/string/RTStrCatEx.cpp \
3511 common/string/RTStrCatP.cpp \
3512 common/string/RTStrCatPEx.cpp \
3513 common/string/RTStrCmp.cpp \
3514 common/string/RTStrCopy.cpp \
3515 common/string/RTStrCopyEx.cpp \
3516 common/string/RTStrCopyP.cpp \
3517 common/string/RTStrCopyPEx.cpp \
3518 common/string/RTStrICmpAscii.cpp \
3519 common/string/RTStrNICmpAscii.cpp \
3520 common/string/RTStrNCmp.cpp \
3521 common/string/RTStrNLen.cpp \
3522 common/string/RTStrNLenEx.cpp \
3523 common/string/RTUtf16ICmpAscii.cpp \
3524 common/string/RTUtf16NICmpAscii.cpp \
3525 common/string/straprintf.cpp \
3526 common/string/strformat.cpp \
3527 common/string/RTStrFormat.cpp \
3528 common/string/strformatnum.cpp \
3529 common/string/strformatrt.cpp \
3530 common/string/strformattype.cpp \
3531 common/string/strhash1.cpp \
3532 common/string/strprintf.cpp \
3533 common/string/strprintf-ellipsis.cpp \
3534 common/string/strprintf2.cpp \
3535 common/string/strprintf2-ellipsis.cpp \
3536 common/string/strtonum.cpp \
3537 common/string/stringalloc.cpp \
3538 common/string/unidata-flags.cpp \
3539 common/string/unidata-lower.cpp \
3540 common/string/unidata-upper.cpp \
3541 common/string/utf-8.cpp \
3542 common/string/utf-8-case.cpp \
3543 common/string/utf-8-case2.cpp \
3544 common/string/utf-16.cpp \
3545 common/string/utf-16-case.cpp \
3546 common/string/utf-16-latin-1.cpp \
3547 common/string/utf-16-printf.cpp \
3548 common/table/avlpv.cpp \
3549 common/table/avlu32.cpp \
3550 common/table/avllu32.cpp \
3551 common/time/time.cpp \
3552 generic/RTLogWriteStdErr-stub-generic.cpp \
3553 generic/RTLogWriteUser-generic.cpp \
3554 generic/RTMpGetArraySize-generic.cpp \
3555 generic/RTRandAdvCreateSystemFaster-generic.cpp \
3556 generic/RTSemEventWait-2-ex-generic.cpp \
3557 generic/RTSemEventWaitNoResume-2-ex-generic.cpp \
3558 generic/RTSemEventMultiWait-2-ex-generic.cpp \
3559 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
3560 generic/critsect-generic.cpp \
3561 generic/critsectrw-generic.cpp \
3562 generic/errvars-generic.cpp \
3563 generic/uuid-generic.cpp \
3564 r0drv/alloc-r0drv.cpp \
3565 r0drv/initterm-r0drv.cpp \
3566 r0drv/generic/semspinmutex-r0drv-generic.c \
3567 r0drv/RTR0DbgKrnlInfoGetSymbol.cpp \
3568 VBox/log-vbox.cpp \
3569
3570RuntimeR0Drv_SOURCES.amd64 = \
3571 common/asm/ASMCpuIdExSlow.asm \
3572 common/asm/ASMMemFirstMismatchingU8.asm \
3573 common/asm/ASMRdMsrEx.asm \
3574 common/asm/ASMWrMsrEx.asm \
3575 common/math/bignum-amd64-x86.asm \
3576 common/math/RTUInt128MulByU64.asm \
3577 common/math/RTUInt128MulByU64Ex.asm \
3578 common/string/RTStrEnd.asm
3579RuntimeR0Drv_SOURCES.x86 = \
3580 common/asm/ASMCpuIdExSlow.asm \
3581 common/asm/ASMMemFirstMismatchingU8.asm \
3582 common/asm/ASMRdMsrEx.asm \
3583 common/asm/ASMWrMsrEx.asm \
3584 common/math/bignum-amd64-x86.asm \
3585 common/string/RTStrEnd.asm
3586RuntimeR0Drv_SOURCES.arm32 += \
3587 common/string/RTStrEnd.cpp
3588RuntimeR0Drv_SOURCES.arm64 += \
3589 common/string/RTStrEnd.cpp
3590RuntimeR0Drv_SOURCES.sparc32 += \
3591 common/string/RTStrEnd.cpp
3592RuntimeR0Drv_SOURCES.sparc64 += \
3593 common/string/RTStrEnd.cpp
3594
3595RuntimeR0Drv_SOURCES.linux = \
3596 common/misc/thread.cpp \
3597 common/string/strpbrk.cpp \
3598 generic/RTAssertShouldPanic-generic.cpp \
3599 generic/RTLogWriteStdOut-stub-generic.cpp \
3600 generic/RTMpGetCoreCount-generic.cpp \
3601 generic/mppresent-generic.cpp \
3602 generic/rtStrFormatKernelAddress-generic.cpp \
3603 r0drv/linux/alloc-r0drv-linux.c \
3604 r0drv/linux/assert-r0drv-linux.c \
3605 r0drv/linux/initterm-r0drv-linux.c \
3606 r0drv/linux/memobj-r0drv-linux.c \
3607 r0drv/linux/memuserkernel-r0drv-linux.c \
3608 r0drv/linux/mp-r0drv-linux.c \
3609 r0drv/linux/mpnotification-r0drv-linux.c \
3610 r0drv/linux/process-r0drv-linux.c \
3611 r0drv/linux/RTLogWriteDebugger-r0drv-linux.c \
3612 r0drv/linux/semevent-r0drv-linux.c \
3613 r0drv/linux/semeventmulti-r0drv-linux.c \
3614 r0drv/linux/semfastmutex-r0drv-linux.c \
3615 r0drv/linux/semmutex-r0drv-linux.c \
3616 r0drv/linux/spinlock-r0drv-linux.c \
3617 r0drv/linux/thread-r0drv-linux.c \
3618 r0drv/linux/thread2-r0drv-linux.c \
3619 r0drv/linux/threadctxhooks-r0drv-linux.c \
3620 r0drv/linux/time-r0drv-linux.c \
3621 r0drv/linux/timer-r0drv-linux.c \
3622 r0drv/memobj-r0drv.cpp \
3623 r0drv/mpnotification-r0drv.c \
3624 r0drv/powernotification-r0drv.c
3625
3626RuntimeR0Drv_SOURCES.win = \
3627 common/ldr/ldr.cpp \
3628 common/ldr/ldrEx.cpp \
3629 common/ldr/ldrPE.cpp \
3630 common/asn1/asn1-basics.cpp \
3631 common/asn1/asn1-dump.cpp \
3632 common/asn1/asn1-cursor.cpp \
3633 common/asn1/asn1-default-allocator.cpp \
3634 common/asn1/asn1-safer-allocator.cpp \
3635 common/asn1/asn1-encode.cpp \
3636 common/asn1/asn1-ut-bitstring.cpp \
3637 common/asn1/asn1-ut-bitstring-decode.cpp \
3638 common/asn1/asn1-ut-boolean.cpp \
3639 common/asn1/asn1-ut-boolean-decode.cpp \
3640 common/asn1/asn1-ut-core.cpp \
3641 common/asn1/asn1-ut-core-decode.cpp \
3642 common/asn1/asn1-ut-dyntype.cpp \
3643 common/asn1/asn1-ut-dyntype-decode.cpp \
3644 common/asn1/asn1-ut-integer.cpp \
3645 common/asn1/asn1-ut-integer-decode.cpp \
3646 common/asn1/asn1-ut-null.cpp \
3647 common/asn1/asn1-ut-null-decode.cpp \
3648 common/asn1/asn1-ut-objid.cpp \
3649 common/asn1/asn1-ut-objid-decode.cpp \
3650 common/asn1/asn1-ut-octetstring.cpp \
3651 common/asn1/asn1-ut-octetstring-decode.cpp \
3652 common/asn1/asn1-ut-string.cpp \
3653 common/asn1/asn1-ut-string-decode.cpp \
3654 common/asn1/asn1-ut-time.cpp \
3655 common/asn1/asn1-ut-time-decode.cpp \
3656 common/crypto/digest-core.cpp \
3657 common/crypto/digest-builtin.cpp \
3658 common/crypto/key.cpp \
3659 common/crypto/rsa-asn1-decoder.cpp \
3660 common/crypto/rsa-core.cpp \
3661 common/crypto/rsa-init.cpp \
3662 common/crypto/rsa-sanity.cpp \
3663 common/crypto/pkcs7-asn1-decoder.cpp \
3664 common/crypto/pkcs7-core.cpp \
3665 common/crypto/pkcs7-init.cpp \
3666 common/crypto/pkcs7-sanity.cpp \
3667 common/crypto/pkcs7-verify.cpp \
3668 common/crypto/pkix-signature-builtin.cpp \
3669 common/crypto/pkix-signature-core.cpp \
3670 common/crypto/pkix-signature-rsa.cpp \
3671 common/crypto/pkix-util.cpp \
3672 common/crypto/pkix-verify.cpp \
3673 common/crypto/spc-asn1-decoder.cpp \
3674 common/crypto/spc-core.cpp \
3675 common/crypto/spc-init.cpp \
3676 common/crypto/spc-sanity.cpp \
3677 common/crypto/x509-asn1-decoder.cpp \
3678 common/crypto/x509-certpaths.cpp \
3679 common/crypto/x509-core.cpp \
3680 common/crypto/x509-init.cpp \
3681 common/crypto/x509-sanity.cpp \
3682 common/crypto/x509-verify.cpp \
3683 common/crypto/store.cpp \
3684 common/crypto/store-inmem.cpp \
3685 common/crypto/taf-asn1-decoder.cpp \
3686 common/crypto/taf-core.cpp \
3687 common/crypto/taf-init.cpp \
3688 common/crypto/taf-sanity.cpp \
3689 common/crypto/tsp-asn1-decoder.cpp \
3690 common/crypto/tsp-core.cpp \
3691 common/crypto/tsp-init.cpp \
3692 common/crypto/tsp-sanity.cpp \
3693 common/checksum/alt-md2.cpp \
3694 common/checksum/alt-sha1.cpp \
3695 common/checksum/alt-sha256.cpp \
3696 common/checksum/alt-sha512.cpp \
3697 common/checksum/alt-sha3.cpp \
3698 common/checksum/md2str.cpp \
3699 common/checksum/md4str.cpp \
3700 common/checksum/md5str.cpp \
3701 common/checksum/sha1str.cpp \
3702 common/checksum/sha224str.cpp \
3703 common/checksum/sha256str.cpp \
3704 common/checksum/sha384str.cpp \
3705 common/checksum/sha512str.cpp \
3706 common/checksum/sha512t224str.cpp \
3707 common/checksum/sha512t256str.cpp \
3708 common/err/errinfolog.cpp \
3709 common/path/RTPathFilenameUtf16.cpp \
3710 common/path/RTPathChangeToUnixSlashes.cpp \
3711 common/math/bignum.cpp \
3712 common/misc/zero.asm \
3713 common/string/RTStrPrintHexBytes.cpp \
3714 common/string/RTUtf16Copy.cpp \
3715 common/string/RTUtf16CopyAscii.cpp \
3716 common/string/RTUtf16CopyEx.cpp \
3717 common/string/RTUtf16Cat.cpp \
3718 common/string/RTUtf16CatAscii.cpp \
3719 common/string/RTUtf16End.cpp \
3720 common/string/RTUtf16NLen.cpp \
3721 common/string/RTUtf16NLenEx.cpp \
3722 common/string/RTUtf16PrintHexBytes.cpp \
3723 common/string/strstrip.cpp \
3724 generic/memsafer-generic.cpp \
3725 common/misc/thread.cpp \
3726 common/string/memcmp.asm \
3727 common/string/memchr.asm \
3728 common/string/memcpy.asm \
3729 common/string/memset.asm \
3730 common/string/memmove.asm \
3731 common/string/strlen.asm \
3732 common/string/strncmp.cpp \
3733 common/string/strpbrk.cpp \
3734 generic/RTAssertShouldPanic-generic.cpp \
3735 generic/RTLogWriteStdOut-stub-generic.cpp \
3736 generic/RTMpGetCoreCount-generic.cpp \
3737 generic/RTTimerCreate-generic.cpp \
3738 generic/mppresent-generic-online.cpp \
3739 generic/rtStrFormatKernelAddress-generic.cpp \
3740 nt/RTErrConvertFromNtStatus.cpp \
3741 nt/RTNtPathExpand8dot3Path.cpp \
3742 nt/RTNtPathExpand8dot3PathA.cpp \
3743 nt/RTNtPathFindPossible8dot3Name.cpp \
3744 nt/semevent-nt.cpp \
3745 nt/RTSemEventGetResolution-nt.cpp \
3746 nt/semeventmulti-nt.cpp \
3747 nt/RTSemEventMultiGetResolution-nt.cpp \
3748 r0drv/generic/threadctxhooks-r0drv-generic.cpp \
3749 r0drv/alloc-ef-r0drv.cpp \
3750 r0drv/memobj-r0drv.cpp \
3751 r0drv/mpnotification-r0drv.c \
3752 r0drv/powernotification-r0drv.c \
3753 r0drv/nt/alloc-r0drv-nt.cpp \
3754 r0drv/nt/assert-r0drv-nt.cpp \
3755 r0drv/nt/dbgkrnlinfo-r0drv-nt.cpp \
3756 r0drv/nt/initterm-r0drv-nt.cpp \
3757 r0drv/nt/memobj-r0drv-nt.cpp \
3758 r0drv/nt/memuserkernel-r0drv-nt.cpp \
3759 r0drv/nt/mp-r0drv-nt.cpp \
3760 r0drv/nt/process-r0drv-nt.cpp \
3761 r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp \
3762 r0drv/nt/semfastmutex-r0drv-nt.cpp \
3763 r0drv/nt/semmutex-r0drv-nt.cpp \
3764 r0drv/nt/spinlock-r0drv-nt.cpp \
3765 r0drv/nt/thread-r0drv-nt.cpp \
3766 r0drv/nt/thread2-r0drv-nt.cpp \
3767 r0drv/nt/time-r0drv-nt.cpp \
3768 r0drv/nt/timer-r0drv-nt.cpp \
3769 r0drv/nt/toxic-chkstk-r0drv-nt.asm \
3770 r0drv/nt/RTTimerGetSystemGranularity-r0drv-nt.cpp
3771
3772RuntimeR0Drv_SOURCES.win.amd64 := $(RuntimeWin64ASM_SOURCES)
3773RuntimeR0Drv_SOURCES.win.x86 := $(RuntimeWin32ASM_SOURCES) \
3774 r0drv/nt/nt3fakes-stub-r0drv-nt.cpp \
3775 r0drv/nt/alloca-x86-r0drv-nt.asm
3776
3777
3778RuntimeR0Drv_SOURCES.darwin = \
3779 common/ldr/ldr.cpp \
3780 common/ldr/ldrEx.cpp \
3781 common/ldr/ldrMachO.cpp \
3782 common/ldr/ldrMemory.cpp \
3783 common/asn1/asn1-basics.cpp \
3784 common/asn1/asn1-dump.cpp \
3785 common/asn1/asn1-cursor.cpp \
3786 common/asn1/asn1-default-allocator.cpp \
3787 common/asn1/asn1-safer-allocator.cpp \
3788 common/asn1/asn1-encode.cpp \
3789 common/asn1/asn1-ut-bitstring.cpp \
3790 common/asn1/asn1-ut-bitstring-decode.cpp \
3791 common/asn1/asn1-ut-boolean.cpp \
3792 common/asn1/asn1-ut-boolean-decode.cpp \
3793 common/asn1/asn1-ut-core.cpp \
3794 common/asn1/asn1-ut-core-decode.cpp \
3795 common/asn1/asn1-ut-dyntype.cpp \
3796 common/asn1/asn1-ut-dyntype-decode.cpp \
3797 common/asn1/asn1-ut-integer.cpp \
3798 common/asn1/asn1-ut-integer-decode.cpp \
3799 common/asn1/asn1-ut-null.cpp \
3800 common/asn1/asn1-ut-null-decode.cpp \
3801 common/asn1/asn1-ut-objid.cpp \
3802 common/asn1/asn1-ut-objid-decode.cpp \
3803 common/asn1/asn1-ut-octetstring.cpp \
3804 common/asn1/asn1-ut-octetstring-decode.cpp \
3805 common/asn1/asn1-ut-string.cpp \
3806 common/asn1/asn1-ut-string-decode.cpp \
3807 common/asn1/asn1-ut-time.cpp \
3808 common/asn1/asn1-ut-time-decode.cpp \
3809 common/crypto/digest-core.cpp \
3810 common/crypto/digest-builtin.cpp \
3811 common/crypto/key.cpp \
3812 common/crypto/rsa-asn1-decoder.cpp \
3813 common/crypto/rsa-core.cpp \
3814 common/crypto/rsa-init.cpp \
3815 common/crypto/rsa-sanity.cpp \
3816 common/crypto/pkcs7-asn1-decoder.cpp \
3817 common/crypto/pkcs7-core.cpp \
3818 common/crypto/pkcs7-init.cpp \
3819 common/crypto/pkcs7-sanity.cpp \
3820 common/crypto/pkcs7-verify.cpp \
3821 common/crypto/pkix-signature-builtin.cpp \
3822 common/crypto/pkix-signature-core.cpp \
3823 common/crypto/pkix-signature-rsa.cpp \
3824 common/crypto/pkix-util.cpp \
3825 common/crypto/pkix-verify.cpp \
3826 common/crypto/spc-asn1-decoder.cpp \
3827 common/crypto/spc-core.cpp \
3828 common/crypto/spc-init.cpp \
3829 common/crypto/spc-sanity.cpp \
3830 common/crypto/x509-asn1-decoder.cpp \
3831 common/crypto/x509-certpaths.cpp \
3832 common/crypto/x509-core.cpp \
3833 common/crypto/x509-init.cpp \
3834 common/crypto/x509-sanity.cpp \
3835 common/crypto/x509-verify.cpp \
3836 common/crypto/store.cpp \
3837 common/crypto/store-inmem.cpp \
3838 common/crypto/taf-asn1-decoder.cpp \
3839 common/crypto/taf-core.cpp \
3840 common/crypto/taf-init.cpp \
3841 common/crypto/taf-sanity.cpp \
3842 common/crypto/tsp-asn1-decoder.cpp \
3843 common/crypto/tsp-core.cpp \
3844 common/crypto/tsp-init.cpp \
3845 common/crypto/tsp-sanity.cpp \
3846 common/checksum/alt-md2.cpp \
3847 common/checksum/alt-sha1.cpp \
3848 common/checksum/alt-sha256.cpp \
3849 common/checksum/alt-sha512.cpp \
3850 common/checksum/alt-sha3.cpp \
3851 common/checksum/md2str.cpp \
3852 common/checksum/md4str.cpp \
3853 common/checksum/md5str.cpp \
3854 common/checksum/sha1str.cpp \
3855 common/checksum/sha224str.cpp \
3856 common/checksum/sha256str.cpp \
3857 common/checksum/sha384str.cpp \
3858 common/checksum/sha512str.cpp \
3859 common/checksum/sha512t224str.cpp \
3860 common/checksum/sha512t256str.cpp \
3861 common/err/errinfolog.cpp \
3862 common/math/bignum.cpp \
3863 common/misc/thread.cpp \
3864 common/string/base64.cpp \
3865 common/string/memchr.asm \
3866 common/string/mempcpy.asm \
3867 common/string/strpbrk.cpp \
3868 common/string/strstrip.cpp \
3869 common/string/RTStrPrintHexBytes.cpp \
3870 darwin/RTErrConvertFromDarwin.cpp \
3871 darwin/RTErrConvertFromDarwinIO.cpp \
3872 darwin/RTErrConvertFromDarwinKern.cpp \
3873 generic/RTAssertShouldPanic-generic.cpp \
3874 generic/RTFileReadAll-generic.cpp \
3875 generic/RTFileReadAllByHandle-generic.cpp \
3876 generic/RTFileReadAllByHandleEx-generic.cpp \
3877 generic/RTFileReadAllEx-generic.cpp \
3878 generic/RTFileReadAllFree-generic.cpp \
3879 generic/RTMpGetCoreCount-generic.cpp \
3880 generic/RTMpOnPair-generic.cpp \
3881 generic/RTThreadQueryTerminationStatus-stub-generic.cpp \
3882 generic/RTTimerCreate-generic.cpp \
3883 generic/memsafer-generic.cpp \
3884 generic/mppresent-generic.cpp \
3885 generic/timer-generic.cpp \
3886 r0drv/generic/mpnotification-r0drv-generic.cpp \
3887 r0drv/generic/threadctxhooks-r0drv-generic.cpp \
3888 r0drv/darwin/alloc-r0drv-darwin.cpp \
3889 r0drv/darwin/assert-r0drv-darwin.cpp \
3890 r0drv/darwin/initterm-r0drv-darwin.cpp \
3891 r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp \
3892 r0drv/darwin/fileio-r0drv-darwin.cpp \
3893 r0drv/darwin/memobj-r0drv-darwin.cpp \
3894 r0drv/darwin/mp-r0drv-darwin.cpp \
3895 r0drv/darwin/memuserkernel-r0drv-darwin.cpp \
3896 r0drv/darwin/process-r0drv-darwin.cpp \
3897 r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp \
3898 r0drv/darwin/RTLogWriteStdOut-r0drv-darwin.cpp \
3899 r0drv/darwin/rtStrFormatKernelAddress-r0drv-darwin.cpp \
3900 r0drv/darwin/semevent-r0drv-darwin.cpp \
3901 r0drv/darwin/semeventmulti-r0drv-darwin.cpp \
3902 r0drv/darwin/semfastmutex-r0drv-darwin.cpp \
3903 r0drv/darwin/semmutex-r0drv-darwin.cpp \
3904 r0drv/darwin/spinlock-r0drv-darwin.cpp \
3905 r0drv/darwin/thread-r0drv-darwin.cpp \
3906 r0drv/darwin/thread2-r0drv-darwin.cpp \
3907 r0drv/darwin/threadpreempt-r0drv-darwin.cpp \
3908 r0drv/darwin/time-r0drv-darwin.cpp \
3909 r0drv/alloc-ef-r0drv.cpp \
3910 r0drv/memobj-r0drv.cpp \
3911 r0drv/powernotification-r0drv.c
3912# - The xnu memcpy implementation in osfmk/x86_64/bcopy.s returned 'void' rather than 'void *' for a long time, so use our own.
3913# - The memcmp and strlen implementations are still C implementations living in osfmk/x86_64/loose_ends.c, so use our asm code.
3914RuntimeR0Drv_SOURCES.darwin.amd64 = \
3915 common/string/memcpy.asm
3916# common/string/strlen.asm - try again later \
3917# common/string/memcmp.asm
3918
3919RuntimeR0Drv_SOURCES.os2 = \
3920 common/path/RTPathFilenameUtf16.cpp \
3921 common/string/RTUtf16Chr.cpp \
3922 common/string/RTUtf16CmpAscii.cpp \
3923 common/string/memchr.asm \
3924 common/string/memcmp.asm \
3925 common/string/memcpy.asm \
3926 common/string/mempcpy.asm \
3927 common/string/memmove.asm \
3928 common/string/memset.asm \
3929 common/string/strchr.asm \
3930 common/string/strcmp.asm \
3931 common/string/strcpy.asm \
3932 common/string/strlen.asm \
3933 common/string/strncmp.cpp \
3934 common/string/strpbrk.cpp \
3935 common/misc/thread.cpp \
3936 generic/RTAssertShouldPanic-generic.cpp \
3937 generic/RTLogWriteDebugger-generic.cpp \
3938 generic/RTLogWriteStdOut-stub-generic.cpp \
3939 generic/RTMpCpuId-generic.cpp \
3940 generic/RTMpCpuIdFromSetIndex-generic.cpp \
3941 generic/RTMpCpuIdToSetIndex-generic.cpp \
3942 generic/RTMpIsCpuPossible-generic.cpp \
3943 generic/RTMpGetCount-generic.cpp \
3944 generic/RTMpGetMaxCpuId-generic.cpp \
3945 generic/RTMpGetOnlineCount-generic.cpp \
3946 generic/RTMpGetOnlineSet-generic.cpp \
3947 generic/RTMpGetSet-generic.cpp \
3948 generic/RTMpIsCpuOnline-generic.cpp \
3949 generic/RTThreadQueryTerminationStatus-stub-generic.cpp \
3950 generic/RTTimerCreate-generic.cpp \
3951 generic/mppresent-generic.cpp \
3952 generic/rtStrFormatKernelAddress-generic.cpp \
3953 os2/RTErrConvertFromOS2.cpp \
3954 os2/rtSemWaitOs2ConvertTimeout.cpp \
3955 os2/sys0.asm \
3956 r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp \
3957 r0drv/generic/RTMpOn-r0drv-generic.cpp \
3958 r0drv/generic/mpnotification-r0drv-generic.cpp \
3959 r0drv/generic/threadctxhooks-r0drv-generic.cpp \
3960 r0drv/memobj-r0drv.cpp \
3961 r0drv/powernotification-r0drv.c \
3962 r0drv/os2/alloc-r0drv-os2.cpp \
3963 r0drv/os2/assert-r0drv-os2.cpp \
3964 r0drv/os2/assertA-r0drv-os2.asm \
3965 r0drv/os2/initterm-r0drv-os2.cpp \
3966 r0drv/os2/memobj-r0drv-os2.cpp \
3967 r0drv/os2/memuserkernel-r0drv-os2.cpp \
3968 r0drv/os2/os2imports.imp \
3969 r0drv/os2/process-r0drv-os2.cpp \
3970 r0drv/os2/RTR0AssertPanicSystem-r0drv-os2.asm \
3971 r0drv/os2/RTR0Os2DHQueryDOSVar.asm \
3972 r0drv/os2/RTR0Os2DHVMGlobalToProcess.asm \
3973 r0drv/os2/semevent-r0drv-os2.cpp \
3974 r0drv/os2/semeventmulti-r0drv-os2.cpp \
3975 r0drv/os2/semfastmutex-r0drv-os2.cpp \
3976 r0drv/os2/spinlock-r0drv-os2.cpp \
3977 r0drv/os2/thread-r0drv-os2.cpp \
3978 r0drv/os2/thread2-r0drv-os2.cpp \
3979 r0drv/os2/time-r0drv-os2.cpp \
3980 r0drv/os2/timer-r0drv-os2.cpp \
3981 r0drv/os2/timerA-r0drv-os2.asm
3982ifndef VBOX_USE_WATCOM_FOR_OS2
3983 RuntimeR0Drv_SOURCES.os2 += \
3984 common/math/gcc/adddi3.c \
3985 common/math/gcc/anddi3.c \
3986 common/math/gcc/ashldi3.c \
3987 common/math/gcc/ashrdi3.c \
3988 common/math/gcc/cmpdi2.c \
3989 common/math/gcc/divdi3.c \
3990 common/math/gcc/divmoddi4.c \
3991 common/math/gcc/iordi3.c \
3992 common/math/gcc/lshldi3.c \
3993 common/math/gcc/lshrdi3.c \
3994 common/math/gcc/moddi3.c \
3995 common/math/gcc/muldi3.c \
3996 common/math/gcc/negdi2.c \
3997 common/math/gcc/notdi2.c \
3998 common/math/gcc/qdivrem.c \
3999 common/math/gcc/subdi3.c \
4000 common/math/gcc/ucmpdi2.c \
4001 common/math/gcc/udivdi3.c \
4002 common/math/gcc/udivmoddi4.c \
4003 common/math/gcc/umoddi3.c \
4004 common/math/gcc/xordi3.c
4005else
4006 RuntimeR0Drv_SOURCES.os2 += \
4007 common/math/watcom/I8D-x86-32.asm \
4008 common/math/watcom/U8D-x86-32.asm \
4009 common/math/watcom/RTWatcomUInt64Div.c \
4010 common/math/watcom/U8LS-x86-32.asm \
4011 common/math/watcom/U8RS-x86-32.asm \
4012 common/math/watcom/U8M-I8M-x86-32.asm \
4013 common/string/watcom/bzero.asm \
4014 common/string/watcom/memchr.asm \
4015 common/string/watcom/memcmp.asm \
4016 common/string/watcom/memcpy.asm \
4017 common/string/watcom/memmove.asm \
4018 common/string/watcom/mempcpy.asm \
4019 common/string/watcom/memrchr.asm \
4020 common/string/watcom/memset.asm \
4021 common/string/watcom/strchr.asm \
4022 common/string/watcom/strcmp.asm \
4023 common/string/watcom/strcpy.asm \
4024 common/string/watcom/strlen.asm \
4025 common/string/watcom/strncmp.asm \
4026 common/string/watcom/strncpy.asm
4027endif
4028
4029RuntimeR0Drv_SOURCES.freebsd = \
4030 common/misc/thread.cpp \
4031 common/string/memchr.asm \
4032 common/string/memmove.asm \
4033 common/string/strpbrk.cpp \
4034 common/string/memcmp.asm \
4035 common/string/strchr.asm \
4036 generic/RTAssertShouldPanic-generic.cpp \
4037 generic/RTLogWriteDebugger-generic.cpp \
4038 generic/RTLogWriteStdOut-stub-generic.cpp \
4039 generic/RTMpOnPair-generic.cpp \
4040 generic/RTTimerCreate-generic.cpp \
4041 generic/mppresent-generic.cpp \
4042 generic/rtStrFormatKernelAddress-generic.cpp \
4043 r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp \
4044 r0drv/generic/mpnotification-r0drv-generic.cpp \
4045 r0drv/generic/threadctxhooks-r0drv-generic.cpp \
4046 r0drv/freebsd/alloc-r0drv-freebsd.c \
4047 r0drv/freebsd/assert-r0drv-freebsd.c \
4048 r0drv/freebsd/initterm-r0drv-freebsd.c \
4049 r0drv/freebsd/memobj-r0drv-freebsd.c \
4050 r0drv/freebsd/memuserkernel-r0drv-freebsd.c \
4051 r0drv/freebsd/process-r0drv-freebsd.c \
4052 r0drv/freebsd/semevent-r0drv-freebsd.c \
4053 r0drv/freebsd/semeventmulti-r0drv-freebsd.c \
4054 r0drv/freebsd/semfastmutex-r0drv-freebsd.c \
4055 r0drv/freebsd/semmutex-r0drv-freebsd.c \
4056 r0drv/freebsd/spinlock-r0drv-freebsd.c \
4057 r0drv/freebsd/thread-r0drv-freebsd.c \
4058 r0drv/freebsd/thread2-r0drv-freebsd.c \
4059 r0drv/freebsd/time-r0drv-freebsd.c \
4060 r0drv/freebsd/mp-r0drv-freebsd.c \
4061 generic/timer-generic.cpp \
4062 r0drv/alloc-ef-r0drv.cpp \
4063 r0drv/memobj-r0drv.cpp \
4064 r0drv/powernotification-r0drv.c
4065
4066RuntimeR0Drv_SOURCES.netbsd = \
4067 common/misc/thread.cpp \
4068 common/string/strpbrk.cpp \
4069 generic/RTAssertShouldPanic-generic.cpp \
4070 generic/RTLogWriteDebugger-generic.cpp \
4071 generic/RTThreadQueryTerminationStatus-stub-generic.cpp \
4072 generic/RTTimerCreate-generic.cpp \
4073 generic/mppresent-generic.cpp \
4074 generic/rtStrFormatKernelAddress-generic.cpp \
4075 r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp \
4076 r0drv/generic/mpnotification-r0drv-generic.cpp \
4077 r0drv/generic/threadctxhooks-r0drv-generic.cpp \
4078 r0drv/netbsd/RTLogWriteStdOut-r0drv-netbsd.c \
4079 r0drv/netbsd/alloc-r0drv-netbsd.c \
4080 r0drv/netbsd/assert-r0drv-netbsd.c \
4081 r0drv/netbsd/initterm-r0drv-netbsd.c \
4082 r0drv/netbsd/memobj-r0drv-netbsd.c \
4083 r0drv/netbsd/memuserkernel-r0drv-netbsd.c \
4084 r0drv/netbsd/process-r0drv-netbsd.c \
4085 r0drv/netbsd/semevent-r0drv-netbsd.c \
4086 r0drv/netbsd/semeventmulti-r0drv-netbsd.c \
4087 r0drv/netbsd/semfastmutex-r0drv-netbsd.c \
4088 r0drv/netbsd/spinlock-r0drv-netbsd.c \
4089 r0drv/netbsd/thread-r0drv-netbsd.c \
4090 r0drv/netbsd/thread2-r0drv-netbsd.c \
4091 r0drv/netbsd/time-r0drv-netbsd.c \
4092 r0drv/netbsd/mp-r0drv-netbsd.c \
4093 generic/timer-generic.cpp \
4094 r0drv/memobj-r0drv.cpp \
4095 r0drv/powernotification-r0drv.c
4096
4097RuntimeR0Drv_SOURCES.solaris = \
4098 common/misc/thread.cpp \
4099 common/string/memchr.asm \
4100 generic/RTAssertShouldPanic-generic.cpp \
4101 generic/RTLogWriteStdOut-stub-generic.cpp \
4102 generic/RTMpGetCoreCount-generic.cpp \
4103 generic/RTThreadQueryTerminationStatus-stub-generic.cpp \
4104 generic/RTTimerCreate-generic.cpp \
4105 generic/mppresent-generic.cpp \
4106 generic/rtStrFormatKernelAddress-generic.cpp \
4107 r0drv/memobj-r0drv.cpp \
4108 r0drv/mpnotification-r0drv.c \
4109 r0drv/powernotification-r0drv.c \
4110 r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c \
4111 r0drv/solaris/RTMpPokeCpu-r0drv-solaris.c \
4112 r0drv/solaris/alloc-r0drv-solaris.c \
4113 r0drv/solaris/assert-r0drv-solaris.c \
4114 r0drv/solaris/dbgkrnlinfo-r0drv-solaris.c \
4115 r0drv/solaris/initterm-r0drv-solaris.c \
4116 r0drv/solaris/memuserkernel-r0drv-solaris.c \
4117 r0drv/solaris/mpnotification-r0drv-solaris.c \
4118 r0drv/solaris/memobj-r0drv-solaris.c \
4119 r0drv/solaris/mp-r0drv-solaris.c \
4120 r0drv/solaris/process-r0drv-solaris.c \
4121 r0drv/solaris/semevent-r0drv-solaris.c \
4122 r0drv/solaris/semeventmulti-r0drv-solaris.c \
4123 r0drv/solaris/semfastmutex-r0drv-solaris.c \
4124 r0drv/solaris/semmutex-r0drv-solaris.c \
4125 r0drv/solaris/spinlock-r0drv-solaris.c \
4126 r0drv/solaris/thread-r0drv-solaris.c \
4127 r0drv/solaris/thread2-r0drv-solaris.c \
4128 r0drv/solaris/threadctxhooks-r0drv-solaris.c \
4129 r0drv/solaris/time-r0drv-solaris.c \
4130 r0drv/solaris/timer-r0drv-solaris.c
4131
4132RuntimeR0Drv_SOURCES.haiku = \
4133 common/misc/thread.cpp \
4134 common/string/memchr.asm \
4135 common/string/memmove.asm \
4136 common/string/strpbrk.cpp \
4137 common/string/memcmp.asm \
4138 common/string/strchr.asm \
4139 generic/RTAssertShouldPanic-generic.cpp \
4140 generic/RTMpOnPair-generic.cpp \
4141 generic/RTThreadQueryTerminationStatus-stub-generic.cpp \
4142 generic/RTTimerCreate-generic.cpp \
4143 generic/mppresent-generic.cpp \
4144 generic/rtStrFormatKernelAddress-generic.cpp \
4145 r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp \
4146 r0drv/generic/mpnotification-r0drv-generic.cpp \
4147 r0drv/generic/threadctxhooks-r0drv-generic.cpp \
4148 r0drv/haiku/alloc-r0drv-haiku.c \
4149 r0drv/haiku/assert-r0drv-haiku.c \
4150 r0drv/haiku/initterm-r0drv-haiku.c \
4151 r0drv/haiku/memobj-r0drv-haiku.c \
4152 r0drv/haiku/mp-r0drv-haiku.c \
4153 r0drv/haiku/process-r0drv-haiku.c \
4154 r0drv/haiku/RTLogWriteDebugger-r0drv-haiku.c \
4155 r0drv/haiku/RTLogWriteStdOut-r0drv-haiku.c \
4156 r0drv/haiku/semevent-r0drv-haiku.c \
4157 r0drv/haiku/semeventmulti-r0drv-haiku.c \
4158 r0drv/haiku/semfastmutex-r0drv-haiku.c \
4159 r0drv/haiku/semmutex-r0drv-haiku.c \
4160 r0drv/haiku/spinlock-r0drv-haiku.c \
4161 r0drv/haiku/thread-r0drv-haiku.c \
4162 r0drv/haiku/thread2-r0drv-haiku.c \
4163 r0drv/haiku/time-r0drv-haiku.c \
4164 generic/timer-generic.cpp \
4165 r0drv/memobj-r0drv.cpp \
4166 r0drv/powernotification-r0drv.c
4167
4168## PORTME: Porters create and add their selection of platform specific Ring-0 Driver files here.
4169
4170RuntimeR0Drv_ORDERDEPS.freebsd = \
4171 $(PATH_STAGE)/gen-sys-hdrs/bus_if.h \
4172 $(PATH_STAGE)/gen-sys-hdrs/device_if.h
4173
4174
4175#
4176# RuntimeGuestR0 - Guest driver runtime.
4177# This is almost the same as the RuntimeR0Drv, the main difference
4178# is in the backdoor logging and the lack of sup.h (which should be
4179# made irrelevant even for RuntimeR0Drv).
4180#
4181RuntimeGuestR0_TEMPLATE := VBOXGUESTR0LIB
4182RuntimeGuestR0_EXTENDS = RuntimeR0Drv
4183RuntimeGuestR0_DEFS.win.x86 = $(RuntimeR0Drv_DEFS.win.x86) IPRT_TARGET_NT4 # The 32-bit version needs to work on NT4 too.
4184RuntimeGuestR0_SOURCES := $(filter-out generic/RTLogWriteUser-generic.cpp, $(RuntimeR0Drv_SOURCES))
4185RuntimeGuestR0_SOURCES += \
4186 VBox/logbackdoor.cpp
4187RuntimeGuestR0_SOURCES.win := \
4188 $(filter-out common/checksum/md% common/checksum/sha%, $(RuntimeR0Drv_SOURCES.win))
4189
4190
4191ifdef VBOX_WITH_RAW_MODE
4192 #
4193 # RuntimeRC - Raw-mode context library.
4194 #
4195 RuntimeRC_TEMPLATE = VBoxRc
4196 RuntimeRC_DEFS = IN_RT_RC RT_WITH_VBOX IN_SUP_RC IN_VMM_RC NOFILEID
4197 RuntimeRC_INCS = include
4198 RuntimeRC_SOURCES := \
4199 common/asm/ASMMemFirstMismatchingU8.asm \
4200 common/asm/ASMGetXcr0.asm \
4201 common/asm/ASMSetXcr0.asm \
4202 common/asm/ASMXSave.asm \
4203 common/asm/ASMXRstor.asm \
4204 common/asm/ASMFxSave.asm \
4205 common/asm/ASMFxRstor.asm \
4206 common/checksum/alt-md5.cpp \
4207 common/checksum/crc32.cpp \
4208 common/checksum/crc64.cpp \
4209 common/log/log.cpp \
4210 common/log/log-weak.cpp \
4211 common/log/log-weak-assert.cpp \
4212 common/log/log-weak-rel.cpp \
4213 common/log/logellipsis.cpp \
4214 common/log/logrel.cpp \
4215 common/log/logrelellipsis.cpp \
4216 common/log/logcom.cpp \
4217 common/log/logformat.cpp \
4218 common/log/tracebuf.cpp \
4219 common/log/tracedefault.cpp \
4220 common/log/RTLogCreateEx.cpp \
4221 common/misc/RTAssertMsg1Weak.cpp \
4222 common/misc/RTAssertMsg2.cpp \
4223 common/misc/RTAssertMsg2Add.cpp \
4224 common/misc/RTAssertMsg2AddWeak.cpp \
4225 common/misc/RTAssertMsg2AddWeakV.cpp \
4226 common/misc/RTAssertMsg2Weak.cpp \
4227 common/misc/RTAssertMsg2WeakV.cpp \
4228 common/misc/assert.cpp \
4229 common/misc/buildconfig.cpp \
4230 common/misc/sanity-c.c \
4231 common/misc/sanity-cpp.cpp \
4232 common/path/RTPathFilename.cpp \
4233 common/string/strformat.cpp \
4234 common/string/RTStrFormat.cpp \
4235 common/string/strformatnum.cpp \
4236 common/string/strformatrt.cpp \
4237 common/string/strformattype.cpp \
4238 common/string/strncmp.cpp \
4239 common/string/strpbrk.cpp \
4240 common/string/strprintf.cpp \
4241 common/string/strprintf-ellipsis.cpp \
4242 common/string/strprintf2.cpp \
4243 common/string/strprintf2-ellipsis.cpp \
4244 common/string/RTStrCmp.cpp \
4245 common/string/RTStrCopy.cpp \
4246 common/string/RTStrCopyEx.cpp \
4247 common/string/RTStrEnd.asm \
4248 common/string/RTStrICmpAscii.cpp \
4249 common/table/avllu32.cpp \
4250 common/table/avlou32.cpp \
4251 common/table/avlogcphys.cpp \
4252 common/table/avlogcptr.cpp \
4253 common/table/avlohcphys.cpp \
4254 common/table/avloioport.cpp \
4255 common/table/avlrogcphys.cpp \
4256 common/table/avlrogcptr.cpp \
4257 common/table/avlroioport.cpp \
4258 common/table/avlroogcptr.cpp \
4259 common/table/avlu32.cpp \
4260 common/time/timeprog.cpp \
4261 common/time/timesup.cpp \
4262 gc/initterm-gc.cpp \
4263 generic/RTAssertShouldPanic-generic.cpp \
4264 generic/rtStrFormatKernelAddress-generic.cpp \
4265 generic/errvars-generic.cpp \
4266 \
4267 $(RuntimeNoCrt_SOURCES)
4268
4269 #if1of ($(KBUILD_TARGET_ARCH),amd64 x86)
4270 # RuntimeRC_SOURCES += common/time/timesupA.asm
4271 #else
4272 RuntimeRC_SOURCES += common/time/timesupref.cpp
4273 #endif
4274
4275 RuntimeRC_SOURCES.win.x86 = $(RuntimeWin32ASM_SOURCES)
4276
4277 ifeq ($(VBOX_LDR_FMT32),lx)
4278 RuntimeRC_SOURCES += os2/sys0.asm
4279 endif
4280
4281 if1of ($(KBUILD_TARGET), darwin solaris freebsd os2)
4282 RuntimeRC_SOURCES += \
4283 common/math/gcc/adddi3.c \
4284 common/math/gcc/anddi3.c \
4285 common/math/gcc/ashldi3.c \
4286 common/math/gcc/ashrdi3.c \
4287 common/math/gcc/cmpdi2.c \
4288 common/math/gcc/divdi3.c \
4289 common/math/gcc/divmoddi4.c \
4290 common/math/gcc/iordi3.c \
4291 common/math/gcc/lshldi3.c \
4292 common/math/gcc/lshrdi3.c \
4293 common/math/gcc/moddi3.c \
4294 common/math/gcc/muldi3.c \
4295 common/math/gcc/negdi2.c \
4296 common/math/gcc/notdi2.c \
4297 common/math/gcc/qdivrem.c \
4298 common/math/gcc/subdi3.c \
4299 common/math/gcc/ucmpdi2.c \
4300 common/math/gcc/udivdi3.c \
4301 common/math/gcc/udivmoddi4.c \
4302 common/math/gcc/umoddi3.c \
4303 common/math/gcc/xordi3.c
4304 endif
4305
4306
4307 #
4308 # RuntimeRCStub - Raw-mode context startup stub for Windows.
4309 #
4310 RuntimeRCStub_TEMPLATE = VBoxRc
4311 RuntimeRCStub_SOURCES.win = \
4312 nt/NtProcessStartup-stub.cpp
4313
4314
4315endif # VBOX_WITH_RAW_MODE
4316
4317
4318#
4319# Static library for new & delete for the electric fence.
4320#
4321RuntimeEFCPP_TEMPLATE := $(VBoxRT_TEMPLATE)
4322RuntimeEFCPP_SDKS := $(RuntimeR3_SDKS)
4323RuntimeEFCPP_SDKS.$(KBUILD_TARGET) := $(RuntimeR3_SDKS.$(KBUILD_TARGET))
4324RuntimeEFCPP_DEFS := $(RuntimeR3_DEFS)
4325RuntimeEFCPP_DEFS.$(KBUILD_TARGET) := $(RuntimeR3_DEFS.$(KBUILD_TARGET))
4326RuntimeEFCPP_INCS := $(RuntimeR3_INCS)
4327RuntimeEFCPP_INCS.$(KBUILD_TARGET) := $(RuntimeR3_INCS.$(KBUILD_TARGET))
4328RuntimeEFCPP_SOURCES := r3/alloc-ef-cpp.cpp
4329
4330
4331
4332#
4333# The NTDLL mini import library.
4334#
4335# Note! The reason for doing this is to avoid importing CRT symbols from the
4336# NTDLL. We do not wish to do this because:
4337# - Our compiler is usually a different one and we should use the
4338# matching CRT,
4339# - Older versions of NTDLL may not sport all the exports our w2k3 or
4340# later WINDDK ntdll.lib have and thus we may easily end up with
4341# images that does not load on older windows versions.
4342#
4343if1of (win,$(KBUILD_TARGET) $(KBUILD_HOST))
4344RuntimeR3NtDll-amd64_TEMPLATE = VBoxR3Dll
4345RuntimeR3NtDll-amd64_BLD_TRG_ARCH = amd64
4346RuntimeR3NtDll-amd64_ARFLAGS = /NODEFAULTLIB /MACHINE:amd64
4347RuntimeR3NtDll-amd64_SOURCES = \
4348 r3/win/ntdll-mini-implib.def
4349
4350RuntimeR3NtDll-x86_TEMPLATE = VBoxR3Dll
4351RuntimeR3NtDll-x86_BLD_TRG_ARCH = x86
4352RuntimeR3NtDll-x86_ARFLAGS = /NODEFAULTLIB /MACHINE:x86
4353RuntimeR3NtDll-x86_SOURCES = \
4354 r3/win/ntdll-mini-implib.def \
4355 $(RuntimeR3NtDll-x86_0_OUTDIR)/ntdll-mini-implib.asm
4356RuntimeR3NtDll-x86_CLEAN = \
4357 $(RuntimeR3NtDll-x86_0_OUTDIR)/ntdll-mini-implib.asm
4358
4359$$(RuntimeR3NtDll-x86_0_OUTDIR)/ntdll-mini-implib.asm: $(PATH_SUB_CURRENT)/r3/win/ntdll-mini-implib.def | $$(dir $$@)
4360 $(call MSG_GENERATE,,$@,$<)
4361 $(QUIET)$(APPEND) -nt "$@" \
4362 ';Autogenerated, do not edit' \
4363 '%include "iprt/asmdefs.mac"' \
4364 'BEGINCODE' \
4365 '%macro IMPLIB_EXPORT 1' \
4366 'global %1:function' \
4367 '%1: nop' \
4368 '%endm' \
4369 ''
4370 $(QUIET)$(SED) -e '1,/EXPORTS/d' \
4371 -e 's/^.*;;=[[:space:]]*\([^[:space:]]*\)[[:space:]]*$$/IMPLIB_EXPORT \1/' \
4372 $< --append $@
4373endif
4374
4375#
4376# Bag of tricks required for making VCC100 output binaries work on NT4, W2K
4377# early XP and early W2K3. Used by validation kit.
4378#
4379ifndef VBOX_WITH_NOCRT_STATIC
4380 RuntimeR3VccTricks_TEMPLATE = VBoxR3Static
4381 RuntimeR3VccTricks_DEFS = VCC_FAKES_TARGET_$(VBOX_VCC_TOOL_STEM) VCC_FAKES_TARGET=$(substr $(VBOX_VCC_TOOL_STEM),-3)
4382 RuntimeR3VccTricks_SOURCES = \
4383 r3/win/vcc-fakes-kernel32.cpp \
4384 r3/win/vcc-fakes-kernel32-A.asm \
4385 r3/win/vcc-fakes-shell32.cpp \
4386 r3/win/vcc-fakes-shell32-A.asm \
4387 r3/win/vcc-fakes-ntdll.cpp \
4388 r3/win/vcc-fakes-ntdll-A.asm
4389endif
4390
4391if defined(VBOX_WITH_MORE_NT4_COMPAT_BINARIES) && "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" == "win.x86" # Ugly hacks... :-)
4392LIBRARIES += RuntimeR3VccTricks2
4393RuntimeR3VccTricks2_TEMPLATE = VBoxR3Dll
4394RuntimeR3VccTricks2_DEFS += $(RuntimeR3VccTricks_DEFS)
4395RuntimeR3VccTricks2_SOURCES = $(RuntimeR3VccTricks_SOURCES)
4396RuntimeR3VccTricks2_SOURCES += $(RuntimeR3VccTricks2_0_OUTDIR)/dynobjs.lib
4397RuntimeR3VccTricks2_CLEAN = $(RuntimeR3VccTricks2_0_OUTDIR)/dynobjs.lib
4398RuntimeR3VccTricks2_VBOX_LIBCMT_NEEDED =
4399
4400$$(RuntimeR3VccTricks2_0_OUTDIR)/dynobjs.lib: \
4401 $$(PATH_TOOL_$$(TEMPLATE_VBoxR3Dll_TOOL.win.x86)_LIB)/msvcrt$(VBOX_VCC_CRT_TYPE).lib \
4402 $$(PATH_TOOL_$$(TEMPLATE_VBoxR3Dll_TOOL.win.x86)_LIB)/libcmt$(VBOX_VCC_CRT_TYPE).lib \
4403 $$(LIB_RUNTIME) \
4404 $(MAKEFILE) | $$(dir $$@)
4405 $(RM) -f -- "$@"
4406# $(REDIRECT) -C $(dir $@) -- $(KBUILD_DEVTOOLS)/common/openwatcom/v1.9-r2/binnt/wlib \
4407# $(PATH_TOOL_$(TEMPLATE_VBoxR3Dll_TOOL.win.x86)_LIB)/libcmt$(VBOX_VCC_CRT_TYPE).lib \
4408# $(foreach file, $(RuntimeR3VccTricks2_VBOX_LIBCMT_NEEDED), *$(file))
4409 $(KBUILD_DEVTOOLS)/common/openwatcom/v1.9-r2/binnt/wlib [email protected] $< \
4410 -MSVCR100.dll \
4411 $(addprefix $(RuntimeR3VccTricks2_0_OUTDIR)/, $(RuntimeR3VccTricks2_VBOX_LIBCMT_NEEDED)) \
4412 -chandler4gs.obj
4413 $(KBUILD_DEVTOOLS)/common/openwatcom/v1.9-r2/binnt/wlib -o=$@ \
4414 $(LIB_RUNTIME) \
4415 [email protected]
4416 $(RM) -f -- [email protected] $(addprefix $(RuntimeR3VccTricks2_0_OUTDIR)/, $(RuntimeR3VccTricks_VBOX_LIBCMT_NEEDED))
4417endif
4418
4419
4420#
4421# errmsg.cpp depends on a generated header.
4422#
4423common/err/errmsg.cpp_DEPS = \
4424 $(IPRT_OUT_DIR)/errmsgdata-all.h \
4425 $(IPRT_OUT_DIR)/errmsgdata-no-full-msg.h \
4426 $(IPRT_OUT_DIR)/errmsgdata-only-defines.h
4427common/err/errmsg.cpp_INCS = $(IPRT_OUT_DIR)
4428
4429win/errmsgwin.cpp_DEPS = $(IPRT_OUT_DIR)/errmsgwindata-only-defines.h
4430win/errmsgwin.cpp_INCS = $(IPRT_OUT_DIR)
4431
4432# Our COM errors only for R3 libraries on the host
4433define def_errmsgwin_deps
4434 $(lib)_common/err/errmsgxpcom.cpp_INCS = $(IPRT_OUT_DIR)
4435 $(lib)_common/err/errmsgxpcom.cpp_DEPS = $(IPRT_OUT_DIR)/errmsgvboxcomdata.h
4436endef
4437$(foreach lib,RuntimeR3 RuntimeBldProg VBoxRT VBoxRT-x86,$(eval $(def_errmsgwin_deps)))
4438
4439
4440#
4441# Generate the status code data.
4442#
4443$(IPRT_OUT_DIR)/errmsgdata.h: \
4444 $(VBOX_PATH_RUNTIME_SRC)/common/err/errmsg.sed \
4445 $(PATH_ROOT)/include/iprt/err.h \
4446 $(PATH_ROOT)/include/VBox/err.h \
4447 | $$(dir $$@)
4448 $(call MSG_GENERATE,,$@,$(filter %.h,$^))
4449 $(QUIET)$(SED) -f $< --output "$@" $(filter %.h,$^)
4450
4451$(IPRT_OUT_DIR)/errmsgdata-all.h.ts +| $(IPRT_OUT_DIR)/errmsgdata-all.h: \
4452 $$(bldRTErrMsgSorter_1_TARGET)
4453 $(call MSG_GENERATE,,$@,$<)
4454 $(QUIET)"$<" --all "$(IPRT_OUT_DIR)/errmsgdata-all.h.ts"
4455 $(QUIET)$(CP) --changed -fv -- "$(IPRT_OUT_DIR)/errmsgdata-all.h.ts" "$(IPRT_OUT_DIR)/errmsgdata-all.h"
4456
4457$(IPRT_OUT_DIR)/errmsgdata-no-full-msg.h.ts +| $(IPRT_OUT_DIR)/errmsgdata-no-full-msg.h: \
4458 $$(bldRTErrMsgSorter_1_TARGET)
4459 $(call MSG_GENERATE,,$@,$<)
4460 $(QUIET)"$<" --no-full-msg "$(IPRT_OUT_DIR)/errmsgdata-no-full-msg.h.ts"
4461 $(QUIET)$(CP) --changed -fv -- "$(IPRT_OUT_DIR)/errmsgdata-no-full-msg.h.ts" "$(IPRT_OUT_DIR)/errmsgdata-no-full-msg.h"
4462
4463$(IPRT_OUT_DIR)/errmsgdata-only-defines.h.ts +| $(IPRT_OUT_DIR)/errmsgdata-only-defines.h: \
4464 $$(bldRTErrMsgSorter_1_TARGET)
4465 $(call MSG_GENERATE,,$@,$<)
4466 $(QUIET)"$<" --only-defines "$(IPRT_OUT_DIR)/errmsgdata-only-defines.h.ts"
4467 $(QUIET)$(CP) --changed -fv -- "$(IPRT_OUT_DIR)/errmsgdata-only-defines.h.ts" "$(IPRT_OUT_DIR)/errmsgdata-only-defines.h"
4468
4469
4470$(IPRT_OUT_DIR)/errmsgwindata.h: \
4471 $(VBOX_PATH_RUNTIME_SRC)/common/err/errmsgcom.sed \
4472 $$(qwildcard ,$$(qaddsuffix ,/WinError.h,$$(SDK_$$(VBOX_WINPSDK)_INCS))) \
4473 | $$(dir $$@)
4474 $(call MSG_GENERATE,,$@,$(deps $@, 2))
4475 $(QUIET)$(SED) -f "$<" --output "$@" $(qdeps sh,$@,2)
4476
4477$(IPRT_OUT_DIR)/errmsgvboxcomdata.h.ts +| $(IPRT_OUT_DIR)/errmsgvboxcomdata.h: \
4478 $(VBOX_PATH_RUNTIME_SRC)/VBox/errmsgvboxcom.xsl \
4479 $(VBOX_XIDL_FILE_SRC) \
4480 | $$(dir $$@)
4481 $(call MSG_GENERATE,,$@,$(filter %.xidl,$^))
4482 $(QUIET)$(VBOX_XSLTPROC) -o $(IPRT_OUT_DIR)/errmsgvboxcomdata.h.ts $< $(filter %.xidl,$^)
4483 $(QUIET)$(CP) --changed -fv -- $(IPRT_OUT_DIR)/errmsgvboxcomdata.h.ts $(IPRT_OUT_DIR)/errmsgvboxcomdata.h
4484
4485$(IPRT_OUT_DIR)/errmsgwindata-only-defines.h.ts +| $(IPRT_OUT_DIR)/errmsgwindata-only-defines.h: \
4486 $$(bldRTErrMsgWinSorter_1_TARGET)
4487 $(call MSG_GENERATE,,$@,$<)
4488 $(QUIET)"$<" --only-defines "$(IPRT_OUT_DIR)/errmsgwindata-only-defines.h.ts"
4489 $(QUIET)$(CP) --changed -fv -- "$(IPRT_OUT_DIR)/errmsgwindata-only-defines.h.ts" "$(IPRT_OUT_DIR)/errmsgwindata-only-defines.h"
4490
4491
4492#
4493# Sorter for the IPRT status codes.
4494#
4495BLDPROGS += bldRTErrMsgSorter
4496bldRTErrMsgSorter_TEMPLATE = VBoxBldProg
4497bldRTErrMsgSorter_INCS = $(IPRT_OUT_DIR)
4498bldRTErrMsgSorter_DEPS = $(IPRT_OUT_DIR)/errmsgdata.h
4499bldRTErrMsgSorter_SOURCES = common/err/errmsg-sorter.cpp
4500
4501#
4502# Sorter for the windows error codes.
4503#
4504BLDPROGS.win += bldRTErrMsgWinSorter
4505bldRTErrMsgWinSorter_TEMPLATE = VBoxBldProg
4506bldRTErrMsgWinSorter_INCS = $(IPRT_OUT_DIR)
4507bldRTErrMsgWinSorter_DEPS = \
4508 $(IPRT_OUT_DIR)/errmsgwindata.h \
4509 $(IPRT_OUT_DIR)/errmsgvboxcomdata.h
4510bldRTErrMsgWinSorter_SOURCES = win/errmsgwin-sorter.cpp
4511
4512
4513
4514if "$(KBUILD_TARGET)" == "freebsd"
4515#
4516# FreeBSDGeneratedKernelHeaders - Generate some kernel interface headers.
4517#
4518# These are used by:
4519# - The RTMp* API in IPRT.
4520# - VBoxGuest
4521#
4522# Note! We cannot give a output path to the awk program, it will always
4523# generate the header next to the source. So, we'll have to temporarily copy
4524# the source file to the destination directory to work.
4525#
4526VBOX_AWK := /usr/bin/awk
4527INSTALLS += FreeBSDGeneratedKernelHeaders
4528FreeBSDGeneratedKernelHeaders_INST = gen-sys-hdrs/
4529FreeBSDGeneratedKernelHeaders_SOURCES = \
4530 $(FreeBSDGeneratedKernelHeaders_0_OUTDIR)/bus_if.h \
4531 $(FreeBSDGeneratedKernelHeaders_0_OUTDIR)/device_if.h \
4532 $(FreeBSDGeneratedKernelHeaders_0_OUTDIR)/pci_if.h
4533FreeBSDGeneratedKernelHeaders_CLEAN = $(FreeBSDGeneratedKernelHeaders_SOURCES)
4534
4535$$(FreeBSDGeneratedKernelHeaders_0_OUTDIR)/bus_if.h: $(VBOX_FREEBSD_SRC)/kern/bus_if.m | $$(dir $$@)
4536 $(call MSG_TOOL,awk,FreeBSDGeneratedKernelHeaders,$<,$@)
4537 $(QUIET)$(CP) -f $< $(@D)/bus_if.m
4538 $(QUIET)$(VBOX_AWK) -f $(VBOX_FREEBSD_SRC)/tools/makeobjops.awk $(@D)/bus_if.m -h -p
4539 $(QUIET)$(RM) $(@D)/bus_if.m
4540
4541$$(FreeBSDGeneratedKernelHeaders_0_OUTDIR)/device_if.h: $(VBOX_FREEBSD_SRC)/kern/device_if.m | $$(dir $$@)
4542 $(call MSG_TOOL,awk,FreeBSDGeneratedKernelHeaders,$<,$@)
4543 $(QUIET)$(CP) -f $< $(@D)/device_if.m
4544 $(QUIET)$(VBOX_AWK) -f $(VBOX_FREEBSD_SRC)/tools/makeobjops.awk $(@D)/device_if.m -h -p
4545 $(QUIET)$(RM) $(@D)/device_if.m
4546
4547$$(FreeBSDGeneratedKernelHeaders_0_OUTDIR)/pci_if.h: $(VBOX_FREEBSD_SRC)/dev/pci/pci_if.m | $$(dir $$@)
4548 $(call MSG_TOOL,awk,FreeBSDGeneratedKernelHeaders,$<,$@)
4549 $(QUIET)$(CP) -f $< $(@D)/pci_if.m
4550 $(QUIET)$(VBOX_AWK) -f $(VBOX_FREEBSD_SRC)/tools/makeobjops.awk $(@D)/pci_if.m -h -p
4551 $(QUIET)$(RM) $(@D)/pci_if.m
4552endif # FreeBSD
4553
4554
4555#
4556# Aliases for .cpp.h files so we can more easily do syntax checking from the editor.
4557#
4558ldrELFRelocatable.cpp.o: ldrELF.o
4559ldrELFRelocatable.cpp.obj: ldrELF.obj
4560
4561
4562#
4563# Doxygen documentation.
4564#
4565IPRT_DOXYFILE_INPUT_DIRS = \
4566 $(PATH_ROOT)/include/iprt \
4567 $(PATH_ROOT)/include/iprt/cpp \
4568 $(PATH_ROOT)/include/iprt/linux \
4569 $(PATH_ROOT)/include/iprt/nocrt \
4570 $(PATH_ROOT)/include/iprt/nocrt/x86 \
4571 $(PATH_ROOT)/include/iprt/nocrt/amd64 \
4572 $(PATH_ROOT)/include/iprt/nocrt/compiler \
4573 $(VBOX_PATH_RUNTIME_SRC)/include/internal \
4574 $(VBOX_PATH_RUNTIME_SRC)/common/alloc \
4575 $(VBOX_PATH_RUNTIME_SRC)/common/asm \
4576 $(VBOX_PATH_RUNTIME_SRC)/common/checksum \
4577 $(VBOX_PATH_RUNTIME_SRC)/common/dbg \
4578 $(VBOX_PATH_RUNTIME_SRC)/common/err \
4579 $(VBOX_PATH_RUNTIME_SRC)/common/ldr \
4580 $(VBOX_PATH_RUNTIME_SRC)/common/log \
4581 $(VBOX_PATH_RUNTIME_SRC)/common/math \
4582 $(VBOX_PATH_RUNTIME_SRC)/common/math/amd64 \
4583 $(VBOX_PATH_RUNTIME_SRC)/common/math/gcc \
4584 $(VBOX_PATH_RUNTIME_SRC)/common/math/x86 \
4585 $(VBOX_PATH_RUNTIME_SRC)/common/misc \
4586 $(VBOX_PATH_RUNTIME_SRC)/common/path \
4587 $(VBOX_PATH_RUNTIME_SRC)/common/rand \
4588 $(VBOX_PATH_RUNTIME_SRC)/common/string \
4589 $(VBOX_PATH_RUNTIME_SRC)/common/table \
4590 $(VBOX_PATH_RUNTIME_SRC)/common/time \
4591 $(VBOX_PATH_RUNTIME_SRC)/VBox \
4592 $(foreach dir, $(VBOX_PATH_RUNTIME_SRC) $(VBOX_PATH_RUNTIME_SRC)/r3 $(VBOX_PATH_RUNTIME_SRC)/r0drv,\
4593 $(dir) \
4594 $(dir)/darwin \
4595 $(dir)/haiku \
4596 $(dir)/linux \
4597 $(dir)/nt \
4598 $(dir)/os2 \
4599 $(dir)/solaris \
4600 $(dir)/win \
4601 $(dir)/win32 \
4602 $(dir)/win64 \
4603 $(dir)/generic \
4604 )
4605
4606# These must come first in order to make things look nice.
4607IPRT_DOXYFILE_INPUT_FIRST =\
4608 $(PATH_ROOT)/include/iprt/cdefs.h \
4609 $(PATH_ROOT)/include/iprt/types.h \
4610 $(PATH_ROOT)/include/iprt/runtime.h \
4611 $(PATH_ROOT)/include/iprt/param.h \
4612 $(PATH_ROOT)/include/iprt/assert.h \
4613 $(PATH_ROOT)/include/iprt/asm.h \
4614
4615IPRT_DOXYFILE_INPUT := \
4616 $(filter-out %.cpp.h, $(sort $(wildcard $(addsuffix /*.h, $(IPRT_DOXYFILE_INPUT_DIRS)))) ) \
4617 $(foreach dir, $(IPRT_DOXYFILE_INPUT_DIRS), $(wildcard $(dir)/*.cpp $(dir)/.c $(dir)/.asm))
4618IPRT_DOXYFILE_INPUT := \
4619 $(IPRT_DOXYFILE_INPUT_FIRST) \
4620 $(sort $(filter-out $(IPRT_DOXYFILE_INPUT_FIRST), $(IPRT_DOXYFILE_INPUT)))
4621
4622
4623IPRT_DOXYFILE_OUTPUT = $(PATH_OUT)/docs/iprt
4624BLDDIRS += $(IPRT_DOXYFILE_OUTPUT)
4625
4626includedep $(IPRT_DOXYFILE_OUTPUT)/Doxyfile.iprt.dep
4627
4628# Generate the Doxyfile
4629$(IPRT_DOXYFILE_OUTPUT)/Doxyfile.iprt: \
4630 $(VBOX_PATH_RUNTIME_SRC)/Doxyfile \
4631 $(VBOX_PATH_RUNTIME_SRC)/Makefile.kmk \
4632 $(comp-vars IPRT_DOXYFILE_INPUT,DOXYGEN_IPRT_INPUT_PREV,FORCE) \
4633 $(comp-vars IPRT_DOXYFILE_OUTPUT,DOXYGEN_IPRT_OUTPUT_PREV,FORCE) \
4634 | $$(dir $$@)
4635 $(QUIET)$(RM) -f $@ [email protected] [email protected]
4636 $(QUIET)$(CP) -f $(VBOX_PATH_RUNTIME_SRC)/Doxyfile [email protected]
4637 $(QUIET)$(APPEND) [email protected]
4638 $(QUIET)$(APPEND) [email protected] "OUTPUT_DIRECTORY = $(IPRT_DOXYFILE_OUTPUT)"
4639 $(QUIET)$(APPEND) [email protected] "WARN_LOGFILE = $(IPRT_DOXYFILE_OUTPUT)/errors"
4640 $(QUIET)$(APPEND) [email protected] 'INCLUDE_PATH = ' \
4641 '$(PATH_ROOT)/include' \
4642 '$(VBOX_PATH_RUNTIME_SRC)/include' \
4643 '$(VBOX_PATH_RUNTIME_SRC)/' \
4644 '$(VBOX_PATH_RUNTIME_SRC)/common/table'
4645 $(QUIET)$(APPEND) [email protected] "INCLUDE_FILE_PATTERNS = *.cpp.h"
4646 $(QUIET)$(APPEND) [email protected] "PREDEFINED += $(ARCH_BITS_DEFS)"
4647 $(QUIET)$(APPEND) [email protected] 'EXCLUDE = '\
4648 '$(VBOX_PATH_RUNTIME_SRC)/common/string/unidata-flags.cpp' \
4649 '$(VBOX_PATH_RUNTIME_SRC)/common/string/unidata-lower.cpp' \
4650 '$(VBOX_PATH_RUNTIME_SRC)/common/string/unidata-upper.cpp' \
4651 $(QUIET)$(APPEND) [email protected]
4652 $(QUIET)$(APPEND) [email protected] 'INPUT = $(foreach x,$(IPRT_DOXYFILE_INPUT),\$(NLTAB)$(x))'
4653 $(QUIET)$(APPEND) [email protected]
4654 $(QUIET)$(MV) -f [email protected] $@
4655 $(QUIET)$(APPEND) [email protected] "DOXYGEN_IPRT_OUTPUT_PREV = $(IPRT_DOXYFILE_OUTPUT)"
4656 $(QUIET)$(APPEND) [email protected] "DOXYGEN_IPRT_INPUT_PREV = $(IPRT_DOXYFILE_INPUT)"
4657
4658# Do the actual job.
4659$(IPRT_DOXYFILE_OUTPUT)/docs.iprt: $(IPRT_DOXYFILE_OUTPUT)/Doxyfile.iprt $$(IPRT_DOXYFILE_INPUT) \
4660 | $(IPRT_DOXYFILE_OUTPUT)/
4661 $(QUIET)$(RM) -f $@
4662 $(QUIET)$(RM) -Rf $(IPRT_DOXYFILE_OUTPUT)/html/
4663 doxygen $(DOXYGEN_OPTS) $(IPRT_DOXYFILE_OUTPUT)/Doxyfile.iprt
4664 $(SED) -e '/warning. Unexpected tag .dd. found/d' \
4665 -e '/warning. Unsupported xml.html tag .globalScope. found/d' \
4666 --output $(IPRT_DOXYFILE_OUTPUT)/errors2 \
4667 $(IPRT_DOXYFILE_OUTPUT)/errors
4668 $(CAT) $(IPRT_DOXYFILE_OUTPUT)/errors2
4669 $(SED) -e "/[^ ]/q 1" $(IPRT_DOXYFILE_OUTPUT)/errors2
4670 $(APPEND) $@
4671
4672# aliases
4673docs.iprt: $(IPRT_DOXYFILE_OUTPUT)/docs.iprt
4674if !defined(VBOX_ONLY_DOCS) && defined(VBOX_WITH_ALL_DOXYGEN_TARGETS)
4675docs: $(IPRT_DOXYFILE_OUTPUT)/docs.iprt
4676endif
4677
4678test-doxygen::
4679 @echo test-$(comp-vars IPRT_DOXYFILE_OUTPUT,DOXYGEN_IPRT_OUTPUT_PREV,FORCE)
4680 @echo $(IPRT_DOXYFILE_OUTPUT)
4681 @echo $(DOXYGEN_IPRT_OUTPUT_PREV)
4682 @echo $(IPRT_DOXYFILE_INPUT)
4683
4684
4685#
4686# Test mangling.
4687#
4688if1of ($(LIBRARIES),RuntimeR3 RuntimeR0 RuntimeR0Drv RuntimeRC)
4689 test-mangling:: $(IPRT_OUT_DIR)/mangling.run
4690 OTHERS += $(IPRT_OUT_DIR)/mangling.run
4691 OTHER_CLEAN += $(IPRT_OUT_DIR)/mangling.run
4692 $(IPRT_OUT_DIR)/mangling.run: \
4693 $$(RuntimeR3_1_TARGET) \
4694 $$(RuntimeR0_1_TARGET) \
4695 $$(RuntimeR0Drv_1_TARGET) \
4696 $$(RuntimeRC_1_TARGET)
4697 if1of ($(KBUILD_TARGET), win os2)
4698 $(call MSG_L1,IPRT: skipped mangling test.)
4699 else
4700# Generate a SED script from mangling.h that checks for known symbols.
4701 $(QUIET)$(SED) \
4702 -e '/^# *define.*RT_MANGLER/!d' \
4703 -e 's/^.*RT_MANGLER(\([^)][^)]*\)).*$(DOLLAR)/\/^\1$(DOLLAR)\/b ok/' \
4704 $(PATH_ROOT)/include/iprt/mangling.h \
4705 --output "$@"
4706 $(QUIET)$(APPEND) -n '$@' \
4707 ':bad' \
4708 's/^\(.*\)$(DOLLAR)/error: Missing # define \1 /' \
4709 ':bad-pad' \
4710 '/^.\{0,70\}$(DOLLAR)/ { s/$(DOLLAR)/ /; bbad-pad; }' \
4711 's/define \([^ ]*\) \([ ]*\)$(DOLLAR)/define \1 \2RT_MANGLER(\1)/' \
4712 'p' \
4713 $(if-expr !defined(IPRT_IGNORE_TEST_MANGLING),'q 1') \
4714 '' \
4715 ':ok' \
4716 'd'
4717# Find the best way to generate a symbol list and subject it to mangling.h.
4718 if $(intersects $(KBUILD_TARGET), linux) && "$(VBOX_GCC_fvisibility-hidden)"
4719 $(call MSG_L1,IPRT: Testing mangling and visiblity for newer gcc...)
4720 $(QUIET)readelf -Ws $^ \
4721 | $(SED) \
4722 -e 's/[[:space:]]\+/ /g' \
4723 -e '/^ *[[:digit:]]\+:/!d' \
4724 -e 's/^ \+[[:digit:]]\+: \+[[:xdigit:]]\+ \+[[:digit:]]\+ \+//' \
4725 -e '/^SECTION/d' \
4726 -e '/^FILE/d' \
4727 -e 's/^[[:alpha:]]\+ \+//' \
4728 -e '/LOCAL/d' \
4729 -e 's/^[[:alpha:]]\+ \+//' \
4730 -e '/^HIDDEN [[:xdigit:]]\+ RT/bkeep-hidden' \
4731 -e '/^HIDDEN [[:xdigit:]]\+ g_[a-z0-9]*RT/bkeep-hidden' \
4732 -e '/^HIDDEN/d' \
4733 -e ':keep-hidden' \
4734 -e 's/^[[:alpha:]]\+ \+//' \
4735 -e '/^UND/d' \
4736 -e 's/^[[:digit:]]\+ \+//' \
4737 \
4738 -e '/^nocrt_/d' \
4739 -e '/^bzero/d' \
4740 -e '/^memchr/d' \
4741 -e '/^memcmp/d' \
4742 -e '/^memcpy/d' \
4743 -e '/^mempcpy/d' \
4744 -e '/^memmove/d' \
4745 -e '/^memset/d' \
4746 -e '/^strchr/d' \
4747 -e '/^strpbrk/d' \
4748 -e '/^_Z7strpbrk/d' \
4749 -e '/^strcmp/d' \
4750 -e '/^strcpy/d' \
4751 -e '/^strncpy/d' \
4752 -e '/^strlen/d' \
4753 -e '/^setjmp/d' \
4754 -e '/^longjmp/d' \
4755 -e '/^_Z[[:alpha:]]*[[:digit:]]\+RTC/d' \
4756 -e '/^_Z[[:alpha:]]*[[:digit:]]\+RTC/d' \
4757 \
4758 -e '/^_ZnwjPv/d' \
4759 -e '/^_ZnwmPv/d' \
4760 -e '/^_ZNSt[1-9]/d' \
4761 \
4762 -e '/^_ZN[a-zA-Z]*St[[:digit:]]*_*[lL]ist/d' \
4763 -e '/^_ZN[a-zA-Z]*[[:digit:]]*__gnu_cxx/d' \
4764 -e '/^_ZNSa.*ElementNode.*/d' \
4765 -e '/^_ZSt.*ElementNode.*/d' \
4766 \
4767 -e '/^_Z[[:digit:]]\+dbus/d' \
4768 -e '/^_Z13RTDBusLoadLibv/d' \
4769 \
4770 -e '/^g_[ac]VTG/d' \
4771 -e '/^g_VTGObjHeader/d' \
4772 -e '/^g_VTGProbeData/d' \
4773 -e '/^VTGProbeStub/d' \
4774 -e '/^g_achVTGStringTable/d' \
4775 -e '/^g_acVTGProbeEnabled/d' \
4776 \
4777 -e '/^VBoxHost_/d'\
4778 -e '/^VBoxGuest_/d'\
4779 | $(SED) -nf "$@"
4780 endif
4781 $(call MSG_L1,IPRT: Testing mangling using nm...)
4782 $(QUIET)$(VBOX_NM) $^ 2> /dev/null \
4783 | $(SED) -n \
4784 -e 's/^[0-9a-f][0-9a-f]* //' \
4785 -e '/^[TUDB] /!d' \
4786 -e 's/^. //' \
4787 $(if-expr "$(KBUILD_TARGET)" == "darwin" || "$(KBUILD_TARGET)" == "os2" || "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" == "win.x86", \
4788 -e 's/^_//',) \
4789 \
4790 -e '/^g_cchrt/d'\
4791 -e '/^g_crt/d'\
4792 -e '/^g_frt/d'\
4793 -e '/^g_offrt/d'\
4794 -e '/^g_pfnrt/d'\
4795 -e '/^g_rt/d'\
4796 -e '/^g_szrt/d'\
4797 -e '/^g_ProcessSelf/d'\
4798 -e '/^g_u64ProgramStart/d'\
4799 -e '/^g_enmProcessPriority/d'\
4800 -e '/^g_hDbgModStrCache/d'\
4801 -e '/^g_pfnR0Darwin/d'\
4802 -e '/^g_pDarwinLockGroup/d'\
4803 $(if-expr "$(KBUILD_TARGET)" == "solaris", \
4804 -e '/^g_kLdrRdrFileOps/d' \
4805 -e '/^g_pSUPGlobalInfoPage/d' \
4806 -e '/^g_Logger/d' \
4807 -e '/^g_RelLogger/d' \
4808 -e '/^g_VM/d',) \
4809 $(if-expr "$(KBUILD_TARGET)" == "linux", \
4810 -e '/^g_kLdrRdrFileOps/d',) \
4811 \
4812 -e '/^g_[ac]VTG/d' \
4813 -e '/^g_VTGObjHeader/d' \
4814 -e '/^g_VTGProbeData/d' \
4815 -e '/^VTGProbeStub/d' \
4816 -e '/^g_achVTGStringTable/d' \
4817 -e '/^g_acVTGProbeEnabled/d' \
4818 \
4819 -e '/^RTDBusLoadLib/d' \
4820 \
4821 -e '/^RT/p' \
4822 -e '/^g_/p' \
4823 | $(SED) -nf "$@"
4824 endif
4825endif
4826 $(QUIET)$(APPEND) -t $@
4827
4828if !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_VALIDATIONKIT) && !defined(VBOX_ONLY_DOCS)
4829#
4830# Windows build tool.
4831#
4832BLDPROGS.win += ntBldSymDb
4833ntBldSymDb_TEMPLATE = VBoxAdvBldProg
4834ntBldSymDb_INCS = .
4835ntBldSymDb_SOURCES = r0drv/nt/ntBldSymDb.cpp
4836endif
4837
4838
4839#
4840# Generate the rules (we're the to sub-makefile).
4841#
4842include $(FILE_KBUILD_SUB_FOOTER)
4843
4844
4845#
4846# Aliases for code templates.
4847#
4848rsa-template.o rsa-template.obj: rsa-core.o rsa-asn1-decoder.o rsa-sanity.o rsa-init.o
4849spc-template.o spc-template.obj: spc-core.o spc-asn1-decoder.o spc-sanity.o spc-init.o
4850taf-template.o taf-template.obj: taf-core.o taf-asn1-decoder.o taf-sanity.o taf-init.o
4851tsp-template.o tsp-template.obj: tsp-core.o tsp-asn1-decoder.o tsp-sanity.o tsp-init.o
4852x509-template.o x509-template.obj: x509-core.o x509-asn1-decoder.o x509-sanity.o x509-init.o
4853pkcs7-template.o pkcs7-template.obj: pkcs7-core.o pkcs7-asn1-decoder.o pkcs7-sanity.o pkcs7-init.o
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