VirtualBox

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

Last change on this file since 36817 was 36817, checked in by vboxsync, 14 years ago

Another try

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