173N/A#!/bin/sh
173N/A# $Id$
173N/A## @file
173N/A# Shared file between Makefile.kmk and export_modules
173N/A#
173N/A
173N/A#
173N/A# Copyright (C) 2007-2011 Oracle Corporation
173N/A#
173N/A# This file is part of VirtualBox Open Source Edition (OSE), as
173N/A# available from http://www.virtualbox.org. This file is free software;
173N/A# you can redistribute it and/or modify it under the terms of the GNU
173N/A# General Public License (GPL) as published by the Free Software
173N/A# Foundation, in version 2 as it comes in the "COPYING" file of the
173N/A# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
173N/A# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
173N/A#
173N/A
173N/AFILES_VBOXVIDEO_DRM_NOBIN=" \
173N/A ${PATH_ROOT}/include/iprt/mangling.h=>include/iprt/mangling.h \
3725N/A ${PATH_ROOT}/include/VBox/VBoxGuestMangling.h=>include/VBox/VBoxGuestMangling.h \
173N/A ${PATH_ROOT}/src/VBox/Additions/linux/drm/vboxvideo_drm.c=>vboxvideo_drm.c \
173N/A ${PATH_ROOT}/src/VBox/Additions/linux/drm/vboxvideo_drm.h=>vboxvideo_drm.h \
173N/A ${PATH_ROOT}/src/VBox/Installer/linux/Makefile.include.header=>Makefile.include.header \
173N/A ${PATH_ROOT}/src/VBox/Installer/linux/Makefile.include.footer=>Makefile.include.footer \
704N/A ${PATH_OUT}/version-generated.h=>version-generated.h \
618N/A ${PATH_OUT}/product-generated.h=>product-generated.h \
173N/A ${PATH_ROOT}/src/VBox/Additions/linux/drm/Makefile.module=>Makefile \
173N/A"
844N/A
844N/AFILES_VBOXVIDEO_DRM_BIN=" \
173N/A"
1258N/A