Makefile revision ab455939477d81b7bb500586f88029d3a3c0b34c
# $Id$
## @file
# VirtualBox Guest Additions Module Makefile.
#
#
# Copyright (C) 2006-2009 Oracle Corporation
#
# This file is part of VirtualBox Open Source Edition (OSE), as
# available from http://www.virtualbox.org. This file is free software;
# General Public License (GPL) as published by the Free Software
# Foundation, in version 2 as it comes in the "COPYING" file of the
# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
#
CFLAGS += -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
CFLAGS += -DRT_ARCH_X86
CFLAGS += -DRT_ARCH_AMD64
SRCS = \
Init.c \
SysHlp.c \
# Include needed interface headers so they are created during build
SRCS += \
bus_if.h \
pci_if.h \
SRCS += \
SRCS += \
SRCS += \
log.c \
logrel.c \
logcom.c \
SRCS += \
assert.c \
once.c \
SRCS += \
SRCS += \
rand.c \
SRCS += \
SRCS += \
crc32.c \
SRCS += \
SRCS += \
SRCS += \
SRCS += \
SRCS += \
SRCS += \
SRCS += \