Makefile revision cf284079aaaf9ac67ef4965897e875768cd4e21a
e875f96238d0f25e216a68b5a11a07e2109db166sokhem# Makefile for VBoxBFE (a basic frontend which doesn't make use of Main).
a33ac0418e3968dbc79f5ba81cbb91d10b1ea7d5cwebb# Copyright (C) 2006 InnoTek Systemberatung GmbH
3bf35ecbc2cf325bb76cbe3528480b2704a0507fsokhem# This file is part of VirtualBox Open Source Edition (OSE), as
36de3346306c17768d6c2e284df34581c4cd0e67cmarqu# available from http://www.virtualbox.org. This file is free software;
c2dafc71f4c3542541b47170e8adaf19ecfc4da1JazzyNico# you can redistribute it and/or modify it under the terms of the GNU
afbdf91f70d3ca4c89d6008329822fae65dd2104JazzyNico# General Public License as published by the Free Software Foundation,
afbdf91f70d3ca4c89d6008329822fae65dd2104JazzyNico# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
afbdf91f70d3ca4c89d6008329822fae65dd2104JazzyNico# distribution. VirtualBox OSE is distributed in the hope that it will
86cbf984d1621874cf6d59ea6e1dc74c11661667JazzyNico# be useful, but WITHOUT ANY WARRANTY of any kind.
cd2cccf62da4b6946b2141f74ecdac1953aca370sokhem# If you received this file as part of a commercial VirtualBox
a33ac0418e3968dbc79f5ba81cbb91d10b1ea7d5cwebb# distribution, then only the terms of your commercial VirtualBox
c4794adb14f54b4392d5ba0bf1714eebc9abd661sokhem# license agreement apply instead of the previous paragraph.
a33ac0418e3968dbc79f5ba81cbb91d10b1ea7d5cwebbDEPTH = ../../../..
86cbf984d1621874cf6d59ea6e1dc74c11661667JazzyNico#ifdef VBOX_WITH_SECURELABEL
87e8a109b4d5113c2d6b78093907dc6419d2defdJazzyNico#VBoxBFE_DEFS += VBOX_SECURELABEL
af3a3a2181932782bd969f8c4dce5f058d797276luca_bruno# USB Support
86cbf984d1621874cf6d59ea6e1dc74c11661667JazzyNicoVBoxBFE_LDFLAGS.darwin = -framework Foundation -framework AppKit
86cbf984d1621874cf6d59ea6e1dc74c11661667JazzyNico -DNDEBUG -DTRIMMED -O -Wall -fno-rtti -fno-exceptions \
86cbf984d1621874cf6d59ea6e1dc74c11661667JazzyNico -Wno-non-virtual-dtor -Wno-long-long -fshort-wchar -pthread -pipe
a33ac0418e3968dbc79f5ba81cbb91d10b1ea7d5cwebbVBoxBFE_CXXFLAGS.l4 += -fno-rtti -nostdinc -Wno-non-virtual-dtor \
86cbf984d1621874cf6d59ea6e1dc74c11661667JazzyNicoVBoxBFE_CFLAGS.linux += -O ## @todo what's this good for?