files_vboxvfs revision fb234c359ecdbe7b609ed0652c83996811ad6295
98N/A#!/bin/sh
98N/A#
1422N/A# Shared file between Makefile.kmk and export_modules
98N/A#
98N/A# Copyright (C) 2007 Sun Microsystems, Inc.
919N/A#
919N/A# This file is part of VirtualBox Open Source Edition (OSE), as
919N/A# available from http://www.virtualbox.org. This file is free software;
919N/A# you can redistribute it and/or modify it under the terms of the GNU
919N/A# General Public License (GPL) as published by the Free Software
919N/A# Foundation, in version 2 as it comes in the "COPYING" file of the
919N/A# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
919N/A# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
919N/A#
919N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
919N/A# Clara, CA 95054 USA or visit http://www.sun.com if you need
919N/A# additional information or have any questions.
919N/A#
919N/A
919N/AFILES_VBOXVFS_NOBIN=" \
919N/A ${PATH_ROOT}/include/iprt/nocrt/limits.h=>include/iprt/nocrt/limits.h \
919N/A ${PATH_ROOT}/include/iprt/alloc.h=>include/iprt/alloc.h \
98N/A ${PATH_ROOT}/include/iprt/asm.h=>include/iprt/asm.h \
98N/A ${PATH_ROOT}/include/iprt/assert.h=>include/iprt/assert.h \
493N/A ${PATH_ROOT}/include/iprt/cdefs.h=>include/iprt/cdefs.h \
1059N/A ${PATH_ROOT}/include/iprt/err.h=>include/iprt/err.h \
98N/A ${PATH_ROOT}/include/iprt/fs.h=>include/iprt/fs.h \
970N/A ${PATH_ROOT}/include/iprt/heap.h=>include/iprt/heap.h \
970N/A ${PATH_ROOT}/include/iprt/log.h=>include/iprt/log.h \
970N/A ${PATH_ROOT}/include/iprt/mem.h=>include/iprt/mem.h \
970N/A ${PATH_ROOT}/include/iprt/memobj.h=>include/iprt/memobj.h \
1360N/A ${PATH_ROOT}/include/iprt/param.h=>include/iprt/param.h \
1360N/A ${PATH_ROOT}/include/iprt/path.h=>include/iprt/path.h \
970N/A ${PATH_ROOT}/include/iprt/process.h=>include/iprt/process.h \
970N/A ${PATH_ROOT}/include/iprt/semaphore.h=>include/iprt/semaphore.h \
970N/A ${PATH_ROOT}/include/iprt/spinlock.h=>include/iprt/spinlock.h \
970N/A ${PATH_ROOT}/include/iprt/stdarg.h=>include/iprt/stdarg.h \
970N/A ${PATH_ROOT}/include/iprt/stdint.h=>include/iprt/stdint.h \
98N/A ${PATH_ROOT}/include/iprt/string.h=>include/iprt/string.h \
1351N/A ${PATH_ROOT}/include/iprt/time.h=>include/iprt/time.h \
493N/A ${PATH_ROOT}/include/iprt/types.h=>include/iprt/types.h \
911N/A ${PATH_ROOT}/include/VBox/cdefs.h=>include/VBox/cdefs.h \
1351N/A ${PATH_ROOT}/include/VBox/err.h=>include/VBox/err.h \
1351N/A ${PATH_ROOT}/include/VBox/hgcmsvc.h=>include/VBox/hgcmsvc.h \
98N/A ${PATH_ROOT}/include/VBox/log.h=>include/VBox/log.h \
98N/A ${PATH_ROOT}/include/VBox/ostypes.h=>include/VBox/ostypes.h \
1059N/A ${PATH_ROOT}/include/VBox/param.h=>include/VBox/param.h \
156N/A ${PATH_ROOT}/include/VBox/shflsvc.h=>include/VBox/shflsvc.h \
98N/A ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \
98N/A ${PATH_ROOT}/include/VBox/VBoxGuest.h=>include/VBox/VBoxGuest.h \
1422N/A ${PATH_ROOT}/include/VBox/VBoxGuestLib.h=>include/VBox/VBoxGuestLib.h \
1059N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp=>GenericRequest.c \
1059N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp=>HGCM.c \
98N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/Init.cpp=>Init.c \
1059N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp=>PhysHeap.c \
1059N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp=>SysHlp.c \
1059N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h=>SysHlp.h \
1059N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h=>VBGLInternal.h \
1059N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c=>VBoxCalls.c \
98N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.h=>VBoxCalls.h \
98N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h=>VBoxGuestLog.h \
1097N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp=>VMMDev.c \
493N/A ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/divdi3.c=>divdi3.c \
1262N/A ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/moddi3.c=>moddi3.c \
1262N/A ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/qdivrem.c=>qdivrem.c \
231N/A ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/quad.h=>quad.h \
231N/A ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivdi3.c=>udivdi3.c \
1097N/A ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/umoddi3.c=>umoddi3.c \
493N/A ${PATH_ROOT}/src/VBox/Runtime/include/internal/magics.h=>include/internal/magics.h \
98N/A ${PATH_ROOT}/src/VBox/Runtime/include/internal/memobj.h=>include/internal/memobj.h \
970N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.cpp=>r0drv/alloc-r0drv.c \
970N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.h=>r0drv/alloc-r0drv.h \
970N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/memobj-r0drv.cpp=>r0drv/memobj-r0drv.c \
98N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c=>r0drv/linux/alloc-r0drv-linux.c \
493N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c=>r0drv/linux/memobj-r0drv-linux.c \
98N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c=>r0drv/linux/process-r0drv-linux.c \
98N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c=>r0drv/linux/semevent-r0drv-linux.c \
98N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c=>r0drv/linux/semeventmulti-r0drv-linux.c \
98N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c=>r0drv/linux/semfastmutex-r0drv-linux.c \
1447N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/string.h=>r0drv/linux/string.h \
1447N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>r0drv/linux/the-linux-kernel.h \
1447N/A ${PATH_ROOT}/src/VBox/Additions/linux/sharedfolders/Makefile.module=>Makefile \
659N/A ${PATH_ROOT}/src/VBox/Additions/linux/sharedfolders/dirops.c=>dirops.c \
378N/A ${PATH_ROOT}/src/VBox/Additions/linux/sharedfolders/regops.c=>regops.c \
659N/A ${PATH_ROOT}/src/VBox/Additions/linux/sharedfolders/utils.c=>utils.c \
378N/A ${PATH_ROOT}/src/VBox/Additions/linux/sharedfolders/vbsfmount.h=>vbsfmount.h \
1447N/A ${PATH_ROOT}/src/VBox/Additions/linux/sharedfolders/vfsmod.c=>vfsmod.c \
1447N/A ${PATH_ROOT}/src/VBox/Additions/linux/sharedfolders/vfsmod.h=>vfsmod.h \
98N/A ${PATH_OUT}/version-generated.h=>version-generated.h \
493N/A"
1447N/A
98N/AFILES_VBOXVFS_BIN=" \
493N/A"
1447N/A