d915f5fde5
(Combined effort from Micha, Konstantinos, and Nikos) + removed support for building legacy libjs + (Linux only) now use the MacOS update script to auto-download the JS library - download script failure checks tweaked for older versions of bash + new Makefiles: - libjs.make - to download & build libjs (Linux only) - config.make - contains shared configuration variables between makefiles + debian packaging rules updated to suit git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4362 127b21dd-08f5-0310-b4b7-95ae10353056
24 lines
786 B
Makefile
24 lines
786 B
Makefile
#
|
|
# This file contains makefile configuration options for Oolite builds
|
|
#
|
|
# This file is sourced by both GNUmakefile and Makefile
|
|
#
|
|
# Any options can be overridden on the command-line:
|
|
# $ make debug=yes DOCKING_CLEARANCE=no
|
|
# $ make -f Makefile LIBJS_OPT=yes
|
|
#
|
|
|
|
VERBOSE = yes
|
|
CP = cp
|
|
|
|
# Setting the build parameters independently. We need everything set as below for the full test release configuration.
|
|
BUILD_WITH_DEBUG_FUNCTIONALITY = yes
|
|
NO_SHADERS = no
|
|
ESPEAK = yes
|
|
OO_CHECK_GL_HEAVY = no
|
|
OO_EXCLUDE_DEBUG_SUPPORT = no
|
|
OO_OXP_VERIFIER_ENABLED = yes
|
|
OO_LOCALIZATION_TOOLS = yes
|
|
DEBUG_GRAPHVIZ = yes
|
|
OO_JAVASCRIPT_TRACE = yes
|