VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk@ 4841

Last change on this file since 4841 was 4841, checked in by vboxsync, 17 years ago

Solaris.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.1 KB
Line 
1# $Id: Makefile.kmk 4841 2007-09-17 05:42:47Z vboxsync $
2## @file
3# Makefile for VBoxSDL (a simple frontend based on SDL).
4#
5
6#
7# Copyright (C) 2006-2007 innotek GmbH
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License as published by the Free Software Foundation,
13# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
14# distribution. VirtualBox OSE is distributed in the hope that it will
15# be useful, but WITHOUT ANY WARRANTY of any kind.
16
17DEPTH = ../../../..
18include $(PATH_KBUILD)/header.kmk
19
20PROGRAMS = VBoxSDL tstSDL
21
22
23#
24# VBoxSDL
25#
26
27VBoxSDL_TEMPLATE = VBOXMAINCLIENTEXE
28VBoxSDL_SDKS = LIBSDL
29VBoxSDL_SOURCES = \
30 VBoxSDL.cpp \
31 Framebuffer.cpp \
32 Helper.cpp
33ifndef VBOX_OSE
34 VBoxSDL_SOURCES.win= \
35 win32/WinUI.cpp \
36 win32/TitlebarButtons.cpp \
37 win32/VBoxSDL.rc
38endif
39VBoxSDL_DEFS =
40ifdef VBOX_WITH_SECURELABEL
41 VBoxSDL_DEFS += VBOX_SECURELABEL
42endif
43ifdef VBOX_WITH_VRDP
44 VBoxSDL_DEFS += VBOX_VRDP
45endif
46VBoxSDL_DEFS.freebsd = VBOXSDL_WITH_X11
47VBoxSDL_DEFS.linux = _GNU_SOURCE VBOXSDL_WITH_X11
48VBoxSDL_DEFS.solaris = VBOXSDL_WITH_X11
49ifdef VBOX_OPENGL
50 #VBoxSDL_DEFS.linux += VBOX_OPENGL
51endif
52ifndef VBOX_OSE
53 VBoxSDL_DEFS.win = VBOX_WIN32_UI
54endif
55VBoxSDL_DEFS.win.x86 = _WIN32_WINNT=0x0500
56VBoxSDL_DEFS.win.amd64 = _WIN32_WINNT=0x0510
57VBoxSDL_INCS = \
58 $(PATH_BIN)/sdk/include \
59 $(PATH_VBoxSDL)
60ifndef ($(filter-out win,$(BUILD_TARGET),)
61VBoxSDL_LIBS = \
62 $(LIB_SDK_LIBSDL_SDLMAIN)
63endif
64VBoxSDL_LIBS.linux = \
65 $(LIB_XCURSOR)
66VBoxSDL_LIBS.solaris = \
67 $(LIB_XCURSOR) \
68 $(LIB_X11)
69ifdef VBOX_OPENGL
70 #VBoxSDL_LIBS.linux += GL
71endif
72VBoxSDL_LIBPATH.linux = \
73 $(VBOX_LIBPATH_X11)
74VBoxSDL_LIBPATH.solaris = \
75 $(VBOX_LIBPATH_X11)
76VBoxSDL_LDFLAGS.darwin = \
77 -framework Foundation -framework AppKit
78
79VBoxSDL_CLEAN = $(PATH_VBoxSDL)/Ico64x01.h
80Framebuffer.cpp_DEPS = $(PATH_VBoxSDL)/Ico64x01.h
81
82
83#
84# tstSDL
85#
86tstSDL_TEMPLATE = VBOXR3NPEXE
87tstSDL_SDKS = LIBSDL
88tstSDL_INST = $(INST_TESTCASE)
89tstSDL_SOURCES = \
90 VBoxSDLTest.cpp
91tstSDL_DEFS = IN_RING3 IN_RT_R3 _GNU_SOURCE
92tstSDL_DEFS.win.x86 = _WIN32_WINNT=0x0500
93ifdef VBOX_OPENGL
94tstSDL_DEFS.linux = VBOX_OPENGL
95endif
96tstSDL_INCS = \
97 $(PATH_tstSDL)
98
99tstSDL_LIBS = \
100 $(LIB_RUNTIME)
101ifneq ($(filter-out win,$(BUILD_TARGET)),) # someone PLEASE explain why we don't use sdl main!
102tstSDL_LIBS += \
103 $(LIB_SDK_LIBSDL_SDLMAIN)
104endif
105ifdef VBOX_OPENGL
106tstSDL_LIBS.linux += GL
107endif
108tstSDL_LDFLAGS.darwin = \
109 -framework Foundation -framework AppKit
110tstSDL_LIBPATH.linux = \
111 $(VBOX_LIBPATH_X11)
112tstSDL_LIBPATH.solaris = \
113 $(VBOX_LIBPATH_X11)
114
115tstSDL_CXXFLAGS.win = \
116 -EHsc
117tstSDL_CXXFLAGS.linux = \
118 -DNDEBUG -DTRIMMED -O -Wall -fno-rtti -fno-exceptions \
119 -Wno-non-virtual-dtor -Wno-long-long -fshort-wchar -pthread -pipe
120
121
122# generate rules
123include $(PATH_KBUILD)/footer.kmk
124
125
126# Convert the pnm-file to a byte array.
127$(PATH_VBoxSDL)/Ico64x01.h: ico64x01.pnm $(VBOX_BIN2C) | $(call DIRDEP,$(PATH_VBoxSDL))
128 $(call MSG_TOOL,bin2c,VBoxSDL,$<,$@)
129 $(QUIET)$(VBOX_BIN2C) Ico64x01 $< $@
130
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette