Makefile revision 41a839133aad7c96a0d55d927dc3475d0cbe9c22
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# VirtualBox Guest Additions Module Makefile.
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# Copyright (C) 2006-2009 Sun Microsystems, Inc.
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# This file is part of VirtualBox Open Source Edition (OSE), as
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# available from http://www.virtualbox.org. This file is free software;
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# you can redistribute it and/or modify it under the terms of the GNU
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# General Public License (GPL) as published by the Free Software
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# Foundation, in version 2 as it comes in the "COPYING" file of the
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# Clara, CA 95054 USA or visit http://www.sun.com if you need
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# additional information or have any questions.
5619558151f1aa4249b3ead979e76876e29278b6Bob HalleyCFLAGS += -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
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# Include needed interface headers so they are created during build