# $Id: Makefile.kmk 8155 2008-04-18 15:16:47Z vboxsync $ ## @file # Makefile for the innotek Portable Runtime (IPRT). # # # Copyright (C) 2006-2007 Sun Microsystems, Inc. # # This file is part of VirtualBox Open Source Edition (OSE), as # available from http://www.virtualbox.org. This file is free software; # you can redistribute it and/or modify it under the terms of the GNU # General Public License (GPL) as published by the Free Software # Foundation, in version 2 as it comes in the "COPYING" file of the # VirtualBox OSE distribution. VirtualBox OSE is distributed in the # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. # # The contents of this file may alternatively be used under the terms # of the Common Development and Distribution License Version 1.0 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the # VirtualBox OSE distribution, in which case the provisions of the # CDDL are applicable instead of those of the GPL. # # You may elect to license modified versions of this file under the # terms and conditions of either the GPL or the CDDL or both. # # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa # Clara, CA 95054 USA or visit http://www.sun.com if you need # additional information or have any questions. # DEPTH = ../../.. include $(PATH_KBUILD)/header.kmk ifdef VBOX_ONLY_ADDITIONS # # Only build the additions, sort out the legacy names first. # ifeq ($(BUILD_TARGET),win) LIBRARIES = RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0 else LIBRARIES = RuntimeGuestR0 RuntimeGuestR3 RuntimeGuestR3Mini #LIBRARIES.os2 = RuntimeOS2Warp3GuestR0 #LIBRARIES.win = RuntimeW32NT4GuestR0 ifndef VBOX_WITH_ADDITION_DRIVERS if1of ($(BUILD_TARGET), linux l4) # All drivers are optional, can skip RuntimeGuestR0. LIBRARIES := $(filter-out RuntimeGuestR0, $(LIBRARIES)) endif endif endif else # # Normal build. # BLDPROGS = uniread LIBRARIES = RuntimeR3 RuntimeR0 RuntimeGC RuntimeEFCPP RuntimeR3NoCRTGCC ifdef VBOX_WITH_VBOXDRV LIBRARIES += RuntimeR0Drv endif ifdef VBOX_WITH_ADDITIONS ifdef VBOX_WITH_WIN32_ADDITIONS LIBRARIES += RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0 endif ifneq ($(BUILD_TARGET),win) LIBRARIES += RuntimeGuestR0 RuntimeGuestR3 RuntimeGuestR3Mini #LIBRARIES.os2 = RuntimeOS2Warp3GuestR0 #LIBRARIES.win = RuntimeW32NT4GuestR0 ifndef VBOX_WITH_ADDITION_DRIVERS if1of ($(BUILD_TARGET), linux l4) # All drivers are optional, can skip RuntimeGuestR0. LIBRARIES := $(filter-out RuntimeGuestR0, $(LIBRARIES)) endif endif endif endif # VBOX_WITH_ADDITIONS LIBRARIES.l4 = RuntimeR3L4 RuntimeLnxHostR3 DLLS = VBoxRT OTHER_CLEAN = \ $(PATH_TARGET)/errmsgdata.h \ $(PATH_TARGET)/errmsgcomdata.h \ $(PATH_TARGET)/Doxyfile \ $(PATH_TARGET)/Doxyfile.dep \ $(PATH_TARGET)/docs.iprt SUBDIRS_AFTER = testcase endif # global (for now at least) INCS += include # # Unicode Specification reader used to regenerate unidata.cpp. # uniread_TEMPLATE = VBOXBLDPROG uniread_SOURCES = common/string/uniread.cpp # # Win64 assembly sources. # RuntimeWin64ASM_SOURCES = \ win/amd64/ASMAtomicBitClear.asm \ win/amd64/ASMAtomicBitTestAndToggle.asm \ win/amd64/ASMAtomicBitToggle.asm \ win/amd64/ASMAtomicReadU64.asm \ win/amd64/ASMAtomicXchgU16.asm \ win/amd64/ASMAtomicXchgU8.asm \ win/amd64/ASMBitFirstClear.asm \ win/amd64/ASMBitFirstSet.asm \ win/amd64/ASMGetCS.asm \ win/amd64/ASMGetDS.asm \ win/amd64/ASMGetES.asm \ win/amd64/ASMGetFlags.asm \ win/amd64/ASMGetFS.asm \ win/amd64/ASMGetGS.asm \ win/amd64/ASMGetIDTR.asm \ win/amd64/ASMGetGDTR.asm \ win/amd64/ASMGetTR.asm \ win/amd64/ASMGetSS.asm \ win/amd64/ASMProbeReadByte.asm \ win/amd64/ASMSetFlags.asm \ win/amd64/ASMGetDR0.asm \ win/amd64/ASMGetDR1.asm \ win/amd64/ASMGetDR2.asm \ win/amd64/ASMGetDR3.asm \ win/amd64/ASMGetDR6.asm \ win/amd64/ASMGetDR7.asm \ common/asm/ASMMultU64ByU32DivByU32.asm # # Win32 assembly sources. # RuntimeWin32ASM_SOURCES = \ common/asm/ASMMultU64ByU32DivByU32.asm # # RuntimeR3 - Static Runtime for Ring-3 executables. # RuntimeR3_TEMPLATE = VBOXR3EXE RuntimeR3_SDKS.win = WINPSDK W2K3DDK RuntimeR3_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX ifdef IPRT_WITH_KSTUFF RuntimeR3_DEFS += LDR_WITH_KLDR endif ifdef VBOX_MAIN_RELEASE_LOG ## @todo (dmik): temporary, until RTThreadSelf/RTThreadAdopt are properly updated RuntimeR3_DEFS += RTCRITSECT_STRICT endif RuntimeR3_INCS = \ $(PATH_ROOT)/src/libs/liblzf-1.51 ifdef IPRT_WITH_KSTUFF RuntimeR3_INCS += \ $(PATH_ROOT)/src/libs/kStuff/kStuff/include endif RuntimeR3_INCS.l4 = \ $(L4_INCDIR) # for iconv.h RuntimeR3_INCS.freebsd = \ /usr/local/include # RuntimeR3_INCS.solaris = \ # /usr/include RuntimeR3_SOURCES = \ common/alloc/alloc.cpp \ common/alloc/heapsimple.cpp \ common/checksum/crc32.cpp \ common/checksum/crc64.cpp \ common/checksum/md5.cpp \ common/err/errmsg.cpp \ common/err/RTErrConvertFromErrno.cpp \ common/ldr/ldr.cpp \ common/ldr/ldrELF.cpp \ common/ldr/ldrEx.cpp \ common/ldr/ldrFile.cpp \ common/ldr/ldrNative.cpp \ common/ldr/ldrPE.cpp \ common/log/log.cpp \ common/log/logcom.cpp \ common/log/logformat.cpp \ common/misc/assert.cpp \ common/misc/rand.cpp \ common/misc/getopt.cpp \ common/misc/req.cpp \ common/misc/sanity-c.c \ common/misc/sanity-cpp.cpp \ common/misc/semspingpong.cpp \ common/misc/thread.cpp \ common/misc/zip.cpp \ common/string/straprintf.cpp \ common/string/strformat.cpp \ common/string/strformatrt.cpp \ common/string/strformattype.cpp \ common/string/string.cpp \ common/string/strprintf.cpp \ common/string/strspace.cpp \ common/string/strstrip.cpp \ common/string/strtonum.cpp \ common/string/uni.cpp \ common/string/unidata.cpp \ common/string/utf-16.cpp \ common/string/utf-8.cpp \ common/table/avlgcptr.cpp \ common/table/avlhcphys.cpp \ common/table/avllu32.cpp \ common/table/avlogcphys.cpp \ common/table/avlogcptr.cpp \ common/table/avlohcphys.cpp \ common/table/avloioport.cpp \ common/table/avlpv.cpp \ common/table/avlrgcptr.cpp \ common/table/avlrogcphys.cpp \ common/table/avlrogcptr.cpp \ common/table/avlroioport.cpp \ common/table/avlroogcptr.cpp \ common/table/avlu32.cpp \ common/table/avlul.cpp \ common/table/table.cpp \ common/time/time.cpp \ common/time/timeprog.cpp \ common/time/timesup.cpp \ generic/critsect-generic.cpp \ generic/env-generic.cpp \ generic/RTFileCopy-generic.cpp \ generic/RTLogWriteStdErr-generic.cpp \ generic/RTLogWriteStdOut-generic.cpp \ generic/RTLogWriteUser-generic.cpp \ generic/semfastmutex-generic.cpp \ generic/spinlock-generic.cpp \ r3/alloc-ef.cpp \ r3/alloc.cpp \ r3/dir.cpp \ r3/fileio.cpp \ r3/fs.cpp \ r3/init.cpp \ r3/path.cpp \ r3/process.cpp \ r3/stream.cpp \ r3/tcp.cpp #if1of ($(BUILD_TARGET_ARCH),amd64 x86) # RuntimeR3_SOURCES += common/time/timesupA.asm #else RuntimeR3_SOURCES += common/time/timesupref.cpp #endif ifdef IPRT_WITH_KSTUFF RuntimeR3_SOURCES += \ common/ldr/ldrkStuff.cpp endif # VBox specific stuff. RuntimeR3_SOURCES += \ VBox/strformat-vbox.cpp \ VBox/RTAssertDoBreakpoint-vbox.cpp \ VBox/log-vbox.cpp RuntimeR3_SOURCES.win = \ generic/rand-stubs-generic.cpp \ generic/RTDirQueryInfo-generic.cpp \ generic/RTDirSetTimes-generic.cpp \ generic/semnoint-generic.cpp \ generic/semsrw-generic.cpp \ nt/RTErrConvertFromNtStatus.cpp \ r3/posix/env-posix.cpp \ r3/win/alloc-win.cpp \ r3/win/dir-win.cpp \ r3/win/fileio-win.cpp \ r3/win/fs-win.cpp \ r3/win/ldrNative-win.cpp \ r3/win/mp-win.cpp \ r3/win/path-win.cpp \ r3/win/process-win.cpp \ r3/win/RTLogWriteDebugger-win.cpp \ r3/win/sched-win.cpp \ r3/win/sems-win.cpp \ r3/win/system-win.cpp \ r3/win/thread-win.cpp \ r3/win/time-win.cpp \ r3/win/timer-win.cpp \ r3/win/tls-win.cpp \ r3/win/utf16locale-win.cpp \ r3/win/utf8-win.cpp \ r3/win/uuid-win.cpp \ win/errmsgwin.cpp \ win/RTErrConvertFromWin32.cpp RuntimeR3_SOURCES.win.amd64 = $(RuntimeWin64ASM_SOURCES) RuntimeR3_SOURCES.win.x86 = $(RuntimeWin32ASM_SOURCES) RuntimeR3_SOURCES.linux = \ generic/pathhost-generic.cpp \ generic/RTDirQueryInfo-generic.cpp \ generic/RTDirSetTimes-generic.cpp \ generic/RTFileMove-generic.cpp \ generic/RTLogWriteDebugger-generic.cpp \ generic/RTTimeLocalNow-generic.cpp \ generic/RTTimerCreate-generic.cpp \ generic/utf16locale-generic.cpp \ generic/uuid-generic.cpp \ r3/linux/sched-linux.cpp \ r3/linux/time-linux.cpp \ r3/posix/alloc-posix.cpp \ r3/posix/dir-posix.cpp \ r3/posix/env-posix.cpp \ r3/posix/fileio-posix.cpp \ r3/posix/filelock-posix.cpp \ r3/posix/fs-posix.cpp \ r3/posix/ldrNative-posix.cpp \ r3/posix/path-posix.cpp \ r3/posix/process-posix.cpp \ r3/posix/rand-posix.cpp \ r3/posix/RTMpGetCount-posix.cpp \ r3/posix/RTTimeNow-posix.cpp \ r3/posix/semrw-posix.cpp \ r3/posix/system-posix.cpp \ r3/posix/thread-posix.cpp \ r3/posix/timelocal-posix.cpp \ r3/posix/timer-posix.cpp \ r3/posix/tls-posix.cpp \ r3/posix/utf8-posix.cpp RuntimeR3_SOURCES.linux.x86 += \ r3/posix/semevent-posix.cpp \ r3/posix/semeventmulti-posix.cpp \ r3/posix/semmutex-posix.cpp RuntimeR3_SOURCES.linux.amd64 += \ r3/linux/semevent-linux.cpp \ r3/linux/semeventmulti-linux.cpp ifdef RT_NEW_LINUX_MUTEX_CODE RuntimeR3_SOURCES.linux.amd64 += \ r3/linux/semmutex-linux.cpp else RuntimeR3_SOURCES.linux.amd64 += \ r3/posix/semmutex-posix.cpp endif RuntimeR3_SOURCES.os2 = \ generic/pathhost-generic.cpp \ generic/rand-stubs-generic.cpp \ generic/RTDirQueryInfo-generic.cpp \ generic/RTDirSetTimes-generic.cpp \ generic/RTFileMove-generic.cpp \ generic/RTLogWriteDebugger-generic.cpp \ generic/RTTimeLocalNow-generic.cpp \ generic/RTTimerCreate-generic.cpp \ generic/semnoint-generic.cpp \ generic/semsrw-generic.cpp \ generic/timer-generic.cpp \ generic/utf16locale-generic.cpp \ generic/uuid-generic.cpp \ os2/RTErrConvertFromOS2.cpp \ r3/os2/filelock-os2.cpp \ r3/os2/mp-os2.cpp \ r3/os2/sched-os2.cpp \ r3/os2/sems-os2.cpp \ r3/os2/system-os2.cpp \ r3/os2/thread-os2.cpp \ r3/os2/time-os2.cpp \ r3/posix/alloc-posix.cpp \ r3/posix/dir-posix.cpp \ r3/posix/env-posix.cpp \ r3/posix/fileio-posix.cpp \ r3/posix/fs-posix.cpp \ r3/posix/ldrNative-posix.cpp \ r3/posix/path-posix.cpp \ r3/posix/process-posix.cpp \ r3/posix/RTTimeNow-posix.cpp \ r3/posix/timelocal-posix.cpp \ r3/posix/utf8-posix.cpp RuntimeR3_SOURCES.darwin = \ darwin/RTErrConvertFromDarwinCOM.cpp \ darwin/RTErrConvertFromDarwinIO.cpp \ darwin/RTErrConvertFromDarwinKern.cpp \ generic/pathhost-generic.cpp \ generic/RTDirQueryInfo-generic.cpp \ generic/RTDirSetTimes-generic.cpp \ generic/RTFileMove-generic.cpp \ generic/RTLogWriteDebugger-generic.cpp \ generic/RTTimeLocalNow-generic.cpp \ generic/RTTimerCreate-generic.cpp \ generic/sched-generic.cpp \ generic/timer-generic.cpp \ generic/utf16locale-generic.cpp \ generic/uuid-generic.cpp\ r3/darwin/alloc-darwin.cpp \ r3/darwin/filelock-darwin.cpp \ r3/darwin/time-darwin.cpp \ r3/posix/dir-posix.cpp \ r3/posix/env-posix.cpp \ r3/posix/fileio-posix.cpp \ r3/posix/fs-posix.cpp \ r3/posix/ldrNative-posix.cpp \ r3/posix/path-posix.cpp \ r3/posix/process-posix.cpp \ r3/posix/RTMpGetCount-posix.cpp \ r3/posix/rand-posix.cpp \ r3/posix/semevent-posix.cpp \ r3/posix/semeventmulti-posix.cpp \ r3/posix/semmutex-posix.cpp \ r3/posix/semrw-posix.cpp \ r3/posix/system-posix.cpp \ r3/posix/thread-posix.cpp \ r3/posix/timelocal-posix.cpp \ r3/posix/tls-posix.cpp \ r3/posix/utf8-posix.cpp ## @todo Make BSD sched. RuntimeR3_SOURCES.freebsd = \ generic/pathhost-generic.cpp \ generic/RTDirQueryInfo-generic.cpp \ generic/RTDirSetTimes-generic.cpp \ generic/RTFileMove-generic.cpp \ generic/RTLogWriteDebugger-generic.cpp \ generic/RTTimeLocalNow-generic.cpp \ generic/RTTimerCreate-generic.cpp \ generic/sched-generic.cpp \ generic/utf16locale-generic.cpp \ generic/uuid-generic.cpp \ r3/freebsd/alloc-freebsd.cpp \ r3/posix/dir-posix.cpp \ r3/posix/env-posix.cpp \ r3/posix/fileio-posix.cpp \ r3/posix/filelock-posix.cpp \ r3/posix/fs-posix.cpp \ r3/posix/ldrNative-posix.cpp \ r3/posix/path-posix.cpp \ r3/posix/process-posix.cpp \ r3/posix/rand-posix.cpp \ r3/posix/RTMpGetCount-posix.cpp \ r3/posix/RTTimeNow-posix.cpp \ r3/posix/semevent-posix.cpp \ r3/posix/semeventmulti-posix.cpp \ r3/posix/semmutex-posix.cpp \ r3/posix/semrw-posix.cpp \ r3/posix/system-posix.cpp \ r3/posix/thread-posix.cpp \ r3/posix/time-posix.cpp \ r3/posix/timelocal-posix.cpp \ r3/posix/timer-posix.cpp \ r3/posix/tls-posix.cpp \ r3/posix/utf8-posix.cpp RuntimeR3_SOURCES.solaris = \ generic/pathhost-generic.cpp \ generic/RTDirQueryInfo-generic.cpp \ generic/RTDirSetTimes-generic.cpp \ generic/RTFileMove-generic.cpp \ generic/RTLogWriteDebugger-generic.cpp \ generic/RTTimeLocalNow-generic.cpp \ generic/RTTimerCreate-generic.cpp \ generic/sched-generic.cpp \ generic/utf16locale-generic.cpp \ generic/uuid-generic.cpp \ r3/posix/dir-posix.cpp \ r3/posix/env-posix.cpp \ r3/posix/fileio-posix.cpp \ r3/posix/filelock-posix.cpp \ r3/posix/fs-posix.cpp \ r3/posix/ldrNative-posix.cpp \ r3/posix/path-posix.cpp \ r3/posix/process-posix.cpp \ r3/posix/rand-posix.cpp \ r3/posix/RTMpGetCount-posix.cpp \ r3/posix/RTTimeNow-posix.cpp \ r3/posix/semevent-posix.cpp \ r3/posix/semeventmulti-posix.cpp \ r3/posix/semmutex-posix.cpp \ r3/posix/semrw-posix.cpp \ r3/posix/system-posix.cpp \ r3/posix/thread-posix.cpp \ r3/posix/time-posix.cpp \ r3/posix/timelocal-posix.cpp \ r3/posix/timer-posix.cpp \ r3/posix/tls-posix.cpp \ r3/posix/utf8-posix.cpp \ r3/solaris/alloc-solaris.cpp ## PORTME: Porters add their selection of platform specific files for Ring-3 here. # # L4 RuntimeR3 subtarget since L4 headers won't work with VBOXR3. # RuntimeR3L4_TEMPLATE = VBOXR3NP RuntimeR3L4_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF LDR_WITH_PE ifneq ($(BUILD_TARGET_ARCH),amd64) RuntimeR3L4_DEFS += __PIC__ endif RuntimeR3L4_INCS = $(L4_INCDIR) RuntimeR3L4_SOURCES = \ generic/fs-stubs-generic.cpp \ generic/pathhost-generic.cpp \ generic/RTDirQueryInfo-generic.cpp \ generic/RTDirSetTimes-generic.cpp \ generic/RTFileMove-generic.cpp \ generic/RTLogWriteDebugger-generic.cpp \ generic/RTTimeLocalNow-generic.cpp \ generic/sched-generic.cpp \ generic/semnoint-generic.cpp \ generic/semsrw-generic.cpp \ generic/utf16locale-generic.cpp \ generic/uuid-generic.cpp \ l4/l4-errno.cpp \ l4/process-l4env.cpp \ l4/sems-l4env.cpp \ l4/system-l4env.cpp \ l4/thread-l4env.cpp \ l4/timer-l4env.cpp \ l4/utf8-l4env.cpp \ r3/posix/alloc-posix.cpp \ r3/posix/dir-posix.cpp \ r3/posix/env-posix.cpp \ r3/posix/fileio-posix.cpp \ r3/posix/filelock-posix.cpp \ r3/posix/ldrNative-posix.cpp \ r3/posix/path-posix.cpp \ r3/posix/rand-posix.cpp \ r3/posix/RTTimeNow-posix.cpp \ r3/posix/time-posix.cpp \ r3/posix/timelocal-posix.cpp # # RuntimeGuestR3 - Guest Additions Runtime (static). # (The BUILD_PLATFORM inheritance here is for l4 cross building the linux # additions, while .x86 is for cross building x86 while targeting amd64.) # RuntimeGuestR3_TEMPLATE := VBOXGUESTR3LIB RuntimeGuestR3_SDKS.win := $(RuntimeR3_SDKS.win) RuntimeGuestR3_DEFS := $(filter-out RTCRITSECT_STRICT, $(RuntimeR3_DEFS)) RuntimeGuestR3_DEFS.$(BUILD_TARGET) := $(RuntimeR3_DEFS.$(BUILD_TARGET)) RuntimeGuestR3_DEFS.$(BUILD_PLATFORM) := $(RuntimeR3_DEFS.$(BUILD_PLATFORM)) RuntimeGuestR3_INCS := $(RuntimeR3_INCS) RuntimeGuestR3_INCS.$(BUILD_TARGET) := $(RuntimeR3_INCS.$(BUILD_TARGET)) RuntimeGuestR3_INCS.$(BUILD_PLATFORM) := $(RuntimeR3_INCS.$(BUILD_PLATFORM)) RuntimeGuestR3_SOURCES := $(filter-out \ common/time/timesupref.cpp \ common/time/timesupA.asm \ common/time/timesup.cpp \ generic/RTLogWriteUser-generic.cpp \ , $(RuntimeR3_SOURCES)) RuntimeGuestR3_SOURCES += \ common/time/timesysalias.cpp \ VBox/logbackdoor.cpp RuntimeGuestR3_SOURCES.$(BUILD_TARGET) := $(RuntimeR3_SOURCES.$(BUILD_TARGET)) RuntimeGuestR3_SOURCES.$(BUILD_PLATFORM):= $(RuntimeR3_SOURCES.$(BUILD_PLATFORM)) RuntimeGuestR3_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) RuntimeGuestR3_SOURCES.$(BUILD_PLATFORM).$(BUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(BUILD_PLATFORM).$(BUILD_TARGET_ARCH)) RuntimeGuestR3_SOURCES.$(BUILD_TARGET).x86 := $(RuntimeR3_SOURCES.$(BUILD_TARGET).x86) RuntimeGuestR3_SOURCES.$(BUILD_PLATFORM).x86 := $(RuntimeR3_SOURCES.$(BUILD_PLATFORM).x86) # # RuntimeGuestR3Mini - Minimal Guest Additions Runtime which does not require # initialization and can be linked into an .so. Intended # for X11 drivers, GRADD and similar. # RuntimeGuestR3Mini_TEMPLATE := VBOXGUESTR3DLL RuntimeGuestR3Mini_INST := $(INST_ADDITIONS_LIB) RuntimeGuestR3Mini_SDKS.win := $(RuntimeR3_SDKS.win) RuntimeGuestR3Mini_DEFS := $(filter-out RTCRITSECT_STRICT, $(RuntimeR3_DEFS)) RT_MINI RuntimeGuestR3Mini_DEFS.$(BUILD_TARGET) := $(RuntimeR3_DEFS.$(BUILD_TARGET)) RuntimeGuestR3Mini_DEFS.$(BUILD_PLATFORM) := $(RuntimeR3_DEFS.$(BUILD_PLATFORM)) RuntimeGuestR3Mini_INCS := $(RuntimeR3_INCS) RuntimeGuestR3Mini_INCS.$(BUILD_TARGET) := $(RuntimeR3_INCS.$(BUILD_TARGET)) RuntimeGuestR3Mini_INCS.$(BUILD_PLATFORM) := $(RuntimeR3_INCS.$(BUILD_PLATFORM)) RuntimeGuestR3Mini_SOURCES = \ common/err/errmsg.cpp \ common/err/RTErrConvertFromErrno.cpp \ common/log/logformat.cpp \ common/misc/assert.cpp \ common/misc/sanity-c.c \ common/misc/sanity-cpp.cpp \ common/string/strformat.cpp \ common/string/strformatrt.cpp \ common/string/strformattype.cpp \ common/string/string.cpp \ common/string/strprintf.cpp \ common/string/unidata.cpp \ common/string/utf-8.cpp \ common/string/utf-16.cpp \ generic/pathhost-generic.cpp \ generic/RTAssertDoBreakpoint-generic.cpp \ r3/alloc.cpp \ r3/fileio.cpp \ r3/fs.cpp \ r3/path.cpp RuntimeGuestR3Mini_SOURCES.linux = \ r3/posix/fileio-posix.cpp \ r3/posix/path-posix.cpp \ r3/posix/utf8-posix.cpp RuntimeGuestR3Mini_SOURCES.solaris = \ r3/posix/fileio-posix.cpp \ r3/posix/path-posix.cpp \ r3/posix/utf8-posix.cpp RuntimeGuestR3Mini_SOURCES.freebsd = \ r3/posix/fileio-posix.cpp \ r3/posix/path-posix.cpp \ r3/posix/utf8-posix.cpp # VBox specific stuff. RuntimeGuestR3Mini_SOURCES += \ VBox/logbackdoor.cpp \ VBox/logbackdoor-redirect.cpp \ VBox/strformat-vbox.cpp # # RuntimeW32GuestR3 - Win32 guest program runtime. # RuntimeW32GuestR3_TEMPLATE = VBOXW32GUESTR3LIB RuntimeW32GuestR3_SDKS = WINPSDK W2K3DDK RuntimeW32GuestR3_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX ifdef IPRT_WITH_KSTUFF RuntimeW32GuestR3_DEFS += LDR_WITH_KLDR endif RuntimeW32GuestR3_SOURCES = $(RuntimeR3_SOURCES.win) $(RuntimeR3_SOURCES) RuntimeW32GuestR3_INCS = $(RuntimeR3_INCS.win) $(RuntimeR3_INCS) # # RuntimeLnxHostR3 Linux host program runtime # RuntimeLnxHostR3_TEMPLATE = VBOXLNXHOSTR3LIB RuntimeLnxHostR3_DEFS = IN_RT_R3 IN_SUP_R3 RT_WITH_VBOX RT_NO_GIP RuntimeLnxHostR3_SOURCES = \ $(RuntimeR3_SOURCES.linux.$(BUILD_TARGET_ARCH)) \ $(RuntimeR3_SOURCES.linux) \ $(RuntimeR3_SOURCES) RuntimeLnxHostR3_INCS = \ $(RuntimeR3_INCS.linux.$(BUILD_TARGET_ARCH)) \ $(RuntimeR3_INCS.linux) \ $(RuntimeR3_INCS) # # VBoxRT - Shared Object / DLL version. # VBoxRT_TEMPLATE = VBOXR3 VBoxRT_SDKS.win = WINPSDK W2K3DDK VBOX_NTDLL ifeq ($(BUILD_TARGET),darwin) VBoxRT_INST = $(INST_DLL) $(INST_TESTCASE) endif VBoxRT_DEFS = $(RuntimeR3_DEFS) IN_SUP_R3 IN_SUP_R3 VBoxRT_DEFS.$(BUILD_TYPE) = $(RuntimeR3_DEFS.$(BUILD_TYPE)) VBoxRT_SOURCES = \ VBox/VBoxRTDeps.cpp \ $(RuntimeR3_SOURCES) VBoxRT_SOURCES.$(BUILD_TARGET) = $(RuntimeR3_SOURCES.$(BUILD_TARGET)) VBoxRT_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH) = $(RuntimeR3_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) VBoxRT_SOURCES.win += r3/win/dllmain-win.cpp VBoxRT_SOURCES.win.x86 += r3/win/VBoxRT-win32.def VBoxRT_SOURCES.win.amd64 += r3/win/VBoxRT-win64.def VBoxRT_INCS = $(RuntimeR3_INCS) VBoxRT_INCS.$(BUILD_TARGET) = $(RuntimeR3_INCS.$(BUILD_TARGET)) VBoxRT_INCS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH) = $(RuntimeR3_INCS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) VBoxRT_LIBS = \ $(PATH_LIB)/SUPR3$(VBOX_SUFF_LIB) \ $(PATH_LIB)/VBox-liblzf$(VBOX_SUFF_LIB) ifdef IPRT_WITH_KSTUFF VBoxRT_LIBS += \ $(PATH_LIB)/VBox-kStuff$(VBOX_SUFF_LIB) endif VBoxRT_LIBS.darwin = \ iconv VBoxRT_LIBS.freebsd = \ iconv VBoxRT_LIBPATH.freebsd = \ /usr/local/lib VBoxRT_LDFLAGS.darwin = -framework IOKit -install_name @executable_path/VBoxRT.dylib ifdef VBOX_USE_VCC80 VBoxRT_LDFLAGS.win = /MANIFEST endif VBoxRT_LDFLAGS.l4 = \ -Wl,-whole-archive \ $(PATH_LIB)/RuntimeR3L4$(VBOX_SUFF_LIB) \ -Wl,-no-whole-archive ifeq ($(BUILD_TARGET),l4) VBoxRT_LIBS += \ $(L4_LIBDIR)/libl4sys.a \ $(L4_LIBDIR)/libl4sys.p.a endif VBoxRT_LIBS.l4 = \ $(PATH_LIB)/RuntimeR3L4$(VBOX_SUFF_LIB) # # RuntimeR3NoCRTGCC - CRT replacement lib for VBoxREM. # This is used together with VBoxRT. # RuntimeR3NoCRTGCC_TEMPLATE = VBOXNOCRTGCC RuntimeR3NoCRTGCC_LIBSUFF = $(VBOX_SUFF_LIB) RuntimeR3NoCRTGCC_SOURCES = \ common/misc/sanity-cpp.cpp \ common/misc/sanity-c.c \ \ common/math/ceill.asm \ common/math/cosl.asm \ common/math/fabs.asm \ common/math/fabsf.asm \ common/math/fabsl.asm \ common/math/floor.asm \ common/math/floorf.asm \ common/math/floorl.asm \ common/math/ldexpl.asm \ common/math/llrint.asm \ common/math/llrintf.asm \ common/math/llrintl.asm \ common/math/logl.asm \ common/math/lrint.asm \ common/math/lrintf.asm \ common/math/lrintl.asm \ common/math/remainder.asm \ common/math/remainderf.asm \ common/math/remainderl.asm \ common/math/sinl.asm \ common/math/tanl.asm \ common/math/trunc.asm \ common/math/truncf.asm \ common/math/truncl.asm \ \ common/misc/setjmp.asm \ \ common/string/memchr.asm \ common/string/memchr_alias.c \ common/string/memcmp.asm \ common/string/memcmp_alias.c \ common/string/memcpy.asm \ common/string/memcpy_alias.c \ common/string/mempcpy.asm \ common/string/memmove.asm \ common/string/memmove_alias.c \ common/string/memset.asm \ common/string/memset_alias.c \ common/string/strchr.asm \ common/string/strchr_alias.c \ common/string/strcmp.asm \ common/string/strcmp_alias.c RuntimeR3NoCRTGCC_SOURCES.x86 = \ common/math/x86/fenv-x86.c \ common/math/gcc/adddi3.c \ common/math/gcc/anddi3.c \ common/math/gcc/ashldi3.c \ common/math/gcc/ashrdi3.c \ common/math/gcc/cmpdi2.c \ common/math/gcc/divdi3.c \ common/math/gcc/iordi3.c \ common/math/gcc/lshldi3.c \ common/math/gcc/lshrdi3.c \ common/math/gcc/moddi3.c \ common/math/gcc/muldi3.c \ common/math/gcc/negdi2.c \ common/math/gcc/notdi2.c \ common/math/gcc/qdivrem.c \ common/math/gcc/subdi3.c \ common/math/gcc/ucmpdi2.c \ common/math/gcc/udivdi3.c \ common/math/gcc/umoddi3.c \ common/math/gcc/xordi3.c ## @todo stop using the old memcpy.c and memset.c code. # # RuntimeR0 - Ring0 library for VMMR0. # RuntimeR0_TEMPLATE = VBOXR0 RuntimeR0_DEFS = IN_RT_R0 RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS RuntimeR0_SOURCES = \ common/log/logcom.cpp \ common/log/logformat.cpp \ common/misc/assert.cpp \ common/misc/sanity-c.c \ common/misc/sanity-cpp.cpp \ common/string/memchr.cpp \ common/string/memcmp.cpp \ common/string/memcpy.cpp \ common/string/memmove.asm \ common/string/memset.cpp \ common/string/strcmp.asm \ common/string/strcpy.cpp \ common/string/strformat.cpp \ common/string/strformatrt.cpp \ common/string/strformattype.cpp \ common/string/strlen.cpp \ common/string/strncmp.cpp \ common/string/strpbrk.cpp \ common/string/strprintf.cpp \ common/table/avlgcptr.cpp \ common/table/avlhcphys.cpp \ common/table/avllu32.cpp \ common/table/avlogcphys.cpp \ common/table/avlogcptr.cpp \ common/table/avlohcphys.cpp \ common/table/avloioport.cpp \ common/table/avlpv.cpp \ common/table/avlrogcphys.cpp \ common/table/avlrogcptr.cpp \ common/table/avlroioport.cpp \ common/table/avlroogcptr.cpp \ common/table/avlu32.cpp \ common/time/timesup.cpp \ generic/RTAssertDoBreakpoint-generic.cpp \ VBox/strformat-vbox.cpp #if1of ($(BUILD_TARGET_ARCH),amd64 x86) # RuntimeR0_SOURCES += common/time/timesupA.asm #else RuntimeR0_SOURCES += common/time/timesupref.cpp #endif RuntimeR0_SOURCES.win.amd64 = $(RuntimeWin64ASM_SOURCES) RuntimeR0_SOURCES.win.x86 = $(RuntimeWin32ASM_SOURCES) RuntimeR0_SOURCES.os2 = \ os2/RTErrConvertFromOS2.cpp \ os2/sys0.asm ifeq ($(filter-out darwin solaris freebsd,$(BUILD_TARGET)),) RuntimeR0_SOURCES += \ common/math/gcc/adddi3.c \ common/math/gcc/anddi3.c \ common/math/gcc/ashldi3.c \ common/math/gcc/ashrdi3.c \ common/math/gcc/cmpdi2.c \ common/math/gcc/divdi3.c \ common/math/gcc/iordi3.c \ common/math/gcc/lshldi3.c \ common/math/gcc/lshrdi3.c \ common/math/gcc/moddi3.c \ common/math/gcc/muldi3.c \ common/math/gcc/negdi2.c \ common/math/gcc/notdi2.c \ common/math/gcc/qdivrem.c \ common/math/gcc/subdi3.c \ common/math/gcc/ucmpdi2.c \ common/math/gcc/udivdi3.c \ common/math/gcc/umoddi3.c \ common/math/gcc/xordi3.c endif common/string/memchr.cpp_CXXFLAGS.win = -Oi- common/string/memcmp.cpp_CXXFLAGS.win = -Oi- common/string/memcpy.cpp_CXXFLAGS.win = -Oi- common/string/memset.cpp_CXXFLAGS.win = -Oi- common/string/strcpy.cpp_CXXFLAGS.win = -Oi- common/string/strlen.cpp_CXXFLAGS.win = -Oi- ifeq ($(BUILD_TARGET),l4) RuntimeR0Drv_BLD_TRG = linux RuntimeR0Drv_BLD_TRG_ARCH = x86 RuntimeR0Drv_BLD_TRG_CPU = i386 endif # # RuntimeR0Drv - Ring0 library for host drivers. # RuntimeR0Drv_TEMPLATE = VBOXR0DRV RuntimeR0Drv_SDKS.win = W2K3DDK WINPSDKINCS RuntimeR0Drv_INCS := $(PATH_SUB_CURRENT) RuntimeR0Drv_DEFS = IN_RT_R0 RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS RuntimeR0Drv_DEFS.win = IN_SUP_R0 RuntimeR0Drv_DEFS.linux = MODULE KBUILD_MODNAME=KBUILD_STR\(vboxdrv\) KBUILD_BASENAME=KBUILD_STR\(vboxdrv\) IN_SUP_R0 # why is IN_SUP_R0 here? because! RuntimeR0Drv_INCS.linux = \ r0drv/linux RuntimeR0Drv_SOURCES = \ common/checksum/crc32.cpp \ common/checksum/crc64.cpp \ common/log/log.cpp \ common/log/logcom.cpp \ common/log/logformat.cpp \ common/misc/assert.cpp \ common/misc/sanity-c.c \ common/misc/sanity-cpp.cpp \ common/string/strformat.cpp \ common/string/strformatrt.cpp \ common/string/strformattype.cpp \ common/string/strprintf.cpp \ common/string/strtonum.cpp \ common/table/avlpv.cpp \ generic/RTLogWriteStdErr-stub-generic.cpp \ generic/RTLogWriteStdOut-stub-generic.cpp \ generic/RTLogWriteUser-generic.cpp \ r0drv/alloc-r0drv.cpp \ r0drv/initterm-r0drv.cpp \ VBox/log-vbox.cpp \ VBox/strformat-vbox.cpp RuntimeR0Drv_SOURCES.linux = \ common/alloc/heapsimple.cpp \ common/string/strpbrk.cpp \ common/err/RTErrConvertToErrno.cpp \ generic/RTAssertDoBreakpoint-generic.cpp \ r0drv/linux/alloc-r0drv-linux.c \ r0drv/linux/initterm-r0drv-linux.c \ r0drv/linux/memobj-r0drv-linux.c \ r0drv/linux/mp-r0drv-linux.c \ r0drv/linux/process-r0drv-linux.c \ r0drv/linux/RTLogWriteDebugger-r0drv-linux.c \ r0drv/linux/semevent-r0drv-linux.c \ r0drv/linux/semeventmulti-r0drv-linux.c \ r0drv/linux/semfastmutex-r0drv-linux.c \ r0drv/linux/spinlock-r0drv-linux.c \ r0drv/linux/thread-r0drv-linux.c \ r0drv/memobj-r0drv.cpp ## @todo thread2-r0drv-linux.c, timer-r0drv-linux.c and assert-r0drv-linux.c RuntimeR0Drv_SOURCES.win = \ common/misc/thread.cpp \ common/string/memcmp.cpp \ common/string/strncmp.cpp \ common/string/strpbrk.cpp \ generic/RTAssertDoBreakpoint-generic.cpp \ r0drv/nt/mp-r0drv-nt.cpp \ nt/RTErrConvertFromNtStatus.cpp \ r0drv/memobj-r0drv.cpp \ r0drv/nt/alloc-r0drv-nt.cpp \ r0drv/nt/initterm-r0drv-nt.cpp \ r0drv/nt/memobj-r0drv-nt.cpp \ r0drv/nt/process-r0drv-nt.cpp \ r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp \ r0drv/nt/semevent-r0drv-nt.cpp \ r0drv/nt/semeventmulti-r0drv-nt.cpp \ r0drv/nt/semfastmutex-r0drv-nt.cpp \ r0drv/nt/semmutex-r0drv-nt.cpp \ r0drv/nt/spinlock-r0drv-nt.cpp \ r0drv/nt/thread-r0drv-nt.cpp \ r0drv/nt/thread2-r0drv-nt.cpp \ r0drv/nt/time-r0drv-nt.cpp ## @todo timer-r0drv-nt.cpp and assert-r0drv-nt.cpp RuntimeR0Drv_SOURCES.win.amd64 = $(RuntimeWin64ASM_SOURCES) RuntimeR0Drv_SOURCES.win.x86 = $(RuntimeWin32ASM_SOURCES) RuntimeR0Drv_SOURCES.darwin = \ common/err/RTErrConvertFromErrno.cpp \ common/misc/thread.cpp \ common/string/memchr.asm \ common/string/strpbrk.cpp \ darwin/RTErrConvertFromDarwinIO.cpp \ darwin/RTErrConvertFromDarwinKern.cpp \ generic/RTAssertDoBreakpoint-generic.cpp \ generic/RTMpCpuId-generic.cpp \ generic/RTMpCpuIdFromSetIndex-generic.cpp \ generic/RTMpCpuIdToSetIndex-generic.cpp \ generic/RTMpDoesCpuExist-generic.cpp \ generic/RTMpGetCount-generic.cpp \ generic/RTMpGetMaxCpuId-generic.cpp \ generic/RTMpGetOnlineCount-generic.cpp \ generic/RTMpGetOnlineSet-generic.cpp \ generic/RTMpGetSet-generic.cpp \ generic/RTMpIsCpuOnline-generic.cpp \ generic/RTTimerCreate-generic.cpp \ generic/timer-generic.cpp \ r0drv/generic/RTMpOn-r0drv-generic.cpp \ r0drv/darwin/alloc-r0drv-darwin.cpp \ r0drv/darwin/assert-r0drv-darwin.cpp \ r0drv/darwin/initterm-r0drv-darwin.cpp \ r0drv/darwin/memobj-r0drv-darwin.cpp \ r0drv/darwin/process-r0drv-darwin.cpp \ r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp \ r0drv/darwin/semaphore-r0drv-darwin.cpp \ r0drv/darwin/spinlock-r0drv-darwin.cpp \ r0drv/darwin/thread-r0drv-darwin.cpp \ r0drv/darwin/thread2-r0drv-darwin.cpp \ r0drv/darwin/time-r0drv-darwin.cpp \ r0drv/memobj-r0drv.cpp RuntimeR0Drv_SOURCES.os2 = \ common/string/memchr.asm \ common/string/memcmp.asm \ common/string/memcpy.asm \ common/string/mempcpy.asm \ common/string/memmove.asm \ common/string/memset.asm \ common/string/strchr.asm \ common/string/strcmp.asm \ \ common/string/strcpy.cpp \ common/string/strlen.cpp \ common/string/strncmp.cpp \ common/string/strpbrk.cpp \ \ common/misc/thread.cpp \ generic/RTLogWriteDebugger-generic.cpp \ generic/RTMpCpuId-generic.cpp \ generic/RTMpCpuIdFromSetIndex-generic.cpp \ generic/RTMpCpuIdToSetIndex-generic.cpp \ generic/RTMpDoesCpuExist-generic.cpp \ generic/RTMpGetCount-generic.cpp \ generic/RTMpGetMaxCpuId-generic.cpp \ generic/RTMpGetOnlineCount-generic.cpp \ generic/RTMpGetOnlineSet-generic.cpp \ generic/RTMpGetSet-generic.cpp \ generic/RTMpIsCpuOnline-generic.cpp \ generic/RTTimerCreate-generic.cpp \ os2/RTErrConvertFromOS2.cpp \ os2/sys0.asm \ r0drv/memobj-r0drv.cpp \ r0drv/generic/RTMpOn-r0drv-generic.cpp \ r0drv/os2/alloc-r0drv-os2.cpp \ r0drv/os2/assert-r0drv-os2.cpp \ r0drv/os2/assertA-r0drv-os2.asm \ r0drv/os2/initterm-r0drv-os2.cpp \ r0drv/os2/memobj-r0drv-os2.cpp \ r0drv/os2/os2imports.imp \ r0drv/os2/process-r0drv-os2.cpp \ r0drv/os2/RTAssertDoBreakpoint-r0drv-os2.asm \ r0drv/os2/RTR0Os2DHQueryDOSVar.asm \ r0drv/os2/RTR0Os2DHVMGlobalToProcess.asm \ r0drv/os2/semevent-r0drv-os2.cpp \ r0drv/os2/semeventmulti-r0drv-os2.cpp \ r0drv/os2/semfastmutex-r0drv-os2.cpp \ r0drv/os2/spinlock-r0drv-os2.cpp \ r0drv/os2/thread-r0drv-os2.cpp \ r0drv/os2/thread2-r0drv-os2.cpp \ r0drv/os2/time-r0drv-os2.cpp \ r0drv/os2/timer-r0drv-os2.cpp \ r0drv/os2/timerA-r0drv-os2.asm RuntimeR0Drv_SOURCES.freebsd = \ common/err/RTErrConvertFromErrno.cpp \ common/err/RTErrConvertToErrno.cpp \ common/misc/thread.cpp \ common/string/memchr.asm \ common/string/memmove.asm \ common/string/strpbrk.cpp \ common/string/memcmp.asm \ common/string/strchr.asm \ generic/RTAssertDoBreakpoint-generic.cpp \ generic/RTLogWriteDebugger-generic.cpp \ generic/RTMpCpuId-generic.cpp \ generic/RTMpCpuIdFromSetIndex-generic.cpp \ generic/RTMpCpuIdToSetIndex-generic.cpp \ generic/RTMpDoesCpuExist-generic.cpp \ generic/RTMpGetCount-generic.cpp \ generic/RTMpGetMaxCpuId-generic.cpp \ generic/RTMpGetOnlineCount-generic.cpp \ generic/RTMpGetOnlineSet-generic.cpp \ generic/RTMpGetSet-generic.cpp \ generic/RTMpIsCpuOnline-generic.cpp \ generic/RTTimerCreate-generic.cpp \ r0drv/generic/RTMpOn-r0drv-generic.cpp \ r0drv/freebsd/alloc-r0drv-freebsd.c \ r0drv/freebsd/assert-r0drv-freebsd.c \ r0drv/freebsd/initterm-r0drv-freebsd.c \ r0drv/freebsd/memobj-r0drv-freebsd.c \ r0drv/freebsd/process-r0drv-freebsd.c \ r0drv/freebsd/semevent-r0drv-freebsd.c \ r0drv/freebsd/semeventmulti-r0drv-freebsd.c \ r0drv/freebsd/semfastmutex-r0drv-freebsd.c \ r0drv/freebsd/spinlock-r0drv-freebsd.c \ r0drv/freebsd/thread-r0drv-freebsd.c \ r0drv/freebsd/thread2-r0drv-freebsd.c \ r0drv/freebsd/time-r0drv-freebsd.c \ r0drv/freebsd/timer-r0drv-freebsd.c \ r0drv/memobj-r0drv.cpp RuntimeR0Drv_SOURCES.solaris = \ common/err/RTErrConvertFromErrno.cpp \ common/misc/thread.cpp \ common/string/memchr.asm \ generic/RTAssertDoBreakpoint-generic.cpp \ generic/RTTimerCreate-generic.cpp \ r0drv/memobj-r0drv.cpp \ r0drv/solaris/alloc-r0drv-solaris.c \ r0drv/solaris/assert-r0drv-solaris.c \ r0drv/solaris/initterm-r0drv-solaris.c \ r0drv/solaris/memobj-r0drv-solaris.c \ r0drv/solaris/mp-r0drv-solaris.c \ r0drv/solaris/process-r0drv-solaris.c \ r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c \ r0drv/solaris/semevent-r0drv-solaris.c \ r0drv/solaris/semeventmulti-r0drv-solaris.c \ r0drv/solaris/semfastmutex-r0drv-solaris.c \ r0drv/solaris/spinlock-r0drv-solaris.c \ r0drv/solaris/thread-r0drv-solaris.c \ r0drv/solaris/thread2-r0drv-solaris.c \ r0drv/solaris/time-r0drv-solaris.c \ r0drv/solaris/timer-r0drv-solaris.c ## PORTME: Porters create and add their selection of platform specific Ring-0 Driver files here. # # RuntimeGuestR0 - Guest driver runtime. # This is almost the same as the RuntimeR0Drv, the main difference # is in the backdoor logging and the lack of sup.h (which should be # made irrelevant even for RuntimeR0Rdrv). # # TODO: RuntimeGuestR0_EXTENDS = RuntimeR0Drv (kBuild) # RuntimeGuestR0_TEMPLATE := VBOXGUESTR0LIB RuntimeGuestR0_SDKS.win := W2K3DDKX86 WINPSDKINCS RuntimeGuestR0_DEFS := $(RuntimeR0Drv_DEFS) RuntimeGuestR0_DEFS.$(BUILD_TARGET) := $(RuntimeR0Drv_DEFS.$(BUILD_TARGET)) RuntimeGuestR0_INCS := $(PATH_SUB_CURRENT) RuntimeGuestR0_INCS.$(BUILD_TARGET) := $(RuntimeR0Drv_INCS.$(BUILD_TARGET)) RuntimeGuestR0_SOURCES := $(filter-out generic/RTLogWriteUser-generic.cpp, $(RuntimeR0Drv_SOURCES)) RuntimeGuestR0_SOURCES += VBox/logbackdoor.cpp RuntimeGuestR0_SOURCES.$(BUILD_TARGET) := $(RuntimeR0Drv_SOURCES.$(BUILD_TARGET)) RuntimeGuestR0_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH) := $(RuntimeR0Drv_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) ifdef VBOX_USE_VCC80 RuntimeGuestR0_SOURCES.win += \ common/string/memchr.cpp \ common/string/memcpy.cpp \ common/string/memset.cpp \ common/string/memmove.asm \ common/string/strlen.cpp endif RuntimeGuestR0_SOURCES.freebsd += \ common/string/memset.cpp \ common/string/memcmp.cpp \ common/string/strchr.asm RuntimeOS2GuestR0_TEMPLATE = VBOXOS2GUESTR0LIB RuntimeOS2GuestR0_SOURCES = \ $(filter-out common/misc/assert.cpp generic/RTLogWriteUser-generic.cpp,$(RuntimeR0Drv_SOURCES)) \ $(RuntimeR0Drv_SOURCES.os2) \ VBox/logbackdoor.cpp # # RuntimeW32GuestR0 - Win32 guest driver runtime. # RuntimeW32GuestR0_TEMPLATE = VBOXW32GUESTR0LIB RuntimeW32GuestR0_SDKS = W2K3DDKX86 WINPSDKINCS RuntimeW32GuestR0_INCS := $(PATH_SUB_CURRENT) RuntimeW32GuestR0_DEFS = IN_RT_R0 RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS IN_SUP_R0 RuntimeW32GuestR0_DEFS.$(BUILD_TARGET) = RuntimeW32GuestR0_SOURCES = \ $(filter-out generic/RTLogWriteUser-generic.cpp,$(RuntimeR0Drv_SOURCES)) \ $(RuntimeR0Drv_SOURCES.win) \ VBox/logbackdoor.cpp ifdef VBOX_USE_VCC80 ## @todo use the .asm versions of these. RuntimeW32GuestR0_SOURCES += \ common/string/memchr.cpp \ common/string/memcpy.cpp \ common/string/memset.cpp \ common/string/memmove.asm \ common/string/strlen.cpp endif # # RuntimeW32NT4GuestR0 - Win32 NT4 guest driver runtime. # RuntimeW32NT4GuestR0_TEMPLATE = VBOXW32GUESTR0LIB RuntimeW32NT4GuestR0_SDKS = $(RuntimeW32GuestR0_SDKS) RuntimeW32NT4GuestR0_DEFS = $(RuntimeW32GuestR0_DEFS) IPRT_TARGET_NT4 RuntimeW32NT4GuestR0_INCS = $(RuntimeW32GuestR0_INCS) RuntimeW32NT4GuestR0_SOURCES = $(RuntimeW32GuestR0_SOURCES) # # RuntimeGC - Guest context library. # RuntimeGC_TEMPLATE = VBOXGC RuntimeGC_DEFS = IN_RT_GC RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS RuntimeGC_SOURCES = \ common/log/log.cpp \ common/log/logcom.cpp \ common/log/logformat.cpp \ common/misc/assert.cpp \ common/misc/sanity-c.c \ common/misc/sanity-cpp.cpp \ common/string/memchr.cpp \ common/string/memcmp.cpp \ common/string/memcpy.cpp \ common/string/memset.cpp \ common/string/memmove.asm \ common/string/strcpy.cpp \ common/string/strformat.cpp \ common/string/strformatrt.cpp \ common/string/strformattype.cpp \ common/string/strlen.cpp \ common/string/strncmp.cpp \ common/string/strpbrk.cpp \ common/string/strprintf.cpp \ common/table/avllu32.cpp \ common/table/avlogcphys.cpp \ common/table/avlogcptr.cpp \ common/table/avlohcphys.cpp \ common/table/avloioport.cpp \ common/table/avlrogcphys.cpp \ common/table/avlrogcptr.cpp \ common/table/avlroioport.cpp \ common/table/avlroogcptr.cpp \ common/table/avlu32.cpp \ common/time/timeprog.cpp \ common/time/timesup.cpp \ gc/initterm-gc.cpp \ generic/RTAssertDoBreakpoint-generic.cpp \ VBox/strformat-vbox.cpp \ #if1of ($(BUILD_TARGET_ARCH),amd64 x86) # RuntimeGC_SOURCES += common/time/timesupA.asm #else RuntimeGC_SOURCES += common/time/timesupref.cpp #endif RuntimeGC_SOURCES.win.x86 = $(RuntimeWin32ASM_SOURCES) ifeq ($(VBOX_LDR_FMT32),lx) RuntimeGC_SOURCES += os2/sys0.asm endif ifeq ($(filter-out darwin solaris freebsd,$(BUILD_TARGET)),) RuntimeGC_SOURCES += \ common/math/gcc/adddi3.c \ common/math/gcc/anddi3.c \ common/math/gcc/ashldi3.c \ common/math/gcc/ashrdi3.c \ common/math/gcc/cmpdi2.c \ common/math/gcc/divdi3.c \ common/math/gcc/iordi3.c \ common/math/gcc/lshldi3.c \ common/math/gcc/lshrdi3.c \ common/math/gcc/moddi3.c \ common/math/gcc/muldi3.c \ common/math/gcc/negdi2.c \ common/math/gcc/notdi2.c \ common/math/gcc/qdivrem.c \ common/math/gcc/subdi3.c \ common/math/gcc/ucmpdi2.c \ common/math/gcc/udivdi3.c \ common/math/gcc/umoddi3.c \ common/math/gcc/xordi3.c endif # # Static library for new & delete for the electric fence. # RuntimeEFCPP_TEMPLATE = $(RuntimeR3_TEMPLATE) RuntimeEFCPP_SDKS = $(RuntimeR3_SDKS) RuntimeEFCPP_SDKS.$(BUILD_TARGET) = $(RuntimeR3_SDKS.$(BUILD_TARGET)) RuntimeEFCPP_DEFS = $(RuntimeR3_DEFS) RuntimeEFCPP_DEFS.$(BUILD_TARGET) = $(RuntimeR3_DEFS.$(BUILD_TARGET)) RuntimeEFCPP_INCS = $(RuntimeR3_INCS) RuntimeEFCPP_INCS.$(BUILD_TARGET) = $(RuntimeR3_INCS.$(BUILD_TARGET)) RuntimeEFCPP_SOURCES = r3/alloc-ef-cpp.cpp # # errmsg.cpp depends on a generated header. # common/err/errmsg.cpp_DEPS = $(PATH_TARGET)/errmsgdata.h common/err/errmsg.cpp_INCS = $(PATH_TARGET) win/errmsgwin.cpp_DEPS = $(PATH_TARGET)/errmsgcomdata.h win/errmsgwin.cpp_INCS = $(PATH_TARGET) # Generate the rules include $(PATH_KBUILD)/footer.kmk ifneq ($(wildcard /usr/bin/chcon),) # this is needed for testcases executed at build time ## @todo Make a special installer tool that does this. $(PATH_BIN)/VBoxRT.so: $(INSTALL) $(out) $@ chcon -t texrel_shlib_t $@ || true endif # # Generate the status code data. # $(PATH_TARGET)/errmsgdata.h: common/err/errmsg.sed $(DEPTH)/include/iprt/err.h $(DEPTH)/include/VBox/err.h $(call MSG_GENERATE,,$@,$(filter %.h,$^)) $(QUIET)$(MKDIR) -p $(PATH_TARGET) $(QUIET)$(REDIRECT) -wo $@ -- $(SED) -f $< $(filter %.h,$^) ## @todo r=bird: rename this to indicate that it's not only COM errors, but all win32/64 errors. $(PATH_TARGET)/errmsgcomdata.h: common/err/errmsgcom.sed $(PATH_SDK_WINPSDK_INC)/WinError.h $(call MSG_GENERATE,,$@,$(filter %.h,$^)) $(QUIET)$(MKDIR) -p $(PATH_TARGET) $(QUIET)$(REDIRECT) -wo $@ -- $(SED) -f $< $(filter %.h,$^) $(PATH_TARGET)/errmsgxpcomdata.h: common/err/errmsgxpcom.sed $(DEPTH)/src/libs/xpcom18a4/xpcom/base/nsError.h $(call MSG_GENERATE,,$@,$(filter %.h,$^)) $(QUIET)$(MKDIR) -p $(PATH_TARGET) $(QUIET)$(REDIRECT) -wo $@ -- $(SED) -f $< $(filter %.h,$^) # # Aliases for .cpp.h files so we can more easily do syntax checking from the editor. # ldrELFRelocatable.cpp.o: ldrELF.o ldrELFRelocatable.cpp.obj: ldrELF.obj # # Doxygen documentation. # DOXYGEN_INPUT_DIRS = \ $(PATH_ROOT)/include/iprt \ $(PATH_ROOT)/include/iprt/nocrt \ $(PATH_ROOT)/include/iprt/nocrt/x86 \ $(PATH_ROOT)/include/iprt/nocrt/amd64 \ include/internal \ common/alloc \ common/checksum \ common/err \ common/ldr \ common/log \ common/misc \ common/string \ common/table \ common/time \ VBox/ \ $(foreach dir, . r3 r0drv,\ $(dir) \ $(dir)/darwin \ $(dir)/l4 \ $(dir)/linux \ $(dir)/nt \ $(dir)/os2 \ $(dir)/win \ $(dir)/win32 \ $(dir)/win64 \ $(dir)/generic \ ) # These must come first in order to make things look nice. DOXYGEN_INPUT_FIRST =\ $(PATH_ROOT)/include/iprt/cdefs.h \ $(PATH_ROOT)/include/iprt/types.h \ $(PATH_ROOT)/include/iprt/runtime.h \ $(PATH_ROOT)/include/iprt/param.h \ $(PATH_ROOT)/include/iprt/assert.h \ $(PATH_ROOT)/include/iprt/asm.h \ DOXYGEN_INPUT := \ $(filter-out %.cpp.h, $(sort $(wildcard $(addsuffix /*.h, $(DOXYGEN_INPUT_DIRS)))) ) \ $(foreach dir, $(DOXYGEN_INPUT_DIRS), $(wildcard $(dir)/*.cpp $(dir)/.c $(dir)/.asm)) DOXYGEN_INPUT := \ $(DOXYGEN_INPUT_FIRST) \ $(filter-out $(DOXYGEN_INPUT_FIRST), $(DOXYGEN_INPUT)) DOXYGEN_OUTPUT = $(PATH_OUT)/docs/iprt -include $(PATH_TARGET)/Doxyfile.dep # Generate the Doxyfile $(PATH_TARGET)/Doxyfile: Doxyfile Makefile.kmk \ $(comp-vars DOXYGEN_INPUT,DOXYGEN_INPUT_PREV,FORCE) \ $(comp-vars DOXYGEN_OUTPUT,DOXYGEN_OUTPUT_PREV,FORCE) \ | $(call DIRDEP, $(PATH_TARGET)) $(RM) -f $@ $@.tmp $(PATH_TARGET)/Doxyfile.dep $(CP) -f Doxyfile $@.tmp $(APPEND) $@.tmp $(APPEND) $@.tmp "OUTPUT_DIRECTORY = $(DOXYGEN_OUTPUT)" $(APPEND) $@.tmp "WARN_LOGFILE = $(DOXYGEN_OUTPUT)/errors" $(APPEND) $@.tmp "INCLUDE_PATH = $(PATH_ROOT)/include include . common/table" $(APPEND) $@.tmp "INCLUDE_FILE_PATTERNS = *.cpp.h" $(APPEND) $@.tmp "PREDEFINED += $(ARCH_BITS_DEFS)" $(APPEND) $@.tmp $(APPEND) $@.tmp "INPUT = $(DOXYGEN_INPUT)" $(APPEND) $@.tmp $(MV) -f $@.tmp $@ @$(APPEND) $(PATH_TARGET)/Doxyfile.dep "DOXYGEN_OUTPUT_PREV = $(DOXYGEN_OUTPUT)" @$(APPEND) $(PATH_TARGET)/Doxyfile.dep "DOXYGEN_INPUT_PREV = $(DOXYGEN_INPUT)" # Create the output directory. $(call DIRDEP, $(DOXYGEN_OUTPUT)): $(MKDIR) -p $@ # Do the actual job. $(PATH_TARGET)/docs.iprt: $(PATH_TARGET)/Doxyfile $(DOXYGEN_INPUT) | $(call DIRDEP, $(DOXYGEN_OUTPUT)) $(RM) -f $(wildcard $(DOXYGEN_OUTPUT)/html/*) $(PATH_TARGET)/docs.iprt doxygen $(PATH_TARGET)/Doxyfile $(APPEND) $(PATH_TARGET)/docs.iprt # alias docs: $(PATH_TARGET)/docs.iprt test: @echo test-$(comp-vars DOXYGEN_OUTPUT,DOXYGEN_OUTPUT_PREV,FORCE) @echo $(DOXYGEN_OUTPUT) @echo $(DOXYGEN_OUTPUT_PREV) @echo $(DOXYGEN_INPUT)