VirtualBox

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

Last change on this file since 8844 was 8761, checked in by vboxsync, 17 years ago

The reminder.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 43.1 KB
Line 
1# $Id: Makefile.kmk 8761 2008-05-11 18:53:32Z vboxsync $
2## @file
3# Sub-Makefile for the IPRT (IPRT).
4#
5
6#
7# Copyright (C) 2006-2007 Sun Microsystems, Inc.
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# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
27# Clara, CA 95054 USA or visit http://www.sun.com if you need
28# additional information or have any questions.
29#
30
31
32DEPTH ?= ../../..
33SUB_DEPTH = .
34include $(KBUILD_PATH)/subheader.kmk
35
36ifdef VBOX_ONLY_ADDITIONS
37 #
38 # Only build the additions, sort out the legacy names first.
39 #
40 ifeq ($(KBUILD_TARGET),win)
41 LIBRARIES = RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0
42 else
43 LIBRARIES = RuntimeGuestR0 RuntimeGuestR3 RuntimeGuestR3Mini
44 #LIBRARIES.os2 = RuntimeOS2Warp3GuestR0
45 #LIBRARIES.win = RuntimeW32NT4GuestR0
46 ifndef VBOX_WITH_ADDITION_DRIVERS
47 if1of ($(KBUILD_TARGET), linux l4) # All drivers are optional, can skip RuntimeGuestR0.
48 LIBRARIES := $(filter-out RuntimeGuestR0, $(LIBRARIES))
49 endif
50 endif
51 endif
52
53else
54
55 #
56 # Normal build.
57 #
58 include testcase/Makefile.kmk
59
60 BLDPROGS = uniread
61 LIBRARIES = RuntimeR3 RuntimeR0 RuntimeGC RuntimeEFCPP RuntimeR3NoCRTGCC
62 ifdef VBOX_WITH_VBOXDRV
63 LIBRARIES += RuntimeR0Drv
64 endif
65 ifdef VBOX_WITH_ADDITIONS
66 ifdef VBOX_WITH_WIN32_ADDITIONS
67 LIBRARIES += RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0
68 endif
69 ifneq ($(KBUILD_TARGET),win)
70 LIBRARIES += RuntimeGuestR0 RuntimeGuestR3 RuntimeGuestR3Mini
71 #LIBRARIES.os2 = RuntimeOS2Warp3GuestR0
72 #LIBRARIES.win = RuntimeW32NT4GuestR0
73 ifndef VBOX_WITH_ADDITION_DRIVERS
74 if1of ($(KBUILD_TARGET), linux l4) # All drivers are optional, can skip RuntimeGuestR0.
75 LIBRARIES := $(filter-out RuntimeGuestR0, $(LIBRARIES))
76 endif
77 endif
78 endif
79 endif # VBOX_WITH_ADDITIONS
80 LIBRARIES.l4 = RuntimeR3L4 RuntimeLnxHostR3
81 DLLS = VBoxRT
82 OTHER_CLEAN = \
83 $(PATH_TARGET)/errmsgdata.h \
84 $(PATH_TARGET)/errmsgcomdata.h \
85 $(PATH_TARGET)/Doxyfile \
86 $(PATH_TARGET)/Doxyfile.dep \
87 $(PATH_TARGET)/docs.iprt
88
89endif
90
91
92#
93# Unicode Specification reader used to regenerate unidata.cpp.
94#
95uniread_TEMPLATE = VBOXBLDPROG
96uniread_SOURCES = common/string/uniread.cpp
97uniread_INCS = include
98
99#
100# Win64 assembly sources.
101#
102RuntimeWin64ASM_SOURCES = \
103 win/amd64/ASMAtomicBitClear.asm \
104 win/amd64/ASMAtomicBitTestAndToggle.asm \
105 win/amd64/ASMAtomicBitToggle.asm \
106 win/amd64/ASMAtomicReadU64.asm \
107 win/amd64/ASMAtomicXchgU16.asm \
108 win/amd64/ASMAtomicXchgU8.asm \
109 win/amd64/ASMBitFirstClear.asm \
110 win/amd64/ASMBitFirstSet.asm \
111 win/amd64/ASMGetCS.asm \
112 win/amd64/ASMGetDS.asm \
113 win/amd64/ASMGetES.asm \
114 win/amd64/ASMGetFlags.asm \
115 win/amd64/ASMGetFS.asm \
116 win/amd64/ASMGetGS.asm \
117 win/amd64/ASMGetIDTR.asm \
118 win/amd64/ASMGetGDTR.asm \
119 win/amd64/ASMGetTR.asm \
120 win/amd64/ASMGetSS.asm \
121 win/amd64/ASMProbeReadByte.asm \
122 win/amd64/ASMSetFlags.asm \
123 win/amd64/ASMGetDR0.asm \
124 win/amd64/ASMGetDR1.asm \
125 win/amd64/ASMGetDR2.asm \
126 win/amd64/ASMGetDR3.asm \
127 win/amd64/ASMGetDR6.asm \
128 win/amd64/ASMGetDR7.asm \
129 common/asm/ASMMultU64ByU32DivByU32.asm
130
131#
132# Win32 assembly sources.
133#
134RuntimeWin32ASM_SOURCES = \
135 common/asm/ASMMultU64ByU32DivByU32.asm
136
137#
138# RuntimeR3 - Static Runtime for Ring-3 executables.
139#
140RuntimeR3_TEMPLATE = VBOXR3EXE
141RuntimeR3_SDKS.win = WINPSDK W2K3DDK
142RuntimeR3_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX
143ifdef IPRT_WITH_KSTUFF
144 RuntimeR3_DEFS += LDR_WITH_KLDR
145endif
146ifdef VBOX_MAIN_RELEASE_LOG ## @todo (dmik): temporary, until RTThreadSelf/RTThreadAdopt are properly updated
147 RuntimeR3_DEFS += RTCRITSECT_STRICT
148endif
149RuntimeR3_INCS = \
150 include \
151 $(PATH_ROOT)/src/libs/liblzf-1.51
152ifdef IPRT_WITH_KSTUFF
153 RuntimeR3_INCS += \
154 $(PATH_ROOT)/src/libs/kStuff/kStuff/include
155endif
156RuntimeR3_INCS.l4 = \
157 $(L4_INCDIR)
158# for iconv.h
159RuntimeR3_INCS.freebsd = \
160 /usr/local/include
161
162
163# RuntimeR3_INCS.solaris = \
164# /usr/include
165
166RuntimeR3_SOURCES = \
167 common/alloc/alloc.cpp \
168 common/alloc/heapsimple.cpp \
169 common/checksum/crc32.cpp \
170 common/checksum/crc64.cpp \
171 common/checksum/md5.cpp \
172 common/err/errmsg.cpp \
173 common/err/RTErrConvertFromErrno.cpp \
174 common/ldr/ldr.cpp \
175 common/ldr/ldrELF.cpp \
176 common/ldr/ldrEx.cpp \
177 common/ldr/ldrFile.cpp \
178 common/ldr/ldrNative.cpp \
179 common/ldr/ldrPE.cpp \
180 common/log/log.cpp \
181 common/log/logcom.cpp \
182 common/log/logformat.cpp \
183 common/misc/assert.cpp \
184 common/misc/cidr.cpp \
185 common/misc/getopt.cpp \
186 common/misc/rand.cpp \
187 common/misc/req.cpp \
188 common/misc/sanity-c.c \
189 common/misc/sanity-cpp.cpp \
190 common/misc/semspingpong.cpp \
191 common/misc/thread.cpp \
192 common/misc/zip.cpp \
193 common/string/straprintf.cpp \
194 common/string/strformat.cpp \
195 common/string/strformatrt.cpp \
196 common/string/strformattype.cpp \
197 common/string/string.cpp \
198 common/string/strprintf.cpp \
199 common/string/strspace.cpp \
200 common/string/strstrip.cpp \
201 common/string/strtonum.cpp \
202 common/string/uni.cpp \
203 common/string/unidata.cpp \
204 common/string/utf-16.cpp \
205 common/string/utf-8.cpp \
206 common/table/avlgcptr.cpp \
207 common/table/avlhcphys.cpp \
208 common/table/avllu32.cpp \
209 common/table/avlogcphys.cpp \
210 common/table/avlogcptr.cpp \
211 common/table/avlohcphys.cpp \
212 common/table/avloioport.cpp \
213 common/table/avlpv.cpp \
214 common/table/avlrgcptr.cpp \
215 common/table/avlrogcphys.cpp \
216 common/table/avlrogcptr.cpp \
217 common/table/avlroioport.cpp \
218 common/table/avlroogcptr.cpp \
219 common/table/avlu32.cpp \
220 common/table/avlul.cpp \
221 common/table/table.cpp \
222 common/time/time.cpp \
223 common/time/timeprog.cpp \
224 common/time/timesup.cpp \
225 generic/critsect-generic.cpp \
226 generic/env-generic.cpp \
227 generic/RTFileCopy-generic.cpp \
228 generic/RTLogWriteStdErr-generic.cpp \
229 generic/RTLogWriteStdOut-generic.cpp \
230 generic/RTLogWriteUser-generic.cpp \
231 generic/semfastmutex-generic.cpp \
232 generic/spinlock-generic.cpp \
233 r3/alloc-ef.cpp \
234 r3/alloc.cpp \
235 r3/dir.cpp \
236 r3/fileio.cpp \
237 r3/fs.cpp \
238 r3/init.cpp \
239 r3/path.cpp \
240 r3/process.cpp \
241 r3/stream.cpp \
242 r3/tcp.cpp
243
244#if1of ($(KBUILD_TARGET_ARCH),amd64 x86)
245# RuntimeR3_SOURCES += common/time/timesupA.asm
246#else
247 RuntimeR3_SOURCES += common/time/timesupref.cpp
248#endif
249
250ifdef IPRT_WITH_KSTUFF
251 RuntimeR3_SOURCES += \
252 common/ldr/ldrkStuff.cpp
253endif
254
255# VBox specific stuff.
256RuntimeR3_SOURCES += \
257 VBox/strformat-vbox.cpp \
258 VBox/RTAssertDoBreakpoint-vbox.cpp \
259 VBox/log-vbox.cpp
260ifneq ($(KBUILD_TARGET),win)
261RuntimeR3_SOURCES += \
262 common/err/errmsgxpcom.cpp
263endif
264
265RuntimeR3_SOURCES.win = \
266 generic/rand-stubs-generic.cpp \
267 generic/RTDirQueryInfo-generic.cpp \
268 generic/RTDirSetTimes-generic.cpp \
269 generic/semnoint-generic.cpp \
270 generic/semsrw-generic.cpp \
271 nt/RTErrConvertFromNtStatus.cpp \
272 r3/posix/env-posix.cpp \
273 r3/win/alloc-win.cpp \
274 r3/win/dir-win.cpp \
275 r3/win/fileio-win.cpp \
276 r3/win/fs-win.cpp \
277 r3/win/ldrNative-win.cpp \
278 r3/win/mp-win.cpp \
279 r3/win/path-win.cpp \
280 r3/win/process-win.cpp \
281 r3/win/RTLogWriteDebugger-win.cpp \
282 r3/win/sched-win.cpp \
283 r3/win/sems-win.cpp \
284 r3/win/system-win.cpp \
285 r3/win/thread-win.cpp \
286 r3/win/time-win.cpp \
287 r3/win/timer-win.cpp \
288 r3/win/tls-win.cpp \
289 r3/win/utf16locale-win.cpp \
290 r3/win/utf8-win.cpp \
291 r3/win/uuid-win.cpp \
292 win/errmsgwin.cpp \
293 win/RTErrConvertFromWin32.cpp
294
295RuntimeR3_SOURCES.win.amd64 = $(RuntimeWin64ASM_SOURCES)
296RuntimeR3_SOURCES.win.x86 = $(RuntimeWin32ASM_SOURCES)
297
298RuntimeR3_SOURCES.linux = \
299 generic/pathhost-generic.cpp \
300 generic/RTDirQueryInfo-generic.cpp \
301 generic/RTDirSetTimes-generic.cpp \
302 generic/RTFileMove-generic.cpp \
303 generic/RTLogWriteDebugger-generic.cpp \
304 generic/RTTimeLocalNow-generic.cpp \
305 generic/RTTimerCreate-generic.cpp \
306 generic/utf16locale-generic.cpp \
307 generic/uuid-generic.cpp \
308 r3/linux/sched-linux.cpp \
309 r3/linux/time-linux.cpp \
310 r3/posix/alloc-posix.cpp \
311 r3/posix/dir-posix.cpp \
312 r3/posix/env-posix.cpp \
313 r3/posix/fileio-posix.cpp \
314 r3/posix/filelock-posix.cpp \
315 r3/posix/fs-posix.cpp \
316 r3/posix/ldrNative-posix.cpp \
317 r3/posix/path-posix.cpp \
318 r3/posix/process-posix.cpp \
319 r3/posix/rand-posix.cpp \
320 r3/posix/RTMpGetCount-posix.cpp \
321 r3/posix/RTTimeNow-posix.cpp \
322 r3/posix/semrw-posix.cpp \
323 r3/posix/system-posix.cpp \
324 r3/posix/thread-posix.cpp \
325 r3/posix/timelocal-posix.cpp \
326 r3/posix/timer-posix.cpp \
327 r3/posix/tls-posix.cpp \
328 r3/posix/utf8-posix.cpp
329RuntimeR3_SOURCES.linux.x86 += \
330 r3/posix/semevent-posix.cpp \
331 r3/posix/semeventmulti-posix.cpp \
332 r3/posix/semmutex-posix.cpp
333RuntimeR3_SOURCES.linux.amd64 += \
334 r3/linux/semevent-linux.cpp \
335 r3/linux/semeventmulti-linux.cpp
336ifdef RT_NEW_LINUX_MUTEX_CODE
337 RuntimeR3_SOURCES.linux.amd64 += \
338 r3/linux/semmutex-linux.cpp
339else
340 RuntimeR3_SOURCES.linux.amd64 += \
341 r3/posix/semmutex-posix.cpp
342endif
343
344RuntimeR3_SOURCES.os2 = \
345 generic/pathhost-generic.cpp \
346 generic/rand-stubs-generic.cpp \
347 generic/RTDirQueryInfo-generic.cpp \
348 generic/RTDirSetTimes-generic.cpp \
349 generic/RTFileMove-generic.cpp \
350 generic/RTLogWriteDebugger-generic.cpp \
351 generic/RTTimeLocalNow-generic.cpp \
352 generic/RTTimerCreate-generic.cpp \
353 generic/semnoint-generic.cpp \
354 generic/semsrw-generic.cpp \
355 generic/timer-generic.cpp \
356 generic/utf16locale-generic.cpp \
357 generic/uuid-generic.cpp \
358 os2/RTErrConvertFromOS2.cpp \
359 r3/os2/filelock-os2.cpp \
360 r3/os2/mp-os2.cpp \
361 r3/os2/sched-os2.cpp \
362 r3/os2/sems-os2.cpp \
363 r3/os2/system-os2.cpp \
364 r3/os2/thread-os2.cpp \
365 r3/os2/time-os2.cpp \
366 r3/posix/alloc-posix.cpp \
367 r3/posix/dir-posix.cpp \
368 r3/posix/env-posix.cpp \
369 r3/posix/fileio-posix.cpp \
370 r3/posix/fs-posix.cpp \
371 r3/posix/ldrNative-posix.cpp \
372 r3/posix/path-posix.cpp \
373 r3/posix/process-posix.cpp \
374 r3/posix/RTTimeNow-posix.cpp \
375 r3/posix/timelocal-posix.cpp \
376 r3/posix/utf8-posix.cpp
377
378RuntimeR3_SOURCES.darwin = \
379 darwin/RTErrConvertFromDarwin.cpp \
380 darwin/RTErrConvertFromDarwinCOM.cpp \
381 darwin/RTErrConvertFromDarwinIO.cpp \
382 darwin/RTErrConvertFromDarwinKern.cpp \
383 generic/pathhost-generic.cpp \
384 generic/RTDirQueryInfo-generic.cpp \
385 generic/RTDirSetTimes-generic.cpp \
386 generic/RTFileMove-generic.cpp \
387 generic/RTLogWriteDebugger-generic.cpp \
388 generic/RTTimeLocalNow-generic.cpp \
389 generic/RTTimerCreate-generic.cpp \
390 generic/sched-generic.cpp \
391 generic/timer-generic.cpp \
392 generic/utf16locale-generic.cpp \
393 generic/uuid-generic.cpp\
394 r3/darwin/alloc-darwin.cpp \
395 r3/darwin/filelock-darwin.cpp \
396 r3/darwin/time-darwin.cpp \
397 r3/posix/dir-posix.cpp \
398 r3/posix/env-posix.cpp \
399 r3/posix/fileio-posix.cpp \
400 r3/posix/fs-posix.cpp \
401 r3/posix/ldrNative-posix.cpp \
402 r3/posix/path-posix.cpp \
403 r3/posix/process-posix.cpp \
404 r3/posix/RTMpGetCount-posix.cpp \
405 r3/posix/rand-posix.cpp \
406 r3/posix/semevent-posix.cpp \
407 r3/posix/semeventmulti-posix.cpp \
408 r3/posix/semmutex-posix.cpp \
409 r3/posix/semrw-posix.cpp \
410 r3/posix/system-posix.cpp \
411 r3/posix/thread-posix.cpp \
412 r3/posix/timelocal-posix.cpp \
413 r3/posix/tls-posix.cpp \
414 r3/posix/utf8-posix.cpp
415
416## @todo Make BSD sched.
417RuntimeR3_SOURCES.freebsd = \
418 generic/pathhost-generic.cpp \
419 generic/RTDirQueryInfo-generic.cpp \
420 generic/RTDirSetTimes-generic.cpp \
421 generic/RTFileMove-generic.cpp \
422 generic/RTLogWriteDebugger-generic.cpp \
423 generic/RTTimeLocalNow-generic.cpp \
424 generic/RTTimerCreate-generic.cpp \
425 generic/sched-generic.cpp \
426 generic/utf16locale-generic.cpp \
427 generic/uuid-generic.cpp \
428 r3/freebsd/alloc-freebsd.cpp \
429 r3/posix/dir-posix.cpp \
430 r3/posix/env-posix.cpp \
431 r3/posix/fileio-posix.cpp \
432 r3/posix/filelock-posix.cpp \
433 r3/posix/fs-posix.cpp \
434 r3/posix/ldrNative-posix.cpp \
435 r3/posix/path-posix.cpp \
436 r3/posix/process-posix.cpp \
437 r3/posix/rand-posix.cpp \
438 r3/posix/RTMpGetCount-posix.cpp \
439 r3/posix/RTTimeNow-posix.cpp \
440 r3/posix/semevent-posix.cpp \
441 r3/posix/semeventmulti-posix.cpp \
442 r3/posix/semmutex-posix.cpp \
443 r3/posix/semrw-posix.cpp \
444 r3/posix/system-posix.cpp \
445 r3/posix/thread-posix.cpp \
446 r3/posix/time-posix.cpp \
447 r3/posix/timelocal-posix.cpp \
448 r3/posix/timer-posix.cpp \
449 r3/posix/tls-posix.cpp \
450 r3/posix/utf8-posix.cpp
451
452RuntimeR3_SOURCES.solaris = \
453 generic/pathhost-generic.cpp \
454 generic/RTDirQueryInfo-generic.cpp \
455 generic/RTDirSetTimes-generic.cpp \
456 generic/RTFileMove-generic.cpp \
457 generic/RTLogWriteDebugger-generic.cpp \
458 generic/RTTimeLocalNow-generic.cpp \
459 generic/RTTimerCreate-generic.cpp \
460 generic/sched-generic.cpp \
461 generic/utf16locale-generic.cpp \
462 generic/uuid-generic.cpp \
463 r3/posix/dir-posix.cpp \
464 r3/posix/env-posix.cpp \
465 r3/posix/fileio-posix.cpp \
466 r3/posix/filelock-posix.cpp \
467 r3/posix/fs-posix.cpp \
468 r3/posix/ldrNative-posix.cpp \
469 r3/posix/path-posix.cpp \
470 r3/posix/process-posix.cpp \
471 r3/posix/rand-posix.cpp \
472 r3/posix/RTMpGetCount-posix.cpp \
473 r3/posix/RTTimeNow-posix.cpp \
474 r3/posix/semevent-posix.cpp \
475 r3/posix/semeventmulti-posix.cpp \
476 r3/posix/semmutex-posix.cpp \
477 r3/posix/semrw-posix.cpp \
478 r3/posix/system-posix.cpp \
479 r3/posix/thread-posix.cpp \
480 r3/posix/time-posix.cpp \
481 r3/posix/timelocal-posix.cpp \
482 r3/posix/timer-posix.cpp \
483 r3/posix/tls-posix.cpp \
484 r3/posix/utf8-posix.cpp \
485 r3/solaris/alloc-solaris.cpp
486
487## PORTME: Porters add their selection of platform specific files for Ring-3 here.
488
489
490#
491# L4 RuntimeR3 subtarget since L4 headers won't work with VBOXR3.
492#
493RuntimeR3L4_TEMPLATE = VBOXR3NP
494RuntimeR3L4_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF LDR_WITH_PE
495ifneq ($(KBUILD_TARGET_ARCH),amd64)
496RuntimeR3L4_DEFS += __PIC__
497endif
498RuntimeR3L4_INCS = \
499 include \
500 $(L4_INCDIR)
501
502RuntimeR3L4_SOURCES = \
503 generic/fs-stubs-generic.cpp \
504 generic/pathhost-generic.cpp \
505 generic/RTDirQueryInfo-generic.cpp \
506 generic/RTDirSetTimes-generic.cpp \
507 generic/RTFileMove-generic.cpp \
508 generic/RTLogWriteDebugger-generic.cpp \
509 generic/RTTimeLocalNow-generic.cpp \
510 generic/sched-generic.cpp \
511 generic/semnoint-generic.cpp \
512 generic/semsrw-generic.cpp \
513 generic/utf16locale-generic.cpp \
514 generic/uuid-generic.cpp \
515 l4/l4-errno.cpp \
516 l4/process-l4env.cpp \
517 l4/sems-l4env.cpp \
518 l4/system-l4env.cpp \
519 l4/thread-l4env.cpp \
520 l4/timer-l4env.cpp \
521 l4/utf8-l4env.cpp \
522 r3/posix/alloc-posix.cpp \
523 r3/posix/dir-posix.cpp \
524 r3/posix/env-posix.cpp \
525 r3/posix/fileio-posix.cpp \
526 r3/posix/filelock-posix.cpp \
527 r3/posix/ldrNative-posix.cpp \
528 r3/posix/path-posix.cpp \
529 r3/posix/rand-posix.cpp \
530 r3/posix/RTTimeNow-posix.cpp \
531 r3/posix/time-posix.cpp \
532 r3/posix/timelocal-posix.cpp
533
534
535#
536# RuntimeGuestR3 - Guest Additions Runtime (static).
537# (The KBUILD_HOST inheritance here is for l4 cross building the linux
538# additions, while .x86 is for cross building x86 while targeting amd64.)
539#
540RuntimeGuestR3_TEMPLATE := VBOXGUESTR3LIB
541RuntimeGuestR3_SDKS.win := $(RuntimeR3_SDKS.win)
542RuntimeGuestR3_DEFS := $(filter-out RTCRITSECT_STRICT, $(RuntimeR3_DEFS))
543RuntimeGuestR3_DEFS.$(KBUILD_TARGET) := $(RuntimeR3_DEFS.$(KBUILD_TARGET))
544RuntimeGuestR3_DEFS.$(KBUILD_HOST) := $(RuntimeR3_DEFS.$(KBUILD_HOST))
545RuntimeGuestR3_INCS := $(RuntimeR3_INCS)
546RuntimeGuestR3_INCS.$(KBUILD_TARGET) := $(RuntimeR3_INCS.$(KBUILD_TARGET))
547RuntimeGuestR3_INCS.$(KBUILD_HOST) := $(RuntimeR3_INCS.$(KBUILD_HOST))
548RuntimeGuestR3_SOURCES := $(filter-out \
549 common/time/timesupref.cpp \
550 common/time/timesupA.asm \
551 common/time/timesup.cpp \
552 generic/RTLogWriteUser-generic.cpp \
553 , $(RuntimeR3_SOURCES))
554RuntimeGuestR3_SOURCES += \
555 common/time/timesysalias.cpp \
556 VBox/logbackdoor.cpp
557RuntimeGuestR3_SOURCES.$(KBUILD_TARGET) := $(RuntimeR3_SOURCES.$(KBUILD_TARGET))
558RuntimeGuestR3_SOURCES.$(KBUILD_HOST) := $(RuntimeR3_SOURCES.$(KBUILD_HOST))
559RuntimeGuestR3_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH))
560RuntimeGuestR3_SOURCES.$(KBUILD_HOST).$(KBUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(KBUILD_HOST).$(KBUILD_TARGET_ARCH))
561RuntimeGuestR3_SOURCES.$(KBUILD_TARGET).x86 := $(RuntimeR3_SOURCES.$(KBUILD_TARGET).x86)
562RuntimeGuestR3_SOURCES.$(KBUILD_HOST).x86 := $(RuntimeR3_SOURCES.$(KBUILD_HOST).x86)
563
564
565#
566# RuntimeGuestR3Mini - Minimal Guest Additions Runtime which does not require
567# initialization and can be linked into an .so. Intended
568# for X11 drivers, GRADD and similar.
569#
570RuntimeGuestR3Mini_TEMPLATE := VBOXGUESTR3DLL
571RuntimeGuestR3Mini_INST := $(INST_ADDITIONS_LIB)
572RuntimeGuestR3Mini_SDKS.win := $(RuntimeR3_SDKS.win)
573RuntimeGuestR3Mini_DEFS := $(filter-out RTCRITSECT_STRICT, $(RuntimeR3_DEFS)) RT_MINI
574RuntimeGuestR3Mini_DEFS.$(KBUILD_TARGET) := $(RuntimeR3_DEFS.$(KBUILD_TARGET))
575RuntimeGuestR3Mini_DEFS.$(KBUILD_HOST) := $(RuntimeR3_DEFS.$(KBUILD_HOST))
576RuntimeGuestR3Mini_INCS := $(RuntimeR3_INCS)
577RuntimeGuestR3Mini_INCS.$(KBUILD_TARGET) := $(RuntimeR3_INCS.$(KBUILD_TARGET))
578RuntimeGuestR3Mini_INCS.$(KBUILD_HOST) := $(RuntimeR3_INCS.$(KBUILD_HOST))
579RuntimeGuestR3Mini_SOURCES = \
580 common/err/errmsg.cpp \
581 common/err/RTErrConvertFromErrno.cpp \
582 common/log/logformat.cpp \
583 common/misc/assert.cpp \
584 common/misc/sanity-c.c \
585 common/misc/sanity-cpp.cpp \
586 common/string/strformat.cpp \
587 common/string/strformatrt.cpp \
588 common/string/strformattype.cpp \
589 common/string/string.cpp \
590 common/string/strprintf.cpp \
591 common/string/unidata.cpp \
592 common/string/utf-8.cpp \
593 common/string/utf-16.cpp \
594 generic/pathhost-generic.cpp \
595 generic/RTAssertDoBreakpoint-generic.cpp \
596 r3/alloc.cpp \
597 r3/fileio.cpp \
598 r3/fs.cpp \
599 r3/path.cpp
600RuntimeGuestR3Mini_SOURCES.linux = \
601 r3/posix/fileio-posix.cpp \
602 r3/posix/path-posix.cpp \
603 r3/posix/utf8-posix.cpp
604RuntimeGuestR3Mini_SOURCES.solaris = \
605 r3/posix/fileio-posix.cpp \
606 r3/posix/path-posix.cpp \
607 r3/posix/utf8-posix.cpp
608RuntimeGuestR3Mini_SOURCES.freebsd = \
609 r3/posix/fileio-posix.cpp \
610 r3/posix/path-posix.cpp \
611 r3/posix/utf8-posix.cpp
612# VBox specific stuff.
613RuntimeGuestR3Mini_SOURCES += \
614 VBox/logbackdoor.cpp \
615 VBox/logbackdoor-redirect.cpp \
616 VBox/strformat-vbox.cpp
617
618
619#
620# RuntimeW32GuestR3 - Win32 guest program runtime.
621#
622RuntimeW32GuestR3_TEMPLATE = VBOXW32GUESTR3LIB
623RuntimeW32GuestR3_SDKS = WINPSDK W2K3DDK
624RuntimeW32GuestR3_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX
625ifdef IPRT_WITH_KSTUFF
626 RuntimeW32GuestR3_DEFS += LDR_WITH_KLDR
627endif
628RuntimeW32GuestR3_SOURCES = $(RuntimeR3_SOURCES.win) $(RuntimeR3_SOURCES)
629RuntimeW32GuestR3_INCS = $(RuntimeR3_INCS.win) $(RuntimeR3_INCS)
630
631
632#
633# RuntimeLnxHostR3 Linux host program runtime
634#
635RuntimeLnxHostR3_TEMPLATE = VBOXLNXHOSTR3LIB
636RuntimeLnxHostR3_DEFS = IN_RT_R3 IN_SUP_R3 RT_WITH_VBOX RT_NO_GIP
637RuntimeLnxHostR3_SOURCES = \
638 $(RuntimeR3_SOURCES.linux.$(KBUILD_TARGET_ARCH)) \
639 $(RuntimeR3_SOURCES.linux) \
640 $(RuntimeR3_SOURCES)
641RuntimeLnxHostR3_INCS = \
642 $(RuntimeR3_INCS.linux.$(KBUILD_TARGET_ARCH)) \
643 $(RuntimeR3_INCS.linux) \
644 $(RuntimeR3_INCS)
645
646
647#
648# VBoxRT - Shared Object / DLL version.
649#
650VBoxRT_TEMPLATE = VBOXR3
651VBoxRT_SDKS.win = WINPSDK W2K3DDK VBOX_NTDLL
652ifeq ($(KBUILD_TARGET),darwin)
653VBoxRT_INST = $(INST_DLL) $(INST_TESTCASE)
654endif
655VBoxRT_DEFS = $(RuntimeR3_DEFS) IN_SUP_R3 IN_SUP_R3
656VBoxRT_DEFS.$(KBUILD_TYPE) = $(RuntimeR3_DEFS.$(KBUILD_TYPE))
657VBoxRT_SOURCES = \
658 VBox/VBoxRTDeps.cpp \
659 $(RuntimeR3_SOURCES)
660VBoxRT_SOURCES.$(KBUILD_TARGET) = $(RuntimeR3_SOURCES.$(KBUILD_TARGET))
661VBoxRT_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) = $(RuntimeR3_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH))
662VBoxRT_SOURCES.win += r3/win/dllmain-win.cpp
663VBoxRT_SOURCES.win.x86 += r3/win/VBoxRT-win32.def
664VBoxRT_SOURCES.win.amd64 += r3/win/VBoxRT-win64.def
665VBoxRT_INCS = $(RuntimeR3_INCS)
666VBoxRT_INCS.$(KBUILD_TARGET) = $(RuntimeR3_INCS.$(KBUILD_TARGET))
667VBoxRT_INCS.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) = $(RuntimeR3_INCS.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH))
668VBoxRT_LIBS = \
669 $(PATH_LIB)/SUPR3$(VBOX_SUFF_LIB) \
670 $(PATH_LIB)/VBox-liblzf$(VBOX_SUFF_LIB)
671ifdef IPRT_WITH_KSTUFF
672 VBoxRT_LIBS += \
673 $(PATH_LIB)/VBox-kStuff$(VBOX_SUFF_LIB)
674endif
675VBoxRT_LIBS.darwin = \
676 iconv
677VBoxRT_LIBS.freebsd = \
678 iconv
679VBoxRT_LIBPATH.freebsd = \
680 /usr/local/lib
681VBoxRT_LDFLAGS.darwin = -framework IOKit -install_name @executable_path/VBoxRT.dylib
682ifdef VBOX_USE_VCC80
683VBoxRT_LDFLAGS.win = /MANIFEST
684endif
685VBoxRT_LDFLAGS.l4 = \
686 -Wl,-whole-archive \
687 $(PATH_LIB)/RuntimeR3L4$(VBOX_SUFF_LIB) \
688 -Wl,-no-whole-archive
689ifeq ($(KBUILD_TARGET),l4)
690VBoxRT_LIBS += \
691 $(L4_LIBDIR)/libl4sys.a \
692 $(L4_LIBDIR)/libl4sys.p.a
693endif
694VBoxRT_LIBS.l4 = \
695 $(PATH_LIB)/RuntimeR3L4$(VBOX_SUFF_LIB)
696
697
698#
699# RuntimeR3NoCRTGCC - CRT replacement lib for VBoxREM.
700# This is used together with VBoxRT.
701#
702RuntimeR3NoCRTGCC_TEMPLATE = VBOXNOCRTGCC
703RuntimeR3NoCRTGCC_LIBSUFF = $(VBOX_SUFF_LIB)
704RuntimeR3NoCRTGCC_INCS = include
705RuntimeR3NoCRTGCC_SOURCES = \
706 common/misc/sanity-cpp.cpp \
707 common/misc/sanity-c.c \
708 \
709 common/math/ceill.asm \
710 common/math/cosl.asm \
711 common/math/fabs.asm \
712 common/math/fabsf.asm \
713 common/math/fabsl.asm \
714 common/math/floor.asm \
715 common/math/floorf.asm \
716 common/math/floorl.asm \
717 common/math/ldexpl.asm \
718 common/math/llrint.asm \
719 common/math/llrintf.asm \
720 common/math/llrintl.asm \
721 common/math/logl.asm \
722 common/math/lrint.asm \
723 common/math/lrintf.asm \
724 common/math/lrintl.asm \
725 common/math/remainder.asm \
726 common/math/remainderf.asm \
727 common/math/remainderl.asm \
728 common/math/sinl.asm \
729 common/math/tanl.asm \
730 common/math/trunc.asm \
731 common/math/truncf.asm \
732 common/math/truncl.asm \
733 \
734 common/misc/setjmp.asm \
735 \
736 common/string/memchr.asm \
737 common/string/memchr_alias.c \
738 common/string/memcmp.asm \
739 common/string/memcmp_alias.c \
740 common/string/memcpy.asm \
741 common/string/memcpy_alias.c \
742 common/string/mempcpy.asm \
743 common/string/memmove.asm \
744 common/string/memmove_alias.c \
745 common/string/memset.asm \
746 common/string/memset_alias.c \
747 common/string/strchr.asm \
748 common/string/strchr_alias.c \
749 common/string/strcmp.asm \
750 common/string/strcmp_alias.c
751
752RuntimeR3NoCRTGCC_SOURCES.x86 = \
753 common/math/x86/fenv-x86.c \
754 common/math/gcc/adddi3.c \
755 common/math/gcc/anddi3.c \
756 common/math/gcc/ashldi3.c \
757 common/math/gcc/ashrdi3.c \
758 common/math/gcc/cmpdi2.c \
759 common/math/gcc/divdi3.c \
760 common/math/gcc/iordi3.c \
761 common/math/gcc/lshldi3.c \
762 common/math/gcc/lshrdi3.c \
763 common/math/gcc/moddi3.c \
764 common/math/gcc/muldi3.c \
765 common/math/gcc/negdi2.c \
766 common/math/gcc/notdi2.c \
767 common/math/gcc/qdivrem.c \
768 common/math/gcc/subdi3.c \
769 common/math/gcc/ucmpdi2.c \
770 common/math/gcc/udivdi3.c \
771 common/math/gcc/umoddi3.c \
772 common/math/gcc/xordi3.c
773
774
775## @todo stop using the old memcpy.c and memset.c code.
776
777#
778# RuntimeR0 - Ring0 library for VMMR0.
779#
780RuntimeR0_TEMPLATE = VBOXR0
781RuntimeR0_DEFS = IN_RT_R0 RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS
782RuntimeR0_INCS = include
783RuntimeR0_SOURCES = \
784 common/log/logcom.cpp \
785 common/log/logformat.cpp \
786 common/misc/assert.cpp \
787 common/misc/sanity-c.c \
788 common/misc/sanity-cpp.cpp \
789 common/string/memchr.cpp \
790 common/string/memcmp.cpp \
791 common/string/memcpy.cpp \
792 common/string/memmove.asm \
793 common/string/memset.cpp \
794 common/string/strcmp.asm \
795 common/string/strcpy.cpp \
796 common/string/strformat.cpp \
797 common/string/strformatrt.cpp \
798 common/string/strformattype.cpp \
799 common/string/strlen.cpp \
800 common/string/strncmp.cpp \
801 common/string/strpbrk.cpp \
802 common/string/strprintf.cpp \
803 common/table/avlgcptr.cpp \
804 common/table/avlhcphys.cpp \
805 common/table/avllu32.cpp \
806 common/table/avlogcphys.cpp \
807 common/table/avlogcptr.cpp \
808 common/table/avlohcphys.cpp \
809 common/table/avloioport.cpp \
810 common/table/avlpv.cpp \
811 common/table/avlrogcphys.cpp \
812 common/table/avlrogcptr.cpp \
813 common/table/avlroioport.cpp \
814 common/table/avlroogcptr.cpp \
815 common/table/avlu32.cpp \
816 common/time/timesup.cpp \
817 generic/RTAssertDoBreakpoint-generic.cpp \
818 VBox/strformat-vbox.cpp
819
820#if1of ($(KBUILD_TARGET_ARCH),amd64 x86)
821# RuntimeR0_SOURCES += common/time/timesupA.asm
822#else
823 RuntimeR0_SOURCES += common/time/timesupref.cpp
824#endif
825
826RuntimeR0_SOURCES.win.amd64 = $(RuntimeWin64ASM_SOURCES)
827RuntimeR0_SOURCES.win.x86 = $(RuntimeWin32ASM_SOURCES)
828
829RuntimeR0_SOURCES.os2 = \
830 os2/RTErrConvertFromOS2.cpp \
831 os2/sys0.asm
832
833ifeq ($(filter-out darwin solaris freebsd,$(KBUILD_TARGET)),)
834RuntimeR0_SOURCES += \
835 common/math/gcc/adddi3.c \
836 common/math/gcc/anddi3.c \
837 common/math/gcc/ashldi3.c \
838 common/math/gcc/ashrdi3.c \
839 common/math/gcc/cmpdi2.c \
840 common/math/gcc/divdi3.c \
841 common/math/gcc/iordi3.c \
842 common/math/gcc/lshldi3.c \
843 common/math/gcc/lshrdi3.c \
844 common/math/gcc/moddi3.c \
845 common/math/gcc/muldi3.c \
846 common/math/gcc/negdi2.c \
847 common/math/gcc/notdi2.c \
848 common/math/gcc/qdivrem.c \
849 common/math/gcc/subdi3.c \
850 common/math/gcc/ucmpdi2.c \
851 common/math/gcc/udivdi3.c \
852 common/math/gcc/umoddi3.c \
853 common/math/gcc/xordi3.c
854endif
855
856
857common/string/memchr.cpp_CXXFLAGS.win = -Oi-
858common/string/memcmp.cpp_CXXFLAGS.win = -Oi-
859common/string/memcpy.cpp_CXXFLAGS.win = -Oi-
860common/string/memset.cpp_CXXFLAGS.win = -Oi-
861common/string/strcpy.cpp_CXXFLAGS.win = -Oi-
862common/string/strlen.cpp_CXXFLAGS.win = -Oi-
863
864ifeq ($(KBUILD_TARGET),l4)
865RuntimeR0Drv_BLD_TRG = linux
866RuntimeR0Drv_BLD_TRG_ARCH = x86
867RuntimeR0Drv_BLD_TRG_CPU = i386
868endif
869
870#
871# RuntimeR0Drv - Ring0 library for host drivers.
872#
873RuntimeR0Drv_TEMPLATE = VBOXR0DRV
874RuntimeR0Drv_SDKS.win = W2K3DDK WINPSDKINCS
875RuntimeR0Drv_INCS := $(PATH_SUB_CURRENT) include
876RuntimeR0Drv_DEFS = IN_RT_R0 RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS
877RuntimeR0Drv_DEFS.win = IN_SUP_R0
878RuntimeR0Drv_DEFS.linux = MODULE KBUILD_MODNAME=KBUILD_STR\(vboxdrv\) KBUILD_BASENAME=KBUILD_STR\(vboxdrv\) IN_SUP_R0 # why is IN_SUP_R0 here? because!
879
880RuntimeR0Drv_INCS.linux = \
881 r0drv/linux
882
883RuntimeR0Drv_SOURCES = \
884 common/checksum/crc32.cpp \
885 common/checksum/crc64.cpp \
886 common/log/log.cpp \
887 common/log/logcom.cpp \
888 common/log/logformat.cpp \
889 common/misc/assert.cpp \
890 common/misc/sanity-c.c \
891 common/misc/sanity-cpp.cpp \
892 common/string/strformat.cpp \
893 common/string/strformatrt.cpp \
894 common/string/strformattype.cpp \
895 common/string/strprintf.cpp \
896 common/string/strtonum.cpp \
897 common/table/avlpv.cpp \
898 generic/RTLogWriteStdErr-stub-generic.cpp \
899 generic/RTLogWriteStdOut-stub-generic.cpp \
900 generic/RTLogWriteUser-generic.cpp \
901 r0drv/alloc-r0drv.cpp \
902 r0drv/initterm-r0drv.cpp \
903 VBox/log-vbox.cpp \
904 VBox/strformat-vbox.cpp
905
906RuntimeR0Drv_SOURCES.linux = \
907 common/alloc/heapsimple.cpp \
908 common/string/strpbrk.cpp \
909 common/err/RTErrConvertToErrno.cpp \
910 generic/RTAssertDoBreakpoint-generic.cpp \
911 r0drv/linux/alloc-r0drv-linux.c \
912 r0drv/linux/initterm-r0drv-linux.c \
913 r0drv/linux/memobj-r0drv-linux.c \
914 r0drv/linux/mp-r0drv-linux.c \
915 r0drv/linux/process-r0drv-linux.c \
916 r0drv/linux/RTLogWriteDebugger-r0drv-linux.c \
917 r0drv/linux/semevent-r0drv-linux.c \
918 r0drv/linux/semeventmulti-r0drv-linux.c \
919 r0drv/linux/semfastmutex-r0drv-linux.c \
920 r0drv/linux/spinlock-r0drv-linux.c \
921 r0drv/linux/thread-r0drv-linux.c \
922 r0drv/memobj-r0drv.cpp
923## @todo thread2-r0drv-linux.c, timer-r0drv-linux.c and assert-r0drv-linux.c
924
925RuntimeR0Drv_SOURCES.win = \
926 common/misc/thread.cpp \
927 common/string/memcmp.cpp \
928 common/string/strncmp.cpp \
929 common/string/strpbrk.cpp \
930 generic/RTAssertDoBreakpoint-generic.cpp \
931 r0drv/nt/mp-r0drv-nt.cpp \
932 nt/RTErrConvertFromNtStatus.cpp \
933 r0drv/memobj-r0drv.cpp \
934 r0drv/nt/alloc-r0drv-nt.cpp \
935 r0drv/nt/initterm-r0drv-nt.cpp \
936 r0drv/nt/memobj-r0drv-nt.cpp \
937 r0drv/nt/process-r0drv-nt.cpp \
938 r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp \
939 r0drv/nt/semevent-r0drv-nt.cpp \
940 r0drv/nt/semeventmulti-r0drv-nt.cpp \
941 r0drv/nt/semfastmutex-r0drv-nt.cpp \
942 r0drv/nt/semmutex-r0drv-nt.cpp \
943 r0drv/nt/spinlock-r0drv-nt.cpp \
944 r0drv/nt/thread-r0drv-nt.cpp \
945 r0drv/nt/thread2-r0drv-nt.cpp \
946 r0drv/nt/time-r0drv-nt.cpp
947## @todo timer-r0drv-nt.cpp and assert-r0drv-nt.cpp
948
949RuntimeR0Drv_SOURCES.win.amd64 = $(RuntimeWin64ASM_SOURCES)
950RuntimeR0Drv_SOURCES.win.x86 = $(RuntimeWin32ASM_SOURCES)
951
952RuntimeR0Drv_SOURCES.darwin = \
953 common/err/RTErrConvertFromErrno.cpp \
954 common/misc/thread.cpp \
955 common/string/memchr.asm \
956 common/string/strpbrk.cpp \
957 darwin/RTErrConvertFromDarwin.cpp \
958 darwin/RTErrConvertFromDarwinIO.cpp \
959 darwin/RTErrConvertFromDarwinKern.cpp \
960 generic/RTAssertDoBreakpoint-generic.cpp \
961 generic/RTMpCpuId-generic.cpp \
962 generic/RTMpCpuIdFromSetIndex-generic.cpp \
963 generic/RTMpCpuIdToSetIndex-generic.cpp \
964 generic/RTMpDoesCpuExist-generic.cpp \
965 generic/RTMpGetCount-generic.cpp \
966 generic/RTMpGetMaxCpuId-generic.cpp \
967 generic/RTMpGetOnlineCount-generic.cpp \
968 generic/RTMpGetOnlineSet-generic.cpp \
969 generic/RTMpGetSet-generic.cpp \
970 generic/RTMpIsCpuOnline-generic.cpp \
971 generic/RTTimerCreate-generic.cpp \
972 generic/timer-generic.cpp \
973 r0drv/generic/RTMpOn-r0drv-generic.cpp \
974 r0drv/darwin/alloc-r0drv-darwin.cpp \
975 r0drv/darwin/assert-r0drv-darwin.cpp \
976 r0drv/darwin/initterm-r0drv-darwin.cpp \
977 r0drv/darwin/memobj-r0drv-darwin.cpp \
978 r0drv/darwin/process-r0drv-darwin.cpp \
979 r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp \
980 r0drv/darwin/semaphore-r0drv-darwin.cpp \
981 r0drv/darwin/spinlock-r0drv-darwin.cpp \
982 r0drv/darwin/thread-r0drv-darwin.cpp \
983 r0drv/darwin/thread2-r0drv-darwin.cpp \
984 r0drv/darwin/time-r0drv-darwin.cpp \
985 r0drv/memobj-r0drv.cpp
986
987RuntimeR0Drv_SOURCES.os2 = \
988 common/string/memchr.asm \
989 common/string/memcmp.asm \
990 common/string/memcpy.asm \
991 common/string/mempcpy.asm \
992 common/string/memmove.asm \
993 common/string/memset.asm \
994 common/string/strchr.asm \
995 common/string/strcmp.asm \
996 \
997 common/string/strcpy.cpp \
998 common/string/strlen.cpp \
999 common/string/strncmp.cpp \
1000 common/string/strpbrk.cpp \
1001 \
1002 common/misc/thread.cpp \
1003 generic/RTLogWriteDebugger-generic.cpp \
1004 generic/RTMpCpuId-generic.cpp \
1005 generic/RTMpCpuIdFromSetIndex-generic.cpp \
1006 generic/RTMpCpuIdToSetIndex-generic.cpp \
1007 generic/RTMpDoesCpuExist-generic.cpp \
1008 generic/RTMpGetCount-generic.cpp \
1009 generic/RTMpGetMaxCpuId-generic.cpp \
1010 generic/RTMpGetOnlineCount-generic.cpp \
1011 generic/RTMpGetOnlineSet-generic.cpp \
1012 generic/RTMpGetSet-generic.cpp \
1013 generic/RTMpIsCpuOnline-generic.cpp \
1014 generic/RTTimerCreate-generic.cpp \
1015 os2/RTErrConvertFromOS2.cpp \
1016 os2/sys0.asm \
1017 r0drv/memobj-r0drv.cpp \
1018 r0drv/generic/RTMpOn-r0drv-generic.cpp \
1019 r0drv/os2/alloc-r0drv-os2.cpp \
1020 r0drv/os2/assert-r0drv-os2.cpp \
1021 r0drv/os2/assertA-r0drv-os2.asm \
1022 r0drv/os2/initterm-r0drv-os2.cpp \
1023 r0drv/os2/memobj-r0drv-os2.cpp \
1024 r0drv/os2/os2imports.imp \
1025 r0drv/os2/process-r0drv-os2.cpp \
1026 r0drv/os2/RTAssertDoBreakpoint-r0drv-os2.asm \
1027 r0drv/os2/RTR0Os2DHQueryDOSVar.asm \
1028 r0drv/os2/RTR0Os2DHVMGlobalToProcess.asm \
1029 r0drv/os2/semevent-r0drv-os2.cpp \
1030 r0drv/os2/semeventmulti-r0drv-os2.cpp \
1031 r0drv/os2/semfastmutex-r0drv-os2.cpp \
1032 r0drv/os2/spinlock-r0drv-os2.cpp \
1033 r0drv/os2/thread-r0drv-os2.cpp \
1034 r0drv/os2/thread2-r0drv-os2.cpp \
1035 r0drv/os2/time-r0drv-os2.cpp \
1036 r0drv/os2/timer-r0drv-os2.cpp \
1037 r0drv/os2/timerA-r0drv-os2.asm
1038
1039RuntimeR0Drv_SOURCES.freebsd = \
1040 common/err/RTErrConvertFromErrno.cpp \
1041 common/err/RTErrConvertToErrno.cpp \
1042 common/misc/thread.cpp \
1043 common/string/memchr.asm \
1044 common/string/memmove.asm \
1045 common/string/strpbrk.cpp \
1046 common/string/memcmp.asm \
1047 common/string/strchr.asm \
1048 generic/RTAssertDoBreakpoint-generic.cpp \
1049 generic/RTLogWriteDebugger-generic.cpp \
1050 generic/RTMpCpuId-generic.cpp \
1051 generic/RTMpCpuIdFromSetIndex-generic.cpp \
1052 generic/RTMpCpuIdToSetIndex-generic.cpp \
1053 generic/RTMpDoesCpuExist-generic.cpp \
1054 generic/RTMpGetCount-generic.cpp \
1055 generic/RTMpGetMaxCpuId-generic.cpp \
1056 generic/RTMpGetOnlineCount-generic.cpp \
1057 generic/RTMpGetOnlineSet-generic.cpp \
1058 generic/RTMpGetSet-generic.cpp \
1059 generic/RTMpIsCpuOnline-generic.cpp \
1060 generic/RTTimerCreate-generic.cpp \
1061 r0drv/generic/RTMpOn-r0drv-generic.cpp \
1062 r0drv/freebsd/alloc-r0drv-freebsd.c \
1063 r0drv/freebsd/assert-r0drv-freebsd.c \
1064 r0drv/freebsd/initterm-r0drv-freebsd.c \
1065 r0drv/freebsd/memobj-r0drv-freebsd.c \
1066 r0drv/freebsd/process-r0drv-freebsd.c \
1067 r0drv/freebsd/semevent-r0drv-freebsd.c \
1068 r0drv/freebsd/semeventmulti-r0drv-freebsd.c \
1069 r0drv/freebsd/semfastmutex-r0drv-freebsd.c \
1070 r0drv/freebsd/spinlock-r0drv-freebsd.c \
1071 r0drv/freebsd/thread-r0drv-freebsd.c \
1072 r0drv/freebsd/thread2-r0drv-freebsd.c \
1073 r0drv/freebsd/time-r0drv-freebsd.c \
1074 r0drv/freebsd/timer-r0drv-freebsd.c \
1075 r0drv/memobj-r0drv.cpp
1076
1077RuntimeR0Drv_SOURCES.solaris = \
1078 common/err/RTErrConvertFromErrno.cpp \
1079 common/misc/thread.cpp \
1080 common/string/memchr.asm \
1081 generic/RTAssertDoBreakpoint-generic.cpp \
1082 generic/RTTimerCreate-generic.cpp \
1083 generic/RTMpCpuId-generic.cpp \
1084 generic/RTMpCpuIdFromSetIndex-generic.cpp \
1085 generic/RTMpCpuIdToSetIndex-generic.cpp \
1086 generic/RTMpDoesCpuExist-generic.cpp \
1087 generic/RTMpGetCount-generic.cpp \
1088 generic/RTMpGetMaxCpuId-generic.cpp \
1089 generic/RTMpGetOnlineCount-generic.cpp \
1090 generic/RTMpGetOnlineSet-generic.cpp \
1091 generic/RTMpGetSet-generic.cpp \
1092 generic/RTMpIsCpuOnline-generic.cpp \
1093 r0drv/generic/RTMpOn-r0drv-generic.cpp \
1094 r0drv/memobj-r0drv.cpp \
1095 r0drv/solaris/alloc-r0drv-solaris.c \
1096 r0drv/solaris/assert-r0drv-solaris.c \
1097 r0drv/solaris/initterm-r0drv-solaris.c \
1098 r0drv/solaris/memobj-r0drv-solaris.c \
1099 r0drv/solaris/process-r0drv-solaris.c \
1100 r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c \
1101 r0drv/solaris/semevent-r0drv-solaris.c \
1102 r0drv/solaris/semeventmulti-r0drv-solaris.c \
1103 r0drv/solaris/semfastmutex-r0drv-solaris.c \
1104 r0drv/solaris/spinlock-r0drv-solaris.c \
1105 r0drv/solaris/thread-r0drv-solaris.c \
1106 r0drv/solaris/thread2-r0drv-solaris.c \
1107 r0drv/solaris/time-r0drv-solaris.c \
1108 r0drv/solaris/timer-r0drv-solaris.c
1109
1110## PORTME: Porters create and add their selection of platform specific Ring-0 Driver files here.
1111
1112
1113#
1114# RuntimeGuestR0 - Guest driver runtime.
1115# This is almost the same as the RuntimeR0Drv, the main difference
1116# is in the backdoor logging and the lack of sup.h (which should be
1117# made irrelevant even for RuntimeR0Rdrv).
1118#
1119# TODO: RuntimeGuestR0_EXTENDS = RuntimeR0Drv (kBuild)
1120#
1121RuntimeGuestR0_TEMPLATE := VBOXGUESTR0LIB
1122RuntimeGuestR0_SDKS.win := W2K3DDKX86 WINPSDKINCS
1123RuntimeGuestR0_DEFS := $(RuntimeR0Drv_DEFS)
1124RuntimeGuestR0_DEFS.$(KBUILD_TARGET) := $(RuntimeR0Drv_DEFS.$(KBUILD_TARGET))
1125RuntimeGuestR0_INCS := $(PATH_SUB_CURRENT) include
1126RuntimeGuestR0_INCS.$(KBUILD_TARGET) := $(RuntimeR0Drv_INCS.$(KBUILD_TARGET))
1127RuntimeGuestR0_SOURCES := $(filter-out generic/RTLogWriteUser-generic.cpp, $(RuntimeR0Drv_SOURCES))
1128RuntimeGuestR0_SOURCES += VBox/logbackdoor.cpp
1129RuntimeGuestR0_SOURCES.$(KBUILD_TARGET) := $(RuntimeR0Drv_SOURCES.$(KBUILD_TARGET))
1130RuntimeGuestR0_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) := $(RuntimeR0Drv_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH))
1131ifdef VBOX_USE_VCC80
1132RuntimeGuestR0_SOURCES.win += \
1133 common/string/memchr.cpp \
1134 common/string/memcpy.cpp \
1135 common/string/memset.cpp \
1136 common/string/memmove.asm \
1137 common/string/strlen.cpp
1138endif
1139RuntimeGuestR0_SOURCES.freebsd += \
1140 common/string/memset.cpp \
1141 common/string/memcmp.cpp \
1142 common/string/strchr.asm
1143
1144RuntimeOS2GuestR0_TEMPLATE = VBOXOS2GUESTR0LIB
1145RuntimeOS2GuestR0_SOURCES = \
1146 $(filter-out common/misc/assert.cpp generic/RTLogWriteUser-generic.cpp,$(RuntimeR0Drv_SOURCES)) \
1147 $(RuntimeR0Drv_SOURCES.os2) \
1148 VBox/logbackdoor.cpp
1149
1150#
1151# RuntimeW32GuestR0 - Win32 guest driver runtime.
1152#
1153RuntimeW32GuestR0_TEMPLATE = VBOXW32GUESTR0LIB
1154RuntimeW32GuestR0_SDKS = W2K3DDKX86 WINPSDKINCS
1155RuntimeW32GuestR0_INCS := $(PATH_SUB_CURRENT) include
1156RuntimeW32GuestR0_DEFS = IN_RT_R0 RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS IN_SUP_R0
1157RuntimeW32GuestR0_DEFS.$(KBUILD_TARGET) =
1158RuntimeW32GuestR0_SOURCES = \
1159 $(filter-out generic/RTLogWriteUser-generic.cpp,$(RuntimeR0Drv_SOURCES)) \
1160 $(RuntimeR0Drv_SOURCES.win) \
1161 VBox/logbackdoor.cpp
1162ifdef VBOX_USE_VCC80
1163## @todo use the .asm versions of these.
1164RuntimeW32GuestR0_SOURCES += \
1165 common/string/memchr.cpp \
1166 common/string/memcpy.cpp \
1167 common/string/memset.cpp \
1168 common/string/memmove.asm \
1169 common/string/strlen.cpp
1170endif
1171
1172
1173#
1174# RuntimeW32NT4GuestR0 - Win32 NT4 guest driver runtime.
1175#
1176RuntimeW32NT4GuestR0_EXTENDS = RuntimeW32GuestR0
1177RuntimeW32NT4GuestR0_EXTENDS_BY = appending
1178RuntimeW32NT4GuestR0_DEFS = IPRT_TARGET_NT4
1179
1180
1181#
1182# RuntimeGC - Guest context library.
1183#
1184RuntimeGC_TEMPLATE = VBOXGC
1185RuntimeGC_DEFS = IN_RT_GC RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS
1186RuntimeGC_INCS = include
1187RuntimeGC_SOURCES = \
1188 common/log/log.cpp \
1189 common/log/logcom.cpp \
1190 common/log/logformat.cpp \
1191 common/misc/assert.cpp \
1192 common/misc/sanity-c.c \
1193 common/misc/sanity-cpp.cpp \
1194 common/string/memchr.cpp \
1195 common/string/memcmp.cpp \
1196 common/string/memcpy.cpp \
1197 common/string/memset.cpp \
1198 common/string/memmove.asm \
1199 common/string/strcpy.cpp \
1200 common/string/strformat.cpp \
1201 common/string/strformatrt.cpp \
1202 common/string/strformattype.cpp \
1203 common/string/strlen.cpp \
1204 common/string/strncmp.cpp \
1205 common/string/strpbrk.cpp \
1206 common/string/strprintf.cpp \
1207 common/table/avllu32.cpp \
1208 common/table/avlogcphys.cpp \
1209 common/table/avlogcptr.cpp \
1210 common/table/avlohcphys.cpp \
1211 common/table/avloioport.cpp \
1212 common/table/avlrogcphys.cpp \
1213 common/table/avlrogcptr.cpp \
1214 common/table/avlroioport.cpp \
1215 common/table/avlroogcptr.cpp \
1216 common/table/avlu32.cpp \
1217 common/time/timeprog.cpp \
1218 common/time/timesup.cpp \
1219 gc/initterm-gc.cpp \
1220 generic/RTAssertDoBreakpoint-generic.cpp \
1221 VBox/strformat-vbox.cpp \
1222
1223#if1of ($(KBUILD_TARGET_ARCH),amd64 x86)
1224# RuntimeGC_SOURCES += common/time/timesupA.asm
1225#else
1226 RuntimeGC_SOURCES += common/time/timesupref.cpp
1227#endif
1228
1229RuntimeGC_SOURCES.win.x86 = $(RuntimeWin32ASM_SOURCES)
1230
1231ifeq ($(VBOX_LDR_FMT32),lx)
1232 RuntimeGC_SOURCES += os2/sys0.asm
1233endif
1234
1235if1of ($(KBUILD_TARGET), darwin solaris freebsd)
1236RuntimeGC_SOURCES += \
1237 common/math/gcc/adddi3.c \
1238 common/math/gcc/anddi3.c \
1239 common/math/gcc/ashldi3.c \
1240 common/math/gcc/ashrdi3.c \
1241 common/math/gcc/cmpdi2.c \
1242 common/math/gcc/divdi3.c \
1243 common/math/gcc/iordi3.c \
1244 common/math/gcc/lshldi3.c \
1245 common/math/gcc/lshrdi3.c \
1246 common/math/gcc/moddi3.c \
1247 common/math/gcc/muldi3.c \
1248 common/math/gcc/negdi2.c \
1249 common/math/gcc/notdi2.c \
1250 common/math/gcc/qdivrem.c \
1251 common/math/gcc/subdi3.c \
1252 common/math/gcc/ucmpdi2.c \
1253 common/math/gcc/udivdi3.c \
1254 common/math/gcc/umoddi3.c \
1255 common/math/gcc/xordi3.c
1256endif
1257
1258
1259#
1260# Static library for new & delete for the electric fence.
1261#
1262RuntimeEFCPP_TEMPLATE = $(RuntimeR3_TEMPLATE)
1263RuntimeEFCPP_SDKS = $(RuntimeR3_SDKS)
1264RuntimeEFCPP_SDKS.$(KBUILD_TARGET) = $(RuntimeR3_SDKS.$(KBUILD_TARGET))
1265RuntimeEFCPP_DEFS = $(RuntimeR3_DEFS)
1266RuntimeEFCPP_DEFS.$(KBUILD_TARGET) = $(RuntimeR3_DEFS.$(KBUILD_TARGET))
1267RuntimeEFCPP_INCS = $(RuntimeR3_INCS)
1268RuntimeEFCPP_INCS.$(KBUILD_TARGET) = $(RuntimeR3_INCS.$(KBUILD_TARGET))
1269RuntimeEFCPP_SOURCES = r3/alloc-ef-cpp.cpp
1270
1271
1272
1273#
1274# errmsg.cpp depends on a generated header.
1275#
1276common/err/errmsg.cpp_DEPS = $(PATH_TARGET)/errmsgdata.h
1277common/err/errmsg.cpp_INCS = $(PATH_TARGET)
1278
1279win/errmsgwin.cpp_DEPS = $(PATH_TARGET)/errmsgcomdata.h
1280win/errmsgwin.cpp_INCS = $(PATH_TARGET)
1281
1282
1283#
1284# Generate the rules (we're the to sub-makefile).
1285#
1286include $(KBUILD_PATH)/subfooter.kmk
1287
1288
1289ifneq ($(wildcard /usr/bin/chcon),)
1290# this is needed for testcases executed at build time
1291## @todo Make a special installer tool that does this.
1292$(PATH_BIN)/VBoxRT.so:
1293 $(INSTALL) $(TARGET_VBoxRT) $@
1294 chcon -t texrel_shlib_t $@ || true
1295endif
1296
1297
1298#
1299# Generate the status code data.
1300#
1301$(PATH_TARGET)/errmsgdata.h: common/err/errmsg.sed $(DEPTH)/include/iprt/err.h $(DEPTH)/include/VBox/err.h
1302 $(call MSG_GENERATE,,$@,$(filter %.h,$^))
1303 $(QUIET)$(MKDIR) -p $(PATH_TARGET)
1304 $(QUIET)$(REDIRECT) -wo $@ -- $(SED) -f $< $(filter %.h,$^)
1305
1306## @todo r=bird: rename this to indicate that it's not only COM errors, but all win32/64 errors.
1307$(PATH_TARGET)/errmsgcomdata.h: common/err/errmsgcom.sed $(PATH_SDK_WINPSDK_INC)/WinError.h
1308 $(call MSG_GENERATE,,$@,$(filter %.h,$^))
1309 $(QUIET)$(MKDIR) -p $(PATH_TARGET)
1310 $(QUIET)$(REDIRECT) -wo $@ -- $(SED) -f $< $(filter %.h,$^)
1311
1312
1313#
1314# Aliases for .cpp.h files so we can more easily do syntax checking from the editor.
1315#
1316ldrELFRelocatable.cpp.o: ldrELF.o
1317ldrELFRelocatable.cpp.obj: ldrELF.obj
1318
1319
1320#
1321# Doxygen documentation.
1322#
1323DOXYGEN_INPUT_DIRS = \
1324 $(PATH_ROOT)/include/iprt \
1325 $(PATH_ROOT)/include/iprt/nocrt \
1326 $(PATH_ROOT)/include/iprt/nocrt/x86 \
1327 $(PATH_ROOT)/include/iprt/nocrt/amd64 \
1328 include/internal \
1329 common/alloc \
1330 common/checksum \
1331 common/err \
1332 common/ldr \
1333 common/log \
1334 common/misc \
1335 common/string \
1336 common/table \
1337 common/time \
1338 VBox/ \
1339 $(foreach dir, . r3 r0drv,\
1340 $(dir) \
1341 $(dir)/darwin \
1342 $(dir)/l4 \
1343 $(dir)/linux \
1344 $(dir)/nt \
1345 $(dir)/os2 \
1346 $(dir)/win \
1347 $(dir)/win32 \
1348 $(dir)/win64 \
1349 $(dir)/generic \
1350 )
1351
1352# These must come first in order to make things look nice.
1353DOXYGEN_INPUT_FIRST =\
1354 $(PATH_ROOT)/include/iprt/cdefs.h \
1355 $(PATH_ROOT)/include/iprt/types.h \
1356 $(PATH_ROOT)/include/iprt/runtime.h \
1357 $(PATH_ROOT)/include/iprt/param.h \
1358 $(PATH_ROOT)/include/iprt/assert.h \
1359 $(PATH_ROOT)/include/iprt/asm.h \
1360
1361DOXYGEN_INPUT := \
1362 $(filter-out %.cpp.h, $(sort $(wildcard $(addsuffix /*.h, $(DOXYGEN_INPUT_DIRS)))) ) \
1363 $(foreach dir, $(DOXYGEN_INPUT_DIRS), $(wildcard $(dir)/*.cpp $(dir)/.c $(dir)/.asm))
1364DOXYGEN_INPUT := \
1365 $(DOXYGEN_INPUT_FIRST) \
1366 $(filter-out $(DOXYGEN_INPUT_FIRST), $(DOXYGEN_INPUT))
1367
1368
1369DOXYGEN_OUTPUT = $(PATH_OUT)/docs/iprt
1370
1371-include $(PATH_TARGET)/Doxyfile.dep
1372
1373# Generate the Doxyfile
1374$(PATH_TARGET)/Doxyfile: Doxyfile Makefile.kmk \
1375 $(comp-vars DOXYGEN_INPUT,DOXYGEN_INPUT_PREV,FORCE) \
1376 $(comp-vars DOXYGEN_OUTPUT,DOXYGEN_OUTPUT_PREV,FORCE) \
1377 | $(call DIRDEP, $(PATH_TARGET))
1378 $(RM) -f $@ [email protected] $(PATH_TARGET)/Doxyfile.dep
1379 $(CP) -f Doxyfile [email protected]
1380 $(APPEND) [email protected]
1381 $(APPEND) [email protected] "OUTPUT_DIRECTORY = $(DOXYGEN_OUTPUT)"
1382 $(APPEND) [email protected] "WARN_LOGFILE = $(DOXYGEN_OUTPUT)/errors"
1383 $(APPEND) [email protected] "INCLUDE_PATH = $(PATH_ROOT)/include include . common/table"
1384 $(APPEND) [email protected] "INCLUDE_FILE_PATTERNS = *.cpp.h"
1385 $(APPEND) [email protected] "PREDEFINED += $(ARCH_BITS_DEFS)"
1386 $(APPEND) [email protected]
1387 $(APPEND) [email protected] "INPUT = $(DOXYGEN_INPUT)"
1388 $(APPEND) [email protected]
1389 $(MV) -f [email protected] $@
1390 @$(APPEND) $(PATH_TARGET)/Doxyfile.dep "DOXYGEN_OUTPUT_PREV = $(DOXYGEN_OUTPUT)"
1391 @$(APPEND) $(PATH_TARGET)/Doxyfile.dep "DOXYGEN_INPUT_PREV = $(DOXYGEN_INPUT)"
1392
1393# Create the output directory.
1394$(call DIRDEP, $(DOXYGEN_OUTPUT)):
1395 $(MKDIR) -p $@
1396
1397# Do the actual job.
1398$(PATH_TARGET)/docs.iprt: $(PATH_TARGET)/Doxyfile $(DOXYGEN_INPUT) | $(call DIRDEP, $(DOXYGEN_OUTPUT))
1399 $(RM) -f $(wildcard $(DOXYGEN_OUTPUT)/html/*) $(PATH_TARGET)/docs.iprt
1400 doxygen $(PATH_TARGET)/Doxyfile
1401 $(APPEND) $(PATH_TARGET)/docs.iprt
1402
1403# alias
1404docs: $(PATH_TARGET)/docs.iprt
1405
1406test:
1407 @echo test-$(comp-vars DOXYGEN_OUTPUT,DOXYGEN_OUTPUT_PREV,FORCE)
1408 @echo $(DOXYGEN_OUTPUT)
1409 @echo $(DOXYGEN_OUTPUT_PREV)
1410 @echo $(DOXYGEN_INPUT)
1411
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