VirtualBox

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

Last change on this file since 51739 was 51714, checked in by vboxsync, 11 years ago

Runtime: added RTZipPkzipMemDecompress()

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 82.5 KB
Line 
1# $Id: Makefile.kmk 51714 2014-06-24 16:25:10Z vboxsync $
2## @file
3# Sub-Makefile for the IPRT.
4#
5
6#
7# Copyright (C) 2006-2013 Oracle Corporation
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17# The contents of this file may alternatively be used under the terms
18# of the Common Development and Distribution License Version 1.0
19# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
20# VirtualBox OSE distribution, in which case the provisions of the
21# CDDL are applicable instead of those of the GPL.
22#
23# You may elect to license modified versions of this file under the
24# terms and conditions of either the GPL or the CDDL or both.
25#
26
27SUB_DEPTH = ../../..
28include $(KBUILD_PATH)/subheader.kmk
29
30ifdef VBOX_ONLY_ADDITIONS
31 #
32 # Only build the additions, sort out the legacy names first.
33 #
34 LIBRARIES += RuntimeGuestR3 RuntimeGuestR3Shared RuntimeGuestR3Mini
35 LIBRARIES.win.amd64 += RuntimeGuestR3-x86 RuntimeGuestR3Shared-x86
36 ifdef VBOX_WITH_ADDITION_DRIVERS
37 LIBRARIES += RuntimeGuestR0
38 #LIBRARIES.os2 += RuntimeGuestR0OS2Warp3
39 LIBRARIES.win.x86 += RuntimeGuestR0NT4
40 endif
41
42else ifdef VBOX_ONLY_VALIDATIONKIT
43 #
44 # Only build the Validation Kit.
45 #
46 LIBRARIES += RuntimeGuestR3 RuntimeGuestR3Shared RuntimeR3 RuntimeR0
47 LIBRARIES.solaris += RuntimeR0Stub
48 LIBRARIES.win += RuntimeR0Stub
49 LIBRARIES.win.x86 += RuntimeR3VccTricks
50
51else ifdef VBOX_ONLY_DOCS
52 #
53 # Build docs only - need just regular R3 runtime.
54 #
55 LIBRARIES += RuntimeR3 RuntimeBldProg
56
57else ifdef VBOX_ONLY_EXTPACKS_USE_IMPLIBS
58 #
59 # Build docs only - need just regular R3 runtime.
60 #
61 LIBRARIES += RuntimeBldProg
62 LIBRARIES.solaris += RuntimeR0Stub
63 LIBRARIES.win += RuntimeR0Stub RuntimeRCStub
64 include $(PATH_SUB_CURRENT)/tools/Makefile.kmk
65
66else # !VBOX_ONLY_ADDITIONS && !VBOX_ONLY_VALIDATIONKIT && !VBOX_ONLY_DOCS
67
68 #
69 # Normal build.
70 #
71 ifndef VBOX_ONLY_EXTPACKS
72 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
73 endif
74 include $(PATH_SUB_CURRENT)/tools/Makefile.kmk
75
76 BLDPROGS += uniread
77 LIBRARIES += RuntimeR3 RuntimeBldProg RuntimeR0 RuntimeEFCPP RuntimeR3NoCRTGCC
78 LIBRARIES.solaris += RuntimeR0Stub
79 LIBRARIES.win += RuntimeR0Stub
80 ifdef VBOX_WITH_RAW_MODE
81 LIBRARIES += RuntimeRC
82 LIBRARIES.win += RuntimeRCStub
83 endif
84 ifdef VBOX_WITH_VBOXDRV
85 LIBRARIES += RuntimeR0Drv
86 endif
87 ifdef VBOX_WITH_ADDITIONS
88 LIBRARIES += RuntimeGuestR3 RuntimeGuestR3Shared RuntimeGuestR3Mini
89 LIBRARIES.win.amd64 += RuntimeGuestR3-x86 RuntimeGuestR3Shared-x86
90 ifdef VBOX_WITH_ADDITION_DRIVERS
91 LIBRARIES += RuntimeGuestR0
92 endif
93 #LIBRARIES.os2 += RuntimeGuestR0OS2Warp3
94 LIBRARIES.win.x86 += RuntimeGuestR0NT4
95 endif # VBOX_WITH_ADDITIONS
96 LIBRARIES.win.x86 += RuntimeR3VccTricks
97 DLLS += VBoxRT
98 ifdef VBOX_WITH_32_ON_64_MAIN_API
99 DLLS += VBoxRT-x86
100 endif
101endif
102
103
104# Always build the ntdll import libraries on windows.
105LIBRARIES.win += RuntimeR3NtDll-x86
106if1of (amd64, $(KBUILD_TARGET_ARCH) $(KBUILD_HOST_ARCH))
107 LIBRARIES.win += RuntimeR3NtDll-amd64
108endif
109
110
111# Always build the import library.
112IMPORT_LIBS += VBoxRTImp
113
114
115# Where the generated stuff goes.
116IPRT_OUT_DIR := $(PATH_TARGET)/Runtime
117BLDDIRS += $(IPRT_OUT_DIR)
118OTHER_CLEAN += \
119 $(IPRT_OUT_DIR)/errmsgdata.h \
120 $(IPRT_OUT_DIR)/errmsgcomdata.h \
121 $(IPRT_OUT_DIR)/errmsgvboxcomdata.h \
122 $(IPRT_OUT_DIR)/errmsgvboxcomdata.h.ts \
123 $(IPRT_OUT_DIR)/Doxyfile.iprt \
124 $(IPRT_OUT_DIR)/Doxyfile.iprt.dep \
125 $(IPRT_OUT_DIR)/docs.iprt
126
127
128#
129# Globals
130#
131VBOX_PATH_RUNTIME_SRC := $(PATH_SUB_CURRENT)
132
133
134#
135# Set the defines that buildconfig.cpp needs. Its used by several targets.
136#
137common/misc/buildconfig.cpp_DEFS = \
138 IPRT_BLDCFG_SCM_REV=$(VBOX_SVN_REV) \
139 IPRT_BLDCFG_VERSION_STRING=\"$(VBOX_VERSION_STRING)\" \
140 IPRT_BLDCFG_VERSION_MAJOR=$(VBOX_VERSION_MAJOR) \
141 IPRT_BLDCFG_VERSION_MINOR=$(VBOX_VERSION_MINOR) \
142 IPRT_BLDCFG_VERSION_BUILD=$(VBOX_VERSION_BUILD) \
143 IPRT_BLDCFG_TARGET=\"$(KBUILD_TARGET)\" \
144 IPRT_BLDCFG_TARGET_ARCH=\"$(KBUILD_TARGET_ARCH)\" \
145 IPRT_BLDCFG_TYPE=\"$(KBUILD_TYPE)\"
146
147#
148# Unicode Specification reader used to regenerate unidata.cpp.
149#
150uniread_TEMPLATE = VBoxBldProg
151uniread_SOURCES = common/string/uniread.cpp
152uniread_INCS = include
153
154#
155# Win64 assembly sources.
156#
157RuntimeWin64ASM_SOURCES = \
158 win/amd64/ASMAtomicBitClear.asm \
159 win/amd64/ASMAtomicBitTestAndToggle.asm \
160 win/amd64/ASMAtomicBitToggle.asm \
161 win/amd64/ASMAtomicReadU64.asm \
162 win/amd64/ASMAtomicXchgU16.asm \
163 win/amd64/ASMAtomicXchgU8.asm \
164 win/amd64/ASMBitFirstClear.asm \
165 win/amd64/ASMBitFirstSet.asm \
166 win/amd64/ASMGetCS.asm \
167 win/amd64/ASMGetDS.asm \
168 win/amd64/ASMGetES.asm \
169 win/amd64/ASMGetFlags.asm \
170 win/amd64/ASMGetFS.asm \
171 win/amd64/ASMGetGS.asm \
172 win/amd64/ASMGetSS.asm \
173 win/amd64/ASMProbeReadByte.asm \
174 win/amd64/ASMSetFlags.asm \
175 win/amd64/ASMGetDR0.asm \
176 win/amd64/ASMGetDR1.asm \
177 win/amd64/ASMGetDR2.asm \
178 win/amd64/ASMGetDR3.asm \
179 win/amd64/ASMGetDR6.asm \
180 win/amd64/ASMGetDR7.asm \
181 common/asm/ASMAtomicCmpXchgU8.asm \
182 common/asm/ASMMultU64ByU32DivByU32.asm \
183 common/asm/ASMCpuId_Idx_ECX.asm \
184 common/asm/ASMNopPause.asm \
185 common/asm/ASMGetIDTR.asm \
186 common/asm/ASMSetIDTR.asm \
187 common/asm/ASMGetGDTR.asm \
188 common/asm/ASMSetGDTR.asm \
189 common/asm/ASMGetLDTR.asm \
190 common/asm/ASMGetSegAttr.asm \
191 common/asm/ASMGetTR.asm
192
193#
194# Win32 assembly sources.
195#
196RuntimeWin32ASM_SOURCES = \
197 common/asm/ASMAtomicCmpXchgU8.asm \
198 common/asm/ASMMultU64ByU32DivByU32.asm \
199 common/asm/ASMCpuId_Idx_ECX.asm \
200 common/asm/ASMGetSegAttr.asm
201
202#
203# NoCRT sources (minus math stuff).
204#
205if1of ($(KBUILD_TARGET_ARCH), amd64 x86)
206RuntimeNoCrt_SOURCES = \
207 common/misc/setjmp.asm \
208 common/string/memchr.asm \
209 common/string/memcmp.asm \
210 common/string/memcpy.asm \
211 common/string/mempcpy.asm \
212 common/string/memmove.asm \
213 common/string/memset.asm \
214 common/string/strchr.asm \
215 common/string/strcpy.asm \
216 common/string/strncpy.asm \
217 common/string/strcmp.asm \
218 common/string/strlen.asm
219endif
220
221
222#
223# RuntimeR3 - Static Runtime for Ring-3 executables.
224#
225RuntimeR3_TEMPLATE = VBoxR3Static
226RuntimeR3_SDKS = VBOX_OPENSSL VBOX_LIBXML2
227RuntimeR3_SDKS.win = $(VBOX_WINPSDK) $(VBOX_WINDDK)
228RuntimeR3_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX RT_NO_GIP
229#RuntimeR3_DEFS += RTMEM_WRAP_TO_EF_APIS
230ifdef IPRT_WITH_KSTUFF
231 RuntimeR3_DEFS += LDR_WITH_KLDR
232endif
233ifdef IPRT_WITH_LZJB
234 RuntimeR3_DEFS += RTZIP_USE_LZJB
235endif
236ifdef IPRT_WITH_LZO
237 RuntimeR3_DEFS += RTZIP_USE_LZO
238endif
239ifn1of ($(KBUILD_TARGET), win)
240 RuntimeR3_DEFS += RT_WITH_ICONV_CACHE
241endif
242ifdef IPRT_WITH_FUTEX_BASED_SEMS
243 RuntimeR3_DEFS.linux += IPRT_WITH_FUTEX_BASED_SEMS
244endif
245RuntimeR3_INCS = \
246 include \
247 $(SDK_VBOX_ZLIB_INCS)
248RuntimeR3_INCS += \
249 $(PATH_ROOT)/src/libs/liblzf-3.4
250ifdef IPRT_WITH_KSTUFF
251 RuntimeR3_INCS += \
252 $(PATH_ROOT)/src/libs/kStuff/kStuff/include
253endif
254
255# RuntimeR3_INCS.solaris = \
256# /usr/include
257
258RuntimeR3_SOURCES = \
259 common/alloc/alloc.cpp \
260 common/alloc/heapsimple.cpp \
261 common/alloc/heapoffset.cpp \
262 common/alloc/memcache.cpp \
263 common/alloc/memtracker.cpp \
264 common/checksum/adler32.cpp \
265 common/checksum/crc32.cpp \
266 common/checksum/crc32c.cpp \
267 common/checksum/crc64.cpp \
268 common/checksum/md5.cpp \
269 common/checksum/md5str.cpp \
270 common/checksum/ipv4.cpp \
271 common/checksum/ipv6.cpp \
272 common/checksum/manifest.cpp \
273 common/checksum/manifest2.cpp \
274 common/checksum/manifest3.cpp \
275 common/checksum/manifest-file.cpp \
276 common/checksum/RTSha1Digest.cpp \
277 common/checksum/RTSha256Digest.cpp \
278 common/checksum/sha1.cpp \
279 common/checksum/sha1str.cpp \
280 common/checksum/sha256.cpp \
281 common/checksum/sha256str.cpp \
282 common/checksum/sha512.cpp \
283 common/checksum/sha512str.cpp \
284 common/checksum/x509.cpp \
285 common/dbg/dbg.cpp \
286 common/dbg/dbgas.cpp \
287 common/dbg/dbgcfg.cpp \
288 common/dbg/dbgmod.cpp \
289 common/dbg/dbgmodldr.cpp \
290 common/dbg/dbgmodcontainer.cpp \
291 common/dbg/dbgmoddeferred.cpp \
292 common/dbg/dbgmodexports.cpp \
293 common/dbg/dbgmodcodeview.cpp \
294 common/dbg/dbgmoddwarf.cpp \
295 common/dbg/dbgmodnm.cpp \
296 common/dvm/dvm.cpp \
297 common/dvm/dvmbsdlabel.cpp \
298 common/dvm/dvmgpt.cpp \
299 common/dvm/dvmmbr.cpp \
300 common/dvm/dvmvfs.cpp \
301 common/err/errinfo.cpp \
302 common/err/errmsg.cpp \
303 common/err/RTErrConvertFromErrno.cpp \
304 common/err/RTErrConvertToErrno.cpp \
305 common/filesystem/filesystem.cpp \
306 common/filesystem/filesystemext.cpp \
307 common/ldr/ldr.cpp \
308 common/ldr/ldrELF.cpp \
309 common/ldr/ldrEx.cpp \
310 common/ldr/ldrFile.cpp \
311 common/ldr/ldrMemory.cpp \
312 common/ldr/ldrNative.cpp \
313 common/ldr/ldrPE.cpp \
314 common/log/log.cpp \
315 common/log/logellipsis.cpp \
316 common/log/logrel.cpp \
317 common/log/logrelellipsis.cpp \
318 common/log/logcom.cpp \
319 common/log/logformat.cpp \
320 common/log/tracebuf.cpp \
321 common/log/tracedefault.cpp \
322 common/misc/RTAssertMsg1Weak.cpp \
323 common/misc/RTAssertMsg2.cpp \
324 common/misc/RTAssertMsg2Add.cpp \
325 common/misc/RTAssertMsg2AddWeak.cpp \
326 common/misc/RTAssertMsg2AddWeakV.cpp \
327 common/misc/RTAssertMsg2Weak.cpp \
328 common/misc/RTAssertMsg2WeakV.cpp \
329 common/misc/RTFileModeToFlags.cpp \
330 common/misc/RTFileOpenF.cpp \
331 common/misc/RTFileOpenV.cpp \
332 common/misc/RTMemWipeThoroughly.cpp \
333 common/misc/assert.cpp \
334 common/misc/buildconfig.cpp \
335 common/misc/cidr.cpp \
336 common/misc/getopt.cpp \
337 common/misc/getoptargv.cpp \
338 common/misc/handle.cpp \
339 common/misc/handletable.cpp \
340 common/misc/handletablectx.cpp \
341 common/misc/handletablesimple.cpp \
342 common/misc/lockvalidator.cpp \
343 common/misc/message.cpp \
344 common/misc/once.cpp \
345 common/misc/req.cpp \
346 common/misc/reqpool.cpp \
347 common/misc/reqqueue.cpp \
348 common/misc/sanity-c.c \
349 common/misc/sanity-cpp.cpp \
350 common/misc/semspingpong.cpp \
351 common/misc/sg.cpp \
352 common/misc/circbuf.cpp \
353 common/misc/thread.cpp \
354 common/misc/term.cpp \
355 common/misc/uri.cpp \
356 common/net/netaddrstr2.cpp \
357 common/net/macstr.cpp \
358 common/path/rtPathRootSpecLen.cpp \
359 common/path/rtPathVolumeSpecLen.cpp \
360 common/path/RTPathAbsDup.cpp \
361 common/path/RTPathAbsEx.cpp \
362 common/path/RTPathAbsExDup.cpp \
363 common/path/RTPathAppend.cpp \
364 common/path/RTPathAppendEx.cpp \
365 common/path/RTPathCalcRelative.cpp \
366 common/path/RTPathChangeToDosSlashes.cpp \
367 common/path/RTPathChangeToUnixSlashes.cpp \
368 common/path/RTPathCopyComponents.cpp \
369 common/path/RTPathCountComponents.cpp \
370 common/path/RTPathExt.cpp \
371 common/path/RTPathFilename.cpp \
372 common/path/RTPathHasExt.cpp \
373 common/path/RTPathHasPath.cpp \
374 common/path/RTPathJoin.cpp \
375 common/path/RTPathJoinA.cpp \
376 common/path/RTPathJoinEx.cpp \
377 common/path/RTPathParse.cpp \
378 common/path/RTPathParsedReassemble.cpp \
379 common/path/RTPathParseSimple.cpp \
380 common/path/RTPathRealDup.cpp \
381 common/path/RTPathRmCmd.cpp \
382 common/path/RTPathSplit.cpp \
383 common/path/RTPathSplitA.cpp \
384 common/path/RTPathSplitReassemble.cpp \
385 common/path/RTPathStartsWithRoot.cpp \
386 common/path/RTPathStripExt.cpp \
387 common/path/RTPathStripFilename.cpp \
388 common/path/RTPathStripTrailingSlash.cpp \
389 common/path/RTPathTraverseList.cpp \
390 common/path/comparepaths.cpp \
391 common/rand/rand.cpp \
392 common/rand/randadv.cpp \
393 common/rand/randparkmiller.cpp \
394 common/sort/RTSortIsSorted.cpp \
395 common/sort/RTSortApvIsSorted.cpp \
396 common/sort/shellsort.cpp \
397 common/string/RTStrCat.cpp \
398 common/string/RTStrCatEx.cpp \
399 common/string/RTStrCatP.cpp \
400 common/string/RTStrCatPEx.cpp \
401 common/string/RTStrCmp.cpp \
402 common/string/RTStrCopy.cpp \
403 common/string/RTStrCopyEx.cpp \
404 common/string/RTStrCopyP.cpp \
405 common/string/RTStrCopyPEx.cpp \
406 common/string/RTStrNCmp.cpp \
407 common/string/RTStrNLen.cpp \
408 common/string/RTStrNLenEx.cpp \
409 common/string/RTStrPrintHexBytes.cpp \
410 common/string/RTStrStr.cpp \
411 common/string/base64.cpp \
412 common/string/simplepattern.cpp \
413 common/string/straprintf.cpp \
414 common/string/strformat.cpp \
415 common/string/strformatnum.cpp \
416 common/string/strformatrt.cpp \
417 common/string/strformattype.cpp \
418 common/string/strhash1.cpp \
419 common/string/stringalloc.cpp \
420 common/string/strprintf.cpp \
421 common/string/strcache.cpp \
422 common/string/strspace.cpp \
423 common/string/strstrip.cpp \
424 common/string/strtonum.cpp \
425 common/string/strversion.cpp \
426 common/string/uni.cpp \
427 common/string/unidata.cpp \
428 common/string/utf-16.cpp \
429 common/string/utf-8.cpp \
430 common/string/utf-8-case.cpp \
431 common/string/ministring.cpp \
432 common/table/avlgcptr.cpp \
433 common/table/avlhcphys.cpp \
434 common/table/avlgcphys.cpp \
435 common/table/avllu32.cpp \
436 common/table/avlou32.cpp \
437 common/table/avlogcphys.cpp \
438 common/table/avlogcptr.cpp \
439 common/table/avlohcphys.cpp \
440 common/table/avloioport.cpp \
441 common/table/avlpv.cpp \
442 common/table/avlrgcptr.cpp \
443 common/table/avlrogcphys.cpp \
444 common/table/avlrogcptr.cpp \
445 common/table/avlroioport.cpp \
446 common/table/avlroogcptr.cpp \
447 common/table/avlrpv.cpp \
448 common/table/avlruintptr.cpp \
449 common/table/avlrfoff.cpp \
450 common/table/avlru64.cpp \
451 common/table/avlu32.cpp \
452 common/table/avluintptr.cpp \
453 common/table/avlul.cpp \
454 common/table/table.cpp \
455 common/time/time.cpp \
456 common/time/timeprog.cpp \
457 common/time/timesup.cpp \
458 common/vfs/vfsbase.cpp \
459 common/vfs/vfschain.cpp \
460 common/vfs/vfsiosmisc.cpp \
461 common/vfs/vfsmemory.cpp \
462 common/vfs/vfsmisc.cpp \
463 common/vfs/vfsstdfile.cpp \
464 common/zip/tar.cpp \
465 common/zip/tarcmd.cpp \
466 common/zip/unzipcmd.cpp \
467 common/zip/tarvfs.cpp \
468 common/zip/gzipvfs.cpp \
469 common/zip/pkzip.cpp \
470 common/zip/pkzipvfs.cpp \
471 common/zip/zip.cpp \
472 generic/createtemp-generic.cpp \
473 generic/critsect-generic.cpp \
474 generic/critsectrw-generic.cpp \
475 generic/env-generic.cpp \
476 generic/RTDirCreateUniqueNumbered-generic.cpp \
477 generic/RTEnvDupEx-generic.cpp \
478 generic/RTFileCopy-generic.cpp \
479 generic/RTFileQuerySize-generic.cpp \
480 generic/RTFileReadAll-generic.cpp \
481 generic/RTFileReadAllEx-generic.cpp \
482 generic/RTFileReadAllByHandle-generic.cpp \
483 generic/RTFileReadAllByHandleEx-generic.cpp \
484 generic/RTFileReadAllFree-generic.cpp \
485 generic/RTLogWriteStdErr-generic.cpp \
486 generic/RTLogWriteStdOut-generic.cpp \
487 generic/RTLogWriteUser-generic.cpp \
488 generic/RTPathIsSame-generic.cpp \
489 generic/RTProcessQueryUsernameA-generic.cpp \
490 generic/RTTimerLRCreate-generic.cpp \
491 generic/mempool-generic.cpp \
492 generic/semfastmutex-generic.cpp \
493 generic/semxroads-generic.cpp \
494 generic/spinlock-generic.cpp \
495 generic/timerlr-generic.cpp \
496 r3/alloc-ef.cpp \
497 r3/alloc.cpp \
498 r3/allocex.cpp \
499 r3/dir.cpp \
500 r3/dir2.cpp \
501 r3/fileio.cpp \
502 r3/fs.cpp \
503 r3/init.cpp \
504 r3/isofs.cpp \
505 r3/path.cpp \
506 r3/poll.cpp \
507 r3/process.cpp \
508 r3/socket.cpp \
509 r3/stream.cpp \
510 r3/test.cpp \
511 r3/testi.cpp \
512 r3/tcp.cpp \
513 r3/udp.cpp \
514 r3/generic/semspinmutex-r3-generic.cpp \
515 r3/xml.cpp \
516 common/zip/xarvfs.cpp
517
518
519#if1of ($(KBUILD_TARGET_ARCH),amd64 x86)
520# RuntimeR3_SOURCES += common/time/timesupA.asm
521#else
522 RuntimeR3_SOURCES += common/time/timesupref.cpp
523#endif
524
525RuntimeR3_SOURCES.x86 += \
526 generic/RTMpGetDescription-generic.cpp
527RuntimeR3_SOURCES.amd64 += \
528 generic/RTMpGetDescription-generic.cpp
529RuntimeR3_SOURCES.sparc32 += \
530 generic/RTMpGetDescription-generic-stub.cpp \
531 common/asm/asm-fake.cpp
532RuntimeR3_SOURCES.sparc64 += \
533 generic/RTMpGetDescription-generic-stub.cpp \
534 common/asm/asm-fake.cpp
535
536ifdef IPRT_WITH_LZJB
537 RuntimeR3_SOURCES += common/misc/lzjb.c
538endif
539
540# AMD64 / x86 assembly code.
541RuntimeR3_SOURCES.x86 += \
542 common/asm/ASMCpuIdExSlow.asm \
543 common/asm/ASMAtomicUoAndU64.asm \
544 common/asm/ASMAtomicUoAndU32.asm \
545 common/asm/ASMAtomicUoOrU64.asm \
546 common/asm/ASMAtomicUoOrU32.asm \
547 common/asm/ASMRdMsrEx.asm \
548 common/asm/ASMWrMsrEx.asm
549RuntimeR3_SOURCES.amd64 += \
550 common/asm/ASMCpuIdExSlow.asm \
551 common/asm/ASMAtomicUoAndU64.asm \
552 common/asm/ASMAtomicUoAndU32.asm \
553 common/asm/ASMAtomicUoOrU64.asm \
554 common/asm/ASMAtomicUoOrU32.asm \
555 common/asm/ASMRdMsrEx.asm \
556 common/asm/ASMWrMsrEx.asm
557
558# Some versions of GCC might require this.
559RuntimeR3_SOURCES.x86 += \
560 common/asm/ASMAtomicXchgU64.asm \
561 common/asm/ASMAtomicCmpXchgU64.asm \
562 common/asm/ASMAtomicCmpXchgExU64.asm \
563 common/asm/ASMAtomicReadU64.asm \
564 common/asm/ASMAtomicUoReadU64.asm
565
566
567ifdef IPRT_WITH_KSTUFF
568 RuntimeR3_SOURCES += \
569 common/ldr/ldrkStuff.cpp
570endif
571
572# VBox specific stuff.
573RuntimeR3_SOURCES += \
574 VBox/RTAssertShouldPanic-vbox.cpp \
575 VBox/log-vbox.cpp
576ifneq ($(KBUILD_TARGET),win)
577RuntimeR3_SOURCES += \
578 common/err/errmsgxpcom.cpp
579endif
580if1of ($(KBUILD_TARGET),freebsd linux netbsd openbsd solaris)
581RuntimeR3_SOURCES += \
582 $(if $(VBOX_WITH_DBUS),VBox/dbus.cpp,)
583endif
584
585VBOX_WITH_NT_DIRENUM = 1
586RuntimeR3_SOURCES.win = \
587 common/dbg/dbgmoddbghelp.cpp \
588 generic/cdrom-generic.cpp \
589 generic/RTDirExists-generic.cpp \
590 generic/RTDirQueryInfo-generic.cpp \
591 generic/RTDirSetTimes-generic.cpp \
592 generic/RTFileExists-generic.cpp \
593 generic/RTMpGetCurFrequency-generic.cpp \
594 generic/RTMpGetMaxFrequency-generic.cpp \
595 generic/RTRandAdvCreateSystemFaster-generic.cpp \
596 generic/RTRandAdvCreateSystemTruer-generic.cpp \
597 generic/RTSemEventWait-generic.cpp \
598 generic/RTSemEventMultiWait-2-ex-generic.cpp \
599 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
600 generic/RTSemMutexRequest-generic.cpp \
601 generic/RTSemMutexRequestDebug-generic.cpp \
602 generic/RTThreadSetAffinityToCpu-generic.cpp \
603 generic/mppresent-generic.cpp \
604 generic/semrw-$(if-expr defined(VBOX_WITH_LOCKLESS_SEMRW),lockless-,)generic.cpp \
605 generic/uuid-generic.cpp \
606 generic/RTProcDaemonize-generic.cpp \
607 generic/RTProcIsRunningByName-generic.cpp \
608 generic/RTThreadGetNativeState-generic.cpp \
609 nt/RTErrConvertFromNtStatus.cpp \
610 r3/nt/fs-nt.cpp \
611 r3/nt/pathint-nt.cpp \
612 r3/win/env-win.cpp \
613 r3/win/RTHandleGetStandard-win.cpp \
614 r3/win/RTSystemQueryOSInfo-win.cpp \
615 r3/win/RTSystemShutdown-win.cpp \
616 r3/win/RTSystemQueryDmiString-win.cpp \
617 r3/win/RTSystemQueryTotalRam-win.cpp \
618 r3/win/alloc-win.cpp \
619 r3/win/allocex-win.cpp \
620 r3/win/dir-win.cpp \
621 $(if-expr defined(VBOX_WITH_NT_DIRENUM),r3/nt/direnum-r3-nt.cpp,r3/win/direnum-win.cpp) \
622 r3/win/errvars-win.cpp \
623 r3/win/fileio-win.cpp \
624 r3/win/init-win.cpp \
625 r3/win/ldrNative-win.cpp \
626 r3/win/localipc-win.cpp \
627 r3/win/mp-win.cpp \
628 r3/win/path-win.cpp \
629 r3/win/pipe-win.cpp \
630 r3/win/process-win.cpp \
631 r3/win/RTLogWriteDebugger-win.cpp \
632 r3/win/rtProcInitExePath-win.cpp \
633 r3/win/sched-win.cpp \
634 r3/win/semevent-win.cpp \
635 r3/win/semeventmulti-win.cpp \
636 r3/win/semmutex-win.cpp \
637 r3/win/symlink-win.cpp \
638 r3/win/rtFileNativeSetAttributes-win.cpp \
639 r3/win/rtmemlocked-win.cpp \
640 r3/win/thread-win.cpp \
641 r3/win/thread2-win.cpp \
642 r3/win/time-win.cpp \
643 r3/win/timer-win.cpp \
644 r3/win/tls-win.cpp \
645 r3/win/utf16locale-win.cpp \
646 r3/win/utf8-win.cpp \
647 r3/win/RTUuidCreate-win.cpp \
648 win/errmsgwin.cpp \
649 win/RTErrConvertFromWin32.cpp
650
651RuntimeR3_SOURCES.win.amd64 := $(RuntimeWin64ASM_SOURCES)
652RuntimeR3_SOURCES.win.x86 := $(RuntimeWin32ASM_SOURCES)
653
654RuntimeR3_SOURCES.linux = \
655 generic/cdrom-generic.cpp \
656 generic/RTDirQueryInfo-generic.cpp \
657 generic/RTDirSetTimes-generic.cpp \
658 generic/RTFileMove-generic.cpp \
659 generic/RTLogWriteDebugger-generic.cpp \
660 generic/RTProcDaemonize-generic.cpp \
661 generic/RTSemEventMultiWait-2-ex-generic.cpp \
662 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
663 generic/RTTimeLocalNow-generic.cpp \
664 generic/RTTimerCreate-generic.cpp \
665 generic/RTThreadSetAffinityToCpu-generic.cpp \
666 generic/RTUuidCreate-generic.cpp \
667 generic/mppresent-generic.cpp \
668 generic/utf16locale-generic.cpp \
669 generic/uuid-generic.cpp \
670 r3/posix/allocex-r3-posix.cpp \
671 r3/linux/RTThreadGetNativeState-linux.cpp \
672 r3/linux/mp-linux.cpp \
673 r3/linux/rtProcInitExePath-linux.cpp \
674 r3/linux/sched-linux.cpp \
675 r3/linux/sysfs.cpp \
676 r3/linux/time-linux.cpp \
677 r3/linux/thread-affinity-linux.cpp \
678 r3/linux/RTProcIsRunningByName-linux.cpp \
679 r3/linux/RTSystemQueryDmiString-linux.cpp \
680 r3/linux/RTSystemShutdown-linux.cpp \
681 r3/posix/RTFileQueryFsSizes-posix.cpp \
682 r3/posix/RTHandleGetStandard-posix.cpp \
683 r3/posix/RTMemProtect-posix.cpp \
684 r3/posix/RTPathUserHome-posix.cpp \
685 r3/posix/RTSystemQueryOSInfo-posix.cpp \
686 r3/linux/systemmem-linux.cpp \
687 r3/posix/RTTimeNow-posix.cpp \
688 r3/posix/RTTimeSet-posix.cpp \
689 r3/posix/rtmempage-exec-mmap-heap-posix.cpp \
690 r3/posix/rtmemlocked-posix.cpp \
691 r3/posix/dir-posix.cpp \
692 r3/posix/env-posix.cpp \
693 r3/posix/errvars-posix.cpp \
694 r3/posix/fileio-posix.cpp \
695 r3/posix/fileio2-posix.cpp \
696 r3/posix/filelock-posix.cpp \
697 r3/posix/fs-posix.cpp \
698 r3/posix/fs2-posix.cpp \
699 r3/posix/fs3-posix.cpp \
700 r3/posix/ldrNative-posix.cpp \
701 r3/posix/path-posix.cpp \
702 r3/posix/path2-posix.cpp \
703 r3/posix/pathhost-posix.cpp \
704 r3/posix/RTPathUserDocuments-posix.cpp \
705 r3/posix/pipe-posix.cpp \
706 r3/posix/process-posix.cpp \
707 r3/posix/process-creation-posix.cpp \
708 r3/posix/rand-posix.cpp \
709 r3/posix/semrw-posix.cpp \
710 r3/posix/symlink-posix.cpp \
711 r3/posix/thread-posix.cpp \
712 r3/posix/thread2-posix.cpp \
713 r3/posix/timelocal-posix.cpp \
714 r3/posix/timer-posix.cpp \
715 r3/posix/tls-posix.cpp \
716 r3/posix/utf8-posix.cpp
717ifdef IPRT_WITH_FUTEX_BASED_SEMS
718 RuntimeR3_SOURCES.linux += \
719 r3/linux/semevent-linux.cpp \
720 r3/linux/semeventmulti-linux.cpp \
721 r3/linux/semmutex-linux.cpp
722else
723 RuntimeR3_SOURCES.linux.x86 += \
724 r3/posix/semevent-posix.cpp \
725 r3/posix/semeventmulti-posix.cpp \
726 r3/posix/semmutex-posix.cpp
727 RuntimeR3_SOURCES.linux.amd64 += \
728 r3/linux/semevent-linux.cpp \
729 r3/linux/semeventmulti-linux.cpp
730 ifdef RT_NEW_LINUX_MUTEX_CODE
731 RuntimeR3_SOURCES.linux.amd64 += \
732 r3/linux/semmutex-linux.cpp
733 else
734 RuntimeR3_SOURCES.linux.amd64 += \
735 r3/posix/semmutex-posix.cpp
736 endif
737endif
738
739RuntimeR3_SOURCES.os2 = \
740 generic/cdrom-generic.cpp \
741 generic/RTDirQueryInfo-generic.cpp \
742 generic/RTDirSetTimes-generic.cpp \
743 generic/RTFileMove-generic.cpp \
744 generic/RTLogWriteDebugger-generic.cpp \
745 generic/RTProcDaemonize-generic.cpp \
746 generic/RTRandAdvCreateSystemFaster-generic.cpp \
747 generic/RTRandAdvCreateSystemTruer-generic.cpp \
748 generic/RTSystemQueryDmiString-generic.cpp \
749 generic/RTSystemShutdown-generic.cpp \
750 generic/RTTimeLocalNow-generic.cpp \
751 generic/RTTimerCreate-generic.cpp \
752 generic/RTThreadSetAffinityToCpu-generic.cpp \
753 generic/RTUuidCreate-generic.cpp \
754 generic/mppresent-generic.cpp \
755 generic/RTSemEventWait-generic.cpp \
756 generic/RTSemEventMultiWait-generic.cpp \
757 generic/RTSemMutexRequest-generic.cpp \
758 generic/RTSemMutexRequestDebug-generic.cpp \
759 generic/semrw-$(if-expr defined(VBOX_WITH_LOCKLESS_SEMRW),lockless-,)generic.cpp \
760 generic/timer-generic.cpp \
761 generic/utf16locale-generic.cpp \
762 generic/uuid-generic.cpp \
763 generic/RTMpGetCoreCount-generic.cpp \
764 generic/RTMpGetOnlineCoreCount-generic.cpp \
765 generic/RTMpGetCurFrequency-generic.cpp \
766 generic/RTMpGetMaxFrequency-generic.cpp \
767 generic/RTProcIsRunningByName-generic.cpp \
768 generic/RTThreadGetNativeState-generic.cpp \
769 os2/RTErrConvertFromOS2.cpp \
770 r3/generic/allocex-r3-generic.cpp \
771 r3/os2/filelock-os2.cpp \
772 r3/os2/mp-os2.cpp \
773 r3/os2/pipe-os2.cpp \
774 r3/os2/rtProcInitExePath-os2.cpp \
775 r3/os2/sched-os2.cpp \
776 r3/os2/sems-os2.cpp \
777 r3/os2/systemmem-os2.cpp \
778 r3/os2/thread-os2.cpp \
779 r3/os2/time-os2.cpp \
780 r3/posix/RTFileQueryFsSizes-posix.cpp \
781 r3/posix/RTHandleGetStandard-posix.cpp \
782 r3/posix/RTMemProtect-posix.cpp \
783 r3/posix/RTPathUserHome-posix.cpp \
784 r3/posix/RTSystemQueryOSInfo-posix.cpp \
785 r3/posix/RTTimeNow-posix.cpp \
786 r3/posix/RTTimeSet-posix.cpp \
787 r3/posix/dir-posix.cpp \
788 r3/posix/env-posix.cpp \
789 r3/posix/errvars-posix.cpp \
790 r3/posix/fileio-posix.cpp \
791 r3/posix/fileio2-posix.cpp \
792 r3/posix/fs-posix.cpp \
793 r3/posix/fs2-posix.cpp \
794 r3/posix/fs3-posix.cpp \
795 r3/posix/ldrNative-posix.cpp \
796 r3/posix/path-posix.cpp \
797 r3/posix/path2-posix.cpp \
798 r3/posix/pathhost-posix.cpp \
799 r3/posix/rtmempage-exec-mmap-heap-posix.cpp \
800 r3/posix/RTPathUserDocuments-posix.cpp \
801 r3/posix/process-posix.cpp \
802 r3/posix/process-creation-posix.cpp \
803 r3/posix/symlink-posix.cpp \
804 r3/posix/timelocal-posix.cpp \
805 r3/posix/utf8-posix.cpp
806
807RuntimeR3_SOURCES.darwin = \
808 darwin/RTErrConvertFromDarwin.cpp \
809 darwin/RTErrConvertFromDarwinCOM.cpp \
810 darwin/RTErrConvertFromDarwinIO.cpp \
811 darwin/RTErrConvertFromDarwinKern.cpp \
812 generic/cdrom-generic.cpp \
813 generic/RTDirQueryInfo-generic.cpp \
814 generic/RTDirSetTimes-generic.cpp \
815 generic/RTFileMove-generic.cpp \
816 generic/RTLogWriteDebugger-generic.cpp \
817 generic/RTProcDaemonize-generic.cpp \
818 generic/RTThreadGetAffinity-stub-generic.cpp \
819 generic/RTThreadSetAffinity-stub-generic.cpp \
820 generic/RTThreadSetAffinityToCpu-generic.cpp \
821 generic/RTTimeLocalNow-generic.cpp \
822 generic/RTTimerCreate-generic.cpp \
823 generic/RTUuidCreate-generic.cpp \
824 generic/mppresent-generic.cpp \
825 generic/RTMpGetOnlineCoreCount-generic.cpp \
826 generic/RTSemEventMultiWait-2-ex-generic.cpp \
827 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
828 generic/semrw-$(if-expr defined(VBOX_WITH_LOCKLESS_SEMRW),lockless-,)generic.cpp \
829 generic/RTSystemShutdown-generic.cpp \
830 generic/timer-generic.cpp \
831 generic/utf16locale-generic.cpp \
832 generic/uuid-generic.cpp\
833 generic/RTProcIsRunningByName-generic.cpp \
834 generic/RTThreadGetNativeState-generic.cpp \
835 r3/darwin/filelock-darwin.cpp \
836 r3/darwin/mp-darwin.cpp \
837 r3/darwin/pathhost-darwin.cpp \
838 r3/darwin/rtProcInitExePath-darwin.cpp \
839 r3/darwin/RTSystemQueryDmiString-darwin.cpp \
840 r3/darwin/sched-darwin.cpp \
841 r3/darwin/systemmem-darwin.cpp \
842 r3/darwin/time-darwin.cpp \
843 r3/darwin/RTPathUserDocuments-darwin.cpp \
844 r3/generic/allocex-r3-generic.cpp \
845 r3/posix/RTFileQueryFsSizes-posix.cpp \
846 r3/posix/RTHandleGetStandard-posix.cpp \
847 r3/posix/RTMemProtect-posix.cpp \
848 r3/posix/RTPathUserHome-posix.cpp \
849 r3/posix/RTSystemQueryOSInfo-posix.cpp \
850 r3/posix/RTTimeSet-posix.cpp \
851 r3/posix/dir-posix.cpp \
852 r3/posix/env-posix.cpp \
853 r3/posix/errvars-posix.cpp \
854 r3/posix/fileio-posix.cpp \
855 r3/posix/fileio2-posix.cpp \
856 r3/posix/fs-posix.cpp \
857 r3/posix/fs2-posix.cpp \
858 r3/posix/fs3-posix.cpp \
859 r3/posix/ldrNative-posix.cpp \
860 r3/posix/rtmempage-exec-mmap-heap-posix.cpp \
861 r3/posix/rtmemlocked-posix.cpp \
862 r3/posix/path-posix.cpp \
863 r3/posix/path2-posix.cpp \
864 r3/posix/pipe-posix.cpp \
865 r3/posix/process-posix.cpp \
866 r3/posix/process-creation-posix.cpp \
867 r3/posix/rand-posix.cpp \
868 r3/posix/semevent-posix.cpp \
869 r3/posix/semeventmulti-posix.cpp \
870 r3/posix/semmutex-posix.cpp \
871 r3/posix/symlink-posix.cpp \
872 r3/posix/thread-posix.cpp \
873 r3/posix/thread2-posix.cpp \
874 r3/posix/timelocal-posix.cpp \
875 r3/posix/tls-posix.cpp \
876 r3/posix/utf8-posix.cpp
877
878## @todo Make BSD sched, implement RTMP*.
879RuntimeR3_SOURCES.freebsd = \
880 generic/cdrom-generic.cpp \
881 generic/RTDirQueryInfo-generic.cpp \
882 generic/RTDirSetTimes-generic.cpp \
883 generic/RTFileMove-generic.cpp \
884 generic/RTLogWriteDebugger-generic.cpp \
885 generic/RTSemEventMultiWait-2-ex-generic.cpp \
886 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
887 generic/RTSystemQueryDmiString-generic.cpp \
888 generic/RTSystemShutdown-generic.cpp \
889 generic/RTThreadGetAffinity-stub-generic.cpp \
890 generic/RTThreadSetAffinity-stub-generic.cpp \
891 generic/RTThreadSetAffinityToCpu-generic.cpp \
892 generic/RTTimeLocalNow-generic.cpp \
893 generic/RTTimerCreate-generic.cpp \
894 generic/RTUuidCreate-generic.cpp \
895 generic/mppresent-generic.cpp \
896 generic/sched-generic.cpp \
897 generic/utf16locale-generic.cpp \
898 generic/uuid-generic.cpp \
899 generic/RTMpCpuId-generic.cpp \
900 generic/RTMpGetCoreCount-generic.cpp \
901 generic/RTMpGetOnlineCoreCount-generic.cpp \
902 generic/RTProcDaemonize-generic.cpp \
903 generic/RTProcIsRunningByName-generic.cpp \
904 generic/RTThreadGetNativeState-generic.cpp \
905 r3/freebsd/mp-freebsd.cpp \
906 r3/freebsd/rtProcInitExePath-freebsd.cpp \
907 r3/generic/allocex-r3-generic.cpp \
908 r3/posix/RTFileQueryFsSizes-posix.cpp \
909 r3/posix/RTHandleGetStandard-posix.cpp \
910 r3/posix/RTMemProtect-posix.cpp \
911 r3/posix/RTPathUserHome-posix.cpp \
912 r3/posix/RTSystemQueryOSInfo-posix.cpp \
913 r3/posix/RTSystemQueryTotalRam-posix.cpp \
914 r3/posix/RTTimeNow-posix.cpp \
915 r3/posix/RTTimeSet-posix.cpp \
916 r3/posix/dir-posix.cpp \
917 r3/posix/env-posix.cpp \
918 r3/posix/errvars-posix.cpp \
919 r3/posix/fileio-posix.cpp \
920 r3/posix/fileio2-posix.cpp \
921 r3/posix/filelock-posix.cpp \
922 r3/posix/fs-posix.cpp \
923 r3/posix/fs2-posix.cpp \
924 r3/posix/fs3-posix.cpp \
925 r3/posix/ldrNative-posix.cpp \
926 r3/posix/rtmempage-exec-mmap-heap-posix.cpp \
927 r3/posix/rtmemlocked-posix.cpp \
928 r3/posix/path-posix.cpp \
929 r3/posix/path2-posix.cpp \
930 r3/posix/pathhost-posix.cpp \
931 r3/posix/RTPathUserDocuments-posix.cpp \
932 r3/posix/pipe-posix.cpp \
933 r3/posix/process-posix.cpp \
934 r3/posix/process-creation-posix.cpp \
935 r3/posix/rand-posix.cpp \
936 r3/posix/semevent-posix.cpp \
937 r3/posix/semeventmulti-posix.cpp \
938 r3/posix/semmutex-posix.cpp \
939 r3/posix/semrw-posix.cpp \
940 r3/posix/symlink-posix.cpp \
941 r3/posix/thread-posix.cpp \
942 r3/posix/thread2-posix.cpp \
943 r3/posix/time-posix.cpp \
944 r3/posix/timelocal-posix.cpp \
945 r3/posix/timer-posix.cpp \
946 r3/posix/tls-posix.cpp \
947 r3/posix/utf8-posix.cpp
948
949RuntimeR3_SOURCES.solaris = \
950 generic/cdrom-generic.cpp \
951 generic/RTDirQueryInfo-generic.cpp \
952 generic/RTDirSetTimes-generic.cpp \
953 generic/RTFileMove-generic.cpp \
954 generic/RTLogWriteDebugger-generic.cpp \
955 generic/RTProcDaemonize-generic.cpp \
956 generic/RTProcIsRunningByName-generic.cpp \
957 generic/RTSemEventMultiWait-2-ex-generic.cpp \
958 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
959 generic/RTThreadSetAffinityToCpu-generic.cpp \
960 generic/RTTimeLocalNow-generic.cpp \
961 generic/RTTimerCreate-generic.cpp \
962 generic/RTUuidCreate-generic.cpp \
963 generic/sched-generic.cpp \
964 generic/utf16locale-generic.cpp \
965 generic/uuid-generic.cpp \
966 generic/RTThreadGetNativeState-generic.cpp \
967 r3/generic/allocex-r3-generic.cpp \
968 r3/posix/RTFileQueryFsSizes-posix.cpp \
969 r3/posix/RTHandleGetStandard-posix.cpp \
970 r3/posix/RTMemProtect-posix.cpp \
971 r3/posix/RTPathUserHome-posix.cpp \
972 r3/posix/RTSystemQueryOSInfo-posix.cpp \
973 r3/posix/RTTimeNow-posix.cpp \
974 r3/posix/RTTimeSet-posix.cpp \
975 r3/posix/dir-posix.cpp \
976 r3/posix/env-posix.cpp \
977 r3/posix/errvars-posix.cpp \
978 r3/posix/fileio-posix.cpp \
979 r3/posix/fileio2-posix.cpp \
980 r3/posix/filelock-posix.cpp \
981 r3/posix/fs-posix.cpp \
982 r3/posix/fs2-posix.cpp \
983 r3/posix/fs3-posix.cpp \
984 r3/posix/ldrNative-posix.cpp \
985 r3/posix/rtmempage-exec-mmap-heap-posix.cpp \
986 r3/posix/rtmemlocked-posix.cpp \
987 r3/posix/path-posix.cpp \
988 r3/posix/path2-posix.cpp \
989 r3/posix/pathhost-posix.cpp \
990 r3/posix/RTPathUserDocuments-posix.cpp \
991 r3/posix/pipe-posix.cpp \
992 r3/posix/process-posix.cpp \
993 r3/posix/process-creation-posix.cpp \
994 r3/posix/rand-posix.cpp \
995 r3/posix/semevent-posix.cpp \
996 r3/posix/semeventmulti-posix.cpp \
997 r3/posix/semmutex-posix.cpp \
998 r3/posix/semrw-posix.cpp \
999 r3/posix/symlink-posix.cpp \
1000 r3/posix/thread-posix.cpp \
1001 r3/posix/thread2-posix.cpp \
1002 r3/posix/time-posix.cpp \
1003 r3/posix/timelocal-posix.cpp \
1004 r3/posix/timer-posix.cpp \
1005 r3/posix/tls-posix.cpp \
1006 r3/posix/utf8-posix.cpp \
1007 r3/solaris/systemmem-solaris.cpp \
1008 r3/solaris/mp-solaris.cpp \
1009 r3/solaris/rtProcInitExePath-solaris.cpp \
1010 r3/solaris/RTSystemShutdown-solaris.cpp \
1011 r3/solaris/thread-affinity-solaris.cpp
1012RuntimeR3_SOURCES.solaris.amd64 = \
1013 r3/solaris/coredumper-solaris.cpp \
1014 r3/solaris/RTSystemQueryDmiString-solaris.cpp
1015RuntimeR3_SOURCES.solaris.x86 = \
1016 r3/solaris/coredumper-solaris.cpp \
1017 r3/solaris/RTSystemQueryDmiString-solaris.cpp
1018RuntimeR3_SOURCES.solaris.sparc32 = \
1019 generic/RTSystemQueryDmiString-generic.cpp
1020RuntimeR3_SOURCES.solaris.sparc64 = \
1021 generic/RTSystemQueryDmiString-generic.cpp
1022
1023RuntimeR3_SOURCES.haiku = \
1024 generic/RTDirQueryInfo-generic.cpp \
1025 generic/RTDirSetTimes-generic.cpp \
1026 generic/RTFileMove-generic.cpp \
1027 generic/RTLogWriteDebugger-generic.cpp \
1028 generic/RTProcDaemonize-generic.cpp \
1029 generic/RTTimeLocalNow-generic.cpp \
1030 generic/RTTimerCreate-generic.cpp \
1031 generic/RTUuidCreate-generic.cpp \
1032 generic/mppresent-generic.cpp \
1033 generic/RTSemEventMultiWait-2-ex-generic.cpp \
1034 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
1035 generic/sched-generic.cpp \
1036 generic/semrw-$(if-expr defined(VBOX_WITH_LOCKLESS_SEMRW),ockless-,)generic.cpp \
1037 generic/timer-generic.cpp \
1038 generic/utf16locale-generic.cpp \
1039 generic/uuid-generic.cpp\
1040 generic/RTProcIsRunningByName-generic.cpp \
1041 generic/RTThreadGetNativeState-generic.cpp \
1042 generic/RTMpGetCoreCount-generic.cpp \
1043 generic/RTMpGetOnlineCoreCount-generic.cpp \
1044 r3/haiku/rtProcInitExePath-haiku.cpp \
1045 r3/haiku/time-haiku.cpp \
1046 r3/generic/allocex-r3-generic.cpp \
1047 r3/posix/RTFileQueryFsSizes-posix.cpp \
1048 r3/posix/RTHandleGetStandard-posix.cpp \
1049 r3/posix/RTMemProtect-posix.cpp \
1050 r3/posix/RTPathUserHome-posix.cpp \
1051 r3/posix/RTSystemQueryOSInfo-posix.cpp \
1052 r3/posix/RTSystemQueryTotalRam-posix.cpp \
1053 r3/posix/RTTimeNow-posix.cpp \
1054 r3/posix/dir-posix.cpp \
1055 r3/posix/env-posix.cpp \
1056 r3/posix/errvars-posix.cpp \
1057 r3/posix/fileio-posix.cpp \
1058 r3/posix/fileio2-posix.cpp \
1059 r3/posix/filelock-posix.cpp \
1060 r3/posix/fs-posix.cpp \
1061 r3/posix/fs2-posix.cpp \
1062 r3/posix/fs3-posix.cpp \
1063 r3/posix/ldrNative-posix.cpp \
1064 r3/posix/rtmempage-exec-mmap-heap-posix.cpp \
1065 r3/posix/rtmemlocked-posix.cpp \
1066 r3/posix/path-posix.cpp \
1067 r3/posix/path2-posix.cpp \
1068 r3/posix/pathhost-posix.cpp \
1069 r3/posix/pipe-posix.cpp \
1070 r3/posix/process-posix.cpp \
1071 r3/posix/process-creation-posix.cpp \
1072 r3/posix/rand-posix.cpp \
1073 r3/posix/semevent-posix.cpp \
1074 r3/posix/semeventmulti-posix.cpp \
1075 r3/posix/semmutex-posix.cpp \
1076 r3/posix/symlink-posix.cpp \
1077 r3/posix/thread-posix.cpp \
1078 r3/posix/thread2-posix.cpp \
1079 r3/posix/timelocal-posix.cpp \
1080 r3/posix/tls-posix.cpp \
1081 r3/posix/utf8-posix.cpp
1082
1083## PORTME: Porters add their selection of platform specific files for Ring-3 here.
1084
1085
1086#
1087# RuntimeBldProg - Static Runtime for build programs.
1088#
1089# Note! This is a bit of hacky since kBuild doesn't support building libraries
1090# for build programs.
1091#
1092RuntimeBldProg_TEMPLATE := VBoxAdvBldProg
1093RuntimeBldProg_EXTENDS := RuntimeR3
1094RuntimeBldProg_BLD_TRG := $(KBUILD_HOST)
1095RuntimeBldProg_BLD_TRG_ARCH := $(KBUILD_HOST_ARCH)
1096RuntimeBldProg_BLD_TRG_CPU := $(KBUILD_HOST_CPU)
1097RuntimeBldProg_SOURCES = $(filter-out \
1098 r3/xml.cpp \
1099 common/zip/xarvfs.cpp \
1100 , $(RuntimeR3_SOURCES))
1101
1102
1103
1104#
1105# RuntimeGuestR3 - Guest Additions Runtime (static/exe).
1106# (The KBUILD_HOST inheritance here is for cross building the linux
1107# additions, while .x86 is for cross building x86 while targeting amd64.)
1108#
1109RuntimeGuestR3_TEMPLATE := VBoxGuestR3Lib
1110## @todo change this to EXTEND the RuntimeR3 target.
1111RuntimeGuestR3_SDKS.win := $(RuntimeR3_SDKS.win)
1112RuntimeGuestR3_DEFS := $(filter-out RTCRITSECT_STRICT RT_NO_GIP, $(RuntimeR3_DEFS))
1113RuntimeGuestR3_DEFS.$(KBUILD_TARGET) := $(RuntimeR3_DEFS.$(KBUILD_TARGET))
1114RuntimeGuestR3_DEFS.$(KBUILD_HOST) := $(RuntimeR3_DEFS.$(KBUILD_HOST))
1115RuntimeGuestR3_INCS := $(RuntimeR3_INCS)
1116RuntimeGuestR3_INCS.$(KBUILD_TARGET) := $(RuntimeR3_INCS.$(KBUILD_TARGET))
1117RuntimeGuestR3_INCS.$(KBUILD_HOST) := $(RuntimeR3_INCS.$(KBUILD_HOST))
1118RuntimeGuestR3_SOURCES := $(filter-out \
1119 common/time/timesupref.cpp \
1120 common/time/timesupA.asm \
1121 common/time/timesup.cpp \
1122 common/checksum/RTSha1Digest.cpp \
1123 common/checksum/RTSha256Digest.cpp \
1124 common/checksum/sha% \
1125 common/checksum/x509.cpp \
1126 generic/RTLogWriteUser-generic.cpp \
1127 r3/xml.cpp \
1128 common/zip/xarvfs.cpp \
1129 , $(RuntimeR3_SOURCES))
1130RuntimeGuestR3_SOURCES += \
1131 common/time/timesysalias.cpp \
1132 VBox/logbackdoor.cpp
1133RuntimeGuestR3_SOURCES.$(KBUILD_TARGET) := $(RuntimeR3_SOURCES.$(KBUILD_TARGET))
1134RuntimeGuestR3_SOURCES.$(KBUILD_HOST) := $(RuntimeR3_SOURCES.$(KBUILD_HOST))
1135RuntimeGuestR3_SOURCES.$(KBUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(KBUILD_TARGET_ARCH))
1136RuntimeGuestR3_SOURCES.x86 := $(RuntimeR3_SOURCES.x86)
1137RuntimeGuestR3_SOURCES.amd64 := $(RuntimeR3_SOURCES.amd64)
1138RuntimeGuestR3_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH))
1139RuntimeGuestR3_SOURCES.$(KBUILD_TARGET).x86 := $(RuntimeR3_SOURCES.$(KBUILD_TARGET).x86)
1140RuntimeGuestR3_SOURCES.$(KBUILD_TARGET).amd64:= $(RuntimeR3_SOURCES.$(KBUILD_TARGET).amd64)
1141RuntimeGuestR3_SOURCES.$(KBUILD_HOST).$(KBUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(KBUILD_HOST).$(KBUILD_TARGET_ARCH))
1142RuntimeGuestR3_SOURCES.win.x86 += \
1143 r3/win/vcc100-kernel32-fakes.cpp \
1144 r3/win/vcc100-kernel32-fakesA.asm
1145
1146#
1147# RuntimeGuestR3-x86 - Same as RuntimeGuestR3, except that it's targeting x86.
1148#
1149RuntimeGuestR3-x86_EXTENDS := RuntimeGuestR3
1150RuntimeGuestR3-x86_BLD_TRG_ARCH := x86
1151
1152
1153#
1154# RuntimeGuestR3Shared - Guest Additions Runtime (static/dll).
1155#
1156RuntimeGuestR3Shared_TEMPLATE := VBoxGuestR3Dll
1157RuntimeGuestR3Shared_EXTENDS := RuntimeGuestR3
1158RuntimeGuestR3Shared_INST = $(INST_ADDITIONS_LIB)
1159
1160
1161#
1162# RuntimeGuestR3Shared-x86 - Same as RuntimeGuestR3Shared, except that it's targeting x86.
1163#
1164RuntimeGuestR3Shared-x86_EXTENDS := RuntimeGuestR3Shared
1165RuntimeGuestR3Shared-x86_BLD_TRG_ARCH := x86
1166
1167
1168#
1169# RuntimeGuestR3Mini - Minimal Guest Additions Runtime which does not require
1170# initialization and can be linked into an .so. Intended
1171# for X11 drivers, GRADD and similar.
1172#
1173RuntimeGuestR3Mini_TEMPLATE := VBoxGuestR3Dll
1174## @todo change this to EXTEND the RuntimeGuestR3 target.
1175RuntimeGuestR3Mini_INST := $(INST_ADDITIONS_LIB)
1176RuntimeGuestR3Mini_SDKS.win := $(RuntimeR3_SDKS.win)
1177RuntimeGuestR3Mini_DEFS := \
1178 $(filter-out RTCRITSECT_STRICT RT_NO_GIP RT_WITH_ICONV_CACHE, $(RuntimeR3_DEFS)) \
1179 RT_MINI IN_RT_STATIC RTMEM_NO_WRAP_TO_EF_APIS
1180RuntimeGuestR3Mini_DEFS.$(KBUILD_TARGET) := $(RuntimeR3_DEFS.$(KBUILD_TARGET))
1181RuntimeGuestR3Mini_DEFS.$(KBUILD_HOST) := $(RuntimeR3_DEFS.$(KBUILD_HOST))
1182RuntimeGuestR3Mini_INCS := $(RuntimeR3_INCS)
1183RuntimeGuestR3Mini_INCS.$(KBUILD_TARGET) := $(RuntimeR3_INCS.$(KBUILD_TARGET))
1184RuntimeGuestR3Mini_INCS.$(KBUILD_HOST) := $(RuntimeR3_INCS.$(KBUILD_HOST))
1185RuntimeGuestR3Mini_SOURCES = \
1186 common/alloc/alloc.cpp \
1187 common/err/errmsg.cpp \
1188 common/err/RTErrConvertFromErrno.cpp \
1189 common/log/logformat.cpp \
1190 common/misc/RTAssertMsg1Weak.cpp \
1191 common/misc/RTAssertMsg2.cpp \
1192 common/misc/RTAssertMsg2Add.cpp \
1193 common/misc/RTAssertMsg2AddWeak.cpp \
1194 common/misc/RTAssertMsg2AddWeakV.cpp \
1195 common/misc/RTAssertMsg2Weak.cpp \
1196 common/misc/RTAssertMsg2WeakV.cpp \
1197 common/misc/assert.cpp \
1198 common/misc/buildconfig.cpp \
1199 common/misc/sanity-c.c \
1200 common/misc/sanity-cpp.cpp \
1201 common/misc/sg.cpp \
1202 common/path/rtPathVolumeSpecLen.cpp \
1203 common/path/RTPathAbsDup.cpp \
1204 common/path/RTPathAbsEx.cpp \
1205 common/path/RTPathAbsExDup.cpp \
1206 common/path/RTPathAppend.cpp \
1207 common/path/RTPathAppendEx.cpp \
1208 common/path/RTPathExt.cpp \
1209 common/path/RTPathFilename.cpp \
1210 common/path/RTPathHasExt.cpp \
1211 common/path/RTPathHasPath.cpp \
1212 common/path/RTPathJoin.cpp \
1213 common/path/RTPathJoinA.cpp \
1214 common/path/RTPathParseSimple.cpp \
1215 common/path/RTPathRealDup.cpp \
1216 common/path/RTPathStripExt.cpp \
1217 common/path/RTPathStripFilename.cpp \
1218 common/path/RTPathStripTrailingSlash.cpp \
1219 common/string/RTStrCat.cpp \
1220 common/string/RTStrCatEx.cpp \
1221 common/string/RTStrCatP.cpp \
1222 common/string/RTStrCatPEx.cpp \
1223 common/string/RTStrCmp.cpp \
1224 common/string/RTStrCopy.cpp \
1225 common/string/RTStrCopyEx.cpp \
1226 common/string/RTStrCopyP.cpp \
1227 common/string/RTStrCopyPEx.cpp \
1228 common/string/RTStrNCmp.cpp \
1229 common/string/RTStrNLen.cpp \
1230 common/string/RTStrNLenEx.cpp \
1231 common/string/RTStrStr.cpp \
1232 common/string/straprintf.cpp \
1233 common/string/strformat.cpp \
1234 common/string/strformatnum.cpp \
1235 common/string/strformatrt.cpp \
1236 common/string/strformattype.cpp \
1237 common/string/stringalloc.cpp \
1238 common/string/strprintf.cpp \
1239 common/string/strtonum.cpp \
1240 common/string/unidata.cpp \
1241 common/string/utf-8.cpp \
1242 common/string/utf-8-case.cpp \
1243 common/string/utf-16.cpp \
1244 common/table/avlpv.cpp \
1245 generic/critsect-generic.cpp \
1246 generic/pathhost-generic.cpp \
1247 generic/RTAssertShouldPanic-generic.cpp \
1248 generic/errvars-generic.cpp \
1249 r3/alloc.cpp \
1250 r3/alloc-ef.cpp \
1251 r3/fileio.cpp \
1252 r3/fs.cpp
1253RuntimeGuestR3Mini_SOURCES.freebsd = \
1254 r3/posix/RTMemProtect-posix.cpp \
1255 r3/posix/rtmempage-exec-mmap-posix.cpp \
1256 r3/posix/RTPathUserHome-posix.cpp \
1257 r3/posix/env-posix.cpp \
1258 r3/posix/fileio-posix.cpp \
1259 r3/posix/fileio2-posix.cpp \
1260 r3/posix/path-posix.cpp \
1261 r3/posix/path2-posix.cpp \
1262 r3/posix/utf8-posix.cpp \
1263 r3/posix/thread2-posix.cpp \
1264 common/err/errmsgxpcom.cpp
1265RuntimeGuestR3Mini_SOURCES.linux = \
1266 r3/posix/RTMemProtect-posix.cpp \
1267 r3/posix/rtmempage-exec-mmap-posix.cpp \
1268 r3/posix/RTPathUserHome-posix.cpp \
1269 r3/posix/env-posix.cpp \
1270 r3/posix/fileio-posix.cpp \
1271 r3/posix/fileio2-posix.cpp \
1272 r3/posix/path-posix.cpp \
1273 r3/posix/path2-posix.cpp \
1274 r3/posix/utf8-posix.cpp \
1275 r3/posix/thread2-posix.cpp \
1276 common/err/errmsgxpcom.cpp
1277RuntimeGuestR3Mini_SOURCES.solaris = \
1278 r3/posix/RTMemProtect-posix.cpp \
1279 r3/posix/rtmempage-exec-mmap-posix.cpp \
1280 r3/posix/RTPathUserHome-posix.cpp \
1281 r3/posix/env-posix.cpp \
1282 r3/posix/fileio-posix.cpp \
1283 r3/posix/fileio2-posix.cpp \
1284 r3/posix/path-posix.cpp \
1285 r3/posix/path2-posix.cpp \
1286 r3/posix/utf8-posix.cpp \
1287 r3/posix/thread2-posix.cpp \
1288 common/err/errmsgxpcom.cpp
1289RuntimeGuestR3Mini_SOURCES.win = \
1290 r3/win/alloc-win.cpp \
1291 r3/win/fileio-win.cpp \
1292 r3/win/path-win.cpp \
1293 r3/win/utf8-win.cpp \
1294 r3/win/thread2-win.cpp \
1295 win/errmsgwin.cpp \
1296 win/RTErrConvertFromWin32.cpp
1297
1298# VBox specific stuff.
1299RuntimeGuestR3Mini_SOURCES += \
1300 VBox/logbackdoor.cpp \
1301 VBox/logbackdoor-redirect.cpp
1302
1303
1304#
1305# VBoxRT - Shared Object / DLL version.
1306#
1307VBoxRT_TEMPLATE = VBoxR3DllNoPic
1308VBoxRT_SDKS = VBOX_LIBXML2
1309ifdef VBOX_WITH_LIBCURL
1310 VBoxRT_SDKS += VBOX_LIBCURL
1311endif
1312VBoxRT_SDKS += VBOX_OPENSSL
1313VBoxRT_SDKS.win = $(VBOX_WINPSDK) $(VBOX_WINDDK) VBOX_NTDLL
1314if1of ($(KBUILD_TARGET)$(VBOX_WITH_HARDENING), darwin win)
1315VBoxRT_INST = $(INST_DLL) $(INST_TESTCASE)
1316endif
1317VBoxRT_DEFS := $(filter-out RT_NO_GIP,$(RuntimeR3_DEFS)) IN_SUP_R3 IN_SUP_R3 IPRT_WITH_XAR
1318ifn1of ($(KBUILD_TARGET_ARCH), amd64 x86)
1319 VBoxRT_DEFS += RT_NO_GIP
1320endif
1321ifdef VBOX_WITH_LIBCURL
1322 VBoxRT_DEFS += IPRT_WITH_HTTP
1323endif
1324VBoxRT_DEFS.$(KBUILD_TYPE) := $(RuntimeR3_DEFS.$(KBUILD_TYPE))
1325VBoxRT_SOURCES := \
1326 VBox/VBoxRTDeps.cpp \
1327 $(filter-out common/checksum/crc32.cpp, $(RuntimeR3_SOURCES)) \
1328 common/checksum/crc32-zlib.cpp \
1329 common/misc/aiomgr.cpp
1330ifdef VBOX_WITH_LIBCURL
1331 VBoxRT_SOURCES += common/misc/s3.cpp
1332 VBoxRT_SOURCES += common/misc/http.cpp
1333endif
1334VBoxRT_SOURCES.$(KBUILD_TARGET) = $(RuntimeR3_SOURCES.$(KBUILD_TARGET))
1335VBoxRT_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH))
1336VBoxRT_SOURCES.$(KBUILD_TARGET).x86 := $(RuntimeR3_SOURCES.$(KBUILD_TARGET).x86)
1337VBoxRT_SOURCES.$(KBUILD_TARGET).amd64 := $(RuntimeR3_SOURCES.$(KBUILD_TARGET).amd64)
1338VBoxRT_SOURCES.$(KBUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(KBUILD_TARGET_ARCH))
1339VBoxRT_SOURCES.x86 := $(RuntimeR3_SOURCES.x86)
1340VBoxRT_SOURCES.amd64 := $(RuntimeR3_SOURCES.amd64)
1341VBoxRT_SOURCES.win += \
1342 r3/win/dllmain-win.cpp \
1343 r3/win/fileaio-win.cpp \
1344 $(VBoxRT_0_OUTDIR)/VBoxRT.def
1345VBoxRT_SOURCES.linux += \
1346 r3/linux/fileaio-linux.cpp
1347VBoxRT_SOURCES.solaris += \
1348 r3/solaris/fileaio-solaris.cpp
1349VBoxRT_SOURCES.darwin += \
1350 r3/posix/fileaio-posix.cpp
1351VBoxRT_SOURCES.freebsd += \
1352 r3/freebsd/fileaio-freebsd.cpp
1353VBoxRT_INCS := $(RuntimeR3_INCS)
1354VBoxRT_INCS.$(KBUILD_TARGET) := $(RuntimeR3_INCS.$(KBUILD_TARGET))
1355VBoxRT_INCS.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) := $(RuntimeR3_INCS.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH))
1356VBoxRT_LIBS = \
1357 $(PATH_STAGE_LIB)/VBox-liblzf$(VBOX_SUFF_LIB)
1358if1of ($(KBUILD_TARGET_ARCH), amd64 x86)
1359VBoxRT_LIBS += \
1360 $(PATH_STAGE_LIB)/SUPR3$(VBOX_SUFF_LIB)
1361endif
1362ifdef IPRT_WITH_KSTUFF
1363 VBoxRT_LIBS += \
1364 $(PATH_STAGE_LIB)/VBox-kStuff$(VBOX_SUFF_LIB)
1365endif
1366ifndef SDK_VBOX_LIBXML2_LIBS
1367 VBoxRT_LIBS += \
1368 $(PATH_STAGE_LIB)/VBox-libxml2$(VBOX_SUFF_LIB)
1369endif
1370VBoxRT_LIBS += \
1371 $(SDK_VBOX_ZLIB_LIBS)
1372ifndef SDK_VBOX_OPENSSL_LIBS
1373 VBoxRT_LIBS += \
1374 $(PATH_STAGE_LIB)/VBox-libcrypto$(VBOX_SUFF_LIB) \
1375 $(PATH_STAGE_LIB)/VBox-libssl$(VBOX_SUFF_LIB)
1376endif
1377ifdef IPRT_WITH_LZO
1378 VBoxRT_LIBS += lzo2
1379endif
1380VBoxRT_LIBS.linux = \
1381 crypt
1382VBoxRT_LIBS.darwin = \
1383 iconv
1384VBoxRT_LIBS.freebsd = \
1385 iconv \
1386 rt
1387VBoxRT_LIBS.haiku = \
1388 iconv
1389VBoxRT_LIBS.solaris = \
1390 kstat \
1391 contract
1392ifn1of ($(KBUILD_TARGET_ARCH), sparc32 sparc64)
1393 # SMBIOS not available on Solaris SPARC.
1394 VBoxRT_LIBS.solaris += smbios
1395endif
1396VBoxRT_LIBS.win = \
1397 $(PATH_SDK_$(VBOX_WINDDK)_LIB)/vccomsup.lib \
1398 $(PATH_SDK_$(VBOX_WINDDK)_LIB)/wbemuuid.lib
1399VBoxRT_LDFLAGS.darwin = -framework IOKit -framework CoreFoundation -framework CoreServices -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxRT.dylib
1400VBoxRT_LDFLAGS.win = /MANIFEST
1401
1402if1of ($(DLLS), VBoxRT)
1403$$(VBoxRT_0_OUTDIR)/VBoxRT.def: \
1404 $(PATH_SUB_CURRENT)/r3/win/VBoxRT-$$(if-expr $$(KBUILD_TARGET_ARCH) == amd64,win64,win32).def \
1405 $(PATH_SUB_CURRENT)/r3/win/$(if $(VBOX_OSE),VBoxRT-openssl-ose.def,VBoxRT-openssl.def)
1406 $(RM) -f -- $@
1407 $(REDIRECT) -wto $@ -- $(CAT_EXT) $^
1408endif
1409
1410
1411#
1412# HACK ALERT! Make testcase run during build on SELinux boxes.
1413# Create a dummy DLL that ensure that VBoxRT is installed
1414# during the DLL pass and cleaned up later.
1415#
1416ifeq ($(KBUILD_TARGET),linux)
1417 if1of (VBoxRT, $(DLLS))
1418 ifneq ($(wildcard /usr/bin/chcon),)
1419VBoxRT_INSTTYPE = none
1420VBoxRT_DEBUG_INSTTYPE = both
1421
1422DLLS += VBoxRTDummy
1423VBoxRTDummy_TEMPLATE = VBoxR3Dll
1424VBoxRTDummy_INSTTYPE = none
1425VBoxRTDummy_LIBS = $(PATH_STAGE_BIN)/VBoxRT.so
1426VBoxRTDummy_CLEAN = $(PATH_STAGE_BIN)/VBoxRT.so
1427BLDDIRS += $(PATH_STAGE_BIN)
1428
1429$(PATH_STAGE_BIN)/VBoxRT.so: $$(VBoxRT_1_TARGET) | $$(dir $$@)
1430 $(INSTALL) $< $@
1431 chcon -t texrel_shlib_t $@ || true
1432
1433VBoxRT:: VBoxRTDummy
1434 endif # chcon present.
1435 endif # building VBoxRT
1436endif # linux
1437
1438
1439#
1440# VBoxRT-x86 - 32-bit version of VBoxRT
1441#
1442VBoxRT-x86_EXTENDS = VBoxRT
1443VBoxRT-x86_TEMPLATE = VBoxR3Dll-x86
1444VBoxRT-x86_INST.win = $(INST_DLL)x86/
1445VBoxRT-x86_SDKS = VBOX_LIBXML2
1446ifdef VBOX_WITH_LIBCURL
1447 VBoxRT-x86_SDKS += VBOX_LIBCURL-x86
1448endif
1449VBoxRT-x86_SDKS += VBOX_OPENSSL-x86
1450
1451VBoxRT-x86_LIBS = \
1452 $(PATH_STAGE_LIB)/VBox-liblzf-x86$(VBOX_SUFF_LIB)
1453if1of ($(KBUILD_TARGET_ARCH), amd64 x86)
1454VBoxRT-x86_LIBS += \
1455 $(PATH_STAGE_LIB)/SUPR3-x86$(VBOX_SUFF_LIB)
1456endif
1457ifdef IPRT_WITH_KSTUFF
1458 VBoxRT-x86_LIBS += \
1459 $(PATH_STAGE_LIB)/VBox-kStuff-x86$(VBOX_SUFF_LIB)
1460endif
1461ifndef SDK_VBOX_LIBXML2_LIBS
1462 VBoxRT-x86_LIBS += \
1463 $(PATH_STAGE_LIB)/VBox-libxml2-x86$(VBOX_SUFF_LIB)
1464endif
1465VBoxRT-x86_LIBS += \
1466 $(SDK_VBOX_ZLIB_LIBS-x86)
1467ifndef SDK_VBOX_OPENSSL_LIBS
1468 VBoxRT-x86_LIBS += \
1469 $(PATH_STAGE_LIB)/VBox-libcrypto-x86$(VBOX_SUFF_LIB) \
1470 $(PATH_STAGE_LIB)/VBox-libssl-x86$(VBOX_SUFF_LIB)
1471endif
1472ifdef IPRT_WITH_LZO
1473 VBoxRT-x86_LIBS += lzo2
1474endif
1475VBoxRT-x86_LIBS.linux = \
1476 crypt
1477VBoxRT-x86_LIBS.darwin = \
1478 iconv
1479VBoxRT-x86_LIBS.freebsd = \
1480 iconv \
1481 rt
1482VBoxRT-x86_LIBS.haiku = \
1483 iconv
1484VBoxRT-x86_LIBS.solaris = \
1485 kstat \
1486 contract
1487ifn1of ($(KBUILD_TARGET_ARCH), sparc32 sparc64)
1488 # SMBIOS not available on Solaris SPARC.
1489 VBoxRT-x86_LIBS.solaris += smbios
1490endif
1491VBoxRT-x86_LIBS.win = \
1492 $(PATH_SDK_$(VBOX_WINDDK)_LIB.x86)/vccomsup.lib \
1493 $(PATH_SDK_$(VBOX_WINDDK)_LIB.x86)/wbemuuid.lib
1494
1495VBoxRT-x86_SOURCES.win = $(filter-out %.def,$(VBoxRT_SOURCES.win)) \
1496 $(VBoxRT-x86_0_OUTDIR)/VBoxRT-x86.def
1497if1of ($(DLLS), VBoxRT-x86)
1498$$(VBoxRT-x86_0_OUTDIR)/VBoxRT-x86.def: \
1499 $(PATH_SUB_CURRENT)/r3/win/VBoxRT-win32.def \
1500 $(PATH_SUB_CURRENT)/r3/win/$(if $(VBOX_OSE),VBoxRT-openssl-ose.def,VBoxRT-openssl.def)
1501 $(RM) -f -- $@
1502 $(REDIRECT) -wto $@ -- $(CAT_EXT) $^
1503endif
1504
1505#
1506# VBoxRTImp - Import library/hack.
1507#
1508ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),win.amd64)
1509$(call VBOX_GENERATE_IMPORT_TARGET_FN,VBoxRTImp,VBoxRT,VBox/VBoxRTImp.def r3/win/VBoxRT-openssl-ose.def r3/win/VBoxRT-win64.def)
1510else ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),win.x86)
1511$(call VBOX_GENERATE_IMPORT_TARGET_FN,VBoxRTImp,VBoxRT,VBox/VBoxRTImp.def r3/win/VBoxRT-openssl-ose.def r3/win/VBoxRT-win32.def)
1512else
1513$(call VBOX_GENERATE_IMPORT_TARGET_FN,VBoxRTImp,VBoxRT,VBox/VBoxRTImp.def r3/win/VBoxRT-openssl-ose.def)
1514endif
1515
1516
1517#
1518# RuntimeR3NoCRTGCC - CRT replacement lib for VBoxREM.
1519# This is used together with VBoxRT.
1520#
1521## @todo the *_alias.c stuff is busted, remove and use RT_WITH_NOCRT_ALIASES instead.
1522RuntimeR3NoCRTGCC_TEMPLATE = VBoxNoCrtGccLib
1523RuntimeR3NoCRTGCC_LIBSUFF = $(VBOX_SUFF_LIB)
1524ifn1of ($(KBUILD_TARGET_ARCH), amd64 x86)
1525 RuntimeR3NoCRTGCC_DEFS += RT_NO_GIP
1526endif
1527RuntimeR3NoCRTGCC_INCS = include
1528RuntimeR3NoCRTGCC_SOURCES := \
1529 common/misc/sanity-cpp.cpp \
1530 common/misc/sanity-c.c \
1531 \
1532 $(RuntimeNoCrt_SOURCES)
1533
1534if1of ($(KBUILD_TARGET_ARCH), amd64 x86)
1535RuntimeR3NoCRTGCC_SOURCES += \
1536 common/math/ceill.asm \
1537 common/math/cosl.asm \
1538 common/math/fabs.asm \
1539 common/math/fabsf.asm \
1540 common/math/fabsl.asm \
1541 common/math/floor.asm \
1542 common/math/floorf.asm \
1543 common/math/floorl.asm \
1544 common/math/ldexpl.asm \
1545 common/math/llrint.asm \
1546 common/math/llrintf.asm \
1547 common/math/llrintl.asm \
1548 common/math/logl.asm \
1549 common/math/lrint.asm \
1550 common/math/lrintf.asm \
1551 common/math/lrintl.asm \
1552 common/math/remainder.asm \
1553 common/math/remainderf.asm \
1554 common/math/remainderl.asm \
1555 common/math/sinl.asm \
1556 common/math/tanl.asm \
1557 common/math/trunc.asm \
1558 common/math/truncf.asm \
1559 common/math/truncl.asm \
1560 \
1561 common/string/memchr_alias.c \
1562 common/string/memcmp_alias.c \
1563 common/string/memcpy_alias.c \
1564 common/string/memmove_alias.c \
1565 common/string/memset_alias.c \
1566 common/string/strchr_alias.c \
1567 common/string/strcmp_alias.c \
1568 common/string/strlen_alias.c
1569endif
1570
1571RuntimeR3NoCRTGCC_SOURCES.x86 = \
1572 common/math/x86/fenv-x86.c \
1573 common/math/gcc/adddi3.c \
1574 common/math/gcc/anddi3.c \
1575 common/math/gcc/ashldi3.c \
1576 common/math/gcc/ashrdi3.c \
1577 common/math/gcc/cmpdi2.c \
1578 common/math/gcc/divdi3.c \
1579 common/math/gcc/iordi3.c \
1580 common/math/gcc/lshldi3.c \
1581 common/math/gcc/lshrdi3.c \
1582 common/math/gcc/moddi3.c \
1583 common/math/gcc/muldi3.c \
1584 common/math/gcc/negdi2.c \
1585 common/math/gcc/notdi2.c \
1586 common/math/gcc/qdivrem.c \
1587 common/math/gcc/subdi3.c \
1588 common/math/gcc/ucmpdi2.c \
1589 common/math/gcc/udivdi3.c \
1590 common/math/gcc/umoddi3.c \
1591 common/math/gcc/xordi3.c
1592
1593
1594#
1595# RuntimeR0 - Ring-0 library for VMMR0.
1596#
1597RuntimeR0_TEMPLATE = VBoxR0
1598RuntimeR0_DEFS = IN_RT_R0 RT_WITH_VBOX
1599ifn1of ($(KBUILD_TARGET_ARCH), amd64 x86)
1600 RuntimeR0_DEFS += RT_NO_GIP
1601endif
1602RuntimeR0_INCS = include
1603RuntimeR0_SOURCES := \
1604 common/log/logellipsis.cpp \
1605 common/log/logrelellipsis.cpp \
1606 common/log/logcom.cpp \
1607 common/log/logformat.cpp \
1608 common/log/tracebuf.cpp \
1609 common/log/tracedefault.cpp \
1610 common/misc/RTAssertMsg1Weak.cpp \
1611 common/misc/RTAssertMsg2.cpp \
1612 common/misc/RTAssertMsg2Add.cpp \
1613 common/misc/RTAssertMsg2AddWeak.cpp \
1614 common/misc/RTAssertMsg2AddWeakV.cpp \
1615 common/misc/RTAssertMsg2Weak.cpp \
1616 common/misc/RTAssertMsg2WeakV.cpp \
1617 common/misc/buildconfig.cpp \
1618 common/misc/once.cpp \
1619 common/misc/sanity-c.c \
1620 common/misc/sanity-cpp.cpp \
1621 common/misc/term.cpp \
1622 common/path/RTPathFilename.cpp \
1623 common/string/strhash1.cpp \
1624 common/string/strncmp.cpp \
1625 common/string/strpbrk.cpp \
1626 common/string/RTStrCat.cpp \
1627 common/string/RTStrCatEx.cpp \
1628 common/string/RTStrCatP.cpp \
1629 common/string/RTStrCatPEx.cpp \
1630 common/string/RTStrCopy.cpp \
1631 common/string/RTStrCopyEx.cpp \
1632 common/string/RTStrCopyP.cpp \
1633 common/string/RTStrCopyPEx.cpp \
1634 common/string/RTStrNLen.cpp \
1635 common/string/RTStrNLenEx.cpp \
1636 common/table/avlgcptr.cpp \
1637 common/table/avlhcphys.cpp \
1638 common/table/avllu32.cpp \
1639 common/table/avlogcphys.cpp \
1640 common/table/avlogcptr.cpp \
1641 common/table/avlohcphys.cpp \
1642 common/table/avloioport.cpp \
1643 common/table/avlpv.cpp \
1644 common/table/avlrogcphys.cpp \
1645 common/table/avlrogcptr.cpp \
1646 common/table/avlroioport.cpp \
1647 common/table/avlroogcptr.cpp \
1648 common/table/avlu32.cpp \
1649 common/table/avlou32.cpp \
1650 common/time/timesup.cpp \
1651 generic/RTAssertShouldPanic-generic.cpp \
1652 \
1653 $(RuntimeNoCrt_SOURCES)
1654
1655if1of ($(KBUILD_TARGET), darwin solaris freebsd)
1656RuntimeR0_SOURCES += \
1657 common/math/gcc/adddi3.c \
1658 common/math/gcc/anddi3.c \
1659 common/math/gcc/ashldi3.c \
1660 common/math/gcc/ashrdi3.c \
1661 common/math/gcc/cmpdi2.c \
1662 common/math/gcc/divdi3.c \
1663 common/math/gcc/iordi3.c \
1664 common/math/gcc/lshldi3.c \
1665 common/math/gcc/lshrdi3.c \
1666 common/math/gcc/moddi3.c \
1667 common/math/gcc/muldi3.c \
1668 common/math/gcc/negdi2.c \
1669 common/math/gcc/notdi2.c \
1670 common/math/gcc/qdivrem.c \
1671 common/math/gcc/subdi3.c \
1672 common/math/gcc/ucmpdi2.c \
1673 common/math/gcc/udivdi3.c \
1674 common/math/gcc/umoddi3.c \
1675 common/math/gcc/xordi3.c
1676endif
1677
1678RuntimeR0_SOURCES.x86 += \
1679 common/asm/ASMCpuIdExSlow.asm \
1680 common/asm/ASMAtomicUoAndU64.asm \
1681 common/asm/ASMAtomicUoAndU32.asm \
1682 common/asm/ASMAtomicUoOrU64.asm \
1683 common/asm/ASMAtomicUoOrU32.asm \
1684 common/asm/ASMRdMsrEx.asm \
1685 common/asm/ASMWrMsrEx.asm
1686RuntimeR0_SOURCES.amd64 += \
1687 common/asm/ASMCpuIdExSlow.asm \
1688 common/asm/ASMAtomicUoAndU64.asm \
1689 common/asm/ASMAtomicUoAndU32.asm \
1690 common/asm/ASMAtomicUoOrU64.asm \
1691 common/asm/ASMAtomicUoOrU32.asm \
1692 common/asm/ASMRdMsrEx.asm \
1693 common/asm/ASMWrMsrEx.asm
1694
1695#if1of ($(KBUILD_TARGET_ARCH),amd64 x86)
1696# RuntimeR0_SOURCES += common/time/timesupA.asm
1697#else
1698 RuntimeR0_SOURCES += common/time/timesupref.cpp
1699#endif
1700
1701RuntimeR0_SOURCES.win.amd64 := $(RuntimeWin64ASM_SOURCES)
1702RuntimeR0_SOURCES.win.x86 := $(RuntimeWin32ASM_SOURCES)
1703RuntimeR0_SOURCES.win = \
1704 nt/NtProcessStartup-stub.cpp
1705
1706RuntimeR0_SOURCES.os2 = \
1707 os2/sys0.asm
1708
1709
1710#
1711# RuntimeR0Stub - Ring-0 context startup stub for Windows and Solaris.
1712#
1713RuntimeR0Stub_TEMPLATE = $(if-expr "$(KBUILD_TARGET)" == "solaris",VBoxR0DrvLib,VBoxR0)
1714RuntimeR0Stub_SOURCES.win = \
1715 nt/NtProcessStartup-stub.cpp
1716RuntimeR0Stub_SOURCES.solaris = \
1717 r0drv/solaris/modulestub-r0drv-solaris.c
1718
1719
1720#
1721# RuntimeR0Drv - Ring-0 library for host drivers.
1722#
1723RuntimeR0Drv_TEMPLATE = VBoxR0DrvLib
1724RuntimeR0Drv_SDKS.win = ReorderCompilerIncs $(VBOX_WINDDK) $(VBOX_WINPSDK)INCS
1725RuntimeR0Drv_DEFS = IN_RT_R0 RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS RT_NO_EXPORT_SYMBOL
1726RuntimeR0Drv_DEFS.win = IN_SUP_R0
1727RuntimeR0Drv_DEFS.linux = MODULE KBUILD_MODNAME=KBUILD_STR\(vboxdrv\) KBUILD_BASENAME=KBUILD_STR\(vboxdrv\) IN_SUP_R0
1728
1729RuntimeR0Drv_INCS := $(PATH_SUB_CURRENT) include
1730RuntimeR0Drv_INCS.freebsd = \
1731 $(PATH_STAGE)/gen-sys-hdrs
1732RuntimeR0Drv_INCS.linux = \
1733 r0drv/linux
1734RuntimeR0Drv_INCS.solaris = \
1735 r0drv/solaris/vbi/i86pc \
1736 r0drv/solaris/vbi/i86pc/sys
1737
1738RuntimeR0Drv_SOURCES = \
1739 common/alloc/alloc.cpp \
1740 common/alloc/heapsimple.cpp \
1741 common/alloc/heapoffset.cpp \
1742 common/checksum/crc32.cpp \
1743 common/checksum/crc64.cpp \
1744 common/checksum/md5.cpp \
1745 common/checksum/ipv4.cpp \
1746 common/checksum/ipv6.cpp \
1747 common/err/RTErrConvertToErrno.cpp \
1748 common/err/RTErrConvertFromErrno.cpp \
1749 common/log/log.cpp \
1750 common/log/logellipsis.cpp \
1751 common/log/logrel.cpp \
1752 common/log/logrelellipsis.cpp \
1753 common/log/logcom.cpp \
1754 common/log/logformat.cpp \
1755 common/log/tracebuf.cpp \
1756 common/log/tracedefault.cpp \
1757 common/misc/RTAssertMsg1Weak.cpp \
1758 common/misc/RTAssertMsg2.cpp \
1759 common/misc/RTAssertMsg2Add.cpp \
1760 common/misc/RTAssertMsg2AddWeak.cpp \
1761 common/misc/RTAssertMsg2AddWeakV.cpp \
1762 common/misc/RTAssertMsg2Weak.cpp \
1763 common/misc/RTAssertMsg2WeakV.cpp \
1764 common/misc/assert.cpp \
1765 common/misc/buildconfig.cpp \
1766 common/misc/handletable.cpp \
1767 common/misc/handletablectx.cpp \
1768 common/misc/handletablesimple.cpp \
1769 common/misc/once.cpp \
1770 common/misc/sanity-c.c \
1771 common/misc/sanity-cpp.cpp \
1772 common/misc/term.cpp \
1773 common/path/rtPathVolumeSpecLen.cpp \
1774 common/path/RTPathAbsDup.cpp \
1775 common/path/RTPathAbsEx.cpp \
1776 common/path/RTPathAbsExDup.cpp \
1777 common/path/RTPathAppend.cpp \
1778 common/path/RTPathAppendEx.cpp \
1779 common/path/RTPathExt.cpp \
1780 common/path/RTPathFilename.cpp \
1781 common/path/RTPathHasExt.cpp \
1782 common/path/RTPathHasPath.cpp \
1783 common/path/RTPathParseSimple.cpp \
1784 common/path/RTPathRealDup.cpp \
1785 common/path/RTPathStripExt.cpp \
1786 common/path/RTPathStripFilename.cpp \
1787 common/path/RTPathStripTrailingSlash.cpp \
1788 common/rand/rand.cpp \
1789 common/rand/randadv.cpp \
1790 common/rand/randparkmiller.cpp \
1791 common/string/RTStrCat.cpp \
1792 common/string/RTStrCatEx.cpp \
1793 common/string/RTStrCatP.cpp \
1794 common/string/RTStrCatPEx.cpp \
1795 common/string/RTStrCmp.cpp \
1796 common/string/RTStrCopy.cpp \
1797 common/string/RTStrCopyEx.cpp \
1798 common/string/RTStrCopyP.cpp \
1799 common/string/RTStrCopyPEx.cpp \
1800 common/string/RTStrNCmp.cpp \
1801 common/string/RTStrNLen.cpp \
1802 common/string/RTStrNLenEx.cpp \
1803 common/string/straprintf.cpp \
1804 common/string/strformat.cpp \
1805 common/string/strformatnum.cpp \
1806 common/string/strformatrt.cpp \
1807 common/string/strformattype.cpp \
1808 common/string/strhash1.cpp \
1809 common/string/strprintf.cpp \
1810 common/string/strtonum.cpp \
1811 common/string/stringalloc.cpp \
1812 common/string/utf-16.cpp \
1813 common/string/utf-8.cpp \
1814 common/table/avlpv.cpp \
1815 common/time/time.cpp \
1816 generic/RTLogWriteStdErr-stub-generic.cpp \
1817 generic/RTLogWriteUser-generic.cpp \
1818 generic/RTMpGetArraySize-generic.cpp \
1819 generic/RTRandAdvCreateSystemFaster-generic.cpp \
1820 generic/RTSemEventWait-2-ex-generic.cpp \
1821 generic/RTSemEventWaitNoResume-2-ex-generic.cpp \
1822 generic/RTSemEventMultiWait-2-ex-generic.cpp \
1823 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
1824 generic/errvars-generic.cpp \
1825 generic/uuid-generic.cpp \
1826 r0drv/alloc-r0drv.cpp \
1827 r0drv/initterm-r0drv.cpp \
1828 r0drv/generic/semspinmutex-r0drv-generic.c \
1829 VBox/log-vbox.cpp \
1830
1831RuntimeR0Drv_SOURCES.amd64 = \
1832 common/asm/ASMRdMsrEx.asm \
1833 common/asm/ASMWrMsrEx.asm
1834RuntimeR0Drv_SOURCES.x86 = \
1835 common/asm/ASMRdMsrEx.asm \
1836 common/asm/ASMWrMsrEx.asm
1837
1838
1839RuntimeR0Drv_SOURCES.linux = \
1840 common/misc/thread.cpp \
1841 common/string/strpbrk.cpp \
1842 generic/RTAssertShouldPanic-generic.cpp \
1843 generic/RTLogWriteStdOut-stub-generic.cpp \
1844 generic/RTMpGetCoreCount-generic.cpp \
1845 generic/mppresent-generic.cpp \
1846 r0drv/linux/alloc-r0drv-linux.c \
1847 r0drv/linux/assert-r0drv-linux.c \
1848 r0drv/linux/initterm-r0drv-linux.c \
1849 r0drv/linux/memobj-r0drv-linux.c \
1850 r0drv/linux/memuserkernel-r0drv-linux.c \
1851 r0drv/linux/mp-r0drv-linux.c \
1852 r0drv/linux/mpnotification-r0drv-linux.c \
1853 r0drv/linux/process-r0drv-linux.c \
1854 r0drv/linux/RTLogWriteDebugger-r0drv-linux.c \
1855 r0drv/linux/semevent-r0drv-linux.c \
1856 r0drv/linux/semeventmulti-r0drv-linux.c \
1857 r0drv/linux/semfastmutex-r0drv-linux.c \
1858 r0drv/linux/semmutex-r0drv-linux.c \
1859 r0drv/linux/spinlock-r0drv-linux.c \
1860 r0drv/linux/thread-r0drv-linux.c \
1861 r0drv/linux/thread2-r0drv-linux.c \
1862 r0drv/linux/threadctxhooks-r0drv-linux.c \
1863 r0drv/linux/time-r0drv-linux.c \
1864 r0drv/linux/timer-r0drv-linux.c \
1865 r0drv/memobj-r0drv.cpp \
1866 r0drv/mpnotification-r0drv.c \
1867 r0drv/powernotification-r0drv.c
1868
1869RuntimeR0Drv_SOURCES.win = \
1870 common/misc/thread.cpp \
1871 common/string/memcmp.asm \
1872 common/string/memchr.asm \
1873 common/string/memcpy.asm \
1874 common/string/memset.asm \
1875 common/string/memmove.asm \
1876 common/string/strlen.asm \
1877 common/string/strncmp.cpp \
1878 common/string/strpbrk.cpp \
1879 generic/RTAssertShouldPanic-generic.cpp \
1880 generic/RTLogWriteStdOut-stub-generic.cpp \
1881 generic/RTTimerCreate-generic.cpp \
1882 generic/mppresent-generic.cpp \
1883 generic/RTMpGetCoreCount-generic.cpp \
1884 nt/RTErrConvertFromNtStatus.cpp \
1885 r0drv/generic/threadctxhooks-r0drv-generic.cpp \
1886 r0drv/memobj-r0drv.cpp \
1887 r0drv/mpnotification-r0drv.c \
1888 r0drv/powernotification-r0drv.c \
1889 r0drv/nt/alloc-r0drv-nt.cpp \
1890 r0drv/nt/assert-r0drv-nt.cpp \
1891 r0drv/nt/initterm-r0drv-nt.cpp \
1892 r0drv/nt/memobj-r0drv-nt.cpp \
1893 r0drv/nt/memuserkernel-r0drv-nt.cpp \
1894 r0drv/nt/mp-r0drv-nt.cpp \
1895 r0drv/nt/mpnotification-r0drv-nt.cpp \
1896 r0drv/nt/process-r0drv-nt.cpp \
1897 r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp \
1898 r0drv/nt/semevent-r0drv-nt.cpp \
1899 r0drv/nt/semeventmulti-r0drv-nt.cpp \
1900 r0drv/nt/semfastmutex-r0drv-nt.cpp \
1901 r0drv/nt/semmutex-r0drv-nt.cpp \
1902 r0drv/nt/spinlock-r0drv-nt.cpp \
1903 r0drv/nt/thread-r0drv-nt.cpp \
1904 r0drv/nt/thread2-r0drv-nt.cpp \
1905 r0drv/nt/time-r0drv-nt.cpp \
1906 r0drv/nt/timer-r0drv-nt.cpp \
1907 r0drv/nt/RTTimerGetSystemGranularity-r0drv-nt.cpp
1908
1909RuntimeR0Drv_SOURCES.win.amd64 := $(RuntimeWin64ASM_SOURCES)
1910RuntimeR0Drv_SOURCES.win.x86 := $(RuntimeWin32ASM_SOURCES)
1911
1912RuntimeR0Drv_SOURCES.darwin = \
1913 common/misc/thread.cpp \
1914 common/string/memchr.asm \
1915 common/string/strpbrk.cpp \
1916 darwin/RTErrConvertFromDarwin.cpp \
1917 darwin/RTErrConvertFromDarwinIO.cpp \
1918 darwin/RTErrConvertFromDarwinKern.cpp \
1919 generic/RTAssertShouldPanic-generic.cpp \
1920 generic/RTTimerCreate-generic.cpp \
1921 generic/RTMpGetCoreCount-generic.cpp \
1922 generic/mppresent-generic.cpp \
1923 generic/timer-generic.cpp \
1924 r0drv/generic/mpnotification-r0drv-generic.cpp \
1925 r0drv/generic/threadctxhooks-r0drv-generic.cpp \
1926 r0drv/darwin/alloc-r0drv-darwin.cpp \
1927 r0drv/darwin/assert-r0drv-darwin.cpp \
1928 r0drv/darwin/initterm-r0drv-darwin.cpp \
1929 r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp \
1930 r0drv/darwin/memobj-r0drv-darwin.cpp \
1931 r0drv/darwin/mp-r0drv-darwin.cpp \
1932 r0drv/darwin/memuserkernel-r0drv-darwin.cpp \
1933 r0drv/darwin/process-r0drv-darwin.cpp \
1934 r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp \
1935 r0drv/darwin/RTLogWriteStdOut-r0drv-darwin.cpp \
1936 r0drv/darwin/semevent-r0drv-darwin.cpp \
1937 r0drv/darwin/semeventmulti-r0drv-darwin.cpp \
1938 r0drv/darwin/semfastmutex-r0drv-darwin.cpp \
1939 r0drv/darwin/semmutex-r0drv-darwin.cpp \
1940 r0drv/darwin/spinlock-r0drv-darwin.cpp \
1941 r0drv/darwin/thread-r0drv-darwin.cpp \
1942 r0drv/darwin/thread2-r0drv-darwin.cpp \
1943 r0drv/darwin/threadpreempt-r0drv-darwin.cpp \
1944 r0drv/darwin/time-r0drv-darwin.cpp \
1945 r0drv/memobj-r0drv.cpp \
1946 r0drv/powernotification-r0drv.c
1947
1948RuntimeR0Drv_SOURCES.os2 = \
1949 common/string/memchr.asm \
1950 common/string/memcmp.asm \
1951 common/string/memcpy.asm \
1952 common/string/mempcpy.asm \
1953 common/string/memmove.asm \
1954 common/string/memset.asm \
1955 common/string/strchr.asm \
1956 common/string/strcmp.asm \
1957 common/string/strcpy.asm \
1958 common/string/strlen.asm \
1959 \
1960 common/string/strncmp.cpp \
1961 common/string/strpbrk.cpp \
1962 \
1963 common/misc/thread.cpp \
1964 generic/RTAssertShouldPanic-generic.cpp \
1965 generic/RTLogWriteDebugger-generic.cpp \
1966 generic/RTLogWriteStdOut-stub-generic.cpp \
1967 generic/RTMpCpuId-generic.cpp \
1968 generic/RTMpCpuIdFromSetIndex-generic.cpp \
1969 generic/RTMpCpuIdToSetIndex-generic.cpp \
1970 generic/RTMpIsCpuPossible-generic.cpp \
1971 generic/RTMpGetCount-generic.cpp \
1972 generic/RTMpGetMaxCpuId-generic.cpp \
1973 generic/RTMpGetOnlineCount-generic.cpp \
1974 generic/RTMpGetOnlineSet-generic.cpp \
1975 generic/RTMpGetSet-generic.cpp \
1976 generic/RTMpIsCpuOnline-generic.cpp \
1977 generic/RTTimerCreate-generic.cpp \
1978 generic/mppresent-generic.cpp \
1979 os2/RTErrConvertFromOS2.cpp \
1980 os2/rtSemWaitOs2ConvertTimeout.cpp \
1981 os2/sys0.asm \
1982 r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp \
1983 r0drv/generic/RTMpOn-r0drv-generic.cpp \
1984 r0drv/generic/mpnotification-r0drv-generic.cpp \
1985 r0drv/generic/threadctxhooks-r0drv-generic.cpp \
1986 r0drv/memobj-r0drv.cpp \
1987 r0drv/powernotification-r0drv.c \
1988 r0drv/os2/alloc-r0drv-os2.cpp \
1989 r0drv/os2/assert-r0drv-os2.cpp \
1990 r0drv/os2/assertA-r0drv-os2.asm \
1991 r0drv/os2/initterm-r0drv-os2.cpp \
1992 r0drv/os2/memobj-r0drv-os2.cpp \
1993 r0drv/os2/memuserkernel-r0drv-os2.cpp \
1994 r0drv/os2/os2imports.imp \
1995 r0drv/os2/process-r0drv-os2.cpp \
1996 r0drv/os2/RTR0AssertPanicSystem-r0drv-os2.asm \
1997 r0drv/os2/RTR0Os2DHQueryDOSVar.asm \
1998 r0drv/os2/RTR0Os2DHVMGlobalToProcess.asm \
1999 r0drv/os2/semevent-r0drv-os2.cpp \
2000 r0drv/os2/semeventmulti-r0drv-os2.cpp \
2001 r0drv/os2/semfastmutex-r0drv-os2.cpp \
2002 r0drv/os2/spinlock-r0drv-os2.cpp \
2003 r0drv/os2/thread-r0drv-os2.cpp \
2004 r0drv/os2/thread2-r0drv-os2.cpp \
2005 r0drv/os2/time-r0drv-os2.cpp \
2006 r0drv/os2/timer-r0drv-os2.cpp \
2007 r0drv/os2/timerA-r0drv-os2.asm
2008
2009RuntimeR0Drv_SOURCES.freebsd = \
2010 common/misc/thread.cpp \
2011 common/string/memchr.asm \
2012 common/string/memmove.asm \
2013 common/string/strpbrk.cpp \
2014 common/string/memcmp.asm \
2015 common/string/strchr.asm \
2016 generic/RTAssertShouldPanic-generic.cpp \
2017 generic/RTLogWriteDebugger-generic.cpp \
2018 generic/RTLogWriteStdOut-stub-generic.cpp \
2019 generic/RTTimerCreate-generic.cpp \
2020 generic/mppresent-generic.cpp \
2021 r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp \
2022 r0drv/generic/mpnotification-r0drv-generic.cpp \
2023 r0drv/generic/threadctxhooks-r0drv-generic.cpp \
2024 r0drv/freebsd/alloc-r0drv-freebsd.c \
2025 r0drv/freebsd/assert-r0drv-freebsd.c \
2026 r0drv/freebsd/initterm-r0drv-freebsd.c \
2027 r0drv/freebsd/memobj-r0drv-freebsd.c \
2028 r0drv/freebsd/memuserkernel-r0drv-freebsd.c \
2029 r0drv/freebsd/process-r0drv-freebsd.c \
2030 r0drv/freebsd/semevent-r0drv-freebsd.c \
2031 r0drv/freebsd/semeventmulti-r0drv-freebsd.c \
2032 r0drv/freebsd/semfastmutex-r0drv-freebsd.c \
2033 r0drv/freebsd/semmutex-r0drv-freebsd.c \
2034 r0drv/freebsd/spinlock-r0drv-freebsd.c \
2035 r0drv/freebsd/thread-r0drv-freebsd.c \
2036 r0drv/freebsd/thread2-r0drv-freebsd.c \
2037 r0drv/freebsd/time-r0drv-freebsd.c \
2038 r0drv/freebsd/mp-r0drv-freebsd.c \
2039 generic/timer-generic.cpp \
2040 r0drv/memobj-r0drv.cpp \
2041 r0drv/powernotification-r0drv.c
2042
2043RuntimeR0Drv_SOURCES.solaris = \
2044 common/misc/thread.cpp \
2045 common/string/memchr.asm \
2046 generic/RTAssertShouldPanic-generic.cpp \
2047 generic/RTLogWriteStdOut-stub-generic.cpp \
2048 generic/RTMpGetCoreCount-generic.cpp \
2049 generic/RTTimerCreate-generic.cpp \
2050 generic/mppresent-generic.cpp \
2051 r0drv/memobj-r0drv.cpp \
2052 r0drv/mpnotification-r0drv.c \
2053 r0drv/powernotification-r0drv.c \
2054 r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c \
2055 r0drv/solaris/RTMpPokeCpu-r0drv-solaris.c \
2056 r0drv/solaris/alloc-r0drv-solaris.c \
2057 r0drv/solaris/assert-r0drv-solaris.c \
2058 r0drv/solaris/dbgkrnlinfo-r0drv-solaris.c \
2059 r0drv/solaris/initterm-r0drv-solaris.c \
2060 r0drv/solaris/memuserkernel-r0drv-solaris.c \
2061 r0drv/solaris/mpnotification-r0drv-solaris.c \
2062 r0drv/solaris/memobj-r0drv-solaris.c \
2063 r0drv/solaris/mp-r0drv-solaris.c \
2064 r0drv/solaris/process-r0drv-solaris.c \
2065 r0drv/solaris/semevent-r0drv-solaris.c \
2066 r0drv/solaris/semeventmulti-r0drv-solaris.c \
2067 r0drv/solaris/semfastmutex-r0drv-solaris.c \
2068 r0drv/solaris/semmutex-r0drv-solaris.c \
2069 r0drv/solaris/spinlock-r0drv-solaris.c \
2070 r0drv/solaris/thread-r0drv-solaris.c \
2071 r0drv/solaris/thread2-r0drv-solaris.c \
2072 r0drv/solaris/threadctxhooks-r0drv-solaris.c \
2073 r0drv/solaris/time-r0drv-solaris.c \
2074 r0drv/solaris/timer-r0drv-solaris.c
2075
2076RuntimeR0Drv_SOURCES.haiku = \
2077 common/misc/thread.cpp \
2078 common/string/memchr.asm \
2079 common/string/memmove.asm \
2080 common/string/strpbrk.cpp \
2081 common/string/memcmp.asm \
2082 common/string/strchr.asm \
2083 generic/RTAssertShouldPanic-generic.cpp \
2084 generic/RTTimerCreate-generic.cpp \
2085 generic/mppresent-generic.cpp \
2086 r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp \
2087 r0drv/generic/mpnotification-r0drv-generic.cpp \
2088 r0drv/generic/threadctxhooks-r0drv-generic.cpp \
2089 r0drv/haiku/alloc-r0drv-haiku.c \
2090 r0drv/haiku/assert-r0drv-haiku.c \
2091 r0drv/haiku/initterm-r0drv-haiku.c \
2092 r0drv/haiku/memobj-r0drv-haiku.c \
2093 r0drv/haiku/mp-r0drv-haiku.c \
2094 r0drv/haiku/process-r0drv-haiku.c \
2095 r0drv/haiku/RTLogWriteDebugger-r0drv-haiku.c \
2096 r0drv/haiku/RTLogWriteStdOut-r0drv-haiku.c \
2097 r0drv/haiku/semevent-r0drv-haiku.c \
2098 r0drv/haiku/semeventmulti-r0drv-haiku.c \
2099 r0drv/haiku/semfastmutex-r0drv-haiku.c \
2100 r0drv/haiku/semmutex-r0drv-haiku.c \
2101 r0drv/haiku/spinlock-r0drv-haiku.c \
2102 r0drv/haiku/thread-r0drv-haiku.c \
2103 r0drv/haiku/thread2-r0drv-haiku.c \
2104 r0drv/haiku/time-r0drv-haiku.c \
2105 generic/timer-generic.cpp \
2106 r0drv/memobj-r0drv.cpp \
2107 r0drv/powernotification-r0drv.c
2108
2109## PORTME: Porters create and add their selection of platform specific Ring-0 Driver files here.
2110
2111RuntimeR0Drv_ORDERDEPS.freebsd = \
2112 $(PATH_STAGE)/gen-sys-hdrs/bus_if.h \
2113 $(PATH_STAGE)/gen-sys-hdrs/device_if.h
2114
2115
2116#
2117# RuntimeGuestR0 - Guest driver runtime.
2118# This is almost the same as the RuntimeR0Drv, the main difference
2119# is in the backdoor logging and the lack of sup.h (which should be
2120# made irrelevant even for RuntimeR0Drv).
2121#
2122RuntimeGuestR0_TEMPLATE := VBOXGUESTR0LIB
2123RuntimeGuestR0_EXTENDS = RuntimeR0Drv
2124RuntimeGuestR0_SOURCES := $(filter-out generic/RTLogWriteUser-generic.cpp, $(RuntimeR0Drv_SOURCES))
2125RuntimeGuestR0_SOURCES += \
2126 VBox/logbackdoor.cpp
2127
2128
2129#
2130# RuntimeGuestR0NT4 - Win32 NT4 guest driver runtime.
2131#
2132RuntimeGuestR0NT4_EXTENDS = RuntimeGuestR0
2133RuntimeGuestR0NT4_EXTENDS_BY = appending
2134RuntimeGuestR0NT4_DEFS = IPRT_TARGET_NT4
2135
2136
2137ifdef VBOX_WITH_RAW_MODE
2138 #
2139 # RuntimeRC - Raw-mode context library.
2140 #
2141 RuntimeRC_TEMPLATE = VBoxRc
2142 RuntimeRC_DEFS = IN_RT_RC RT_WITH_VBOX
2143 RuntimeRC_INCS = include
2144 RuntimeRC_SOURCES := \
2145 common/checksum/crc32.cpp \
2146 common/checksum/crc64.cpp \
2147 common/checksum/md5.cpp \
2148 common/log/log.cpp \
2149 common/log/logellipsis.cpp \
2150 common/log/logrel.cpp \
2151 common/log/logrelellipsis.cpp \
2152 common/log/logcom.cpp \
2153 common/log/logformat.cpp \
2154 common/log/tracebuf.cpp \
2155 common/log/tracedefault.cpp \
2156 common/misc/RTAssertMsg1Weak.cpp \
2157 common/misc/RTAssertMsg2.cpp \
2158 common/misc/RTAssertMsg2Add.cpp \
2159 common/misc/RTAssertMsg2AddWeak.cpp \
2160 common/misc/RTAssertMsg2AddWeakV.cpp \
2161 common/misc/RTAssertMsg2Weak.cpp \
2162 common/misc/RTAssertMsg2WeakV.cpp \
2163 common/misc/assert.cpp \
2164 common/misc/buildconfig.cpp \
2165 common/misc/sanity-c.c \
2166 common/misc/sanity-cpp.cpp \
2167 common/path/RTPathFilename.cpp \
2168 common/string/strformat.cpp \
2169 common/string/strformatnum.cpp \
2170 common/string/strformatrt.cpp \
2171 common/string/strformattype.cpp \
2172 common/string/strncmp.cpp \
2173 common/string/strpbrk.cpp \
2174 common/string/strprintf.cpp \
2175 common/string/RTStrCopy.cpp \
2176 common/string/RTStrCopyEx.cpp \
2177 common/table/avllu32.cpp \
2178 common/table/avlou32.cpp \
2179 common/table/avlogcphys.cpp \
2180 common/table/avlogcptr.cpp \
2181 common/table/avlohcphys.cpp \
2182 common/table/avloioport.cpp \
2183 common/table/avlrogcphys.cpp \
2184 common/table/avlrogcptr.cpp \
2185 common/table/avlroioport.cpp \
2186 common/table/avlroogcptr.cpp \
2187 common/table/avlu32.cpp \
2188 common/time/timeprog.cpp \
2189 common/time/timesup.cpp \
2190 gc/initterm-gc.cpp \
2191 generic/RTAssertShouldPanic-generic.cpp \
2192 generic/errvars-generic.cpp \
2193 \
2194 $(RuntimeNoCrt_SOURCES)
2195
2196 #if1of ($(KBUILD_TARGET_ARCH),amd64 x86)
2197 # RuntimeRC_SOURCES += common/time/timesupA.asm
2198 #else
2199 RuntimeRC_SOURCES += common/time/timesupref.cpp
2200 #endif
2201
2202 RuntimeRC_SOURCES.win.x86 = $(RuntimeWin32ASM_SOURCES)
2203
2204 ifeq ($(VBOX_LDR_FMT32),lx)
2205 RuntimeRC_SOURCES += os2/sys0.asm
2206 endif
2207
2208 if1of ($(KBUILD_TARGET), darwin solaris freebsd)
2209 RuntimeRC_SOURCES += \
2210 common/math/gcc/adddi3.c \
2211 common/math/gcc/anddi3.c \
2212 common/math/gcc/ashldi3.c \
2213 common/math/gcc/ashrdi3.c \
2214 common/math/gcc/cmpdi2.c \
2215 common/math/gcc/divdi3.c \
2216 common/math/gcc/iordi3.c \
2217 common/math/gcc/lshldi3.c \
2218 common/math/gcc/lshrdi3.c \
2219 common/math/gcc/moddi3.c \
2220 common/math/gcc/muldi3.c \
2221 common/math/gcc/negdi2.c \
2222 common/math/gcc/notdi2.c \
2223 common/math/gcc/qdivrem.c \
2224 common/math/gcc/subdi3.c \
2225 common/math/gcc/ucmpdi2.c \
2226 common/math/gcc/udivdi3.c \
2227 common/math/gcc/umoddi3.c \
2228 common/math/gcc/xordi3.c
2229 endif
2230
2231
2232 #
2233 # RuntimeRCStub - Raw-mode context startup stub for Windows.
2234 #
2235 RuntimeRCStub_TEMPLATE = VBoxRc
2236 RuntimeRCStub_SOURCES.win = \
2237 nt/NtProcessStartup-stub.cpp
2238
2239
2240endif # VBOX_WITH_RAW_MODE
2241
2242
2243#
2244# Static library for new & delete for the electric fence.
2245#
2246RuntimeEFCPP_TEMPLATE := $(VBoxRT_TEMPLATE)
2247RuntimeEFCPP_SDKS := $(RuntimeR3_SDKS)
2248RuntimeEFCPP_SDKS.$(KBUILD_TARGET) := $(RuntimeR3_SDKS.$(KBUILD_TARGET))
2249RuntimeEFCPP_DEFS := $(RuntimeR3_DEFS)
2250RuntimeEFCPP_DEFS.$(KBUILD_TARGET) := $(RuntimeR3_DEFS.$(KBUILD_TARGET))
2251RuntimeEFCPP_INCS := $(RuntimeR3_INCS)
2252RuntimeEFCPP_INCS.$(KBUILD_TARGET) := $(RuntimeR3_INCS.$(KBUILD_TARGET))
2253RuntimeEFCPP_SOURCES := r3/alloc-ef-cpp.cpp
2254
2255
2256
2257#
2258# The NTDLL mini import library.
2259#
2260# Note! The reason for doing this is to avoid importing CRT symbols from the
2261# NTDLL. We do not wish to do this because:
2262# - Our compiler is usually a different one and we should use the
2263# matching CRT,
2264# - Older versions of NTDLL may not sport all the exports our w2k3 or
2265# later WINDDK ntdll.lib have and thus we may easily end up with
2266# images that does not load on older windows versions.
2267#
2268RuntimeR3NtDll-amd64_TEMPLATE = VBoxR3Dll
2269RuntimeR3NtDll-amd64_BLD_TRG_ARCH = amd64
2270RuntimeR3NtDll-amd64_ARFLAGS = /NODEFAULTLIB /MACHINE:amd64
2271RuntimeR3NtDll-amd64_SOURCES = \
2272 r3/win/ntdll-mini-implib.c \
2273 r3/win/ntdll-mini-implib.def
2274
2275RuntimeR3NtDll-x86_EXTENDS = RuntimeR3NtDll-amd64
2276RuntimeR3NtDll-x86_BLD_TRG_ARCH = x86
2277RuntimeR3NtDll-x86_ARFLAGS = /NODEFAULTLIB /MACHINE:x86
2278
2279
2280#
2281# Bag of tricks required for making VCC100 output binaries work on NT4, W2K
2282# early XP and early W2K3.
2283#
2284RuntimeR3VccTricks_TEMPLATE = VBoxR3Dll
2285RuntimeR3VccTricks_SOURCES = \
2286 r3/win/vcc100-kernel32-fakes.cpp \
2287 r3/win/vcc100-kernel32-fakesA.asm
2288
2289
2290#
2291# errmsg.cpp depends on a generated header.
2292#
2293common/err/errmsg.cpp_DEPS = $(IPRT_OUT_DIR)/errmsgdata.h
2294common/err/errmsg.cpp_INCS = $(IPRT_OUT_DIR)
2295
2296win/errmsgwin.cpp_DEPS = $(IPRT_OUT_DIR)/errmsgcomdata.h
2297win/errmsgwin.cpp_INCS = $(IPRT_OUT_DIR)
2298
2299# Our COM errors only for R3 libraries on the host
2300define def_errmsgwin_deps
2301 $(lib)_win/errmsgwin.cpp_DEPS = $(IPRT_OUT_DIR)/errmsgvboxcomdata.h
2302 $(lib)_common/err/errmsgxpcom.cpp_INCS = $(IPRT_OUT_DIR)
2303 $(lib)_common/err/errmsgxpcom.cpp_DEPS = $(IPRT_OUT_DIR)/errmsgvboxcomdata.h
2304endef
2305$(foreach lib,RuntimeR3 RuntimeBldProg VBoxRT VBoxRT-x86,$(eval $(def_errmsgwin_deps)))
2306
2307
2308#
2309# Generate the status code data.
2310#
2311$(IPRT_OUT_DIR)/errmsgdata.h: \
2312 $(VBOX_PATH_RUNTIME_SRC)/common/err/errmsg.sed \
2313 $(PATH_ROOT)/include/iprt/err.h \
2314 $(PATH_ROOT)/include/VBox/err.h \
2315 | $$(dir $$@)
2316 $(call MSG_GENERATE,,$@,$(filter %.h,$^))
2317 $(QUIET)$(REDIRECT) -wo $@ -- $(SED) -f $< $(filter %.h,$^)
2318
2319## @todo r=bird: rename this to indicate that it's not only COM errors, but all win32/64 errors.
2320$(IPRT_OUT_DIR)/errmsgcomdata.h: \
2321 $(VBOX_PATH_RUNTIME_SRC)/common/err/errmsgcom.sed \
2322 $$(PATH_SDK_$(VBOX_WINPSDK)_INC)/WinError.h \
2323 | $$(dir $$@)
2324 $(call MSG_GENERATE,,$@,$(filter %.h,$^))
2325 $(QUIET)$(REDIRECT) -wo $@ -- $(SED) -f $< $(filter %.h,$^)
2326
2327$(IPRT_OUT_DIR)/errmsgvboxcomdata.h.ts +| $(IPRT_OUT_DIR)/errmsgvboxcomdata.h: \
2328 $(VBOX_PATH_RUNTIME_SRC)/VBox/errmsgvboxcom.xsl \
2329 $(VBOX_XIDL_FILE_SRC) \
2330 | $$(dir $$@)
2331 $(call MSG_GENERATE,,$@,$(filter %.xidl,$^))
2332 $(QUIET)$(VBOX_XSLTPROC) -o $(IPRT_OUT_DIR)/errmsgvboxcomdata.h.ts $< $(filter %.xidl,$^)
2333 $(QUIET)$(CP) --changed -fv $(IPRT_OUT_DIR)/errmsgvboxcomdata.h.ts $(IPRT_OUT_DIR)/errmsgvboxcomdata.h
2334
2335
2336if "$(KBUILD_TARGET)" == "freebsd"
2337#
2338# FreeBSDGeneratedKernelHeaders - Generate some kernel interface headers.
2339#
2340# These are used by:
2341# - The RTMp* API in IPRT.
2342# - VBoxGuest
2343#
2344# Note! We cannot give a output path to the awk program, it will always
2345# generate the header next to the source. So, we'll have to temporarily copy
2346# the source file to the destination directory to work.
2347#
2348VBOX_AWK := /usr/bin/awk
2349INSTALLS += FreeBSDGeneratedKernelHeaders
2350FreeBSDGeneratedKernelHeaders_INST = gen-sys-hdrs/
2351FreeBSDGeneratedKernelHeaders_SOURCES = \
2352 $(FreeBSDGeneratedKernelHeaders_0_OUTDIR)/bus_if.h \
2353 $(FreeBSDGeneratedKernelHeaders_0_OUTDIR)/device_if.h \
2354 $(FreeBSDGeneratedKernelHeaders_0_OUTDIR)/pci_if.h
2355FreeBSDGeneratedKernelHeaders_CLEAN = $(FreeBSDGeneratedKernelHeaders_SOURCES)
2356
2357$$(FreeBSDGeneratedKernelHeaders_0_OUTDIR)/bus_if.h: $(VBOX_FREEBSD_SRC)/kern/bus_if.m | $$(dir $$@)
2358 $(call MSG_TOOL,awk,FreeBSDGeneratedKernelHeaders,$<,$@)
2359 $(QUIET)$(CP) -f $< $(@D)/bus_if.m
2360 $(QUIET)$(VBOX_AWK) -f $(VBOX_FREEBSD_SRC)/tools/makeobjops.awk $(@D)/bus_if.m -h -p
2361 $(QUIET)$(RM) $(@D)/bus_if.m
2362
2363$$(FreeBSDGeneratedKernelHeaders_0_OUTDIR)/device_if.h: $(VBOX_FREEBSD_SRC)/kern/device_if.m | $$(dir $$@)
2364 $(call MSG_TOOL,awk,FreeBSDGeneratedKernelHeaders,$<,$@)
2365 $(QUIET)$(CP) -f $< $(@D)/device_if.m
2366 $(QUIET)$(VBOX_AWK) -f $(VBOX_FREEBSD_SRC)/tools/makeobjops.awk $(@D)/device_if.m -h -p
2367 $(QUIET)$(RM) $(@D)/device_if.m
2368
2369$$(FreeBSDGeneratedKernelHeaders_0_OUTDIR)/pci_if.h: $(VBOX_FREEBSD_SRC)/dev/pci/pci_if.m | $$(dir $$@)
2370 $(call MSG_TOOL,awk,FreeBSDGeneratedKernelHeaders,$<,$@)
2371 $(QUIET)$(CP) -f $< $(@D)/pci_if.m
2372 $(QUIET)$(VBOX_AWK) -f $(VBOX_FREEBSD_SRC)/tools/makeobjops.awk $(@D)/pci_if.m -h -p
2373 $(QUIET)$(RM) $(@D)/pci_if.m
2374endif # FreeBSD
2375
2376
2377#
2378# Aliases for .cpp.h files so we can more easily do syntax checking from the editor.
2379#
2380ldrELFRelocatable.cpp.o: ldrELF.o
2381ldrELFRelocatable.cpp.obj: ldrELF.obj
2382
2383
2384#
2385# Doxygen documentation.
2386#
2387IPRT_DOXYFILE_INPUT_DIRS = \
2388 $(PATH_ROOT)/include/iprt \
2389 $(PATH_ROOT)/include/iprt/cpp \
2390 $(PATH_ROOT)/include/iprt/linux \
2391 $(PATH_ROOT)/include/iprt/nocrt \
2392 $(PATH_ROOT)/include/iprt/nocrt/x86 \
2393 $(PATH_ROOT)/include/iprt/nocrt/amd64 \
2394 $(PATH_ROOT)/include/iprt/nocrt/compiler \
2395 $(VBOX_PATH_RUNTIME_SRC)/include/internal \
2396 $(VBOX_PATH_RUNTIME_SRC)/common/alloc \
2397 $(VBOX_PATH_RUNTIME_SRC)/common/asm \
2398 $(VBOX_PATH_RUNTIME_SRC)/common/checksum \
2399 $(VBOX_PATH_RUNTIME_SRC)/common/dbg \
2400 $(VBOX_PATH_RUNTIME_SRC)/common/err \
2401 $(VBOX_PATH_RUNTIME_SRC)/common/ldr \
2402 $(VBOX_PATH_RUNTIME_SRC)/common/log \
2403 $(VBOX_PATH_RUNTIME_SRC)/common/math \
2404 $(VBOX_PATH_RUNTIME_SRC)/common/math/amd64 \
2405 $(VBOX_PATH_RUNTIME_SRC)/common/math/gcc \
2406 $(VBOX_PATH_RUNTIME_SRC)/common/math/x86 \
2407 $(VBOX_PATH_RUNTIME_SRC)/common/misc \
2408 $(VBOX_PATH_RUNTIME_SRC)/common/path \
2409 $(VBOX_PATH_RUNTIME_SRC)/common/rand \
2410 $(VBOX_PATH_RUNTIME_SRC)/common/string \
2411 $(VBOX_PATH_RUNTIME_SRC)/common/table \
2412 $(VBOX_PATH_RUNTIME_SRC)/common/time \
2413 $(VBOX_PATH_RUNTIME_SRC)/VBox \
2414 $(foreach dir, $(VBOX_PATH_RUNTIME_SRC) $(VBOX_PATH_RUNTIME_SRC)/r3 $(VBOX_PATH_RUNTIME_SRC)/r0drv,\
2415 $(dir) \
2416 $(dir)/darwin \
2417 $(dir)/haiku \
2418 $(dir)/linux \
2419 $(dir)/nt \
2420 $(dir)/os2 \
2421 $(dir)/solaris \
2422 $(dir)/win \
2423 $(dir)/win32 \
2424 $(dir)/win64 \
2425 $(dir)/generic \
2426 )
2427
2428# These must come first in order to make things look nice.
2429IPRT_DOXYFILE_INPUT_FIRST =\
2430 $(PATH_ROOT)/include/iprt/cdefs.h \
2431 $(PATH_ROOT)/include/iprt/types.h \
2432 $(PATH_ROOT)/include/iprt/runtime.h \
2433 $(PATH_ROOT)/include/iprt/param.h \
2434 $(PATH_ROOT)/include/iprt/assert.h \
2435 $(PATH_ROOT)/include/iprt/asm.h \
2436
2437IPRT_DOXYFILE_INPUT := \
2438 $(filter-out %.cpp.h, $(sort $(wildcard $(addsuffix /*.h, $(IPRT_DOXYFILE_INPUT_DIRS)))) ) \
2439 $(foreach dir, $(IPRT_DOXYFILE_INPUT_DIRS), $(wildcard $(dir)/*.cpp $(dir)/.c $(dir)/.asm))
2440IPRT_DOXYFILE_INPUT := \
2441 $(IPRT_DOXYFILE_INPUT_FIRST) \
2442 $(filter-out $(IPRT_DOXYFILE_INPUT_FIRST), $(IPRT_DOXYFILE_INPUT))
2443
2444
2445IPRT_DOXYFILE_OUTPUT = $(PATH_OUT)/docs/iprt
2446BLDDIRS += $(IPRT_DOXYFILE_OUTPUT)
2447
2448includedep $(IPRT_OUT_DIR)/Doxyfile.iprt.dep
2449
2450# Generate the Doxyfile
2451$(IPRT_OUT_DIR)/Doxyfile.iprt: \
2452 $(VBOX_PATH_RUNTIME_SRC)/Doxyfile \
2453 $(VBOX_PATH_RUNTIME_SRC)/Makefile.kmk \
2454 $(comp-vars IPRT_DOXYFILE_INPUT,DOXYGEN_INPUT_PREV,FORCE) \
2455 $(comp-vars IPRT_DOXYFILE_OUTPUT,DOXYGEN_OUTPUT_PREV,FORCE) \
2456 | $$(dir $$@)
2457 $(RM) -f $@ [email protected] [email protected]
2458 $(CP) -f $(VBOX_PATH_RUNTIME_SRC)/Doxyfile [email protected]
2459 $(APPEND) [email protected]
2460 $(APPEND) [email protected] "OUTPUT_DIRECTORY = $(IPRT_DOXYFILE_OUTPUT)"
2461 $(APPEND) [email protected] "WARN_LOGFILE = $(IPRT_DOXYFILE_OUTPUT)/errors"
2462 $(APPEND) [email protected] "INCLUDE_PATH = $(PATH_ROOT)/include include . common/table"
2463 $(APPEND) [email protected] "INCLUDE_FILE_PATTERNS = *.cpp.h"
2464 $(APPEND) [email protected] "PREDEFINED += $(ARCH_BITS_DEFS)"
2465 $(APPEND) [email protected]
2466 $(APPEND) [email protected] "INPUT = $(IPRT_DOXYFILE_INPUT)"
2467 $(APPEND) [email protected]
2468 $(MV) -f [email protected] $@
2469 @$(APPEND) [email protected] "DOXYGEN_OUTPUT_PREV = $(IPRT_DOXYFILE_OUTPUT)"
2470 @$(APPEND) [email protected] "DOXYGEN_INPUT_PREV = $(IPRT_DOXYFILE_INPUT)"
2471
2472# Do the actual job.
2473$(IPRT_OUT_DIR)/docs.iprt: $(IPRT_OUT_DIR)/Doxyfile.iprt $$(IPRT_DOXYFILE_INPUT) | $(IPRT_DOXYFILE_OUTPUT)/
2474 $(RM) -f $(wildcard $(IPRT_DOXYFILE_OUTPUT)/html/*) $(IPRT_OUT_DIR)/docs.iprt
2475 doxygen $(IPRT_OUT_DIR)/Doxyfile.iprt
2476 $(APPEND) $(IPRT_OUT_DIR)/docs.iprt
2477
2478# aliases
2479docs.iprt: $(IPRT_OUT_DIR)/docs.iprt
2480if !defined(VBOX_ONLY_DOCS) && defined(VBOX_WITH_ALL_DOXYGEN_TARGETS)
2481docs: $(IPRT_OUT_DIR)/docs.iprt
2482endif
2483
2484test-doxygen::
2485 @echo test-$(comp-vars IPRT_DOXYFILE_OUTPUT,DOXYGEN_OUTPUT_PREV,FORCE)
2486 @echo $(IPRT_DOXYFILE_OUTPUT)
2487 @echo $(DOXYGEN_OUTPUT_PREV)
2488 @echo $(IPRT_DOXYFILE_INPUT)
2489
2490
2491#
2492# Test mangling.
2493#
2494if1of ($(LIBRARIES),RuntimeR3 RuntimeR0 RuntimeR0Drv RuntimeRC)
2495 test-mangling:: $(IPRT_OUT_DIR)/mangling.run
2496 OTHERS += $(IPRT_OUT_DIR)/mangling.run
2497 CLEANS += $(IPRT_OUT_DIR)/mangling.run
2498 $(IPRT_OUT_DIR)/mangling.run: \
2499 $$(RuntimeR3_1_TARGET) \
2500 $$(RuntimeR0_1_TARGET) \
2501 $$(RuntimeR0Drv_1_TARGET) \
2502 $$(RuntimeRC_1_TARGET)
2503 if1of ($(KBUILD_TARGET), win os2)
2504 $(call MSG_L1,IPRT: skipped mangling test.)
2505 else
2506# Generate a SED script from mangling.h that checks for known symbols.
2507 @$(SED) \
2508 -e '/# *define.*RT_MANGLER/!d' \
2509 -e 's/^.*RT_MANGLER(\([^)][^)]*\)).*$(DOLLAR)/\/^\1$(DOLLAR)\/b ok/' \
2510 $(PATH_ROOT)/include/iprt/mangling.h \
2511 --output "$@"
2512 @$(APPEND) -n '$@' \
2513 ':bad' \
2514 's/^\(.*\)$(DOLLAR)/error: Missing # define \1 RT_MANGLER(\1)/' \
2515 'p' \
2516 'q 1' \
2517 '' \
2518 ':ok' \
2519 'd'
2520# Find the best way to generate a symbol list and subject it to mangling.h.
2521 if $(intersects $(KBUILD_TARGET), linux) && "$(VBOX_GCC_fvisibility-hidden)"
2522 $(call MSG_L1,IPRT: Testing mangling and visiblity for newer gcc...)
2523 @readelf -Ws $^ \
2524 | $(SED) \
2525 -e '/^ *[[:digit:]]\+:/!d' \
2526 -e 's/^ \+[[:digit:]]\+: \+[[:xdigit:]]\+ \+[[:digit:]]\+ \+//' \
2527 -e '/^SECTION/d' \
2528 -e '/^FILE/d' \
2529 -e 's/^[[:alpha:]]\+ \+//' \
2530 -e '/LOCAL/d' \
2531 -e 's/^[[:alpha:]]\+ \+//' \
2532 -e '/^HIDDEN/d' \
2533 -e 's/^[[:alpha:]]\+ \+//' \
2534 -e '/^UND/d' \
2535 -e 's/^[[:digit:]]\+ \+//' \
2536 \
2537 -e '/^nocrt_/d' \
2538 -e '/^memchr/d' \
2539 -e '/^memcmp/d' \
2540 -e '/^memcpy/d' \
2541 -e '/^mempcpy/d' \
2542 -e '/^memmove/d' \
2543 -e '/^memset/d' \
2544 -e '/^strchr/d' \
2545 -e '/^strpbrk/d' \
2546 -e '/^_Z7strpbrk/d' \
2547 -e '/^strcmp/d' \
2548 -e '/^strcpy/d' \
2549 -e '/^strncpy/d' \
2550 -e '/^strlen/d' \
2551 -e '/^_Z[[:alpha:]]*[[:digit:]]\+RTC/d' \
2552 -e '/^_Z[[:alpha:]]*[[:digit:]]\+RTC/d' \
2553 \
2554 -e '/^_ZnwjPv/d' \
2555 -e '/^_ZnwmPv/d' \
2556 -e '/^_ZNSt9bad_allocC1Ev/d' \
2557 -e '/^_ZNSt9exceptionC2Ev/d' \
2558 -e '/^_ZNSt9exceptionC[12]ERKS_/d' \
2559 \
2560 -e '/^_ZN[a-zA-Z]*St[[:digit:]]*_*[lL]ist/d' \
2561 -e '/^_ZN[a-zA-Z]*[[:digit:]]*__gnu_cxx/d' \
2562 -e '/^_ZNSa.*ElementNode.*/d' \
2563 -e '/^_ZSt.*ElementNode.*/d' \
2564 \
2565 -e '/^_Z[[:digit:]]\+dbus/d' \
2566 -e '/^_Z13RTDBusLoadLibv/d' \
2567 \
2568 -e '/^VBoxHost_/d'\
2569 -e '/^VBoxGuest_/d'\
2570 | $(SED) -nf "$@"
2571 endif
2572 $(call MSG_L1,IPRT: Testing mangling for older gcc...)
2573 @nm $^ | $(SED) -n \
2574 -e 's/^[0-9a-f][0-9a-f]* //' \
2575 -e '/^[TUDB] /!d' \
2576 -e 's/^. //' \
2577 \
2578 -e '/^g_cchrt/d'\
2579 -e '/^g_frt/d'\
2580 -e '/^g_offrt/d'\
2581 -e '/^g_pfnrt/d'\
2582 -e '/^g_rt/d'\
2583 -e '/^g_szrt/d'\
2584 -e '/^g_ProcessSelf/d'\
2585 -e '/^g_u64ProgramStart/d'\
2586 -e '/^g_enmProcessPriority/d'\
2587 -e '/^g_hDbgModStrCache/d'\
2588 \
2589 -e '/^RTDBusLoadLib/d' \
2590 \
2591 -e '/^RT/p' \
2592 -e '/^g_/p' \
2593 | $(SED) -nf "$@"
2594 endif
2595endif
2596 $(QUIET)$(APPEND) -t $@
2597
2598if !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_VALIDATIONKIT) && !defined(VBOX_ONLY_DOCS)
2599#
2600# Windows build tool.
2601#
2602BLDPROGS.win += ntBldSymDb
2603ntBldSymDb_TEMPLATE = VBoxAdvBldProg
2604ntBldSymDb_INCS = .
2605ntBldSymDb_SOURCES = r0drv/nt/ntBldSymDb.cpp
2606endif
2607
2608#
2609# Generate the rules (we're the to sub-makefile).
2610#
2611include $(FILE_KBUILD_SUB_FOOTER)
2612
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