Makefile revision 677833bc953b6cb418c701facbdcf4aa18d6c44e
#
# Makefile for VBoxSDL (a simple frontend based on SDL).
#
#
# 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 = ../../../..
#
# VBoxSDL
#
## @todo isn't the main program template more appropriate?
VBoxSDL_SOURCES = \
#VBoxSDL_DEFS.linux = VBOX_OPENGL
VBoxSDL_RCDEFS = \
VBOX_VERSION_MAJOR=\"$(VBOX_VERSION_MAJOR)\" \
VBOX_VERSION_MINOR=\"$(VBOX_VERSION_MINOR)\" \
VBoxSDL_INCS = \
$(PATH_VBoxSDL) \
VBoxSDL_INCS.win = \
VBoxSDL_LIBS = \
$(LIB_RUNTIME)
VBoxSDL_LIBS.win = \
$(LIB_RUNTIME) \
$(PATH_BIN)/VBoxXPCOM.so \
$(LIB_UUID) \
$(LIB_XCURSOR)
#VBoxSDL_LIBS.linux += GL
$(LIBPATH_XPCOM) \
-EHsc
#
# tstSDL
#
tstSDL_INST = $(INST_TESTCASE)
tstSDL_SOURCES = \
tstSDL_INCS = \
$(PATH_tstSDL)
tstSDL_LIBS = \
$(LIB_RUNTIME)
tstSDL_LIBS += \
-EHsc
# generate rules
# Convert the pnm-file to a byte array.