Makefile revision 9d869ecad3ee96dd3f059f34a8f285fc3d361ab8
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# Makefile for the VirtualBox FreeBSD Host Driver.
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# Copyright (C) 2006-2012 Oracle Corporation
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# This file is part of VirtualBox Open Source Edition (OSE), as
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# available from http://www.virtualbox.org. This file is free software;
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# you can redistribute it and/or modify it under the terms of the GNU
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# General Public License (GPL) as published by the Free Software
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# Foundation, in version 2 as it comes in the "COPYING" file of the
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# The contents of this file may alternatively be used under the terms
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# of the Common Development and Distribution License Version 1.0
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# VirtualBox OSE distribution, in which case the provisions of the
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# CDDL are applicable instead of those of the GPL.
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# You may elect to license modified versions of this file under the
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# terms and conditions of either the GPL or the CDDL or both.
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlfCFLAGS += -DRT_OS_FREEBSD -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -Iinclude -I. -Ir0drv -w -DVBOX_WITH_HARDENING -DVBOX_WITH_64_BITS_GUESTS
66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24mlf# Include needed interface headers so they are created during build
SRCS += \
SRCS += \
SRCS += \
SRCS += \