Makefile revision f5fc6d91e150cd61b1758c89b31d915270134385
6b5756bcf5aa09a4ae63752cc3cb3492cd879861Jonathan von Schroeder# VirtualBox Guest Additions Module Makefile.
5aeffaf0bfcd6741a29439b6a5d4aa6407312c29Till Mossakowski# Copyright (C) 2006-2015 Oracle Corporation
6b5756bcf5aa09a4ae63752cc3cb3492cd879861Jonathan von Schroeder# This file is part of VirtualBox Open Source Edition (OSE), as
3d8b16e752f8efc97b21eb378a2cd68cdd442564cmaeder# available from http://www.virtualbox.org. This file is free software;
6b5756bcf5aa09a4ae63752cc3cb3492cd879861Jonathan von Schroeder# you can redistribute it and/or modify it under the terms of the GNU
6b5756bcf5aa09a4ae63752cc3cb3492cd879861Jonathan von Schroeder# General Public License (GPL) as published by the Free Software
6b5756bcf5aa09a4ae63752cc3cb3492cd879861Jonathan von Schroeder# Foundation, in version 2 as it comes in the "COPYING" file of the
6b5756bcf5aa09a4ae63752cc3cb3492cd879861Jonathan von Schroeder# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
6b5756bcf5aa09a4ae63752cc3cb3492cd879861Jonathan von Schroeder# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
6b5756bcf5aa09a4ae63752cc3cb3492cd879861Jonathan von SchroederCFLAGS += -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
6b5756bcf5aa09a4ae63752cc3cb3492cd879861Jonathan von Schroeder# Include needed interface headers so they are created during build
6b5756bcf5aa09a4ae63752cc3cb3492cd879861Jonathan von Schroeder RTRandAdvCreateSystemTruer-generic.c \
6b5756bcf5aa09a4ae63752cc3cb3492cd879861Jonathan von Schroeder RTSemEventWaitNoResume-2-ex-generic.c \