VirtualBox

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

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

Solaris.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 32.4 KB
Line 
1# $Id: Makefile.kmk 4474 2007-08-31 19:23:49Z vboxsync $
2## @file
3# Makefile for the innotek Portable Runtime (IPRT).
4#
5
6#
7# Copyright (C) 2006-2007 innotek GmbH
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 as published by the Free Software Foundation,
13# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
14# distribution. VirtualBox OSE is distributed in the hope that it will
15# be useful, but WITHOUT ANY WARRANTY of any kind.
16
17
18DEPTH = ../../..
19include $(PATH_KBUILD)/header.kmk
20
21ifdef VBOX_ADDITIONS_LINUX_ONLY
22 LIBRARIES = RuntimeLnx32GuestR0 RuntimeLnx32GuestR3
23else ifdef VBOX_ADDITIONS_WIN32_ONLY
24 LIBRARIES = RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0
25else ifdef VBOX_ADDITIONS_OS2_ONLY
26 LIBRARIES += RuntimeOS2GuestR0 RuntimeOS2GuestR3 #RuntimeOS2Warp3GuestR0
27else
28 # Build everything.
29 BLDPROGS = uniread
30 LIBRARIES = RuntimeR3 RuntimeR0 RuntimeGC RuntimeEFCPP RuntimeR3NoCRTGCC
31 ifdef VBOX_WITH_VBOXDRV
32 LIBRARIES += RuntimeR0Drv
33 endif
34 ifdef VBOX_WITH_WIN32_ADDITIONS
35 LIBRARIES += RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0
36 endif
37 ifdef VBOX_WITH_LINUX_ADDITIONS
38 LIBRARIES += RuntimeLnx32GuestR3
39 ifdef VBOX_WITH_LINUX_ADDITIONS_32BIT_R0
40 LIBRARIES += RuntimeLnx32GuestR0
41 endif
42 endif
43 ifdef VBOX_WITH_OS2_ADDITIONS
44 LIBRARIES += RuntimeOS2GuestR0 RuntimeOS2GuestR3 #RuntimeOS2Warp3GuestR0
45 endif
46 LIBRARIES.l4= RuntimeR3L4
47 DLLS = VBoxRT
48 OTHER_CLEAN = \
49 $(PATH_TARGET)/errmsgdata.h \
50 $(PATH_TARGET)/errmsgcomdata.h \
51 $(PATH_TARGET)/Doxyfile \
52 $(PATH_TARGET)/Doxyfile.dep \
53 $(PATH_TARGET)/docs.iprt
54
55 SUBDIRS_AFTER = testcase
56endif
57
58
59# global (for now at least)
60INCS += include
61
62ifneq ($(wildcard ./kLdr/kLdrModMachO.c),)
63 ifeq ($(filter-out darwin win os2,$(BUILD_TARGET)),)
64 IPRT_WITH_KLDR=1
65 IPRT_PATH_KLDR=./kLdr
66 endif
67endif
68
69#
70# Unicode Specification reader used to regenerate unidata.cpp.
71#
72uniread_TEMPLATE = VBOXBLDPROG
73uniread_SOURCES = uniread.cpp
74
75#
76# Win64 assembly sources.
77#
78RuntimeWin64ASM_SOURCES = \
79 win64/ASMAtomicBitClear.asm \
80 win64/ASMAtomicBitTestAndToggle.asm \
81 win64/ASMAtomicBitToggle.asm \
82 win64/ASMAtomicReadU64.asm \
83 win64/ASMAtomicXchgU16.asm \
84 win64/ASMAtomicXchgU8.asm \
85 win64/ASMBitFirstClear.asm \
86 win64/ASMBitFirstSet.asm \
87 win64/ASMGetCS.asm \
88 win64/ASMGetDS.asm \
89 win64/ASMGetES.asm \
90 win64/ASMGetFlags.asm \
91 win64/ASMGetFS.asm \
92 win64/ASMGetGS.asm \
93 win64/ASMGetIDTR.asm \
94 win64/ASMGetGDTR.asm \
95 win64/ASMGetTR.asm \
96 win64/ASMGetSS.asm \
97 win64/ASMProbeReadByte.asm \
98 win64/ASMSetFlags.asm \
99 win64/ASMGetDR0.asm \
100 win64/ASMGetDR1.asm \
101 win64/ASMGetDR2.asm \
102 win64/ASMGetDR3.asm \
103 win64/ASMGetDR6.asm \
104 win64/ASMGetDR7.asm \
105 win64/ASMMultU64ByU32DivByU32.asm \
106
107#
108# RuntimeR3 - Static Runtime for Ring-3 executables.
109#
110RuntimeR3_TEMPLATE = VBOXR3EXE
111RuntimeR3_SDKS.win = WINPSDK W2K3DDK
112RuntimeR3_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX
113ifdef IPRT_WITH_KLDR
114 RuntimeR3_DEFS += LDR_WITH_KLDR KLDR_USE_CRT
115 RuntimeR3_DEFS.debug += KLDRMOD_STRICT KLDRMODLX_STRICT KLDRMODPE_STRICT KLDRMODNATIVE_STRICT KLDRRDR_STRICT
116endif
117ifdef VBOX_MAIN_RELEASE_LOG ## @todo (dmik): temporary, until RTThreadSelf/RTThreadAdopt are properly updated
118 RuntimeR3_DEFS += RTCRITSECT_STRICT
119endif
120RuntimeR3_INCS = \
121 $(PATH_ROOT)/src/libs/liblzf-1.51
122ifdef IPRT_WITH_KLDR
123 RuntimeR3_INCS += \
124 $(IPRT_PATH_KLDR)
125endif
126RuntimeR3_INCS.l4 = \
127 $(L4_INCDIR)
128# for iconv.h
129RuntimeR3_INCS.freebsd = \
130 /usr/local/include
131
132
133# RuntimeR3_INCS.solaris = \
134# /usr/include
135
136RuntimeR3_SOURCES = \
137 misc/sanity-cpp.cpp \
138 misc/sanity-c.c \
139 alloc.cpp \
140 alloc/heapsimple.cpp \
141 assert.cpp \
142 table/avlhcphys.cpp \
143 table/avlgcptr.cpp \
144 table/avlogcphys.cpp \
145 table/avlogcptr.cpp \
146 table/avlohcphys.cpp \
147 table/avloioport.cpp \
148 table/avlpv.cpp \
149 table/avlrgcptr.cpp \
150 table/avlrogcphys.cpp \
151 table/avlrogcptr.cpp \
152 table/avlroogcptr.cpp \
153 table/avlroioport.cpp \
154 table/avlu32.cpp \
155 table/avlul.cpp \
156 table/table.cpp \
157 crc32.cpp \
158 crc64.cpp \
159 dir.cpp \
160 errmsg.cpp \
161 fileio.cpp \
162 fs.cpp \
163 generic/critsect-generic.cpp \
164 generic/RTFileCopy-generic.cpp \
165 generic/RTLogWriteStdErr-generic.cpp \
166 generic/RTLogWriteStdOut-generic.cpp \
167 generic/RTLogWriteUser-generic.cpp \
168 generic/semfastmutex-generic.cpp \
169 generic/spinlock-generic.cpp \
170 generic/env-generic.cpp \
171 ldr.cpp \
172 ldrFile.cpp \
173 ldrNative.cpp \
174 ldrELF.cpp \
175 ldrEx.cpp \
176 ldrPE.cpp \
177 log.cpp \
178 logcom.cpp \
179 logformat.cpp \
180 md5.cpp \
181 path.cpp \
182 req.cpp \
183 r3/alloc-ef.cpp \
184 r3/alloc.cpp \
185 r3/init.cpp \
186 r3/process.cpp \
187 r3/stream.cpp \
188 r3/tcp.cpp \
189 RTErrConvertFromErrno.cpp \
190 semspingpong.cpp \
191 straprintf.cpp \
192 strformat.cpp \
193 strformatrt.cpp \
194 string.cpp \
195 strprintf.cpp \
196 strspace.cpp \
197 strstrip.cpp \
198 strtonum.cpp \
199 thread.cpp \
200 time.cpp \
201 timeprog.cpp \
202 uni.cpp \
203 unidata.cpp \
204 utf-16.cpp \
205 utf-8.cpp \
206 zip.cpp \
207 misc/rand.cpp \
208
209ifdef IPRT_WITH_KLDR
210 RuntimeR3_SOURCES += \
211 ldrkLdr.cpp \
212 $(IPRT_PATH_KLDR)/kLdrMod.c \
213 $(IPRT_PATH_KLDR)/kLdrModLX.c \
214 $(IPRT_PATH_KLDR)/kLdrModPE.c \
215 $(IPRT_PATH_KLDR)/kLdrModMachO.c \
216 $(IPRT_PATH_KLDR)/kLdrModNative.c \
217 $(IPRT_PATH_KLDR)/kLdrMisc.c \
218 $(IPRT_PATH_KLDR)/kLdrRdr.c \
219 $(IPRT_PATH_KLDR)/kLdrHlpStr.c
220# We Implement these using IPRT facilities.
221# $(IPRT_PATH_KLDR)/kLdrHlp.c \
222# $(IPRT_PATH_KLDR)/kLdrHlpHeap.c \
223# $(IPRT_PATH_KLDR)/kLdrHlpSem.c \
224# $(IPRT_PATH_KLDR)/kLdrHlpMem.c \
225# $(IPRT_PATH_KLDR)/kLdrHlpPath.c
226
227endif
228
229# VBox specific stuff.
230RuntimeR3_SOURCES += \
231 VBox/strformat-vbox.cpp \
232 VBox/RTAssertDoBreakpoint-vbox.cpp \
233 VBox/log-vbox.cpp
234
235RuntimeR3_SOURCES.win = \
236 generic/RTDirQueryInfo-generic.cpp \
237 generic/RTDirSetTimes-generic.cpp \
238 generic/semsrw-generic.cpp \
239 generic/semnoint-generic.cpp \
240 generic/rand-stubs-generic.cpp \
241 nt/RTErrConvertFromNtStatus.cpp \
242 win32/errmsgwin.cpp \
243 r3/posix/env-posix.cpp \
244 r3/win32/alloc-win32.cpp \
245 r3/win32/dir-win32.cpp \
246 r3/win32/fileio-win32.cpp \
247 r3/win32/fs-win32.cpp \
248 r3/win32/ldrNative-win32.cpp \
249 r3/win32/path-win32.cpp \
250 r3/win32/process-win32.cpp \
251 r3/win32/RTLogWriteDebugger-win32.cpp \
252 r3/win32/sched-win32.cpp \
253 r3/win32/sems-win32.cpp \
254 r3/win32/system-win32.cpp \
255 r3/win32/thread-win32.cpp \
256 r3/win32/time-win32.cpp \
257 r3/win32/timer-win32.cpp \
258 r3/win32/utf16locale-win32.cpp \
259 r3/win32/utf8-win32.cpp \
260 r3/win32/uuid-win32.cpp \
261 timesup.cpp \
262 win32/RTErrConvertFromWin32.cpp
263
264RuntimeR3_SOURCES.win.amd64 = \
265 $(RuntimeWin64ASM_SOURCES)
266
267RuntimeR3_SOURCES.linux = \
268 generic/RTDirQueryInfo-generic.cpp \
269 generic/RTDirSetTimes-generic.cpp \
270 generic/RTFileMove-generic.cpp \
271 generic/RTLogWriteDebugger-generic.cpp \
272 generic/RTTimeLocalNow-generic.cpp \
273 generic/RTTimerCreate-generic.cpp \
274 r3/posix/RTTimeNow-posix.cpp \
275 r3/posix/alloc-posix.cpp \
276 r3/posix/dir-posix.cpp \
277 r3/posix/env-posix.cpp \
278 r3/posix/fileio-posix.cpp \
279 r3/posix/filelock-posix.cpp \
280 r3/posix/fs-posix.cpp \
281 r3/posix/ldrNative-posix.cpp \
282 r3/posix/path-posix.cpp \
283 generic/pathhost-generic.cpp \
284 r3/posix/process-posix.cpp \
285 r3/posix/rand-posix.cpp \
286 r3/posix/system-posix.cpp \
287 r3/linux/sched-linux.cpp \
288 r3/posix/thread-posix.cpp \
289 r3/linux/time-linux.cpp \
290 r3/posix/timelocal-posix.cpp \
291 r3/posix/timer-posix.cpp \
292 generic/utf16locale-generic.cpp \
293 r3/posix/utf8-posix.cpp \
294 generic/uuid-generic.cpp \
295 timesup.cpp
296ifeq ($(BUILD_TARGET_ARCH),amd64)
297 RuntimeR3_SOURCES.linux += r3/linux/sems-linux.cpp
298else
299 RuntimeR3_SOURCES.linux += r3/posix/sems-posix.cpp
300endif
301
302RuntimeR3_SOURCES.os2 = \
303 generic/RTDirQueryInfo-generic.cpp \
304 generic/RTDirSetTimes-generic.cpp \
305 generic/RTFileMove-generic.cpp \
306 generic/RTLogWriteDebugger-generic.cpp \
307 generic/RTTimeLocalNow-generic.cpp \
308 generic/RTTimerCreate-generic.cpp \
309 os2/RTErrConvertFromOS2.cpp \
310 r3/os2/sems-os2.cpp \
311 r3/os2/system-os2.cpp \
312 r3/os2/thread-os2.cpp \
313 r3/posix/alloc-posix.cpp \
314 r3/posix/dir-posix.cpp \
315 r3/posix/env-posix.cpp \
316 r3/posix/fileio-posix.cpp \
317 r3/posix/filelock-posix.cpp \
318 r3/posix/fs-posix.cpp \
319 r3/posix/ldrNative-posix.cpp \
320 r3/posix/path-posix.cpp \
321 generic/pathhost-generic.cpp \
322 r3/posix/process-posix.cpp \
323 generic/rand-stubs-generic.cpp \
324 generic/semsrw-generic.cpp \
325 generic/semnoint-generic.cpp \
326 generic/sched-generic.cpp \
327 r3/os2/time-os2.cpp \
328 r3/posix/timelocal-posix.cpp \
329 generic/timer-generic.cpp \
330 r3/posix/RTTimeNow-posix.cpp \
331 generic/utf16locale-generic.cpp \
332 r3/posix/utf8-posix.cpp \
333 generic/uuid-generic.cpp \
334 timesup.cpp \
335
336RuntimeR3_SOURCES.darwin = \
337 darwin/RTErrConvertFromDarwinCOM.cpp \
338 darwin/RTErrConvertFromDarwinIO.cpp \
339 darwin/RTErrConvertFromDarwinKern.cpp \
340 generic/RTDirQueryInfo-generic.cpp \
341 generic/RTDirSetTimes-generic.cpp \
342 generic/RTFileMove-generic.cpp \
343 generic/RTLogWriteDebugger-generic.cpp \
344 generic/RTTimeLocalNow-generic.cpp \
345 generic/RTTimerCreate-generic.cpp \
346 generic/pathhost-generic.cpp \
347 generic/sched-generic.cpp \
348 generic/timer-generic.cpp \
349 generic/utf16locale-generic.cpp \
350 generic/uuid-generic.cpp\
351 r3/darwin/alloc-darwin.cpp \
352 r3/posix/dir-posix.cpp \
353 r3/posix/env-posix.cpp \
354 r3/posix/fileio-posix.cpp \
355 r3/darwin/filelock-darwin.cpp \
356 r3/posix/fs-posix.cpp \
357 r3/posix/ldrNative-posix.cpp \
358 r3/posix/path-posix.cpp \
359 r3/posix/process-posix.cpp \
360 r3/posix/rand-posix.cpp \
361 r3/posix/sems-posix.cpp \
362 r3/posix/system-posix.cpp \
363 r3/posix/thread-posix.cpp \
364 r3/darwin/time-darwin.cpp \
365 r3/posix/timelocal-posix.cpp \
366 r3/posix/utf8-posix.cpp \
367 timesup.cpp \
368
369## @todo Make BSD sched.
370RuntimeR3_SOURCES.freebsd = \
371 generic/RTDirQueryInfo-generic.cpp \
372 generic/RTDirSetTimes-generic.cpp \
373 generic/RTFileMove-generic.cpp \
374 generic/RTLogWriteDebugger-generic.cpp \
375 generic/RTTimerCreate-generic.cpp \
376 generic/pathhost-generic.cpp \
377 generic/sched-generic.cpp \
378 generic/uuid-generic.cpp \
379 r3/freebsd/alloc-freebsd.cpp \
380 r3/posix/dir-posix.cpp \
381 r3/posix/env-posix.cpp \
382 r3/posix/fileio-posix.cpp \
383 r3/posix/filelock-posix.cpp \
384 r3/posix/fs-posix.cpp \
385 r3/posix/ldrNative-posix.cpp \
386 r3/posix/path-posix.cpp \
387 r3/posix/process-posix.cpp \
388 r3/posix/rand-posix.cpp \
389 r3/posix/sems-posix.cpp \
390 r3/posix/system-posix.cpp \
391 r3/posix/thread-posix.cpp \
392 r3/posix/time-posix.cpp \
393 r3/posix/timelocal-posix.cpp \
394 r3/posix/timer-posix.cpp \
395 r3/posix/RTTimeNow-posix.cpp \
396 generic/utf16locale-generic.cpp \
397 r3/posix/utf8-posix.cpp \
398 timesup.cpp \
399
400RuntimeR3_SOURCES.solaris = \
401 generic/RTDirQueryInfo-generic.cpp \
402 generic/RTDirSetTimes-generic.cpp \
403 generic/RTFileMove-generic.cpp \
404 generic/RTLogWriteDebugger-generic.cpp \
405 generic/RTTimeLocalNow-generic.cpp \
406 generic/RTTimerCreate-generic.cpp \
407 generic/pathhost-generic.cpp \
408 generic/sched-generic.cpp \
409 generic/uuid-generic.cpp \
410 r3/solaris/alloc-solaris.cpp \
411 r3/posix/dir-posix.cpp \
412 r3/posix/env-posix.cpp \
413 r3/posix/fileio-posix.cpp \
414 r3/posix/filelock-posix.cpp \
415 r3/posix/fs-posix.cpp \
416 r3/posix/ldrNative-posix.cpp \
417 r3/posix/path-posix.cpp \
418 r3/posix/process-posix.cpp \
419 r3/posix/rand-posix.cpp \
420 r3/posix/sems-posix.cpp \
421 r3/posix/system-posix.cpp \
422 r3/posix/thread-posix.cpp \
423 r3/posix/time-posix.cpp \
424 r3/posix/timelocal-posix.cpp \
425 r3/posix/timer-posix.cpp \
426 r3/posix/RTTimeNow-posix.cpp \
427 generic/utf16locale-generic.cpp \
428 r3/posix/utf8-posix.cpp \
429 timesup.cpp \
430
431
432## PORTME: Porters add their selection of platform specific files for Ring-3 here.
433
434
435#
436# L4 RuntimeR3 subtarget since L4 headers won't work with VBOXR3.
437#
438RuntimeR3L4_TEMPLATE = VBOXR3NP
439RuntimeR3L4_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF LDR_WITH_PE
440ifneq ($(BUILD_TARGET_ARCH),amd64)
441RuntimeR3L4_DEFS += __PIC__
442endif
443RuntimeR3L4_INCS = $(L4_INCDIR)
444
445RuntimeR3L4_SOURCES = \
446 generic/RTDirQueryInfo-generic.cpp \
447 generic/RTDirSetTimes-generic.cpp \
448 generic/RTFileMove-generic.cpp \
449 generic/RTLogWriteDebugger-generic.cpp \
450 generic/RTTimeLocalNow-generic.cpp \
451 generic/fs-stubs-generic.cpp \
452 generic/pathhost-generic.cpp \
453 generic/sched-generic.cpp \
454 generic/semsrw-generic.cpp \
455 generic/semnoint-generic.cpp \
456 generic/uuid-generic.cpp \
457 l4/l4-errno.cpp \
458 l4/process-l4env.cpp \
459 l4/sems-l4env.cpp \
460 l4/system-l4env.cpp \
461 l4/thread-l4env.cpp \
462 l4/timer-l4env.cpp \
463 generic/utf16locale-generic.cpp \
464 l4/utf8-l4env.cpp \
465 r3/posix/alloc-posix.cpp \
466 r3/posix/env-posix.cpp \
467 r3/posix/dir-posix.cpp \
468 r3/posix/fileio-posix.cpp \
469 r3/posix/filelock-posix.cpp \
470 r3/posix/ldrNative-posix.cpp \
471 r3/posix/path-posix.cpp \
472 r3/posix/rand-posix.cpp \
473 r3/posix/time-posix.cpp \
474 r3/posix/timelocal-posix.cpp \
475 r3/posix/RTTimeNow-posix.cpp \
476 timesup.cpp
477
478#
479# RuntimeW32GuestR3 - Win32 guest program runtime.
480#
481RuntimeW32GuestR3_TEMPLATE = VBOXW32GUESTR3LIB
482RuntimeW32GuestR3_SDKS = WINPSDK W2K3DDK
483RuntimeW32GuestR3_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX
484ifdef IPRT_WITH_KLDR
485 RuntimeW32GuestR3_DEFS += LDR_WITH_KLDR KLDR_USE_CRT
486 RuntimeW32GuestR3_DEFS.debug += KLDRMOD_STRICT KLDRMODLX_STRICT KLDRMODPE_STRICT KLDRMODNATIVE_STRICT KLDRRDR_STRICT
487endif
488RuntimeW32GuestR3_SOURCES = $(RuntimeR3_SOURCES.win) $(RuntimeR3_SOURCES)
489RuntimeW32GuestR3_INCS = $(RuntimeR3_INCS.win) $(RuntimeR3_INCS)
490
491
492#
493# RuntimeLnx32GuestR3 - 32-bit Linux guest program runtime.
494#
495RuntimeLnx32GuestR3_TEMPLATE = VBOXLNX32GUESTR3LIB
496RuntimeLnx32GuestR3_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX
497ifdef IPRT_WITH_KLDR
498 RuntimeLnx32GuestR3_DEFS += LDR_WITH_KLDR KLDR_USE_CRT
499 RuntimeLnx32GuestR3_DEFS.debug += KLDRMOD_STRICT KLDRMODLX_STRICT KLDRMODPE_STRICT KLDRMODNATIVE_STRICT KLDRRDR_STRICT
500endif
501RuntimeLnx32GuestR3_SOURCES = $(RuntimeR3_SOURCES.linux) $(RuntimeR3_SOURCES)
502RuntimeLnx32GuestR3_INCS = $(RuntimeR3_INCS.linux) $(RuntimeR3_INCS)
503
504
505#
506# RuntimeOS2GuestR3 - OS/2 guest program runtime.
507#
508RuntimeOS2GuestR3_TEMPLATE = VBOXOS2GUESTR3LIB
509RuntimeOS2GuestR3_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX
510ifdef IPRT_WITH_KLDR
511 RuntimeOS2GuestR3_DEFS += LDR_WITH_KLDR KLDR_USE_CRT
512 RuntimeOS2GuestR3_DEFS.debug += KLDRMOD_STRICT KLDRMODLX_STRICT KLDRMODPE_STRICT KLDRMODNATIVE_STRICT KLDRRDR_STRICT
513endif
514RuntimeOS2GuestR3_SOURCES = $(RuntimeR3_SOURCES.os2) $(RuntimeR3_SOURCES)
515RuntimeOS2GuestR3_INCS = $(RuntimeR3_INCS.os2) $(RuntimeR3_INCS)
516
517
518#
519# VBoxRT - Shared Object / DLL version.
520#
521VBoxRT_TEMPLATE = VBOXR3
522VBoxRT_SDKS.win = WINPSDK W2K3DDK VBOX_NTDLL
523ifeq ($(BUILD_TARGET),darwin)
524VBoxRT_INST = $(INST_DLL) $(INST_TESTCASE)
525endif
526VBoxRT_DEFS = $(RuntimeR3_DEFS) IN_SUP_R3 IN_SUP_R3
527VBoxRT_DEFS.$(BUILD_TYPE) = $(RuntimeR3_DEFS.$(BUILD_TYPE))
528VBoxRT_SOURCES = \
529 VBox/VBoxRTDeps.cpp \
530 $(RuntimeR3_SOURCES)
531VBoxRT_SOURCES.$(BUILD_TARGET) = $(RuntimeR3_SOURCES.$(BUILD_TARGET))
532VBoxRT_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH) = $(RuntimeR3_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH))
533VBoxRT_SOURCES.win += r3/win32/dllmain-win32.cpp
534VBoxRT_SOURCES.win.amd64 += r3/win64/VBoxRT-win64.def
535VBoxRT_INCS = $(RuntimeR3_INCS)
536VBoxRT_INCS.$(BUILD_TARGET) = $(RuntimeR3_INCS.$(BUILD_TARGET))
537VBoxRT_INCS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH) = $(RuntimeR3_INCS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH))
538VBoxRT_LIBS = \
539 $(PATH_LIB)/SUPR3$(VBOX_SUFF_LIB) \
540 $(PATH_LIB)/VBox-liblzf$(VBOX_SUFF_LIB)
541VBoxRT_LIBS.darwin = \
542 iconv
543VBoxRT_LIBS.freebsd = \
544 iconv
545VBoxRT_LIBPATH.freebsd = \
546 /usr/local/lib
547VBoxRT_LDFLAGS.darwin = -framework IOKit -install_name @executable_path/VBoxRT.dylib
548ifdef VBOX_USE_VCC80
549VBoxRT_LDFLAGS.win = /MANIFEST
550endif
551VBoxRT_LDFLAGS.l4 = \
552 -Wl,-whole-archive \
553 $(PATH_LIB)/RuntimeR3L4$(VBOX_SUFF_LIB) \
554 -Wl,-no-whole-archive
555ifeq ($(BUILD_TARGET),l4)
556VBoxRT_LIBS += \
557 $(L4_LIBDIR)/libl4sys.a \
558 $(L4_LIBDIR)/libl4sys.p.a
559endif
560VBoxRT_LIBS.l4 = \
561 $(PATH_LIB)/RuntimeR3L4$(VBOX_SUFF_LIB)
562
563
564#
565# RuntimeR3NoCRTGCC - CRT replacement lib for VBoxREM.
566# This is used together with VBoxRT.
567#
568RuntimeR3NoCRTGCC_TEMPLATE = VBOXNOCRTGCC
569RuntimeR3NoCRTGCC_LIBSUFF = $(VBOX_SUFF_LIB)
570RuntimeR3NoCRTGCC_SOURCES = \
571 misc/sanity-cpp.cpp \
572 misc/sanity-c.c \
573 \
574 math/ceill.asm \
575 math/cosl.asm \
576 math/fabs.asm \
577 math/fabsf.asm \
578 math/fabsl.asm \
579 math/floor.asm \
580 math/floorf.asm \
581 math/floorl.asm \
582 math/ldexpl.asm \
583 math/llrint.asm \
584 math/llrintf.asm \
585 math/llrintl.asm \
586 math/logl.asm \
587 math/lrint.asm \
588 math/lrintf.asm \
589 math/lrintl.asm \
590 math/remainder.asm \
591 math/remainderf.asm \
592 math/remainderl.asm \
593 math/sinl.asm \
594 math/tanl.asm \
595 math/trunc.asm \
596 math/truncf.asm \
597 math/truncl.asm \
598 \
599 misc/setjmp.asm \
600 \
601 string/memchr.asm \
602 string/memchr_alias.c \
603 string/memcmp.asm \
604 string/memcmp_alias.c \
605 string/memcpy.asm \
606 string/memcpy_alias.c \
607 string/mempcpy.asm \
608 string/memset.asm \
609 string/memset_alias.c \
610 string/strchr.asm \
611 string/strchr_alias.c \
612 string/strcmp.asm \
613 string/strcmp_alias.c
614
615RuntimeR3NoCRTGCC_SOURCES.x86 = \
616 math/x86/fenv-x86.c \
617 math/gcc/adddi3.c \
618 math/gcc/anddi3.c \
619 math/gcc/ashldi3.c \
620 math/gcc/ashrdi3.c \
621 math/gcc/cmpdi2.c \
622 math/gcc/divdi3.c \
623 math/gcc/iordi3.c \
624 math/gcc/lshldi3.c \
625 math/gcc/lshrdi3.c \
626 math/gcc/moddi3.c \
627 math/gcc/muldi3.c \
628 math/gcc/negdi2.c \
629 math/gcc/notdi2.c \
630 math/gcc/qdivrem.c \
631 math/gcc/subdi3.c \
632 math/gcc/ucmpdi2.c \
633 math/gcc/udivdi3.c \
634 math/gcc/umoddi3.c \
635 math/gcc/xordi3.c
636
637
638## @todo stop using the old memcpy.c and memset.c code.
639
640#
641# RuntimeR0 - Ring0 library for VMMR0.
642#
643RuntimeR0_TEMPLATE = VBOXR0
644RuntimeR0_DEFS = IN_RT_R0 RT_WITH_VBOX
645RuntimeR0_SOURCES = \
646 misc/sanity-cpp.cpp \
647 misc/sanity-c.c \
648 assert.cpp \
649 generic/RTAssertDoBreakpoint-generic.cpp \
650 table/avlhcphys.cpp \
651 table/avlgcptr.cpp \
652 table/avlogcphys.cpp \
653 table/avlohcphys.cpp \
654 table/avlpv.cpp \
655 table/avlrogcphys.cpp \
656 table/avlogcptr.cpp \
657 table/avlrogcptr.cpp \
658 table/avlroogcptr.cpp \
659 table/avloioport.cpp \
660 table/avlroioport.cpp \
661 logcom.cpp \
662 logformat.cpp \
663 strformat.cpp \
664 strformatrt.cpp \
665 strprintf.cpp \
666 string/memchr.cpp \
667 string/memcmp.cpp \
668 string/memcpy.cpp \
669 string/memset.cpp \
670 string/strcpy.cpp \
671 string/strlen.cpp \
672 string/strncmp.cpp \
673 string/strpbrk.cpp \
674 VBox/strformat-vbox.cpp \
675 timesup.cpp
676
677RuntimeR0_SOURCES.win.amd64 = $(RuntimeWin64ASM_SOURCES)
678
679RuntimeR0_SOURCES.os2 = \
680 os2/RTErrConvertFromOS2.cpp \
681 os2/sys0.asm
682
683ifeq ($(filter-out darwin solaris,$(BUILD_TARGET)),)
684RuntimeR0_SOURCES += \
685 math/gcc/adddi3.c \
686 math/gcc/anddi3.c \
687 math/gcc/ashldi3.c \
688 math/gcc/ashrdi3.c \
689 math/gcc/cmpdi2.c \
690 math/gcc/divdi3.c \
691 math/gcc/iordi3.c \
692 math/gcc/lshldi3.c \
693 math/gcc/lshrdi3.c \
694 math/gcc/moddi3.c \
695 math/gcc/muldi3.c \
696 math/gcc/negdi2.c \
697 math/gcc/notdi2.c \
698 math/gcc/qdivrem.c \
699 math/gcc/subdi3.c \
700 math/gcc/ucmpdi2.c \
701 math/gcc/udivdi3.c \
702 math/gcc/umoddi3.c \
703 math/gcc/xordi3.c
704endif
705
706
707string/memchr.cpp_CXXFLAGS.win = -Oi-
708string/memcmp.cpp_CXXFLAGS.win = -Oi-
709string/memcpy.cpp_CXXFLAGS.win = -Oi-
710string/memset.cpp_CXXFLAGS.win = -Oi-
711string/strcpy.cpp_CXXFLAGS.win = -Oi-
712string/strlen.cpp_CXXFLAGS.win = -Oi-
713
714ifeq ($(BUILD_TARGET),l4)
715RuntimeR0Drv_BLD_TRG = linux
716RuntimeR0Drv_BLD_TRG_ARCH = x86
717RuntimeR0Drv_BLD_TRG_CPU = i386
718endif
719
720#
721# RuntimeR0Drv - Ring0 library for host drivers.
722#
723RuntimeR0Drv_TEMPLATE = VBOXR0DRV
724RuntimeR0Drv_SDKS.win = W2K3DDK WINPSDKINCS
725RuntimeR0Drv_INCS := $(PATH_SUB_CURRENT)
726RuntimeR0Drv_DEFS = IN_RT_R0 RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS
727RuntimeR0Drv_DEFS.win = IN_SUP_R0
728RuntimeR0Drv_DEFS.linux = MODULE KBUILD_MODNAME=KBUILD_STR\(vboxdrv\) KBUILD_BASENAME=KBUILD_STR\(vboxdrv\) IN_SUP_R0 # why is IN_SUP_R0 here? because!
729
730RuntimeR0Drv_INCS.linux = \
731 r0drv/linux
732
733RuntimeR0Drv_SOURCES = \
734 misc/sanity-cpp.cpp \
735 misc/sanity-c.c \
736 assert.cpp \
737 log.cpp \
738 logcom.cpp \
739 logformat.cpp \
740 string/strpbrk.cpp \
741 strformat.cpp \
742 strformatrt.cpp \
743 strtonum.cpp \
744 strprintf.cpp \
745 VBox/strformat-vbox.cpp \
746 r0drv/alloc-r0drv.cpp \
747 r0drv/initterm-r0drv.cpp \
748 generic/RTLogWriteStdErr-stub-generic.cpp \
749 generic/RTLogWriteStdOut-stub-generic.cpp \
750 generic/RTLogWriteUser-generic.cpp \
751 VBox/log-vbox.cpp \
752 table/avlpv.cpp \
753 crc32.cpp \
754 crc64.cpp
755
756RuntimeR0Drv_SOURCES.linux = \
757 generic/RTAssertDoBreakpoint-generic.cpp \
758 alloc/heapsimple.cpp \
759 r0drv/memobj-r0drv.cpp \
760 r0drv/linux/alloc-r0drv-linux.c \
761 r0drv/linux/initterm-r0drv-linux.c \
762 r0drv/linux/memobj-r0drv-linux.c \
763 r0drv/linux/process-r0drv-linux.c \
764 r0drv/linux/RTLogWriteDebugger-r0drv-linux.c \
765 r0drv/linux/semaphore-r0drv-linux.c \
766 r0drv/linux/spinlock-r0drv-linux.c \
767 r0drv/linux/thread-r0drv-linux.c
768## @todo thread2-r0drv-linux.c, timer-r0drv-linux.c and assert-r0drv-linux.c
769
770RuntimeR0Drv_SOURCES.win = \
771 generic/RTAssertDoBreakpoint-generic.cpp \
772 nt/RTErrConvertFromNtStatus.cpp \
773 r0drv/memobj-r0drv.cpp \
774 r0drv/nt/alloc-r0drv-nt.cpp \
775 r0drv/nt/initterm-r0drv-nt.cpp \
776 r0drv/nt/memobj-r0drv-nt.cpp \
777 r0drv/nt/process-r0drv-nt.cpp \
778 r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp \
779 r0drv/nt/semaphore-r0drv-nt.cpp \
780 r0drv/nt/spinlock-r0drv-nt.cpp \
781 r0drv/nt/thread-r0drv-nt.cpp \
782 r0drv/nt/thread2-r0drv-nt.cpp \
783 r0drv/nt/time-r0drv-nt.cpp \
784 thread.cpp \
785 string/strncmp.cpp
786## @todo timer-r0drv-nt.cpp and assert-r0drv-nt.cpp
787
788RuntimeR0Drv_SOURCES.win.amd64 = \
789 $(RuntimeWin64ASM_SOURCES)
790
791RuntimeR0Drv_SOURCES.darwin = \
792 darwin/RTErrConvertFromDarwinKern.cpp \
793 darwin/RTErrConvertFromDarwinIO.cpp \
794 generic/RTAssertDoBreakpoint-generic.cpp \
795 generic/RTTimerCreate-generic.cpp \
796 RTErrConvertFromErrno.cpp \
797 string/memchr.asm \
798 r0drv/memobj-r0drv.cpp \
799 r0drv/darwin/alloc-r0drv-darwin.cpp \
800 r0drv/darwin/assert-r0drv-darwin.cpp \
801 r0drv/darwin/memobj-r0drv-darwin.cpp \
802 r0drv/darwin/initterm-r0drv-darwin.cpp \
803 r0drv/darwin/process-r0drv-darwin.cpp \
804 r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp \
805 r0drv/darwin/semaphore-r0drv-darwin.cpp \
806 r0drv/darwin/spinlock-r0drv-darwin.cpp \
807 r0drv/darwin/thread-r0drv-darwin.cpp \
808 r0drv/darwin/thread2-r0drv-darwin.cpp \
809 r0drv/darwin/time-r0drv-darwin.cpp \
810 thread.cpp \
811 generic/timer-generic.cpp
812
813RuntimeR0Drv_DEFS.os2 += RT_WITHOUT_NOCRT_WRAPPERS
814RuntimeR0Drv_SOURCES.os2 = \
815 string/memchr.asm \
816 string/memcmp.asm \
817 string/memcpy.asm \
818 string/mempcpy.asm \
819 string/memset.asm \
820 string/strchr.asm \
821 string/strcmp.asm \
822 \
823 string/strcpy.cpp \
824 string/strlen.cpp \
825 string/strncmp.cpp \
826 \
827 os2/RTErrConvertFromOS2.cpp \
828 os2/sys0.asm \
829 thread.cpp \
830 r0drv/memobj-r0drv.cpp \
831 r0drv/os2/alloc-r0drv-os2.cpp \
832 r0drv/os2/assert-r0drv-os2.cpp \
833 r0drv/os2/assertA-r0drv-os2.asm \
834 r0drv/os2/initterm-r0drv-os2.cpp \
835 r0drv/os2/memobj-r0drv-os2.cpp \
836 r0drv/os2/os2imports.imp \
837 r0drv/os2/process-r0drv-os2.cpp \
838 r0drv/os2/semevent-r0drv-os2.cpp \
839 r0drv/os2/semeventmulti-r0drv-os2.cpp \
840 r0drv/os2/semfastmutex-r0drv-os2.cpp \
841 r0drv/os2/spinlock-r0drv-os2.cpp \
842 r0drv/os2/thread-r0drv-os2.cpp \
843 r0drv/os2/thread2-r0drv-os2.cpp \
844 r0drv/os2/time-r0drv-os2.cpp \
845 r0drv/os2/timer-r0drv-os2.cpp \
846 r0drv/os2/timerA-r0drv-os2.asm \
847 r0drv/os2/RTAssertDoBreakpoint-r0drv-os2.asm \
848 r0drv/os2/RTR0Os2DHQueryDOSVar.asm \
849 r0drv/os2/RTR0Os2DHVMGlobalToProcess.asm \
850 generic/RTLogWriteDebugger-generic.cpp
851
852RuntimeR0Drv_SOURCES.freebsd = \
853 generic/RTAssertDoBreakpoint-generic.cpp \
854 generic/RTLogWriteDebugger-generic.cpp \
855 RTErrConvertFromErrno.cpp \
856 string/memchr.asm \
857 r0drv/memobj-r0drv.cpp \
858 thread.cpp \
859 r0drv/freebsd/alloc-r0drv-freebsd.c \
860 r0drv/freebsd/assert-r0drv-freebsd.c \
861 r0drv/freebsd/initterm-r0drv-freebsd.c \
862 r0drv/freebsd/memobj-r0drv-freebsd.c \
863 r0drv/freebsd/process-r0drv-freebsd.c \
864 r0drv/freebsd/semevent-r0drv-freebsd.c \
865 r0drv/freebsd/semeventmulti-r0drv-freebsd.c \
866 r0drv/freebsd/semfastmutex-r0drv-freebsd.c \
867 r0drv/freebsd/spinlock-r0drv-freebsd.c \
868 r0drv/freebsd/thread-r0drv-freebsd.c \
869 r0drv/freebsd/thread2-r0drv-freebsd.c \
870 r0drv/freebsd/time-r0drv-freebsd.c \
871 r0drv/freebsd/timer-r0drv-freebsd.c \
872 generic/RTTimerCreate-generic.cpp
873
874# SOLARISTODO - Todo for Solaris
875RuntimeR0Drv_SOURCES.solaris = \
876 generic/RTAssertDoBreakpoint-generic.cpp \
877 generic/RTLogWriteDebugger-generic.cpp \
878 generic/RTTimerCreate-generic.cpp \
879 RTErrConvertFromErrno.cpp \
880 string/memchr.asm \
881 r0drv/memobj-r0drv.cpp \
882 thread.cpp \
883 r0drv/solaris/alloc-r0drv-solaris.c \
884 r0drv/solaris/assert-r0drv-solaris.c \
885 r0drv/solaris/initterm-r0drv-solaris.c \
886 r0drv/solaris/memobj-r0drv-solaris.c \
887 r0drv/solaris/process-r0drv-solaris.c \
888 r0drv/solaris/semevent-r0drv-solaris.c \
889 r0drv/solaris/semeventmulti-r0drv-solaris.c \
890 r0drv/solaris/semfastmutex-r0drv-solaris.c \
891 r0drv/solaris/spinlock-r0drv-solaris.c \
892 r0drv/solaris/thread-r0drv-solaris.c \
893 r0drv/solaris/thread2-r0drv-solaris.c \
894 r0drv/solaris/time-r0drv-solaris.c \
895 r0drv/solaris/timer-r0drv-solaris.c
896
897## PORTME: Porters create and add their selection of platform specific Ring-0 Driver files here.
898
899#
900# RuntimeW32GuestR0 - Win32 guest driver runtime.
901#
902RuntimeW32GuestR0_TEMPLATE = VBOXW32GUESTR0LIB
903RuntimeW32GuestR0_SDKS = W2K3DDKX86 WINPSDKINCS
904RuntimeW32GuestR0_INCS := $(PATH_SUB_CURRENT)
905RuntimeW32GuestR0_DEFS = IN_RT_R0 RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS IN_SUP_R0
906RuntimeW32GuestR0_SOURCES = \
907 $(filter-out generic/RTLogWriteUser-generic.cpp,$(RuntimeR0Drv_SOURCES)) \
908 $(RuntimeR0Drv_SOURCES.win) \
909 VBox/logbackdoor.cpp
910ifdef VBOX_USE_VCC80
911RuntimeW32GuestR0_SOURCES += \
912 string/memchr.cpp \
913 string/memcmp.cpp \
914 string/memcpy.cpp \
915 string/memset.cpp \
916 string/strlen.cpp
917endif
918
919
920#
921# RuntimeW32NT4GuestR0 - Win32 NT4 guest driver runtime.
922#
923RuntimeW32NT4GuestR0_TEMPLATE = VBOXW32GUESTR0LIB
924RuntimeW32NT4GuestR0_SDKS = $(RuntimeW32GuestR0_SDKS)
925RuntimeW32NT4GuestR0_DEFS = $(RuntimeW32GuestR0_DEFS) IPRT_TARGET_NT4
926RuntimeW32NT4GuestR0_INCS = $(RuntimeW32GuestR0_INCS)
927RuntimeW32NT4GuestR0_SOURCES = $(RuntimeW32GuestR0_SOURCES)
928
929
930#
931# RuntimeLnx32GuestR0 - 32-bit Linux guest driver runtime.
932#
933RuntimeLnx32GuestR0_TEMPLATE = VBOXLNX32GUESTR0
934RuntimeLnx32GuestR0_DEFS = RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS IN_SUP_R0 \
935 MODULE KBUILD_MODNAME=KBUILD_STR\(vboxdrv\) KBUILD_BASENAME=KBUILD_STR\(vboxdrv\)
936RuntimeLnx32GuestR0_INCS = $(RuntimeR0Drv_INCS.linux) $(RuntimeR0Drv_INCS)
937RuntimeLnx32GuestR0_SOURCES = \
938 $(RuntimeR0Drv_SOURCES) \
939 $(RuntimeR0Drv_SOURCES.linux) \
940 VBox/logbackdoor.cpp
941
942
943#
944# RuntimeOS2GuestR0 - OS/2 Warp 4.5 guest driver runtime.
945#
946RuntimeOS2GuestR0_TEMPLATE = VBOXOS2GUESTR0LIB
947RuntimeOS2GuestR0_INCS := $(PATH_SUB_CURRENT)
948RuntimeOS2GuestR0_DEFS = RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS
949RuntimeOS2GuestR0_SOURCES = \
950 $(filter-out assert.cpp generic/RTLogWriteUser-generic.cpp,$(RuntimeR0Drv_SOURCES)) \
951 $(RuntimeR0Drv_SOURCES.os2) \
952 VBox/logbackdoor.cpp
953
954
955#
956# RuntimeGC - Guest context library.
957#
958RuntimeGC_TEMPLATE = VBOXGC
959RuntimeGC_DEFS = IN_RT_GC RT_WITH_VBOX
960RuntimeGC_SOURCES = \
961 gc/initterm-gc.cpp \
962 misc/sanity-cpp.cpp \
963 misc/sanity-c.c \
964 table/avlogcphys.cpp \
965 table/avlrogcphys.cpp \
966 table/avlogcptr.cpp \
967 table/avlohcphys.cpp \
968 table/avlrogcptr.cpp \
969 table/avlroogcptr.cpp \
970 table/avloioport.cpp \
971 table/avlroioport.cpp \
972 assert.cpp \
973 generic/RTAssertDoBreakpoint-generic.cpp \
974 log.cpp \
975 logcom.cpp \
976 logformat.cpp \
977 string/strpbrk.cpp \
978 string/strncmp.cpp \
979 strformat.cpp \
980 strformatrt.cpp \
981 strprintf.cpp \
982 VBox/strformat-vbox.cpp \
983 timesup.cpp \
984 timeprog.cpp \
985 string/memchr.cpp \
986 string/memcmp.cpp \
987 string/memcpy.cpp \
988 string/memset.cpp \
989 string/strcpy.cpp \
990 string/strlen.cpp
991
992ifeq ($(VBOX_LDR_FMT32),lx)
993RuntimeGC_SOURCES += os2/sys0.asm
994endif
995
996ifeq ($(filter-out darwin solaris,$(BUILD_TARGET)),)
997RuntimeGC_SOURCES += \
998 math/gcc/adddi3.c \
999 math/gcc/anddi3.c \
1000 math/gcc/ashldi3.c \
1001 math/gcc/ashrdi3.c \
1002 math/gcc/cmpdi2.c \
1003 math/gcc/divdi3.c \
1004 math/gcc/iordi3.c \
1005 math/gcc/lshldi3.c \
1006 math/gcc/lshrdi3.c \
1007 math/gcc/moddi3.c \
1008 math/gcc/muldi3.c \
1009 math/gcc/negdi2.c \
1010 math/gcc/notdi2.c \
1011 math/gcc/qdivrem.c \
1012 math/gcc/subdi3.c \
1013 math/gcc/ucmpdi2.c \
1014 math/gcc/udivdi3.c \
1015 math/gcc/umoddi3.c \
1016 math/gcc/xordi3.c
1017endif
1018
1019
1020#
1021# Static library for new & delete for the electric fence.
1022#
1023RuntimeEFCPP_TEMPLATE = $(RuntimeR3_TEMPLATE)
1024RuntimeEFCPP_SDKS = $(RuntimeR3_SDKS)
1025RuntimeEFCPP_SDKS.$(BUILD_TARGET) = $(RuntimeR3_SDKS.$(BUILD_TARGET))
1026RuntimeEFCPP_DEFS = $(RuntimeR3_DEFS)
1027RuntimeEFCPP_DEFS.$(BUILD_TARGET) = $(RuntimeR3_DEFS.$(BUILD_TARGET))
1028RuntimeEFCPP_INCS = $(RuntimeR3_INCS)
1029RuntimeEFCPP_INCS.$(BUILD_TARGET) = $(RuntimeR3_INCS.$(BUILD_TARGET))
1030RuntimeEFCPP_SOURCES = r3/alloc-ef-cpp.cpp
1031
1032
1033
1034#
1035# errmsg.cpp depends on a generated header.
1036#
1037errmsg.cpp_DEPS = $(PATH_TARGET)/errmsgdata.h
1038errmsg.cpp_INCS = $(PATH_TARGET)
1039
1040win32/errmsgwin.cpp_DEPS = $(PATH_TARGET)/errmsgcomdata.h
1041win32/errmsgwin.cpp_INCS = $(PATH_TARGET)
1042
1043linux/errmsglinux.cpp_DEPS = $(PATH_TARGET)/errmsgxpcomdata.h
1044linux/errmsglinux.cpp_INCS = $(PATH_TARGET)
1045
1046
1047# Generate the rules
1048include $(PATH_KBUILD)/footer.kmk
1049
1050
1051ifneq ($(wildcard /usr/bin/chcon),)
1052# this is needed for testcases executed at build time
1053$(PATH_BIN)/VBoxRT.so:
1054 $(INSTALL) $(out) $@
1055 chcon -t texrel_shlib_t $@ || true
1056endif
1057
1058
1059#
1060# Generate the status code data.
1061#
1062$(PATH_TARGET)/errmsgdata.h: errmsg.sed $(DEPTH)/include/iprt/err.h $(DEPTH)/include/VBox/err.h
1063 $(call MSG_GENERATE,,$@,$(filter %.h,$^))
1064 $(QUIET)$(MKDIR) -p $(PATH_TARGET)
1065 $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@
1066## @todo r=bird: rename this to indicate that it's not only COM errors, but all win32/64 errors.
1067$(PATH_TARGET)/errmsgcomdata.h: errmsgcom.sed $(PATH_SDK_WINPSDK_INC)/WinError.h
1068 $(call MSG_GENERATE,,$@,$(filter %.h,$^))
1069 $(QUIET)$(MKDIR) -p $(PATH_TARGET)
1070 $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@
1071$(PATH_TARGET)/errmsgxpcomdata.h: errmsgxpcom.sed $(DEPTH)/src/libs/xpcom18a4/xpcom/base/nsError.h
1072 $(call MSG_GENERATE,,$@,$(filter %.h,$^))
1073 $(QUIET)$(MKDIR) -p $(PATH_TARGET)
1074 $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@
1075
1076
1077#
1078# Aliases for .cpp.h files so we can more easily do syntax checking from the editor.
1079#
1080ldrELFRelocatable.cpp.o: ldrELF.o
1081ldrELFRelocatable.cpp.obj: ldrELF.obj
1082
1083
1084#
1085# Doxygen documentation.
1086#
1087DOXYGEN_INPUT_DIRS = \
1088 $(PATH_ROOT)/include/iprt \
1089 $(PATH_ROOT)/include/iprt/nocrt \
1090 $(PATH_ROOT)/include/iprt/nocrt/x86 \
1091 $(PATH_ROOT)/include/iprt/nocrt/amd64 \
1092 include/internal \
1093 string \
1094 table \
1095 $(foreach dir, . r3 r0drv,\
1096 $(dir) \
1097 $(dir)/darwin \
1098 $(dir)/l4 \
1099 $(dir)/linux \
1100 $(dir)/nt \
1101 $(dir)/os2 \
1102 $(dir)/win \
1103 $(dir)/win32 \
1104 $(dir)/win64 \
1105 $(dir)/generic \
1106 )
1107
1108# These must come first in order to make things look nice.
1109DOXYGEN_INPUT_FIRST =\
1110 $(PATH_ROOT)/include/iprt/cdefs.h \
1111 $(PATH_ROOT)/include/iprt/types.h \
1112 $(PATH_ROOT)/include/iprt/runtime.h \
1113 $(PATH_ROOT)/include/iprt/param.h \
1114 $(PATH_ROOT)/include/iprt/assert.h \
1115 $(PATH_ROOT)/include/iprt/asm.h \
1116
1117DOXYGEN_INPUT := \
1118 $(filter-out %.cpp.h, $(sort $(wildcard $(addsuffix /*.h, $(DOXYGEN_INPUT_DIRS)))) ) \
1119 $(foreach dir, $(DOXYGEN_INPUT_DIRS), $(wildcard $(dir)/*.cpp $(dir)/.c $(dir)/.asm))
1120DOXYGEN_INPUT := \
1121 $(DOXYGEN_INPUT_FIRST) \
1122 $(filter-out $(DOXYGEN_INPUT_FIRST), $(DOXYGEN_INPUT))
1123
1124
1125DOXYGEN_OUTPUT = $(PATH_OUT)/docs/iprt
1126
1127-include $(PATH_TARGET)/Doxyfile.dep
1128
1129# Generate the Doxyfile
1130$(PATH_TARGET)/Doxyfile: Doxyfile \
1131 $(comp-vars DOXYGEN_INPUT,DOXYGEN_INPUT_PREV,FORCE) \
1132 $(comp-vars DOXYGEN_OUTPUT,DOXYGEN_OUTPUT_PREV,FORCE) \
1133 | $(call DIRDEP, $(PATH_TARGET))
1134 $(RM) -f $@ [email protected] $(PATH_TARGET)/Doxyfile.dep
1135 $(CP) -f Doxyfile [email protected]
1136 $(APPEND) [email protected]
1137 $(APPEND) [email protected] "OUTPUT_DIRECTORY = $(DOXYGEN_OUTPUT)"
1138 $(APPEND) [email protected] "WARN_LOGFILE = $(DOXYGEN_OUTPUT)/errors"
1139 $(APPEND) [email protected] "INCLUDE_PATH = $(PATH_ROOT)/include include . table"
1140 $(APPEND) [email protected] "INCLUDE_FILE_PATTERNS = *.cpp.h"
1141 $(APPEND) [email protected]
1142 $(APPEND) [email protected] "INPUT = $(DOXYGEN_INPUT)"
1143 $(APPEND) [email protected]
1144 $(MV) -f [email protected] $@
1145 @$(APPEND) $(PATH_TARGET)/Doxyfile.dep "DOXYGEN_OUTPUT_PREV = $(DOXYGEN_OUTPUT)"
1146 @$(APPEND) $(PATH_TARGET)/Doxyfile.dep "DOXYGEN_INPUT_PREV = $(DOXYGEN_INPUT)"
1147
1148# Create the output directory.
1149$(call DIRDEP, $(DOXYGEN_OUTPUT)):
1150 $(MKDIR) -p $@
1151
1152# Do the actual job.
1153$(PATH_TARGET)/docs.iprt: $(PATH_TARGET)/Doxyfile $(DOXYGEN_INPUT) | $(call DIRDEP, $(DOXYGEN_OUTPUT))
1154 $(RM) -f $(wildcard $(DOXYGEN_OUTPUT)/html/*) $(PATH_TARGET)/docs.iprt
1155 doxygen $(PATH_TARGET)/Doxyfile
1156 $(APPEND) $(PATH_TARGET)/docs.iprt
1157
1158# alias
1159docs: $(PATH_TARGET)/docs.iprt
1160
1161test:
1162 @echo test-$(comp-vars DOXYGEN_OUTPUT,DOXYGEN_OUTPUT_PREV,FORCE)
1163 @echo $(DOXYGEN_OUTPUT)
1164 @echo $(DOXYGEN_OUTPUT_PREV)
1165
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