files_vboxnetadp revision 43747b1f0bc8302a238fb35e55857a5e9aa1933d
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync#!/bin/sh
99be02f9e15a3ca61b6a7c207cc7eb68dbd04817vboxsync# $Revision$
99be02f9e15a3ca61b6a7c207cc7eb68dbd04817vboxsync## @files
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# Shared file between Makefile.kmk and export_modules
99be02f9e15a3ca61b6a7c207cc7eb68dbd04817vboxsync#
99be02f9e15a3ca61b6a7c207cc7eb68dbd04817vboxsync
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync#
2f0d866e126dd288169fed591c259c1c6b4016e5vboxsync# Copyright (C) 2009-2010 Oracle Corporation
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync#
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# available from http://www.virtualbox.org. This file is free software;
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# you can redistribute it and/or modify it under the terms of the GNU
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# General Public License (GPL) as published by the Free Software
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync#
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsyncVBOX_VBOXNETADP_SOURCES=" \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/alloc.h=>include/iprt/alloc.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/alloca.h=>include/iprt/alloca.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/asm.h=>include/iprt/asm.h \
c1b76913eb226361b0f57efd4dc45072db194218vboxsync ${PATH_ROOT}/include/iprt/asm-amd64-x86.h=>include/iprt/asm-amd64-x86.h \
2f0d866e126dd288169fed591c259c1c6b4016e5vboxsync ${PATH_ROOT}/include/iprt/asm-math.h=>include/iprt/asm-math.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/assert.h=>include/iprt/assert.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/avl.h=>include/iprt/avl.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/cdefs.h=>include/iprt/cdefs.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/cpuset.h=>include/iprt/cpuset.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/ctype.h=>include/iprt/ctype.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/err.h=>include/iprt/err.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/heap.h=>include/iprt/heap.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/initterm.h=>include/iprt/initterm.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/log.h=>include/iprt/log.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/mem.h=>include/iprt/mem.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/memobj.h=>include/iprt/memobj.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/mp.h=>include/iprt/mp.h \
4b42d28ec5f7347d82a7f7348629363b64036d9evboxsync ${PATH_ROOT}/include/iprt/net.h=>include/iprt/net.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/param.h=>include/iprt/param.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/power.h=>include/iprt/power.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/process.h=>include/iprt/process.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/semaphore.h=>include/iprt/semaphore.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/spinlock.h=>include/iprt/spinlock.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/stdarg.h=>include/iprt/stdarg.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/stdint.h=>include/iprt/stdint.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/string.h=>include/iprt/string.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/thread.h=>include/iprt/thread.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/time.h=>include/iprt/time.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/timer.h=>include/iprt/timer.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/types.h=>include/iprt/types.h \
bd9e09b620b86e5e947ad66a3b6a4d9bf4dfe581vboxsync ${PATH_ROOT}/include/iprt/uni.h=>include/iprt/uni.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/uuid.h=>include/iprt/uuid.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/iprt/nocrt/limits.h=>include/iprt/nocrt/limits.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/VBox/cdefs.h=>include/VBox/cdefs.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/VBox/err.h=>include/VBox/err.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/VBox/log.h=>include/VBox/log.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/VBox/intnet.h=>include/VBox/intnet.h \
43747b1f0bc8302a238fb35e55857a5e9aa1933dvboxsync ${PATH_ROOT}/include/VBox/vmm/stam.h=>include/VBox/vmm/stam.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/VBox/sup.h=>include/VBox/sup.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c=>linux/VBoxNetAdp-linux.c \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c=>VBoxNetAdp.c \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h=>VBoxNetAdpInternal.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/divdi3.c=>math/gcc/divdi3.c \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/moddi3.c=>math/gcc/moddi3.c \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/qdivrem.c=>math/gcc/qdivrem.c \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/quad.h=>math/gcc/quad.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivdi3.c=>math/gcc/udivdi3.c \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/umoddi3.c=>math/gcc/umoddi3.c \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/src/VBox/Runtime/common/string/strformat.cpp=>common/string/strformat.c \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/src/VBox/Runtime/common/string/strformatrt.cpp=>common/string/strformatrt.c \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/src/VBox/Runtime/common/string/strformattype.cpp=>common/string/strformattype.c \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/src/VBox/Runtime/common/string/strprintf.cpp=>common/string/strprintf.c \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/src/VBox/Runtime/common/string/strtonum.cpp=>common/string/strtonum.c \
aa4bcf0a4b2db3ac352b56a291d49cb8d4b66d32vboxsync ${PATH_ROOT}/src/VBox/Runtime/include/internal/iprt.h=>include/internal/iprt.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>r0drv/linux/the-linux-kernel.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync ${PATH_OUT}/version-generated.h=>version-generated.h \
e43535ace2499e7f8ef8822186047979bd58d464vboxsync ${PATH_OUT}/product-generated.h=>product-generated.h \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync"
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync