VirtualBox

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

Last change on this file since 46621 was 46616, checked in by vboxsync, 12 years ago

Runtime/r3/mp-win, Runtime/Makefile: Support for getting physical core count for Windows.

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