Makefile revision e168650069e727ba42cfafd771acf193bb503b5e
3d19cdae966d9ac4218dd9859640463bd7da19d8stevel# VirtualBox Guest Additions Module Makefile.
3d19cdae966d9ac4218dd9859640463bd7da19d8stevel# Copyright (C) 2006-2009 Oracle Corporation
3d19cdae966d9ac4218dd9859640463bd7da19d8stevel# This file is part of VirtualBox Open Source Edition (OSE), as
3d19cdae966d9ac4218dd9859640463bd7da19d8stevel# available from http://www.virtualbox.org. This file is free software;
3d19cdae966d9ac4218dd9859640463bd7da19d8stevel# you can redistribute it and/or modify it under the terms of the GNU
3d19cdae966d9ac4218dd9859640463bd7da19d8stevel# General Public License (GPL) as published by the Free Software
3d19cdae966d9ac4218dd9859640463bd7da19d8stevel# Foundation, in version 2 as it comes in the "COPYING" file of the
3d19cdae966d9ac4218dd9859640463bd7da19d8stevel# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
3d19cdae966d9ac4218dd9859640463bd7da19d8stevel# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
3d19cdae966d9ac4218dd9859640463bd7da19d8stevelCFLAGS += -DRT_OS_FREEBSD -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -Iinclude -I. -Ir0drv -w -DVBGL_VBOXGUEST -DVBOX_WITH_HGCM -DVBOX_WITH_64_BITS_GUESTS
3d19cdae966d9ac4218dd9859640463bd7da19d8stevel# Include needed interface headers so they are created during build
SRCS += \
SRCS += \
SRCS += \
SRCS += \