files_vboxguest revision 210db75d2af02f67370c4a1be6570484d29eb394
640b2adac05bb7f5e9fba064434c91852c3a72e6nd#!/bin/sh
8e34905974b7a442a55adac3b3fdb196c389e807takashi# $Id$
640b2adac05bb7f5e9fba064434c91852c3a72e6nd## @file
640b2adac05bb7f5e9fba064434c91852c3a72e6nd# Shared file between Makefile.kmk and export_modules
8e34905974b7a442a55adac3b3fdb196c389e807takashi#
640b2adac05bb7f5e9fba064434c91852c3a72e6nd
640b2adac05bb7f5e9fba064434c91852c3a72e6nd#
8e34905974b7a442a55adac3b3fdb196c389e807takashi# Copyright (C) 2007-2010 Oracle Corporation
8e34905974b7a442a55adac3b3fdb196c389e807takashi#
8e34905974b7a442a55adac3b3fdb196c389e807takashi# This file is part of VirtualBox Open Source Edition (OSE), as
640b2adac05bb7f5e9fba064434c91852c3a72e6nd# available from http://www.virtualbox.org. This file is free software;
640b2adac05bb7f5e9fba064434c91852c3a72e6nd# you can redistribute it and/or modify it under the terms of the GNU
640b2adac05bb7f5e9fba064434c91852c3a72e6nd# General Public License (GPL) as published by the Free Software
640b2adac05bb7f5e9fba064434c91852c3a72e6nd# Foundation, in version 2 as it comes in the "COPYING" file of the
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
8e34905974b7a442a55adac3b3fdb196c389e807takashi# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive#
ef685e00a47967e27d89709461728a229d762172nd
ef685e00a47967e27d89709461728a229d762172ndFILES_VBOXGUEST_NOBIN=" \
ef685e00a47967e27d89709461728a229d762172nd ${PATH_ROOT}/include/iprt/alloca.h=>include/iprt/alloca.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/alloc.h=>include/iprt/alloc.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/asm.h=>include/iprt/asm.h \
51853aa2ebfdf9903a094467e1d02099f143639daaron ${PATH_ROOT}/include/iprt/asm-amd64-x86.h=>include/iprt/asm-amd64-x86.h \
51853aa2ebfdf9903a094467e1d02099f143639daaron ${PATH_ROOT}/include/iprt/asm-math.h=>include/iprt/asm-math.h \
51853aa2ebfdf9903a094467e1d02099f143639daaron ${PATH_ROOT}/include/iprt/assert.h=>include/iprt/assert.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/avl.h=>include/iprt/avl.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/cdefs.h=>include/iprt/cdefs.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/cpuset.h=>include/iprt/cpuset.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/ctype.h=>include/iprt/ctype.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/err.h=>include/iprt/err.h \
8e34905974b7a442a55adac3b3fdb196c389e807takashi ${PATH_ROOT}/include/iprt/errno.h=>include/iprt/errno.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/heap.h=>include/iprt/heap.h \
ef685e00a47967e27d89709461728a229d762172nd ${PATH_ROOT}/include/iprt/handletable.h=>include/iprt/handletable.h \
ef685e00a47967e27d89709461728a229d762172nd ${PATH_ROOT}/include/iprt/initterm.h=>include/iprt/initterm.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/list.h=>include/iprt/list.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/lockvalidator.h=>include/iprt/lockvalidator.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/log.h=>include/iprt/log.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/mangling.h=>include/iprt/mangling.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/mem.h=>include/iprt/mem.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/memobj.h=>include/iprt/memobj.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/mp.h=>include/iprt/mp.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/param.h=>include/iprt/param.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/power.h=>include/iprt/power.h \
1608dfcdedbb2ffcd30131a7f84b57aeb33ce3e7rbowen ${PATH_ROOT}/include/iprt/process.h=>include/iprt/process.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/semaphore.h=>include/iprt/semaphore.h \
17ca00f92106c825382359ebf0a754f8df21e316rbowen ${PATH_ROOT}/include/iprt/spinlock.h=>include/iprt/spinlock.h \
1608dfcdedbb2ffcd30131a7f84b57aeb33ce3e7rbowen ${PATH_ROOT}/include/iprt/stdarg.h=>include/iprt/stdarg.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/stdint.h=>include/iprt/stdint.h \
1608dfcdedbb2ffcd30131a7f84b57aeb33ce3e7rbowen ${PATH_ROOT}/include/iprt/string.h=>include/iprt/string.h \
1608dfcdedbb2ffcd30131a7f84b57aeb33ce3e7rbowen ${PATH_ROOT}/include/iprt/thread.h=>include/iprt/thread.h \
17ca00f92106c825382359ebf0a754f8df21e316rbowen ${PATH_ROOT}/include/iprt/time.h=>include/iprt/time.h \
1608dfcdedbb2ffcd30131a7f84b57aeb33ce3e7rbowen ${PATH_ROOT}/include/iprt/timer.h=>include/iprt/timer.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/types.h=>include/iprt/types.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/uuid.h=>include/iprt/uuid.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/crc.h=>include/iprt/crc.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/net.h=>include/iprt/net.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/rand.h=>include/iprt/rand.h \
8e34905974b7a442a55adac3b3fdb196c389e807takashi ${PATH_ROOT}/include/iprt/path.h=>include/iprt/path.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/iprt/once.h=>include/iprt/once.h \
ef685e00a47967e27d89709461728a229d762172nd ${PATH_ROOT}/include/iprt/critsect.h=>include/iprt/critsect.h \
ef685e00a47967e27d89709461728a229d762172nd ${PATH_ROOT}/include/iprt/x86.h=>include/iprt/x86.h \
ef685e00a47967e27d89709461728a229d762172nd ${PATH_ROOT}/include/iprt/nocrt/limits.h=>include/iprt/nocrt/limits.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/VBox/cdefs.h=>include/VBox/cdefs.h \
222f0f03c2f9ee6343c18f80f0cb6e9aad21bc58slive ${PATH_ROOT}/include/VBox/err.h=>include/VBox/err.h \
222f0f03c2f9ee6343c18f80f0cb6e9aad21bc58slive ${PATH_ROOT}/include/VBox/log.h=>include/VBox/log.h \
222f0f03c2f9ee6343c18f80f0cb6e9aad21bc58slive ${PATH_ROOT}/include/VBox/param.h=>include/VBox/param.h \
222f0f03c2f9ee6343c18f80f0cb6e9aad21bc58slive ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/VBox/ostypes.h=>include/VBox/ostypes.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/VBox/VMMDev.h=>include/VBox/VMMDev.h \
a27e9e05958bc51ea09edb8d8d862fe8b125313bslive ${PATH_ROOT}/include/VBox/VMMDev2.h=>include/VBox/VMMDev2.h \
222f0f03c2f9ee6343c18f80f0cb6e9aad21bc58slive ${PATH_ROOT}/include/VBox/VBoxGuest.h=>include/VBox/VBoxGuest.h \
95e8cab14596a61826fa52477dcaebc07bfbad00colm ${PATH_ROOT}/include/VBox/VBoxGuest2.h=>include/VBox/VBoxGuest2.h \
8e34905974b7a442a55adac3b3fdb196c389e807takashi ${PATH_ROOT}/include/VBox/VBoxGuestLib.h=>include/VBox/VBoxGuestLib.h \
95e8cab14596a61826fa52477dcaebc07bfbad00colm ${PATH_ROOT}/include/VBox/VBoxGuestMangling.h=>include/VBox/VBoxGuestMangling.h \
95e8cab14596a61826fa52477dcaebc07bfbad00colm ${PATH_ROOT}/include/VBox/version.h=>include/VBox/version.h \
95e8cab14596a61826fa52477dcaebc07bfbad00colm ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp=>VBoxGuest.c \
95e8cab14596a61826fa52477dcaebc07bfbad00colm ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c=>VBoxGuest-freebsd.c \
95e8cab14596a61826fa52477dcaebc07bfbad00colm ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuest2.cpp=>VBoxGuest2.c \
95e8cab14596a61826fa52477dcaebc07bfbad00colm ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuest2.h=>VBoxGuest2.h \
95e8cab14596a61826fa52477dcaebc07bfbad00colm ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuestIDC-unix.c.h=>VBoxGuestIDC-unix.c.h \
95e8cab14596a61826fa52477dcaebc07bfbad00colm ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h=>VBoxGuestInternal.h \
95e8cab14596a61826fa52477dcaebc07bfbad00colm ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/freebsd/Makefile=>Makefile \
95e8cab14596a61826fa52477dcaebc07bfbad00colm ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp=>GenericRequest.c \
95e8cab14596a61826fa52477dcaebc07bfbad00colm ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp=>HGCMInternal.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/Init.cpp=>Init.c \
8e34905974b7a442a55adac3b3fdb196c389e807takashi ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp=>PhysHeap.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h=>SysHlp.h \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp=>SysHlp.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h=>VBGLInternal.h \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h=>VBoxGuestLog.h \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp=>VMMDev.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/alloc/heapsimple.cpp=>alloc/heapsimple.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp=>common/err/RTErrConvertFromErrno.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp=>common/err/RTErrConvertToErrno.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/log/log.cpp=>common/log/log.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/log/logellipsis.cpp=>common/log/logellipsis.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/log/logrel.cpp=>common/log/logrel.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/log/logrelellipsis.cpp=>common/log/logrelellipsis.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/log/logcom.cpp=>common/log/logcom.c \
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai ${PATH_ROOT}/src/VBox/Runtime/common/log/logformat.cpp=>common/log/logformat.c \
8e34905974b7a442a55adac3b3fdb196c389e807takashi ${PATH_ROOT}/src/VBox/Runtime/common/misc/handletable.cpp=>common/misc/handletable.c \
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai ${PATH_ROOT}/src/VBox/Runtime/common/misc/handletable.h=>common/misc/handletable.h \
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai ${PATH_ROOT}/src/VBox/Runtime/common/misc/handletablectx.cpp=>common/misc/handletablectx.c \
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai ${PATH_ROOT}/src/VBox/Runtime/common/misc/once.cpp=>common/misc/once.c \
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai ${PATH_ROOT}/src/VBox/Runtime/common/misc/thread.cpp=>common/misc/thread.c \
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp=>common/misc/RTAssertMsg1Weak.c \
8e34905974b7a442a55adac3b3fdb196c389e807takashi ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2.cpp=>common/misc/RTAssertMsg2.c \
8e34905974b7a442a55adac3b3fdb196c389e807takashi ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2Add.cpp=>common/misc/RTAssertMsg2Add.c \
8e34905974b7a442a55adac3b3fdb196c389e807takashi ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeak.cpp=>common/misc/RTAssertMsg2AddWeak.c \
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeakV.cpp=>common/misc/RTAssertMsg2AddWeakV.c \
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp=>common/misc/RTAssertMsg2Weak.c \
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp=>common/misc/RTAssertMsg2WeakV.c \
86bb9693d63dfc1be14519a5b444467e4b0cdaf8kawai ${PATH_ROOT}/src/VBox/Runtime/common/misc/assert.cpp=>common/misc/assert.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopy.cpp=>common/string/RTStrCopy.c \
8e34905974b7a442a55adac3b3fdb196c389e807takashi ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyEx.cpp=>common/string/RTStrCopyEx.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyP.cpp=>common/string/RTStrCopyP.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/string/strformat.cpp=>common/string/strformat.c \
8e34905974b7a442a55adac3b3fdb196c389e807takashi ${PATH_ROOT}/src/VBox/Runtime/common/string/strformatrt.cpp=>common/string/strformatrt.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/string/strformattype.cpp=>common/string/strformattype.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/string/strprintf.cpp=>common/string/strprintf.c \
8e34905974b7a442a55adac3b3fdb196c389e807takashi ${PATH_ROOT}/src/VBox/Runtime/common/string/strtonum.cpp=>common/string/strtonum.c \
8e34905974b7a442a55adac3b3fdb196c389e807takashi ${PATH_ROOT}/src/VBox/Runtime/common/string/memchr.cpp=>common/string/memchr.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/rand/rand.cpp=>common/rand/rand.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/rand/randadv.cpp=>common/rand/randadv.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/rand/randparkmiller.cpp=>common/rand/randparkmiller.c \
17efa6b5344b7574597eec03f02ef28103e19265nd ${PATH_ROOT}/src/VBox/Runtime/common/path/RTPathStripFilename.cpp=>common/path/RTPathStripFilename.c \
cd51960ffc0f49d7a9e702162ed49b3eb0909276dirkx ${PATH_ROOT}/src/VBox/Runtime/common/checksum/crc32.cpp=>common/checksum/crc32.c \
8e34905974b7a442a55adac3b3fdb196c389e807takashi ${PATH_ROOT}/src/VBox/Runtime/common/checksum/ipv4.cpp=>common/checksum/ipv4.c \
cd51960ffc0f49d7a9e702162ed49b3eb0909276dirkx ${PATH_ROOT}/src/VBox/Runtime/common/table/avlpv.cpp=>common/table/avlpv.c \
ef685e00a47967e27d89709461728a229d762172nd ${PATH_ROOT}/src/VBox/Runtime/common/table/avl_Base.cpp.h=>common/table/avl_Base.cpp.h \
ef685e00a47967e27d89709461728a229d762172nd ${PATH_ROOT}/src/VBox/Runtime/common/table/avl_Get.cpp.h=>common/table/avl_Get.cpp.h \
ef685e00a47967e27d89709461728a229d762172nd ${PATH_ROOT}/src/VBox/Runtime/common/table/avl_GetBestFit.cpp.h=>common/table/avl_GetBestFit.cpp.h \
cd51960ffc0f49d7a9e702162ed49b3eb0909276dirkx ${PATH_ROOT}/src/VBox/Runtime/common/table/avl_RemoveBestFit.cpp.h=>common/table/avl_RemoveBestFit.cpp.h \
cd51960ffc0f49d7a9e702162ed49b3eb0909276dirkx ${PATH_ROOT}/src/VBox/Runtime/common/table/avl_DoWithAll.cpp.h=>common/table/avl_DoWithAll.cpp.h \
cd51960ffc0f49d7a9e702162ed49b3eb0909276dirkx ${PATH_ROOT}/src/VBox/Runtime/common/table/avl_Destroy.cpp.h=>common/table/avl_Destroy.cpp.h \
cd51960ffc0f49d7a9e702162ed49b3eb0909276dirkx ${PATH_ROOT}/src/VBox/Runtime/common/time/time.cpp=>common/time/time.c \
cd51960ffc0f49d7a9e702162ed49b3eb0909276dirkx ${PATH_ROOT}/src/VBox/Runtime/include/internal/assert.h=>include/internal/assert.h \
cd51960ffc0f49d7a9e702162ed49b3eb0909276dirkx ${PATH_ROOT}/src/VBox/Runtime/include/internal/initterm.h=>include/internal/initterm.h \
cd51960ffc0f49d7a9e702162ed49b3eb0909276dirkx ${PATH_ROOT}/src/VBox/Runtime/include/internal/iprt.h=>include/internal/iprt.h \
cd51960ffc0f49d7a9e702162ed49b3eb0909276dirkx ${PATH_ROOT}/src/VBox/Runtime/include/internal/lockvalidator.h=>include/internal/lockvalidator.h \
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen ${PATH_ROOT}/src/VBox/Runtime/include/internal/magics.h=>include/internal/magics.h \
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen ${PATH_ROOT}/src/VBox/Runtime/include/internal/memobj.h=>include/internal/memobj.h \
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen ${PATH_ROOT}/src/VBox/Runtime/include/internal/string.h=>include/internal/string.h \
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen ${PATH_ROOT}/src/VBox/Runtime/include/internal/thread.h=>include/internal/thread.h \
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen ${PATH_ROOT}/src/VBox/Runtime/include/internal/time.h=>include/internal/time.h \
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen ${PATH_ROOT}/src/VBox/Runtime/include/internal/rand.h=>include/internal/rand.h \
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen ${PATH_ROOT}/src/VBox/Runtime/include/internal/sched.h=>include/internal/sched.h \
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen ${PATH_ROOT}/src/VBox/Runtime/include/internal/process.h=>include/internal/process.h \
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen ${PATH_ROOT}/src/VBox/Runtime/generic/RTAssertShouldPanic-generic.cpp=>generic/RTAssertShouldPanic-generic.c \
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen ${PATH_ROOT}/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp=>generic/RTLogWriteStdErr-stub-generic.c \
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen ${PATH_ROOT}/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp=>generic/RTLogWriteStdOut-stub-generic.c \
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen ${PATH_ROOT}/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp=>generic/RTLogWriteDebugger-generic.c \
94abf1cc80072ea31506946ac6595631ca6d2c14rbowen ${PATH_ROOT}/src/VBox/Runtime/generic/RTRandAdvCreateSystemFaster-generic.cpp=>generic/RTRandAdvCreateSystemFaster-generic.c \
b5468eddc0cb1691af19ddc70a6e205daf00a94ctrawick ${PATH_ROOT}/src/VBox/Runtime/generic/RTRandAdvCreateSystemTruer-generic.cpp=>generic/RTRandAdvCreateSystemTruer-generic.c \
8e34905974b7a442a55adac3b3fdb196c389e807takashi ${PATH_ROOT}/src/VBox/Runtime/generic/uuid-generic.cpp=>generic/uuid-generic.c \
b5468eddc0cb1691af19ddc70a6e205daf00a94ctrawick ${PATH_ROOT}/src/VBox/Runtime/generic/RTSemEventWait-2-ex-generic.cpp=>generic/RTSemEventWait-2-ex-generic.c \
1b3225113bb6fcf326cf16af9023e381ae0ac083nd ${PATH_ROOT}/src/VBox/Runtime/generic/RTSemEventWaitNoResume-2-ex-generic.cpp=>generic/RTSemEventWaitNoResume-2-ex-generic.c \
1f666f93c91dbb492dc7706573b369cd03b84265poirier ${PATH_ROOT}/src/VBox/Runtime/generic/RTSemEventMultiWait-2-ex-generic.cpp=>generic/RTSemEventMultiWait-2-ex-generic.c \
b5468eddc0cb1691af19ddc70a6e205daf00a94ctrawick ${PATH_ROOT}/src/VBox/Runtime/generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp=>generic/RTSemEventMultiWaitNoResume-2-ex-generic.c \
b5468eddc0cb1691af19ddc70a6e205daf00a94ctrawick ${PATH_ROOT}/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp=>generic/RTTimerCreate-generic.c \
1f666f93c91dbb492dc7706573b369cd03b84265poirier ${PATH_ROOT}/src/VBox/Runtime/generic/errvars-generic.cpp=>generic/errvars-generic.c \
1f666f93c91dbb492dc7706573b369cd03b84265poirier ${PATH_ROOT}/src/VBox/Runtime/generic/timer-generic.cpp=>generic/timer-generic.c \
1f666f93c91dbb492dc7706573b369cd03b84265poirier ${PATH_ROOT}/src/VBox/Runtime/generic/mppresent-generic.cpp=>generic/mppresent-generic.c \
b5468eddc0cb1691af19ddc70a6e205daf00a94ctrawick ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.cpp=>r0drv/alloc-r0drv.c \
b5468eddc0cb1691af19ddc70a6e205daf00a94ctrawick ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.h=>r0drv/alloc-r0drv.h \
b5468eddc0cb1691af19ddc70a6e205daf00a94ctrawick ${PATH_ROOT}/src/VBox/Runtime/r0drv/initterm-r0drv.cpp=>r0drv/initterm-r0drv.c \
b5468eddc0cb1691af19ddc70a6e205daf00a94ctrawick ${PATH_ROOT}/src/VBox/Runtime/r0drv/mp-r0drv.h=>r0drv/mp-r0drv.h \
81622596373177e079337e956f7a5800895443b3erikabele ${PATH_ROOT}/src/VBox/Runtime/r0drv/power-r0drv.h=>r0drv/power-r0drv.h \
8e34905974b7a442a55adac3b3fdb196c389e807takashi ${PATH_ROOT}/src/VBox/Runtime/r0drv/powernotification-r0drv.c=>r0drv/powernotification-r0drv.c \
81622596373177e079337e956f7a5800895443b3erikabele ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/assert-r0drv-freebsd.c=>r0drv/freebsd/assert-r0drv-freebsd.c \
ef685e00a47967e27d89709461728a229d762172nd ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c=>r0drv/freebsd/alloc-r0drv-freebsd.c \
ef685e00a47967e27d89709461728a229d762172nd ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/initterm-r0drv-freebsd.c=>r0drv/freebsd/initterm-r0drv-freebsd.c \
ef685e00a47967e27d89709461728a229d762172nd ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c=>r0drv/freebsd/memobj-r0drv-freebsd.c \
81622596373177e079337e956f7a5800895443b3erikabele ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c=>r0drv/freebsd/memuserkernel-r0drv-freebsd.c \
81622596373177e079337e956f7a5800895443b3erikabele ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c=>r0drv/freebsd/mp-r0drv-freebsd.c \
81622596373177e079337e956f7a5800895443b3erikabele ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/process-r0drv-freebsd.c=>r0drv/freebsd/process-r0drv-freebsd.c \
81622596373177e079337e956f7a5800895443b3erikabele ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c=>r0drv/freebsd/semevent-r0drv-freebsd.c \
81622596373177e079337e956f7a5800895443b3erikabele ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/semeventmulti-r0drv-freebsd.c=>r0drv/freebsd/semeventmulti-r0drv-freebsd.c \
81622596373177e079337e956f7a5800895443b3erikabele ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/semfastmutex-r0drv-freebsd.c=>r0drv/freebsd/semfastmutex-r0drv-freebsd.c \
81622596373177e079337e956f7a5800895443b3erikabele ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c=>r0drv/freebsd/semmutex-r0drv-freebsd.c \
ef685e00a47967e27d89709461728a229d762172nd ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c=>r0drv/freebsd/spinlock-r0drv-freebsd.c \
e554dd2dae4ba2c32dbd05fc0d4e0a42ef4ba902rbowen ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h=>r0drv/freebsd/the-freebsd-kernel.h \
e554dd2dae4ba2c32dbd05fc0d4e0a42ef4ba902rbowen ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c=>r0drv/freebsd/thread-r0drv-freebsd.c \
e554dd2dae4ba2c32dbd05fc0d4e0a42ef4ba902rbowen ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c=>r0drv/freebsd/thread2-r0drv-freebsd.c \
e554dd2dae4ba2c32dbd05fc0d4e0a42ef4ba902rbowen ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/time-r0drv-freebsd.c=>r0drv/freebsd/time-r0drv-freebsd.c \
e554dd2dae4ba2c32dbd05fc0d4e0a42ef4ba902rbowen ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/sleepqueue-r0drv-freebsd.h=>r0drv/freebsd/sleepqueue-r0drv-freebsd.h \
e554dd2dae4ba2c32dbd05fc0d4e0a42ef4ba902rbowen ${PATH_ROOT}/src/VBox/Runtime/r0drv/generic/semspinmutex-r0drv-generic.c=>r0drv/generic/semspinmutex-r0drv-generic.c \
e554dd2dae4ba2c32dbd05fc0d4e0a42ef4ba902rbowen ${PATH_ROOT}/src/VBox/Runtime/r0drv/generic/mpnotification-r0drv-generic.cpp=>r0drv/generic/mpnotification-r0drv-generic.c \
e554dd2dae4ba2c32dbd05fc0d4e0a42ef4ba902rbowen ${PATH_ROOT}/src/VBox/Runtime/r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp=>r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.c \
e554dd2dae4ba2c32dbd05fc0d4e0a42ef4ba902rbowen ${PATH_ROOT}/src/VBox/Runtime/r0drv/memobj-r0drv.cpp=>r0drv/memobj-r0drv.c \
e554dd2dae4ba2c32dbd05fc0d4e0a42ef4ba902rbowen ${PATH_ROOT}/src/VBox/Runtime/VBox/log-vbox.cpp=>VBox/log-vbox.c \
e554dd2dae4ba2c32dbd05fc0d4e0a42ef4ba902rbowen ${PATH_ROOT}/src/VBox/Runtime/VBox/logbackdoor.cpp=>VBox/logbackdoor.c \
e554dd2dae4ba2c32dbd05fc0d4e0a42ef4ba902rbowen ${PATH_OUT}/version-generated.h=>version-generated.h \
e554dd2dae4ba2c32dbd05fc0d4e0a42ef4ba902rbowen ${PATH_OUT}/product-generated.h=>product-generated.h \
e554dd2dae4ba2c32dbd05fc0d4e0a42ef4ba902rbowen ${PATH_OUT}/revision-generated.h=>revision-generated.h \
f0eae6f6191f5730fa8db049f7391e93b4ff41b9erikabele"
8e34905974b7a442a55adac3b3fdb196c389e807takashi
f0eae6f6191f5730fa8db049f7391e93b4ff41b9erikabeleFILES_VBOXGUEST_BIN=" \
f0eae6f6191f5730fa8db049f7391e93b4ff41b9erikabele"
f0eae6f6191f5730fa8db049f7391e93b4ff41b9erikabele
f0eae6f6191f5730fa8db049f7391e93b4ff41b9erikabele