files_vboxadd revision 3bf4bd3347c2bc3bc7c6b24672096f514235ad76
127N/A#!/bin/sh
127N/A#
127N/A# Shared file between Makefile.kmk and export_modules
127N/A#
127N/A# Copyright (C) 2007 InnoTek Systemberatung GmbH
127N/A#
127N/A# This file is part of VirtualBox Open Source Edition (OSE), as
127N/A# available from http://www.virtualbox.org. This file is free software;
127N/A# you can redistribute it and/or modify it under the terms of the GNU
127N/A# General Public License as published by the Free Software Foundation,
127N/A# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
127N/A# distribution. VirtualBox OSE is distributed in the hope that it will
127N/A# be useful, but WITHOUT ANY WARRANTY of any kind.
127N/A#
127N/A# If you received this file as part of a commercial VirtualBox
127N/A# distribution, then only the terms of your commercial VirtualBox
127N/A# license agreement apply instead of the previous paragraph.
127N/A#
127N/A
127N/AFILES_VBOXADD_NOBIN=" \
127N/A ${PATH_ROOT}/include/iprt/alloc.h=>include/iprt/alloc.h \
127N/A ${PATH_ROOT}/include/iprt/asm.h=>include/iprt/asm.h \
3996N/A ${PATH_ROOT}/include/iprt/assert.h=>include/iprt/assert.h \
127N/A ${PATH_ROOT}/include/iprt/cdefs.h=>include/iprt/cdefs.h \
127N/A ${PATH_ROOT}/include/iprt/err.h=>include/iprt/err.h \
127N/A ${PATH_ROOT}/include/iprt/log.h=>include/iprt/log.h \
127N/A ${PATH_ROOT}/include/iprt/mem.h=>include/iprt/mem.h \
127N/A ${PATH_ROOT}/include/iprt/param.h=>include/iprt/param.h \
690N/A ${PATH_ROOT}/include/iprt/semaphore.h=>include/iprt/semaphore.h \
618N/A ${PATH_ROOT}/include/iprt/stdarg.h=>include/iprt/stdarg.h \
127N/A ${PATH_ROOT}/include/iprt/stdint.h=>include/iprt/stdint.h \
127N/A ${PATH_ROOT}/include/iprt/string.h=>include/iprt/string.h \
844N/A ${PATH_ROOT}/include/iprt/types.h=>include/iprt/types.h \
844N/A ${PATH_ROOT}/include/VBox/cdefs.h=>include/VBox/cdefs.h \
127N/A ${PATH_ROOT}/include/VBox/err.h=>include/VBox/err.h \
1273N/A ${PATH_ROOT}/include/VBox/log.h=>include/VBox/log.h \
127N/A ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \
3661N/A ${PATH_ROOT}/include/VBox/ostypes.h=>include/VBox/ostypes.h \
3661N/A ${PATH_ROOT}/include/VBox/VBoxGuest.h=>include/VBox/VBoxGuest.h \
3996N/A ${PATH_ROOT}/include/VBox/VBoxGuestLib.h=>include/VBox/VBoxGuestLib.h \
3996N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp=>GenericRequest.c \
3996N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp=>HGCMInternal.c \
127N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/Init.cpp=>Init.c \
738N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp=>PhysHeap.c \
738N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h=>SysHlp.h \
738N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h=>VBGLInternal.h \
127N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h=>VBoxGuestLog.h \
127N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp=>VMMDev.c \
127N/A ${PATH_ROOT}/src/VBox/Runtime/include/internal/magics.h=>include/internal/magics.h \
127N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.cpp=>r0drv/alloc-r0drv.c \
127N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.h=>r0drv/alloc-r0drv.h \
127N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c=>r0drv/linux/alloc-r0drv-linux.c \
127N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/semaphore-r0drv-linux.c=>r0drv/linux/semaphore-r0drv-linux.c \
127N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/string.h=>r0drv/linux/string.h \
127N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>r0drv/linux/the-linux-kernel.h \
181N/A ${PATH_ROOT}/src/VBox/Additions/linux/module/vboxmod.c=>vboxmod.c \
181N/A ${PATH_ROOT}/src/VBox/Additions/linux/module/cmc.c=>cmc.c \
127N/A ${PATH_ROOT}/src/VBox/Additions/linux/module/hgcmcall.c=>hgcmcall.c \
3996N/A ${PATH_ROOT}/src/VBox/Additions/linux/module/vboxmod.h=>vboxmod.h \
3996N/A ${PATH_ROOT}/src/VBox/Additions/linux/module/waitcompat.h=>waitcompat.h \
3996N/A ${PATH_ROOT}/src/VBox/Additions/linux/module/Makefile.module=>Makefile \
${PATH_OUT}/version-generated.h=>version-generated.h \
"
FILES_VBOXADD_BIN=" \
${PATH_ROOT}/src/VBox/HostDrivers/Support/linux/build_in_tmp \
"