VirtualBox

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

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

VFS/Filesystem: Convert the filesystem specific code to the VFS framework and make it work

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