files_vboxnetflt revision c366016ffe1788c6847d0a967a954713725cab5e
c366016ffe1788c6847d0a967a954713725cab5evboxsync#!/bin/sh
c366016ffe1788c6847d0a967a954713725cab5evboxsync# $Id$
c366016ffe1788c6847d0a967a954713725cab5evboxsync## @file
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Shared file between Makefile.kmk and export_modules
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Copyright (C) 2007 Sun Microsystems, Inc.
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
c366016ffe1788c6847d0a967a954713725cab5evboxsync# available from http://www.virtualbox.org. This file is free software;
c366016ffe1788c6847d0a967a954713725cab5evboxsync# you can redistribute it and/or modify it under the terms of the GNU
c366016ffe1788c6847d0a967a954713725cab5evboxsync# General Public License (GPL) as published by the Free Software
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
c366016ffe1788c6847d0a967a954713725cab5evboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
c366016ffe1788c6847d0a967a954713725cab5evboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync# The contents of this file may alternatively be used under the terms
c366016ffe1788c6847d0a967a954713725cab5evboxsync# of the Common Development and Distribution License Version 1.0
c366016ffe1788c6847d0a967a954713725cab5evboxsync# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
c366016ffe1788c6847d0a967a954713725cab5evboxsync# VirtualBox OSE distribution, in which case the provisions of the
c366016ffe1788c6847d0a967a954713725cab5evboxsync# CDDL are applicable instead of those of the GPL.
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync# You may elect to license modified versions of this file under the
c366016ffe1788c6847d0a967a954713725cab5evboxsync# terms and conditions of either the GPL or the CDDL or both.
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Clara, CA 95054 USA or visit http://www.sun.com if you need
c366016ffe1788c6847d0a967a954713725cab5evboxsync# additional information or have any questions.
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync
c366016ffe1788c6847d0a967a954713725cab5evboxsyncVBOX_VBOXNETFLT_SOURCES=" \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/alloc.h=>include/iprt/alloc.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/alloca.h=>include/iprt/alloca.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/asm.h=>include/iprt/asm.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/assert.h=>include/iprt/assert.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/avl.h=>include/iprt/avl.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/cdefs.h=>include/iprt/cdefs.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/cpuset.h=>include/iprt/cpuset.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/ctype.h=>include/iprt/ctype.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/err.h=>include/iprt/err.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/heap.h=>include/iprt/heap.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/initterm.h=>include/iprt/initterm.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/log.h=>include/iprt/log.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/mem.h=>include/iprt/mem.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/memobj.h=>include/iprt/memobj.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/mp.h=>include/iprt/mp.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/param.h=>include/iprt/param.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/power.h=>include/iprt/power.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/process.h=>include/iprt/process.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/semaphore.h=>include/iprt/semaphore.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/spinlock.h=>include/iprt/spinlock.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/stdarg.h=>include/iprt/stdarg.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/stdint.h=>include/iprt/stdint.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/string.h=>include/iprt/string.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/thread.h=>include/iprt/thread.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/time.h=>include/iprt/time.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/timer.h=>include/iprt/timer.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/types.h=>include/iprt/types.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/uuid.h=>include/iprt/uuid.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/iprt/nocrt/limits.h=>include/iprt/nocrt/limits.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/VBox/cdefs.h=>include/VBox/cdefs.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/VBox/err.h=>include/VBox/err.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/VBox/log.h=>include/VBox/log.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/VBox/intnet.h=>include/VBox/intnet.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/VBox/stam.h=>include/VBox/stam.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/VBox/sup.h=>include/VBox/sup.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/include/VBox/version.h=>include/VBox/version.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c=>VBoxNetFlt-freebsd.c \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c=>VBoxNetFlt.c \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h=>VBoxNetFltInternal.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPDrvIDC.h=>SUPDrvIDC.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPR0IdcClient.c=>SUPR0IdcClient.c \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPR0IdcClientComponent.c=>SUPR0IdcClientComponent.c \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h=>SUPR0IdcClientInternal.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/src/VBox/HostDrivers/Support/freebsd/SUPR0IdcClient-freebsd.c=>SUPR0IdcClient-freebsd.c \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/src/VBox/Runtime/include/internal/initterm.h=>include/internal/initterm.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/src/VBox/Runtime/include/internal/iprt.h=>include/internal/iprt.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/src/VBox/Runtime/include/internal/magics.h=>include/internal/magics.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h=>r0drv/freebsd/the-freebsd-kernel.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync ${PATH_OUT}/version-generated.h=>version-generated.h \
c366016ffe1788c6847d0a967a954713725cab5evboxsync"
c366016ffe1788c6847d0a967a954713725cab5evboxsync