summarylogtreecommitdiffstats
path: root/Makefile.local
blob: 3ff4fa8f1cd46c39ae252fa38a097d8bf85fda02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
PLATFORM=linux
export PLATFORM

COMPILE_ARCH=%%_ARCH%%

ARCH=%%_ARCH%%
export ARCH

CROSS_COMPILING=0

export CROSS_COMPILING

# If we want to change the executables' names, dis where we do it
#ifndef CLIENTBIN
#CLIENTBIN=spearmint
#endif
#ifndef SERVERBIN
#SERVERBIN=spearmint-server
#endif

COPYDIR="%%_SRCDIR%%/opt/spearmint"

COPYBINDIR=$(COPYDIR)

TEMPDIR=./tmp

# If we want to use system-supplied libs, we change this to 0.
# Best to use supplied ones for compatibility with servers, though, I'd think.
# Plus then I'd have to track them in the makedepends array.
#USE_INTERNAL_LIBS=1
#USE_INTERNAL_SPEEX=$(USE_INTERNAL_LIBS)
#USE_INTERNAL_OGG=$(USE_INTERNAL_LIBS)
#USE_INTERNAL_VORBIS=$(USE_INTERNAL_LIBS)
#USE_INTERNAL_OPUS=$(USE_INTERNAL_LIBS)
#USE_INTERNAL_ZLIB=$(USE_INTERNAL_LIBS)
#USE_INTERNAL_JPEG=$(USE_INTERNAL_LIBS)
#USE_INTERNAL_FREETYPE=$(USE_INTERNAL_LIBS)
#USE_LOCAL_HEADERS=$(USE_INTERNAL_LIBS)
#USE_RENDERER_DLOPEN=1
#SERVER_USE_RENDERER_DLOPEN=0