VirtualBox

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

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

Hacking in progress.

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