Makefile revision 677833bc953b6cb418c701facbdcf4aa18d6c44e
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# Makefile for VBoxSDL (a simple frontend based on SDL).
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# Copyright (C) 2006 InnoTek Systemberatung GmbH
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# This file is part of VirtualBox Open Source Edition (OSE), as
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# available from http://www.virtualbox.org. This file is free software;
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# you can redistribute it and/or modify it under the terms of the GNU
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# General Public License as published by the Free Software Foundation,
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# distribution. VirtualBox OSE is distributed in the hope that it will
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# be useful, but WITHOUT ANY WARRANTY of any kind.
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# If you received this file as part of a commercial VirtualBox
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# distribution, then only the terms of your commercial VirtualBox
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# license agreement apply instead of the previous paragraph.
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrockDEPTH = ../../../..
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock## @todo isn't the main program template more appropriate?
VBoxSDL_SOURCES = \
#VBoxSDL_DEFS.linux = VBOX_OPENGL
VBoxSDL_RCDEFS = \
VBoxSDL_INCS = \
$(PATH_VBoxSDL) \
VBoxSDL_INCS.win = \
VBoxSDL_LIBS = \
$(LIB_RUNTIME)
VBoxSDL_LIBS.win = \
$(LIB_RUNTIME) \
$(LIB_UUID) \
$(LIB_XCURSOR)
#VBoxSDL_LIBS.linux += GL
$(LIBPATH_XPCOM) \
-EHsc
tstSDL_SOURCES = \
tstSDL_INCS = \
$(PATH_tstSDL)
tstSDL_LIBS = \
$(LIB_RUNTIME)
tstSDL_LIBS += \
-EHsc