Makefile revision 3c73927c233ad2854e5e90a68cfe99fdaa7e3b20
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# Makefile for VBoxBFE (a basic frontend which doesn't make use of Main).
87996e40d776329474cd0944fdae65ef84c0876avboxsync# Copyright (C) 2006 InnoTek Systemberatung GmbH
87996e40d776329474cd0944fdae65ef84c0876avboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# available from http://www.virtualbox.org. This file is free software;
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# you can redistribute it and/or modify it under the terms of the GNU
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# General Public License as published by the Free Software Foundation,
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# distribution. VirtualBox OSE is distributed in the hope that it will
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# be useful, but WITHOUT ANY WARRANTY of any kind.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# If you received this file as part of a commercial VirtualBox
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# distribution, then only the terms of your commercial VirtualBox
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# license agreement apply instead of the previous paragraph.
DEPTH = ../../../..
VBoxBFE_SOURCES = \
VBoxBFE_SOURCES += \
VBoxBFE_INCS = \
$(PATH_VBoxBFE) \
VBoxBFE_LIBS = \
$(LIB_RUNTIME) \
$(LIB_VMM)
VBoxBFE_LIBS.win = \
$(LIB_RUNTIME) \
$(LIB_UUID) \
$(LIB_XCURSOR)
$(LIB_REM) \
$(LIBPATH_XPCOM) \
-EHsc