VirtualBox

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

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

simple scanning function for IPv4 CIDR addresses

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