Makefile revision bb0bf5f0d07a55839823656d524b6af71abac5c7
#
# Makefile for VBoxBFE (a basic frontend which doesn't make use of Main).
#
#
# Copyright (C) 2006 InnoTek Systemberatung GmbH
#
# 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 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.
#
# If you received this file as part of a commercial VirtualBox
# distribution, then only the terms of your commercial VirtualBox
# license agreement apply instead of the previous paragraph.
#
DEPTH = ../../../..
#
# VBoxBFE
#
#ifdef VBOX_WITH_SECURELABEL
#VBoxBFE_DEFS += VBOX_SECURELABEL
#endif
VBoxBFE_SOURCES = \
# USB Support
VBoxBFE_SOURCES += \
VBoxBFE_SOURCES.os2 = \
VBoxBFE_SOURCES.l4 = \
VBoxBFE_INCS = \
$(PATH_VBoxBFE) \
VBoxBFE_LIBS = \
$(LIB_RUNTIME) \
$(LIB_VMM)
VBoxBFE_LIBS.win = \
$(LIB_RUNTIME) \
$(LIB_UUID) \
$(LIB_XCURSOR)
VBoxBFE_LIBS.l4 = \
$(L4_LIBDIR)/libl4con-idl.a \
$(L4_LIBDIR)/libdm_generic.a \
$(L4_LIBDIR)/libdm_mem.a \
$(L4_LIBDIR)/libnames.a \
$(LIB_REM) \
$(LIBPATH_XPCOM) \
-EHsc
VBoxBFE_CFLAGS.linux += -O ## @todo what's this good for?