Skip to content

Instantly share code, notes, and snippets.

@andythenorth
Created August 7, 2018 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andythenorth/0bb762a6d81c454da46339de988aeee7 to your computer and use it in GitHub Desktop.
Save andythenorth/0bb762a6d81c454da46339de988aeee7 to your computer and use it in GitHub Desktop.
bash -x configure > output.txt 2>&1
This file has been truncated, but you can view the full file.
+ CONFIGURE_EXECUTABLE=/bin/bash
+ '[' configure '!=' /bin/bash ']'
++ echo /bin/bash
++ grep make
+ '[' -n '' ']'
+ CONFIGURE_EXECUTABLE='/bin/bash configure'
++ dirname configure
+ ROOT_DIR=.
++ cd .
++ pwd -W
++ pwd
+ ROOT_DIR=/ottd
+ check_path_characters
++ echo /ottd
++ grep '[^-_A-Za-z0-9\/\\.:]'
+ '[' -n '' ']'
++ pwd -W
++ pwd
+ PWD=/ottd
+ PREFIX=/ottd/bin
+ . /ottd/config.lib
+ OBJS_DIR=/ottd/objs
+ BASE_SRC_OBJS_DIR=/ottd/objs
+ LANG_OBJS_DIR=/ottd/objs/lang
+ GRF_OBJS_DIR=/ottd/objs/extra_grf
+ SETTING_OBJS_DIR=/ottd/objs/setting
+ BIN_DIR=/ottd/bin
+ SRC_DIR=/ottd/src
+ LANG_DIR=/ottd/src/lang
+ MEDIA_DIR=/ottd/media
+ SOURCE_LIST=/ottd/source.list
+ '[' '' = --reconfig ']'
+ '[' '' = --reconfigure ']'
+ set_default
+ ignore_extra_parameters=0
+ build=
+ host=
+ cc_build=
+ cc_host=
+ cxx_build=
+ cxx_host=
+ windres=
+ strip=
+ lipo=
+ awk=awk
+ pkg_config=pkg-config
+ os=DETECT
+ cpu_type=DETECT
+ config_log=config.log
+ prefix_dir=/usr/local
+ binary_dir=games
+ data_dir=share/games/openttd
+ doc_dir=1
+ icon_dir=share/pixmaps
+ icon_theme_dir=1
+ personal_dir=1
+ shared_dir=1
+ install_dir=/
+ man_dir=1
+ menu_dir=1
+ menu_group='Game;'
+ menu_name=OpenTTD
+ binary_name=openttd
+ enable_debug=0
+ enable_desync_debug=0
+ enable_profiling=0
+ enable_lto=0
+ enable_dedicated=0
+ enable_network=1
+ enable_static=1
+ enable_translator=0
+ enable_unicode=1
+ enable_console=1
+ enable_assert=1
+ enable_strip=0
+ enable_universal=0
+ enable_osx_g5=0
+ enable_cocoa_quartz=1
+ enable_cocoa_quickdraw=1
+ with_osx_sysroot=1
+ with_application_bundle=1
+ with_menu_entry=1
+ with_allegro=1
+ with_sdl=1
+ with_cocoa=1
+ with_zlib=1
+ with_lzma=1
+ with_lzo2=1
+ with_xdg_basedir=1
+ with_png=1
+ enable_builtin_depend=1
+ with_makedepend=0
+ with_direct_music=1
+ with_xaudio2=1
+ with_sort=1
+ with_iconv=1
+ with_midi=
+ with_midi_arg=
+ with_libtimidity=1
+ with_freetype=1
+ with_fontconfig=1
+ with_icu_layout=1
+ with_icu_sort=1
+ static_icu=0
+ with_uniscribe=1
+ with_threads=1
+ with_distcc=1
+ with_ccache=1
+ with_nforenum=1
+ with_grfcodec=1
+ with_sse=1
+ save_params_array='
build
host
cc_build
cc_host
cxx_build
cxx_host
windres
strip
lipo
awk
pkg_config
os
cpu_type
config_log
prefix_dir
binary_dir
data_dir
doc_dir
icon_dir
icon_theme_dir
man_dir
menu_dir
personal_dir
shared_dir
install_dir
menu_group
menu_name
binary_name
enable_debug
enable_desync_debug
enable_profiling
enable_lto
enable_dedicated
enable_network
enable_static
enable_translator
enable_unicode
enable_console
enable_assert
enable_strip
enable_universal
enable_osx_g5
enable_cocoa_quartz
enable_cocoa_quickdraw
with_osx_sysroot
with_application_bundle
with_allegro
with_sdl
with_cocoa
with_zlib
with_lzma
with_lzo2
with_xdg_basedir
with_png
enable_builtin_depend
with_makedepend
with_direct_music
with_xaudio2
with_sort
with_iconv
with_midi
with_midi_arg
with_libtimidity
with_freetype
with_fontconfig
with_icu_layout
with_icu_sort
static_icu
with_uniscribe
with_threads
with_distcc
with_ccache
with_grfcodec
with_nforenum
with_sse
CC CXX CFLAGS CXXFLAGS LDFLAGS CFLAGS_BUILD CXXFLAGS_BUILD LDFLAGS_BUILD PKG_CONFIG_PATH PKG_CONFIG_LIBDIR'
+ detect_params
+ '[' -n '' ']'
+ echo ''
+ log 2 'Invocation: configure '
+ '[' 2 = 1 ']'
+ shift
+ echo 'Invocation: configure '
+ check_params
++ echo DETECT
++ tr '[a-z]' '[A-Z]'
+ os=DETECT
++ echo DETECT
++ tr '[a-z]' '[A-Z]'
+ cpu_type=DETECT
+ export_or_unset PKG_CONFIG_PATH
+ eval local 'value=$PKG_CONFIG_PATH'
++ local value=
+ '[' -n '' ']'
+ unset PKG_CONFIG_PATH
+ log 2 'not using PKG_CONFIG_PATH'
+ '[' 2 = 1 ']'
+ shift
+ echo 'not using PKG_CONFIG_PATH'
+ export_or_unset PKG_CONFIG_LIBDIR
+ eval local 'value=$PKG_CONFIG_LIBDIR'
++ local value=
+ '[' -n '' ']'
+ unset PKG_CONFIG_LIBDIR
+ log 2 'not using PKG_CONFIG_LIBDIR'
+ '[' 2 = 1 ']'
+ shift
+ echo 'not using PKG_CONFIG_LIBDIR'
++ echo DETECT
++ egrep '^(DETECT|UNIX|OSX|FREEBSD|DRAGONFLY|OPENBSD|NETBSD|HPUX|MORPHOS|BEOS|HAIKU|SUNOS|CYGWIN|MINGW|OS2|DOS)$'
+ '[' -z DETECT ']'
++ echo DETECT
++ egrep '^(32|64|DETECT)$'
+ '[' -z DETECT ']'
++ echo 0
++ egrep '^[0123]$'
+ '[' -z 0 ']'
++ echo 0
++ egrep '^[012]$'
+ '[' -z 0 ']'
+ detect_awk
+ awks='gawk mawk nawk'
+ awk_prefix='echo "a.c b.c c.c" | tr '\'' '\'' \\n | '
+ awk_param=''\'' { ORS = " " } /\.c$/ { gsub(".c$", ".o", $0); print $0; }'\'' 2>/dev/null'
+ awk_result='a.o b.o c.o '
+ log 2 'Detecing awk...'
+ '[' 2 = 1 ']'
+ shift
+ echo 'Detecing awk...'
+ log 2 'Trying: echo "a.c b.c c.c" | tr '\'' '\'' \\n | awk '\'' { ORS = " " } /\.c$/ { gsub(".c$", ".o", $0); print $0; }'\'' 2>/dev/null'
+ '[' 2 = 1 ']'
+ shift
+ echo 'Trying: echo "a.c b.c c.c" | tr '\'' '\'' \\n | awk '\'' { ORS = " " } /\.c$/ { gsub(".c$", ".o", $0); print $0; }'\'' 2>/dev/null'
++ eval echo '"a.c' b.c 'c.c"' '|' tr ''\''' ''\''' '\\n' '|' awk ''\''' '{' ORS = '"' '"' '}' '/\.c$/' '{' 'gsub(".c$",' '".o",' '$0);' print '$0;' '}'\''' '2>/dev/null'
+++ echo 'a.c b.c c.c'
+++ tr ' ' '\n'
+++ awk ' { ORS = " " } /\.c$/ { gsub(".c$", ".o", $0); print $0; }'
+ res='a.o b.o c.o '
+ log 2 'Result: '\''a.o b.o c.o '\'''
+ '[' 2 = 1 ']'
+ shift
+ echo 'Result: '\''a.o b.o c.o '\'''
+ '[' 'a.o b.o c.o ' '!=' 'a.o b.o c.o ' ']'
+ '[' 'a.o b.o c.o ' '!=' 'a.o b.o c.o ' ']'
+ log 1 'checking awk... awk'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking awk... awk'
checking awk... awk
+ echo 'checking awk... awk'
+ detect_os
+ '[' DETECT = DETECT ']'
++ echo ''
++ tr '[A-Z]' '[a-z]'
++ awk '
/linux/ { print "UNIX"; exit}
/darwin/ { print "OSX"; exit}
/freebsd/ { print "FREEBSD"; exit}
/dragonfly/ { print "DRAGONFLY"; exit}
/openbsd/ { print "OPENBSD"; exit}
/netbsd/ { print "NETBSD"; exit}
/hp-ux/ { print "HPUX"; exit}
/morphos/ { print "MORPHOS"; exit}
/beos/ { print "BEOS"; exit}
/haiku/ { print "HAIKU"; exit}
/sunos/ { print "SUNOS"; exit}
/solaris/ { print "SUNOS"; exit}
/cygwin/ { print "CYGWIN"; exit}
/mingw/ { print "MINGW"; exit}
/os2/ { print "OS2"; exit}
/dos/ { print "DOS"; exit}
'
+ os=
+ '[' -z '' ']'
++ LC_ALL=C
++ uname
++ tr '[A-Z]' '[a-z]'
++ awk '
/linux/ { print "UNIX"; exit}
/darwin/ { print "OSX"; exit}
/freebsd/ { print "FREEBSD"; exit}
/dragonfly/ { print "DRAGONFLY"; exit}
/openbsd/ { print "OPENBSD"; exit}
/netbsd/ { print "NETBSD"; exit}
/hp-ux/ { print "HPUX"; exit}
/morphos/ { print "MORPHOS"; exit}
/beos/ { print "BEOS"; exit}
/haiku/ { print "HAIKU"; exit}
/sunos/ { print "SUNOS"; exit}
/cygwin/ { print "CYGWIN"; exit}
/mingw/ { print "MINGW"; exit}
/os\/2/ { print "OS2"; exit}
/gnu/ { print "UNIX"; exit}
'
+ os=OSX
+ '[' -z OSX ']'
+ log 1 'detecting OS... OSX'
+ '[' 1 = 1 ']'
+ shift
+ echo 'detecting OS... OSX'
detecting OS... OSX
+ echo 'detecting OS... OSX'
+ check_build
+ check_compiler 'build system type' cc_build '' '' '' gcc cc 0 -dumpmachine
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ log 2 'checking build system type... CC/CXX not set (skipping)'
+ '[' 2 = 1 ']'
+ shift
+ echo 'checking build system type... CC/CXX not set (skipping)'
++ gcc -dumpmachine
+ machine=x86_64-apple-darwin17.7.0
+ ret=0
+ eval 'cc_build="gcc"'
++ cc_build=gcc
+ log 2 'executing gcc -dumpmachine'
+ '[' 2 = 1 ']'
+ shift
+ echo 'executing gcc -dumpmachine'
+ log 2 ' returned x86_64-apple-darwin17.7.0'
+ '[' 2 = 1 ']'
+ shift
+ echo ' returned x86_64-apple-darwin17.7.0'
+ log 2 ' exit code 0'
+ '[' 2 = 1 ']'
+ shift
+ echo ' exit code 0'
+ '[' -z x86_64-apple-darwin17.7.0 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 0 '!=' 0 ']'
+ log 1 'checking build system type... x86_64-apple-darwin17.7.0'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking build system type... x86_64-apple-darwin17.7.0'
checking build system type... x86_64-apple-darwin17.7.0
+ echo 'checking build system type... x86_64-apple-darwin17.7.0'
+ check_host
+ '[' -z '' ']'
+ host=
+ check_compiler 'host system type' cc_host '' '' '' gcc cc 0 -dumpmachine
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ log 2 'checking host system type... CC/CXX not set (skipping)'
+ '[' 2 = 1 ']'
+ shift
+ echo 'checking host system type... CC/CXX not set (skipping)'
++ gcc -dumpmachine
+ machine=x86_64-apple-darwin17.7.0
+ ret=0
+ eval 'cc_host="gcc"'
++ cc_host=gcc
+ log 2 'executing gcc -dumpmachine'
+ '[' 2 = 1 ']'
+ shift
+ echo 'executing gcc -dumpmachine'
+ log 2 ' returned x86_64-apple-darwin17.7.0'
+ '[' 2 = 1 ']'
+ shift
+ echo ' returned x86_64-apple-darwin17.7.0'
+ log 2 ' exit code 0'
+ '[' 2 = 1 ']'
+ shift
+ echo ' exit code 0'
+ '[' -z x86_64-apple-darwin17.7.0 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 0 '!=' 0 ']'
+ log 1 'checking host system type... x86_64-apple-darwin17.7.0'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking host system type... x86_64-apple-darwin17.7.0'
checking host system type... x86_64-apple-darwin17.7.0
+ echo 'checking host system type... x86_64-apple-darwin17.7.0'
+ '[' 0 = 0 ']'
+ log 1 'checking universal build... no'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking universal build... no'
checking universal build... no
+ echo 'checking universal build... no'
+ log 1 'checking build cc... gcc'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking build cc... gcc'
checking build cc... gcc
+ echo 'checking build cc... gcc'
+ log 1 'checking host cc... gcc'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking host cc... gcc'
checking host cc... gcc
+ echo 'checking host cc... gcc'
+ check_cxx_build
+ check_compiler 'build c++' cxx_build '' '' '' g++ c++ 1 -dumpmachine
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ log 2 'checking build c++... CC/CXX not set (skipping)'
+ '[' 2 = 1 ']'
+ shift
+ echo 'checking build c++... CC/CXX not set (skipping)'
++ g++ -dumpmachine
+ machine=x86_64-apple-darwin17.7.0
+ ret=0
+ eval 'cxx_build="g++"'
++ cxx_build=g++
+ log 2 'executing g++ -dumpmachine'
+ '[' 2 = 1 ']'
+ shift
+ echo 'executing g++ -dumpmachine'
+ log 2 ' returned x86_64-apple-darwin17.7.0'
+ '[' 2 = 1 ']'
+ shift
+ echo ' returned x86_64-apple-darwin17.7.0'
+ log 2 ' exit code 0'
+ '[' 2 = 1 ']'
+ shift
+ echo ' exit code 0'
+ '[' -z x86_64-apple-darwin17.7.0 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 1 '!=' 0 ']'
+ eval 'res=$cxx_build'
++ res=g++
+ log 1 'checking build c++... g++'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking build c++... g++'
checking build c++... g++
+ echo 'checking build c++... g++'
+ check_cxx_host
+ '[' -z '' ']'
+ host=
+ check_compiler 'host c++' cxx_host '' '' '' g++ c++ 1 -dumpmachine
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ log 2 'checking host c++... CC/CXX not set (skipping)'
+ '[' 2 = 1 ']'
+ shift
+ echo 'checking host c++... CC/CXX not set (skipping)'
++ g++ -dumpmachine
+ machine=x86_64-apple-darwin17.7.0
+ ret=0
+ eval 'cxx_host="g++"'
++ cxx_host=g++
+ log 2 'executing g++ -dumpmachine'
+ '[' 2 = 1 ']'
+ shift
+ echo 'executing g++ -dumpmachine'
+ log 2 ' returned x86_64-apple-darwin17.7.0'
+ '[' 2 = 1 ']'
+ shift
+ echo ' returned x86_64-apple-darwin17.7.0'
+ log 2 ' exit code 0'
+ '[' 2 = 1 ']'
+ shift
+ echo ' exit code 0'
+ '[' -z x86_64-apple-darwin17.7.0 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 1 '!=' 0 ']'
+ eval 'res=$cxx_host'
++ res=g++
+ log 1 'checking host c++... g++'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking host c++... g++'
checking host c++... g++
+ echo 'checking host c++... g++'
+ check_windres
+ '[' OSX = MINGW ']'
+ '[' OSX = CYGWIN ']'
+ '[' 0 '!=' 0 ']'
+ log 1 'checking strip... disabled'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking strip... disabled'
checking strip... disabled
+ echo 'checking strip... disabled'
+ check_lipo
+ '[' OSX = OSX ']'
+ '[' 0 '!=' 0 ']'
+ '[' 1 '!=' 0 ']'
+ log 1 'checking builtin depend... yes'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking builtin depend... yes'
checking builtin depend... yes
+ echo 'checking builtin depend... yes'
+ makedepend='$(SRC_OBJS_DIR)/$(DEPEND)'
+ check_makedepend
+ '[' 1 '!=' 0 ']'
+ with_makedepend=0
+ '[' 0 = 0 ']'
+ log 1 'checking makedepend... disabled'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking makedepend... disabled'
checking makedepend... disabled
+ echo 'checking makedepend... disabled'
+ return
+ detect_cputype
+ '[' -n DETECT ']'
+ '[' DETECT '!=' DETECT ']'
+ echo '#define _SQ64 1'
+ echo '#include "src/stdafx.h"'
+ echo 'assert_compile(sizeof(size_t) == 8);'
+ echo 'int main() { return 0; }'
+ execute='g++ tmp.64bit.cpp -o tmp.64bit -DTESTING 2>&1'
++ eval g++ tmp.64bit.cpp -o tmp.64bit -DTESTING '2>&1'
+ cpu_type=
+ ret=0
+ log 2 'executing g++ tmp.64bit.cpp -o tmp.64bit -DTESTING 2>&1'
+ '[' 2 = 1 ']'
+ shift
+ echo 'executing g++ tmp.64bit.cpp -o tmp.64bit -DTESTING 2>&1'
+ log 2 ' returned '
+ '[' 2 = 1 ']'
+ shift
+ echo ' returned '
+ log 2 ' exit code 0'
+ '[' 2 = 1 ']'
+ shift
+ echo ' exit code 0'
+ '[' 0 = 0 ']'
+ cpu_type=64
+ log 1 'detecting cpu-type... 64 bits'
+ '[' 1 = 1 ']'
+ shift
+ echo 'detecting cpu-type... 64 bits'
detecting cpu-type... 64 bits
+ echo 'detecting cpu-type... 64 bits'
+ rm -f tmp.64bit tmp.64bit.cpp
+ detect_sse_capable_architecture
+ '[' 1 = 0 ']'
+ echo '#define _SQ64 1'
+ echo '#include <xmmintrin.h>'
+ echo '#include <smmintrin.h>'
+ echo '#include <tmmintrin.h>'
+ echo 'int main() { return 0; }'
+ execute='g++ -msse4.1 tmp.sse.cpp -o tmp.sse 2>&1'
++ eval g++ -msse4.1 tmp.sse.cpp -o tmp.sse '2>&1'
+ sse=
+ ret=0
+ log 2 'executing g++ -msse4.1 tmp.sse.cpp -o tmp.sse 2>&1'
+ '[' 2 = 1 ']'
+ shift
+ echo 'executing g++ -msse4.1 tmp.sse.cpp -o tmp.sse 2>&1'
+ log 2 ' returned '
+ '[' 2 = 1 ']'
+ shift
+ echo ' returned '
+ log 2 ' exit code 0'
+ '[' 2 = 1 ']'
+ shift
+ echo ' exit code 0'
+ '[' 0 = 0 ']'
+ log 1 'detecting SSE... found'
+ '[' 1 = 1 ']'
+ shift
+ echo 'detecting SSE... found'
detecting SSE... found
+ echo 'detecting SSE... found'
+ rm -f tmp.sse tmp.exe tmp.sse.cpp
+ '[' 1 = 1 ']'
+ '[' OSX = MINGW ']'
+ '[' OSX = CYGWIN ']'
+ '[' OSX = MORPHOS ']'
+ '[' OSX = DOS ']'
+ enable_static=0
+ '[' 0 '!=' 0 ']'
+ log 1 'checking static... no'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking static... no'
checking static... no
+ echo 'checking static... no'
+ '[' 1 = 1 ']'
+ '[' OSX = MINGW ']'
+ '[' OSX = CYGWIN ']'
+ '[' OSX = DOS ']'
+ enable_unicode=0
+ '[' 0 '!=' 0 ']'
+ log 1 'checking unicode... no'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking unicode... no'
checking unicode... no
+ echo 'checking unicode... no'
+ '[' 0 = 0 ']'
+ log 1 'using debug level... no'
+ '[' 1 = 1 ']'
+ shift
+ echo 'using debug level... no'
using debug level... no
+ echo 'using debug level... no'
+ '[' 0 = 0 ']'
+ log 1 'using desync debug level... no'
+ '[' 1 = 1 ']'
+ shift
+ echo 'using desync debug level... no'
using desync debug level... no
+ echo 'using desync debug level... no'
+ '[' 0 '!=' 0 ']'
+ log 1 'using link time optimization... no'
+ '[' 1 = 1 ']'
+ shift
+ echo 'using link time optimization... no'
using link time optimization... no
+ echo 'using link time optimization... no'
+ '[' OSX '!=' OSX ']'
+ '[' 1 '!=' 0 ']'
+ '[' 0 = 0 ']'
+ '[' 1 '!=' 1 ']'
+ '[' 1 = 1 ']'
+ '[' 0 = 0 ']'
+ log 1 'checking OSX sysroot... no (use system default)'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking OSX sysroot... no (use system default)'
checking OSX sysroot... no (use system default)
+ echo 'checking OSX sysroot... no (use system default)'
+ '[' -n '' ']'
+ detect_allegro
+ '[' 1 = 0 ']'
+ '[' 1 = 2 ']'
+ '[' 1 = 2 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 1 = 1 ']'
+ '[' OSX = OSX ']'
+ '[' 1 '!=' 0 ']'
+ log 1 'checking Allegro... OSX, skipping'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking Allegro... OSX, skipping'
checking Allegro... OSX, skipping
+ echo 'checking Allegro... OSX, skipping'
+ allegro_config=
+ return 0
+ detect_sdl
+ '[' 1 = 0 ']'
+ '[' 1 = 2 ']'
+ '[' 1 = 2 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 1 = 1 ']'
+ '[' OSX = OSX ']'
+ '[' 1 '!=' 0 ']'
+ log 1 'checking SDL... OSX, skipping'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking SDL... OSX, skipping'
checking SDL... OSX, skipping
+ echo 'checking SDL... OSX, skipping'
+ sdl_config=
+ return 0
+ detect_cocoa
+ '[' 1 = 0 ']'
+ '[' 1 = 2 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 1 = 1 ']'
+ '[' OSX '!=' OSX ']'
+ '[' OSX '!=' OSX ']'
+ log 1 'checking COCOA... found'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking COCOA... found'
checking COCOA... found
+ echo 'checking COCOA... found'
+ '[' 1 '!=' 0 ']'
+ log 1 'checking whether to enable the Quartz window subdriver... yes'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking whether to enable the Quartz window subdriver... yes'
checking whether to enable the Quartz window subdriver... yes
+ echo 'checking whether to enable the Quartz window subdriver... yes'
+ detect_quickdraw
+ '[' 1 = 0 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 64 = 64 ']'
+ enable_cocoa_quickdraw=0
+ log 1 'checking Quickdraw window subdriver... disabled (64 bits)'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking Quickdraw window subdriver... disabled (64 bits)'
checking Quickdraw window subdriver... disabled (64 bits)
+ echo 'checking Quickdraw window subdriver... disabled (64 bits)'
+ return 0
+ '[' 0 '!=' 0 ']'
+ '[' OSX = MINGW ']'
+ '[' OSX = CYGWIN ']'
+ log 1 'checking GDI video driver... not Windows, skipping'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking GDI video driver... not Windows, skipping'
checking GDI video driver... not Windows, skipping
+ echo 'checking GDI video driver... not Windows, skipping'
+ '[' -z '' ']'
+ '[' -z '' ']'
+ '[' 1 = 0 ']'
+ log 1 'checking dedicated... not selected'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking dedicated... not selected'
checking dedicated... not selected
+ echo 'checking dedicated... not selected'
+ '[' OSX '!=' MINGW ']'
+ '[' OSX '!=' CYGWIN ']'
+ log 1 'checking console application... not Windows, skipping'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking console application... not Windows, skipping'
checking console application... not Windows, skipping
+ echo 'checking console application... not Windows, skipping'
+ '[' 1 = 1 ']'
+ '[' OSX = DOS ']'
+ '[' 1 '!=' 0 ']'
+ log 1 'checking network... found'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking network... found'
checking network... found
+ echo 'checking network... found'
+ log 1 'checking squirrel... found'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking squirrel... found'
checking squirrel... found
+ echo 'checking squirrel... found'
+ SCRIPT_SRC_DIR=/ottd/src/3rdparty/squirrel/include
+ '[' 0 '!=' 0 ']'
+ log 1 'checking translator... no'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking translator... no'
checking translator... no
+ echo 'checking translator... no'
+ strgen_flags=
+ '[' 1 '!=' 0 ']'
+ log 1 'checking assert... enabled'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking assert... enabled'
checking assert... enabled
+ echo 'checking assert... enabled'
+ pre_detect_with_zlib=1
+ detect_zlib
+ detect_pkg_config 1 zlib zlib_config 1.2
+ '[' 1 = 0 ']'
+ '[' '' = 1 ']'
+ log 2 'detecting zlib'
+ '[' 2 = 1 ']'
+ shift
+ echo 'detecting zlib'
+ '[' 1 = 1 ']'
+ pkg_config_call='pkg-config zlib'
++ pkg-config zlib --modversion
+ version=1.2.11
+ ret=0
+ check_version 1.2 1.2.11
+ '[' -z 1.2.11 ']'
++ echo 1.2
++ cut -d. -f1
+ req_major=1
++ echo 1.2.11
++ cut -d. -f1
+ got_major=1
+ '[' 1 -lt 1 ']'
+ '[' 1 -gt 1 ']'
++ echo 1.2
++ cut -d. -f2
+ req_minor=2
++ echo 1.2.11
++ cut -d. -f2
+ got_minor=2
+ '[' 2 -lt 2 ']'
+ return 1
+ version_ok=1
+ log 2 'executing pkg-config zlib --modversion'
+ '[' 2 = 1 ']'
+ shift
+ echo 'executing pkg-config zlib --modversion'
+ log 2 ' returned 1.2.11'
+ '[' 2 = 1 ']'
+ shift
+ echo ' returned 1.2.11'
+ log 2 ' exit code 0'
+ '[' 2 = 1 ']'
+ shift
+ echo ' exit code 0'
+ '[' -z 1.2.11 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 1 '!=' 1 ']'
+ eval 'zlib_config="pkg-config zlib"'
++ zlib_config='pkg-config zlib'
+ log 1 'checking zlib... found'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking zlib... found'
checking zlib... found
+ echo 'checking zlib... found'
+ '[' 1 = 0 ']'
+ '[' -z -config ']'
+ pre_detect_with_lzma=1
+ detect_lzma
+ detect_pkg_config 1 liblzma lzma_config 5.0
+ '[' 1 = 0 ']'
+ '[' '' = 1 ']'
+ log 2 'detecting liblzma'
+ '[' 2 = 1 ']'
+ shift
+ echo 'detecting liblzma'
+ '[' 1 = 1 ']'
+ pkg_config_call='pkg-config liblzma'
++ pkg-config liblzma --modversion
+ version=5.2.4
+ ret=0
+ check_version 5.0 5.2.4
+ '[' -z 5.2.4 ']'
++ echo 5.0
++ cut -d. -f1
+ req_major=5
++ echo 5.2.4
++ cut -d. -f1
+ got_major=5
+ '[' 5 -lt 5 ']'
+ '[' 5 -gt 5 ']'
++ echo 5.0
++ cut -d. -f2
+ req_minor=0
++ echo 5.2.4
++ cut -d. -f2
+ got_minor=2
+ '[' 2 -lt 0 ']'
+ return 1
+ version_ok=1
+ log 2 'executing pkg-config liblzma --modversion'
+ '[' 2 = 1 ']'
+ shift
+ echo 'executing pkg-config liblzma --modversion'
+ log 2 ' returned 5.2.4'
+ '[' 2 = 1 ']'
+ shift
+ echo ' returned 5.2.4'
+ log 2 ' exit code 0'
+ '[' 2 = 1 ']'
+ shift
+ echo ' exit code 0'
+ '[' -z 5.2.4 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 1 '!=' 1 ']'
+ eval 'lzma_config="pkg-config liblzma"'
++ lzma_config='pkg-config liblzma'
+ log 1 'checking liblzma... found'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking liblzma... found'
checking liblzma... found
+ echo 'checking liblzma... found'
+ '[' 1 = 0 ']'
+ '[' -z 'pkg-config liblzma' ']'
+ pre_detect_with_lzo2=1
+ detect_lzo2
+ detect_library 1 lzo2 liblzo2.a lzo/ lzo1x.h
+ '[' -n '' ']'
+ '[' 1 = 0 ']'
+ log 2 'detecting lzo2'
+ '[' 2 = 1 ']'
+ shift
+ echo 'detecting lzo2'
+ '[' 1 = 1 ']'
++ ls -1 '/usr/include/lzo/*.h'
++ egrep '\/lzo1x.h$'
+ eval lzo2=
++ lzo2=
+ eval 'res=$lzo2'
++ res=
+ '[' -z '' ']'
+ log 2 ' trying /usr/include/lzo/lzo1x.h... no'
+ '[' 2 = 1 ']'
+ shift
+ echo ' trying /usr/include/lzo/lzo1x.h... no'
++ ls -1 /usr/local/include/lzo/lzo1.h /usr/local/include/lzo/lzo1a.h /usr/local/include/lzo/lzo1b.h /usr/local/include/lzo/lzo1c.h /usr/local/include/lzo/lzo1f.h /usr/local/include/lzo/lzo1x.h /usr/local/include/lzo/lzo1y.h /usr/local/include/lzo/lzo1z.h /usr/local/include/lzo/lzo2a.h /usr/local/include/lzo/lzo_asm.h /usr/local/include/lzo/lzoconf.h /usr/local/include/lzo/lzodefs.h /usr/local/include/lzo/lzoutil.h
++ egrep '\/lzo1x.h$'
+ eval lzo2=/usr/local/include/lzo/lzo1x.h
++ lzo2=/usr/local/include/lzo/lzo1x.h
+ eval 'res=$lzo2'
++ res=/usr/local/include/lzo/lzo1x.h
+ '[' -z /usr/local/include/lzo/lzo1x.h ']'
+ eval 'res=$lzo2'
++ res=/usr/local/include/lzo/lzo1x.h
+ '[' -z /usr/local/include/lzo/lzo1x.h ']'
+ eval 'res=$lzo2'
++ res=/usr/local/include/lzo/lzo1x.h
+ '[' -z /usr/local/include/lzo/lzo1x.h ']'
+ eval 'res=$lzo2'
++ res=/usr/local/include/lzo/lzo1x.h
+ '[' -z /usr/local/include/lzo/lzo1x.h ']'
+ '[' -z /usr/local/include/lzo/lzo1x.h ']'
+ '[' -z /usr/local/include/lzo/lzo1x.h ']'
+ eval 'res=$lzo2'
++ res=/usr/local/include/lzo/lzo1x.h
+ '[' -n /usr/local/include/lzo/lzo1x.h ']'
+ '[' -n '' ']'
+ '[' 0 '!=' 0 ']'
+ eval 'res=$lzo2'
++ res=/usr/local/include/lzo/lzo1x.h
+ '[' -z /usr/local/include/lzo/lzo1x.h ']'
+ eval 'res=$lzo2'
++ res=/usr/local/include/lzo/lzo1x.h
+ log 2 ' trying /usr/local/include/lzo/lzo1x.h... found'
+ '[' 2 = 1 ']'
+ shift
+ echo ' trying /usr/local/include/lzo/lzo1x.h... found'
+ log 1 'checking lzo2... found'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking lzo2... found'
checking lzo2... found
+ echo 'checking lzo2... found'
+ '[' 1 = 0 ']'
+ '[' -z /usr/local/include/lzo/lzo1x.h ']'
+ '[' 1 '!=' 0 ']'
+ '[' OSX '!=' MINGW ']'
+ '[' 1 '!=' 1 ']'
+ with_uniscribe=0
+ log 1 'checking Uniscribe text layout... not Windows, skipping'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking Uniscribe text layout... not Windows, skipping'
checking Uniscribe text layout... not Windows, skipping
+ echo 'checking Uniscribe text layout... not Windows, skipping'
+ detect_xdg_basedir
+ detect_pkg_config 1 libxdg-basedir xdg_basedir_config 1.2
+ '[' 1 = 0 ']'
+ '[' '' = 1 ']'
+ log 2 'detecting libxdg-basedir'
+ '[' 2 = 1 ']'
+ shift
+ echo 'detecting libxdg-basedir'
+ '[' 1 = 1 ']'
+ pkg_config_call='pkg-config libxdg-basedir'
++ pkg-config libxdg-basedir --modversion
+ version=
+ ret=1
+ check_version 1.2 ''
+ '[' -z '' ']'
+ return 0
+ version_ok=0
+ log 2 'executing pkg-config libxdg-basedir --modversion'
+ '[' 2 = 1 ']'
+ shift
+ echo 'executing pkg-config libxdg-basedir --modversion'
+ log 2 ' returned '
+ '[' 2 = 1 ']'
+ shift
+ echo ' returned '
+ log 2 ' exit code 1'
+ '[' 2 = 1 ']'
+ shift
+ echo ' exit code 1'
+ '[' -z '' ']'
+ '[' -n '' ']'
+ log 1 'checking libxdg-basedir... not found'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking libxdg-basedir... not found'
checking libxdg-basedir... not found
+ echo 'checking libxdg-basedir... not found'
+ '[' 1 '!=' 1 ']'
+ eval 'xdg_basedir_config=""'
++ xdg_basedir_config=
+ return 0
+ detect_png
+ detect_pkg_config 1 libpng png_config 1.2
+ '[' 1 = 0 ']'
+ '[' '' = 1 ']'
+ log 2 'detecting libpng'
+ '[' 2 = 1 ']'
+ shift
+ echo 'detecting libpng'
+ '[' 1 = 1 ']'
+ pkg_config_call='pkg-config libpng'
++ pkg-config libpng --modversion
+ version=1.6.35
+ ret=0
+ check_version 1.2 1.6.35
+ '[' -z 1.6.35 ']'
++ echo 1.2
++ cut -d. -f1
+ req_major=1
++ echo 1.6.35
++ cut -d. -f1
+ got_major=1
+ '[' 1 -lt 1 ']'
+ '[' 1 -gt 1 ']'
++ echo 1.2
++ cut -d. -f2
+ req_minor=2
++ echo 1.6.35
++ cut -d. -f2
+ got_minor=6
+ '[' 6 -lt 2 ']'
+ return 1
+ version_ok=1
+ log 2 'executing pkg-config libpng --modversion'
+ '[' 2 = 1 ']'
+ shift
+ echo 'executing pkg-config libpng --modversion'
+ log 2 ' returned 1.6.35'
+ '[' 2 = 1 ']'
+ shift
+ echo ' returned 1.6.35'
+ log 2 ' exit code 0'
+ '[' 2 = 1 ']'
+ shift
+ echo ' exit code 0'
+ '[' -z 1.6.35 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 1 '!=' 1 ']'
+ eval 'png_config="pkg-config libpng"'
++ png_config='pkg-config libpng'
+ log 1 'checking libpng... found'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking libpng... found'
checking libpng... found
+ echo 'checking libpng... found'
+ detect_freetype
+ detect_pkg_config 1 freetype2 freetype_config 2.2 1
+ '[' 1 = 0 ']'
+ '[' 1 = 1 ']'
+ '[' 1 = 1 ']'
+ '[' 0 '!=' 0 ']'
+ log 2 'detecting freetype2'
+ '[' 2 = 1 ']'
+ shift
+ echo 'detecting freetype2'
+ '[' 1 = 1 ']'
+ pkg_config_call='pkg-config freetype2'
++ pkg-config freetype2 --modversion
+ version=22.1.16
+ ret=0
+ check_version 2.2 22.1.16
+ '[' -z 22.1.16 ']'
++ echo 2.2
++ cut -d. -f1
+ req_major=2
++ echo 22.1.16
++ cut -d. -f1
+ got_major=22
+ '[' 22 -lt 2 ']'
+ '[' 22 -gt 2 ']'
+ return 1
+ version_ok=1
+ log 2 'executing pkg-config freetype2 --modversion'
+ '[' 2 = 1 ']'
+ shift
+ echo 'executing pkg-config freetype2 --modversion'
+ log 2 ' returned 22.1.16'
+ '[' 2 = 1 ']'
+ shift
+ echo ' returned 22.1.16'
+ log 2 ' exit code 0'
+ '[' 2 = 1 ']'
+ shift
+ echo ' exit code 0'
+ '[' -z 22.1.16 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 1 '!=' 1 ']'
+ eval 'freetype_config="pkg-config freetype2"'
++ freetype_config='pkg-config freetype2'
+ log 1 'checking freetype2... found'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking freetype2... found'
checking freetype2... found
+ echo 'checking freetype2... found'
+ detect_fontconfig
+ '[' 1 = 0 ']'
+ '[' OSX = MINGW ']'
+ '[' OSX = CYGWIN ']'
+ '[' OSX = OSX ']'
+ log 1 'checking libfontconfig... OSX, skipping'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking libfontconfig... OSX, skipping'
checking libfontconfig... OSX, skipping
+ echo 'checking libfontconfig... OSX, skipping'
+ fontconfig_config=
+ return 0
+ detect_icu_layout
+ detect_pkg_config 1 icu-lx icu_layout_config 4.8 1
+ '[' 1 = 0 ']'
+ '[' 1 = 1 ']'
+ '[' 1 = 1 ']'
+ '[' 0 '!=' 0 ']'
+ log 2 'detecting icu-lx'
+ '[' 2 = 1 ']'
+ shift
+ echo 'detecting icu-lx'
+ '[' 1 = 1 ']'
+ pkg_config_call='pkg-config icu-lx'
++ pkg-config icu-lx --modversion
+ version=
+ ret=1
+ check_version 4.8 ''
+ '[' -z '' ']'
+ return 0
+ version_ok=0
+ log 2 'executing pkg-config icu-lx --modversion'
+ '[' 2 = 1 ']'
+ shift
+ echo 'executing pkg-config icu-lx --modversion'
+ log 2 ' returned '
+ '[' 2 = 1 ']'
+ shift
+ echo ' returned '
+ log 2 ' exit code 1'
+ '[' 2 = 1 ']'
+ shift
+ echo ' exit code 1'
+ '[' -z '' ']'
+ '[' -n '' ']'
+ log 1 'checking icu-lx... not found'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking icu-lx... not found'
checking icu-lx... not found
+ echo 'checking icu-lx... not found'
+ '[' 1 '!=' 1 ']'
+ eval 'icu_layout_config=""'
++ icu_layout_config=
+ return 0
+ detect_icu_sort
+ detect_pkg_config 1 icu-i18n icu_sort_config 4.8 1
+ '[' 1 = 0 ']'
+ '[' 1 = 1 ']'
+ '[' 1 = 1 ']'
+ '[' 0 '!=' 0 ']'
+ log 2 'detecting icu-i18n'
+ '[' 2 = 1 ']'
+ shift
+ echo 'detecting icu-i18n'
+ '[' 1 = 1 ']'
+ pkg_config_call='pkg-config icu-i18n'
++ pkg-config icu-i18n --modversion
+ version=
+ ret=1
+ check_version 4.8 ''
+ '[' -z '' ']'
+ return 0
+ version_ok=0
+ log 2 'executing pkg-config icu-i18n --modversion'
+ '[' 2 = 1 ']'
+ shift
+ echo 'executing pkg-config icu-i18n --modversion'
+ log 2 ' returned '
+ '[' 2 = 1 ']'
+ shift
+ echo ' returned '
+ log 2 ' exit code 1'
+ '[' 2 = 1 ']'
+ shift
+ echo ' exit code 1'
+ '[' -z '' ']'
+ '[' -n '' ']'
+ log 1 'checking icu-i18n... not found'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking icu-i18n... not found'
checking icu-i18n... not found
+ echo 'checking icu-i18n... not found'
+ '[' 1 '!=' 1 ']'
+ eval 'icu_sort_config=""'
++ icu_sort_config=
+ return 0
+ detect_libtimidity
+ detect_pkg_config 1 libtimidity libtimidity_config 0.1 1
+ '[' 1 = 0 ']'
+ '[' 1 = 1 ']'
+ '[' 1 = 1 ']'
+ '[' 0 '!=' 0 ']'
+ log 2 'detecting libtimidity'
+ '[' 2 = 1 ']'
+ shift
+ echo 'detecting libtimidity'
+ '[' 1 = 1 ']'
+ pkg_config_call='pkg-config libtimidity'
++ pkg-config libtimidity --modversion
+ version=
+ ret=1
+ check_version 0.1 ''
+ '[' -z '' ']'
+ return 0
+ version_ok=0
+ log 2 'executing pkg-config libtimidity --modversion'
+ '[' 2 = 1 ']'
+ shift
+ echo 'executing pkg-config libtimidity --modversion'
+ log 2 ' returned '
+ '[' 2 = 1 ']'
+ shift
+ echo ' returned '
+ log 2 ' exit code 1'
+ '[' 2 = 1 ']'
+ shift
+ echo ' exit code 1'
+ '[' -z '' ']'
+ '[' -n '' ']'
+ log 1 'checking libtimidity... not found'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking libtimidity... not found'
checking libtimidity... not found
+ echo 'checking libtimidity... not found'
+ '[' 1 '!=' 1 ']'
+ eval 'libtimidity_config=""'
++ libtimidity_config=
+ return 0
+ '[' 1 '!=' 0 ']'
+ '[' OSX '!=' MINGW ']'
+ '[' OSX '!=' CYGWIN ']'
+ '[' 1 '!=' 1 ']'
+ with_direct_music=0
+ log 1 'checking direct-music... not Windows, skipping'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking direct-music... not Windows, skipping'
checking direct-music... not Windows, skipping
+ echo 'checking direct-music... not Windows, skipping'
+ '[' 1 '!=' 0 ']'
+ '[' OSX '!=' MINGW ']'
+ '[' OSX '!=' CYGWIN ']'
+ '[' 1 '!=' 1 ']'
+ with_xaudio2=0
+ log 1 'checking xaudio2... not Windows, skipping'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking xaudio2... not Windows, skipping'
checking xaudio2... not Windows, skipping
+ echo 'checking xaudio2... not Windows, skipping'
+ detect_sort
+ '[' 1 = 0 ']'
+ '[' 1 = 1 ']'
+ _detect_sort sort
+ sort_test_in='d
a
c
b'
+ sort_test_out='a
b
c
d'
+ log 2 'running echo <array> | sort'
+ '[' 2 = 1 ']'
+ shift
+ echo 'running echo <array> | sort'
++ echo 'd
a
c
b'
++ sort
+ '[' 'a
b
c
d' = 'a
b
c
d' ']'
+ sort=sort
+ log 2 ' result was valid'
+ '[' 2 = 1 ']'
+ shift
+ echo ' result was valid'
+ '[' -z sort ']'
+ '[' -z sort ']'
+ '[' -z sort ']'
+ '[' -z sort ']'
+ '[' -z sort ']'
+ '[' -z sort ']'
+ '[' -z sort ']'
+ log 1 'checking sort... sort'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking sort... sort'
checking sort... sort
+ echo 'checking sort... sort'
+ '[' -f /ottd/version ']'
+ lang_suppress=
+ log 1 'suppress language errors... no'
+ '[' 1 = 1 ']'
+ shift
+ echo 'suppress language errors... no'
suppress language errors... no
+ echo 'suppress language errors... no'
+ '[' 0 = 0 ']'
+ '[' 0 = 0 ']'
+ '[' 0 '!=' 0 ']'
+ strip=
+ log 1 'checking stripping... skipped'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking stripping... skipped'
checking stripping... skipped
+ echo 'checking stripping... skipped'
+ '[' 1 = 0 ']'
+ '[' 1 = 1 ']'
+ with_distcc=0
+ log 1 'checking distcc... no (only used when forced)'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking distcc... no (only used when forced)'
checking distcc... no (only used when forced)
+ echo 'checking distcc... no (only used when forced)'
+ '[' 0 '!=' 0 ']'
+ '[' 1 = 0 ']'
+ '[' 1 = 1 ']'
+ with_ccache=0
+ log 1 'checking ccache... no (only used when forced)'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking ccache... no (only used when forced)'
checking ccache... no (only used when forced)
+ echo 'checking ccache... no (only used when forced)'
+ '[' 0 '!=' 0 ']'
+ detect_grfcodec
+ '[' 1 = 0 ']'
+ '[' 1 = 1 ']'
+ grfcodec=grfcodec
++ grfcodec -v
++ awk '{print $3}'
++ sed 's/[rM]//g;s/-/0/'
+ version=994
+ ret=0
+ log 2 'executing grfcodec -v'
+ '[' 2 = 1 ']'
+ shift
+ echo 'executing grfcodec -v'
+ log 2 ' returned 994'
+ '[' 2 = 1 ']'
+ shift
+ echo ' returned 994'
+ log 2 ' exit code 0'
+ '[' 2 = 1 ']'
+ shift
+ echo ' exit code 0'
+ '[' -z 994 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 994 -lt 985 ']'
+ log 1 'checking grfcodec... found'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking grfcodec... found'
checking grfcodec... found
+ echo 'checking grfcodec... found'
+ detect_nforenum
+ '[' 1 = 0 ']'
+ '[' 1 = 1 ']'
+ nforenum=nforenum
++ nforenum -v
++ awk '{print $3}'
++ sed 's/[rM]//g;s/-/0/'
+ version=994
+ ret=0
+ log 2 'executing nforenum -v'
+ '[' 2 = 1 ']'
+ shift
+ echo 'executing nforenum -v'
+ log 2 ' returned 994'
+ '[' 2 = 1 ']'
+ shift
+ echo ' returned 994'
+ log 2 ' exit code 0'
+ '[' 2 = 1 ']'
+ shift
+ echo ' exit code 0'
+ '[' -z 994 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 994 -lt 985 ']'
+ log 1 'checking nforenum... found'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking nforenum... found'
checking nforenum... found
+ echo 'checking nforenum... found'
+ '[' -z grfcodec ']'
+ '[' -z nforenum ']'
+ '[' OSX = DOS ']'
+ '[' OSX '!=' OSX ']'
+ '[' OSX = OSX ']'
+ '[' 1 = 1 ']'
+ OSXAPP=OpenTTD.app
+ '[' OSX = OSX ']'
+ '[' 0 '!=' 0 ']'
++ LC_ALL=C
++ uname
++ tr '[A-Z]' '[a-z]'
++ grep darwin
+ native=darwin
+ '[' -n darwin ']'
+ '[' '' = '' ']'
+ g++ /ottd/src/os/macosx/G5_detector.cpp -o G5_detector
++ ./G5_detector
+ res=
+ rm -f G5_detector
+ '[' -n '' ']'
+ enable_osx_g5=0
+ log 1 'detecting ppc970 (G5)... no'
+ '[' 1 = 1 ']'
+ shift
+ echo 'detecting ppc970 (G5)... no'
detecting ppc970 (G5)... no
+ echo 'detecting ppc970 (G5)... no'
+ '[' -d /ottd/.svn ']'
+ '[' -d /ottd/../.svn ']'
+ '[' -d /ottd/.git ']'
++ git help
+ '[' -n 'usage: git [--version] [--help] [-C <path>] [-c <name>=<value>]
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
<command> [<args>]
These are common Git commands used in various situations:
start a working area (see also: git help tutorial)
clone Clone a repository into a new directory
init Create an empty Git repository or reinitialize an existing one
work on the current change (see also: git help everyday)
add Add file contents to the index
mv Move or rename a file, a directory, or a symlink
reset Reset current HEAD to the specified state
rm Remove files from the working tree and from the index
examine the history and state (see also: git help revisions)
bisect Use binary search to find the commit that introduced a bug
grep Print lines matching a pattern
log Show commit logs
show Show various types of objects
status Show the working tree status
grow, mark and tweak your common history
branch List, create, or delete branches
checkout Switch branches or restore working tree files
commit Record changes to the repository
diff Show changes between commits, commit and working tree, etc
merge Join two or more development histories together
rebase Reapply commits on top of another base tip
tag Create, list, delete or verify a tag object signed with GPG
collaborate (see also: git help workflows)
fetch Download objects and refs from another repository
pull Fetch from and integrate with another repository or a local branch
push Update remote refs along with associated objects
'\''git help -a'\'' and '\''git help -g'\'' list available subcommands and some
concept guides. See '\''git help <command>'\'' or '\''git help <concept>'\''
to read about a specific subcommand or concept.' ']'
+ log 1 'checking revision... git detection'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking revision... git detection'
checking revision... git detection
+ echo 'checking revision... git detection'
+ '[' 1 = 1 ']'
+ '[' OSX = UNIX ']'
+ '[' OSX = FREEBSD ']'
+ '[' OSX = DRAGONFLY ']'
+ '[' OSX = OPENBSD ']'
+ '[' OSX = NETBSD ']'
+ '[' OSX = HPUX ']'
+ '[' OSX = SUNOS ']'
+ doc_dir=share/games/openttd/docs
+ '[' 1 = 1 ']'
+ '[' OSX = UNIX ']'
+ '[' OSX = FREEBSD ']'
+ '[' OSX = DRAGONFLY ']'
+ '[' OSX = OPENBSD ']'
+ '[' OSX = NETBSD ']'
+ '[' OSX = HPUX ']'
+ '[' OSX = SUNOS ']'
+ icon_theme_dir=
+ '[' 1 = 1 ']'
+ '[' OSX = MINGW ']'
+ '[' OSX = CYGWIN ']'
+ '[' OSX = DOS ']'
+ '[' OSX = HAIKU ']'
+ '[' OSX = OSX ']'
+ personal_dir=Documents/OpenTTD
+ '[' 1 = 1 ']'
+ '[' OSX = OSX ']'
+ shared_dir='/Library/Application\\ Support/OpenTTD'
+ '[' 1 = 1 ']'
+ '[' OSX = UNIX ']'
+ '[' OSX = FREEBSD ']'
+ '[' OSX = DRAGONFLY ']'
+ '[' OSX = OPENBSD ']'
+ '[' OSX = NETBSD ']'
+ '[' OSX = HPUX ']'
+ '[' OSX = SUNOS ']'
+ '[' OSX = OSX ']'
+ man_dir=share/man/man6
+ '[' 1 = 1 ']'
+ '[' OSX = UNIX ']'
+ '[' OSX = FREEBSD ']'
+ '[' OSX = DRAGONFLY ']'
+ '[' OSX = OPENBSD ']'
+ '[' OSX = NETBSD ']'
+ '[' OSX = HPUX ']'
+ '[' OSX = SUNOS ']'
+ menu_dir=
+ detect_iconv
+ '[' 1 = 0 ']'
+ '[' 1 = 1 ']'
+ '[' OSX '!=' OSX ']'
+ '[' 1 = 1 ']'
++ ls -1 /usr/include
++ grep iconv.h
+ iconv=
+ '[' -z '' ']'
++ ls -1 /usr/local/include
++ grep iconv.h
+ iconv=
+ '[' -z '' ']'
+ log 1 'checking iconv... not found'
+ '[' 1 = 1 ']'
+ shift
+ echo 'checking iconv... not found'
checking iconv... not found
+ echo 'checking iconv... not found'
+ '[' 1 = 2 ']'
+ '[' 1 '!=' 1 ']'
+ return 0
+ '[' -n Documents/OpenTTD ']'
+ log 1 'personal home directory... Documents/OpenTTD'
+ '[' 1 = 1 ']'
+ shift
+ echo 'personal home directory... Documents/OpenTTD'
personal home directory... Documents/OpenTTD
+ echo 'personal home directory... Documents/OpenTTD'
+ '[' -n '/Library/Application\\ Support/OpenTTD' ']'
+ log 1 'shared data directory... /Library/Application\\ Support/OpenTTD'
+ '[' 1 = 1 ']'
+ shift
+ echo 'shared data directory... /Library/Application\\ Support/OpenTTD'
shared data directory... /Library/Application\\ Support/OpenTTD
+ echo 'shared data directory... /Library/Application\\ Support/OpenTTD'
+ '[' -n / ']'
+ log 1 'installation directory... /'
+ '[' 1 = 1 ']'
+ shift
+ echo 'installation directory... /'
installation directory... /
+ echo 'installation directory... /'
+ '[' -n '' ']'
+ log 1 'icon theme directory... none'
+ '[' 1 = 1 ']'
+ shift
+ echo 'icon theme directory... none'
icon theme directory... none
+ echo 'icon theme directory... none'
+ '[' -n share/man/man6 ']'
+ log 1 'manual page directory... share/man/man6'
+ '[' 1 = 1 ']'
+ shift
+ echo 'manual page directory... share/man/man6'
manual page directory... share/man/man6
+ echo 'manual page directory... share/man/man6'
+ '[' -n '' ']'
+ log 1 'menu item directory... none'
+ '[' 1 = 1 ']'
+ shift
+ echo 'menu item directory... none'
menu item directory... none
+ echo 'menu item directory... none'
+ save_params
+ echo 'Running configure with following options:'
+ echo ''
+ configure='/bin/bash configure --ignore-extra-parameters'
+ for p in '$save_params_array'
+ eval 'v="$build"'
++ v=
++ echo build
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=build
+ configure='/bin/bash configure --ignore-extra-parameters --build=""'
+ for p in '$save_params_array'
+ eval 'v="$host"'
++ v=
++ echo host
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=host
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host=""'
+ for p in '$save_params_array'
+ eval 'v="$cc_build"'
++ v=gcc
++ echo cc_build
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=cc-build
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc"'
+ for p in '$save_params_array'
+ eval 'v="$cc_host"'
++ v=gcc
++ echo cc_host
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=cc-host
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc"'
+ for p in '$save_params_array'
+ eval 'v="$cxx_build"'
++ v=g++
++ echo cxx_build
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=cxx-build
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++"'
+ for p in '$save_params_array'
+ eval 'v="$cxx_host"'
++ v=g++
++ echo cxx_host
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=cxx-host
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++"'
+ for p in '$save_params_array'
+ eval 'v="$windres"'
++ v=
++ echo windres
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=windres
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres=""'
+ for p in '$save_params_array'
+ eval 'v="$strip"'
++ v=
++ echo strip
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=strip
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip=""'
+ for p in '$save_params_array'
+ eval 'v="$lipo"'
++ v=
++ echo lipo
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=lipo
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo=""'
+ for p in '$save_params_array'
+ eval 'v="$awk"'
++ v=awk
++ echo awk
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=awk
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk"'
+ for p in '$save_params_array'
+ eval 'v="$pkg_config"'
++ v=pkg-config
++ echo pkg_config
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=pkg-config
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config"'
+ for p in '$save_params_array'
+ eval 'v="$os"'
++ v=OSX
++ echo os
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=os
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX"'
+ for p in '$save_params_array'
+ eval 'v="$cpu_type"'
++ v=64
++ echo cpu_type
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=cpu-type
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64"'
+ for p in '$save_params_array'
+ eval 'v="$config_log"'
++ v=config.log
++ echo config_log
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=config-log
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log"'
+ for p in '$save_params_array'
+ eval 'v="$prefix_dir"'
++ v=/usr/local
++ echo prefix_dir
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=prefix-dir
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local"'
+ for p in '$save_params_array'
+ eval 'v="$binary_dir"'
++ v=games
++ echo binary_dir
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=binary-dir
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games"'
+ for p in '$save_params_array'
+ eval 'v="$data_dir"'
++ v=share/games/openttd
++ echo data_dir
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=data-dir
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd"'
+ for p in '$save_params_array'
+ eval 'v="$doc_dir"'
++ v=share/games/openttd/docs
++ echo doc_dir
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=doc-dir
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs"'
+ for p in '$save_params_array'
+ eval 'v="$icon_dir"'
++ v=share/pixmaps
++ echo icon_dir
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=icon-dir
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps"'
+ for p in '$save_params_array'
+ eval 'v="$icon_theme_dir"'
++ v=
++ echo icon_theme_dir
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=icon-theme-dir
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir=""'
+ for p in '$save_params_array'
+ eval 'v="$man_dir"'
++ v=share/man/man6
++ echo man_dir
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=man-dir
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6"'
+ for p in '$save_params_array'
+ eval 'v="$menu_dir"'
++ v=
++ echo menu_dir
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=menu-dir
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir=""'
+ for p in '$save_params_array'
+ eval 'v="$personal_dir"'
++ v=Documents/OpenTTD
++ echo personal_dir
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=personal-dir
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD"'
+ for p in '$save_params_array'
+ eval 'v="$shared_dir"'
++ v='/Library/Application\\ Support/OpenTTD'
++ echo shared_dir
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=shared-dir
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD"'
+ for p in '$save_params_array'
+ eval 'v="$install_dir"'
++ v=/
++ echo install_dir
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=install-dir
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/"'
+ for p in '$save_params_array'
+ eval 'v="$menu_group"'
++ v='Game;'
++ echo menu_group
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=menu-group
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;"'
+ for p in '$save_params_array'
+ eval 'v="$menu_name"'
++ v=OpenTTD
++ echo menu_name
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=menu-name
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD"'
+ for p in '$save_params_array'
+ eval 'v="$binary_name"'
++ v=openttd
++ echo binary_name
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=binary-name
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd"'
+ for p in '$save_params_array'
+ eval 'v="$enable_debug"'
++ v=0
++ echo enable_debug
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-debug
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0"'
+ for p in '$save_params_array'
+ eval 'v="$enable_desync_debug"'
++ v=0
++ echo enable_desync_debug
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-desync-debug
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0"'
+ for p in '$save_params_array'
+ eval 'v="$enable_profiling"'
++ v=0
++ echo enable_profiling
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-profiling
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0"'
+ for p in '$save_params_array'
+ eval 'v="$enable_lto"'
++ v=0
++ echo enable_lto
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-lto
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0"'
+ for p in '$save_params_array'
+ eval 'v="$enable_dedicated"'
++ v=0
++ echo enable_dedicated
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-dedicated
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0"'
+ for p in '$save_params_array'
+ eval 'v="$enable_network"'
++ v=1
++ echo enable_network
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-network
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1"'
+ for p in '$save_params_array'
+ eval 'v="$enable_static"'
++ v=0
++ echo enable_static
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-static
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0"'
+ for p in '$save_params_array'
+ eval 'v="$enable_translator"'
++ v=0
++ echo enable_translator
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-translator
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0"'
+ for p in '$save_params_array'
+ eval 'v="$enable_unicode"'
++ v=0
++ echo enable_unicode
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-unicode
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0"'
+ for p in '$save_params_array'
+ eval 'v="$enable_console"'
++ v=1
++ echo enable_console
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-console
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1"'
+ for p in '$save_params_array'
+ eval 'v="$enable_assert"'
++ v=1
++ echo enable_assert
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-assert
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1"'
+ for p in '$save_params_array'
+ eval 'v="$enable_strip"'
++ v=0
++ echo enable_strip
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-strip
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0"'
+ for p in '$save_params_array'
+ eval 'v="$enable_universal"'
++ v=0
++ echo enable_universal
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-universal
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0"'
+ for p in '$save_params_array'
+ eval 'v="$enable_osx_g5"'
++ v=0
++ echo enable_osx_g5
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-osx-g5
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0"'
+ for p in '$save_params_array'
+ eval 'v="$enable_cocoa_quartz"'
++ v=1
++ echo enable_cocoa_quartz
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-cocoa-quartz
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1"'
+ for p in '$save_params_array'
+ eval 'v="$enable_cocoa_quickdraw"'
++ v=0
++ echo enable_cocoa_quickdraw
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-cocoa-quickdraw
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0"'
+ for p in '$save_params_array'
+ eval 'v="$with_osx_sysroot"'
++ v=1
++ echo with_osx_sysroot
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-osx-sysroot
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_application_bundle"'
++ v=1
++ echo with_application_bundle
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-application-bundle
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_allegro"'
++ v=1
++ echo with_allegro
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-allegro
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_sdl"'
++ v=1
++ echo with_sdl
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-sdl
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_cocoa"'
++ v=1
++ echo with_cocoa
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-cocoa
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_zlib"'
++ v=1
++ echo with_zlib
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-zlib
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_lzma"'
++ v=1
++ echo with_lzma
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-lzma
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_lzo2"'
++ v=1
++ echo with_lzo2
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-lzo2
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_xdg_basedir"'
++ v=1
++ echo with_xdg_basedir
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-xdg-basedir
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_png"'
++ v=1
++ echo with_png
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-png
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1"'
+ for p in '$save_params_array'
+ eval 'v="$enable_builtin_depend"'
++ v=1
++ echo enable_builtin_depend
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=enable-builtin-depend
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_makedepend"'
++ v=0
++ echo with_makedepend
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-makedepend
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0"'
+ for p in '$save_params_array'
+ eval 'v="$with_direct_music"'
++ v=0
++ echo with_direct_music
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-direct-music
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0"'
+ for p in '$save_params_array'
+ eval 'v="$with_xaudio2"'
++ v=0
++ echo with_xaudio2
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-xaudio2
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0"'
+ for p in '$save_params_array'
+ eval 'v="$with_sort"'
++ v=1
++ echo with_sort
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-sort
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_iconv"'
++ v=1
++ echo with_iconv
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-iconv
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_midi"'
++ v=
++ echo with_midi
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-midi
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi=""'
+ for p in '$save_params_array'
+ eval 'v="$with_midi_arg"'
++ v=
++ echo with_midi_arg
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-midi-arg
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg=""'
+ for p in '$save_params_array'
+ eval 'v="$with_libtimidity"'
++ v=1
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
++ echo with_libtimidity
+ p=with-libtimidity
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_freetype"'
++ v=1
++ echo with_freetype
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-freetype
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_fontconfig"'
++ v=1
++ echo with_fontconfig
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-fontconfig
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_icu_layout"'
++ v=1
++ echo with_icu_layout
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-icu-layout
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_icu_sort"'
++ v=1
++ echo with_icu_sort
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-icu-sort
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1"'
+ for p in '$save_params_array'
+ eval 'v="$static_icu"'
++ v=0
++ echo static_icu
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=static-icu
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0"'
+ for p in '$save_params_array'
+ eval 'v="$with_uniscribe"'
++ v=0
++ echo with_uniscribe
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-uniscribe
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0"'
+ for p in '$save_params_array'
+ eval 'v="$with_threads"'
++ v=1
++ echo with_threads
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-threads
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_distcc"'
++ v=0
++ echo with_distcc
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-distcc
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0"'
+ for p in '$save_params_array'
+ eval 'v="$with_ccache"'
++ v=0
++ echo with_ccache
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-ccache
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0" --with-ccache="0"'
+ for p in '$save_params_array'
+ eval 'v="$with_grfcodec"'
++ v=1
++ echo with_grfcodec
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-grfcodec
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_nforenum"'
++ v=1
++ echo with_nforenum
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-nforenum
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1"'
+ for p in '$save_params_array'
+ eval 'v="$with_sse"'
++ v=1
++ echo with_sse
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=with-sse
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="1"'
+ for p in '$save_params_array'
+ eval 'v="$CC"'
++ v=
++ echo CC
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=CC
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="1" --CC=""'
+ for p in '$save_params_array'
+ eval 'v="$CXX"'
++ v=
++ echo CXX
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=CXX
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="1" --CC="" --CXX=""'
+ for p in '$save_params_array'
+ eval 'v="$CFLAGS"'
++ v=
++ echo CFLAGS
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=CFLAGS
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="1" --CC="" --CXX="" --CFLAGS=""'
+ for p in '$save_params_array'
+ eval 'v="$CXXFLAGS"'
++ v=
++ echo CXXFLAGS
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=CXXFLAGS
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="1" --CC="" --CXX="" --CFLAGS="" --CXXFLAGS=""'
+ for p in '$save_params_array'
+ eval 'v="$LDFLAGS"'
++ v=
++ echo LDFLAGS
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=LDFLAGS
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="1" --CC="" --CXX="" --CFLAGS="" --CXXFLAGS="" --LDFLAGS=""'
+ for p in '$save_params_array'
+ eval 'v="$CFLAGS_BUILD"'
++ v=
++ echo CFLAGS_BUILD
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=CFLAGS-BUILD
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="1" --CC="" --CXX="" --CFLAGS="" --CXXFLAGS="" --LDFLAGS="" --CFLAGS-BUILD=""'
+ for p in '$save_params_array'
+ eval 'v="$CXXFLAGS_BUILD"'
++ v=
++ echo CXXFLAGS_BUILD
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=CXXFLAGS-BUILD
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="1" --CC="" --CXX="" --CFLAGS="" --CXXFLAGS="" --LDFLAGS="" --CFLAGS-BUILD="" --CXXFLAGS-BUILD=""'
+ for p in '$save_params_array'
+ eval 'v="$LDFLAGS_BUILD"'
++ v=
++ echo LDFLAGS_BUILD
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=LDFLAGS-BUILD
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="1" --CC="" --CXX="" --CFLAGS="" --CXXFLAGS="" --LDFLAGS="" --CFLAGS-BUILD="" --CXXFLAGS-BUILD="" --LDFLAGS-BUILD=""'
+ for p in '$save_params_array'
+ eval 'v="$PKG_CONFIG_PATH"'
++ v=
++ echo PKG_CONFIG_PATH
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=PKG-CONFIG-PATH
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="1" --CC="" --CXX="" --CFLAGS="" --CXXFLAGS="" --LDFLAGS="" --CFLAGS-BUILD="" --CXXFLAGS-BUILD="" --LDFLAGS-BUILD="" --PKG-CONFIG-PATH=""'
+ for p in '$save_params_array'
+ eval 'v="$PKG_CONFIG_LIBDIR"'
++ v=
++ echo PKG_CONFIG_LIBDIR
++ sed 's@_@-@g;s@\n@@g;s@ @\ @g'
+ p=PKG-CONFIG-LIBDIR
+ configure='/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="1" --CC="" --CXX="" --CFLAGS="" --CXXFLAGS="" --LDFLAGS="" --CFLAGS-BUILD="" --CXXFLAGS-BUILD="" --LDFLAGS-BUILD="" --PKG-CONFIG-PATH="" --PKG-CONFIG-LIBDIR=""'
+ echo '/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="1" --CC="" --CXX="" --CFLAGS="" --CXXFLAGS="" --LDFLAGS="" --CFLAGS-BUILD="" --CXXFLAGS-BUILD="" --LDFLAGS-BUILD="" --PKG-CONFIG-PATH="" --PKG-CONFIG-LIBDIR=""'
+ echo '/bin/bash configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="" --lipo="" --awk="awk" --pkg-config="pkg-config" --os="OSX" --cpu-type="64" --config-log="config.log" --prefix-dir="/usr/local" --binary-dir="games" --data-dir="share/games/openttd" --doc-dir="share/games/openttd/docs" --icon-dir="share/pixmaps" --icon-theme-dir="" --man-dir="share/man/man6" --menu-dir="" --personal-dir="Documents/OpenTTD" --shared-dir="/Library/Application\\ Support/OpenTTD" --install-dir="/" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="1" --enable-strip="0" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="1" --with-application-bundle="1" --with-allegro="1" --with-sdl="1" --with-cocoa="1" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-xaudio2="0" --with-sort="1" --with-iconv="1" --with-midi="" --with-midi-arg="" --with-libtimidity="1" --with-freetype="1" --with-fontconfig="1" --with-icu-layout="1" --with-icu-sort="1" --static-icu="0" --with-uniscribe="0" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="1" --CC="" --CXX="" --CFLAGS="" --CXXFLAGS="" --LDFLAGS="" --CFLAGS-BUILD="" --CXXFLAGS-BUILD="" --LDFLAGS-BUILD="" --PKG-CONFIG-PATH="" --PKG-CONFIG-LIBDIR=""'
+ echo ''
+ make_cflags_and_ldflags
+ CFLAGS_BUILD_ENV=
+ CFLAGS_BUILD=
+ CXXFLAGS_BUILD_ENV=
+ CXXFLAGS_BUILD=
+ LDFLAGS_BUILD_ENV=
+ LDFLAGS_BUILD=
+ FEATURES_BUILD=
+ CFLAGS_ENV=
+ CFLAGS=
+ CXXFLAGS_ENV=
+ CXXFLAGS=
+ LIBS=-lstdc++
+ LDFLAGS_ENV=
+ LDFLAGS=
+ FEATURES=
+ make_compiler_cflags gcc CFLAGS_BUILD CXXFLAGS_BUILD LDFLAGS_BUILD FEATURES_BUILD
++ gcc --version
++ head -n1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/c++/4.2.1
+ version_line='Apple LLVM version 9.1.0 (clang-902.0.39.2)'
+ eval eval 'flags=\$CFLAGS_BUILD'
++ eval 'flags=$CFLAGS_BUILD'
+++ flags=
+ eval eval 'cxxflags=\$CXXFLAGS_BUILD'
++ eval 'cxxflags=$CXXFLAGS_BUILD'
+++ cxxflags=
+ eval eval 'ldflags=\$LDFLAGS_BUILD'
++ eval 'ldflags=$LDFLAGS_BUILD'
+++ ldflags=
+ eval eval 'features=\$FEATURES_BUILD'
++ eval 'features=$FEATURES_BUILD'
+++ features=
++ echo 'Apple LLVM version 9.1.0 (clang-902.0.39.2)'
++ cut '-d ' -f1
+ '[' Apple = icc ']'
+ echo 'Apple LLVM version 9.1.0 (clang-902.0.39.2)'
+ grep -q clang
++ gcc -v
++ head -n 1
++ cut -c 1-2
++ sed 's@[^0-9]@@g'
+ cc_version=10
+ flags=' -fno-strict-aliasing'
+ flags=' -fno-strict-aliasing -Wall -W -Wextra'
+ flags=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter'
+ flags=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value'
+ flags=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar'
+ flags=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign'
+ '[' 10 -lt 30 ']'
+ flags=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses'
+ flags=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare'
+ '[' 10 -ge 30 ']'
+ '[' 0 '!=' 0 -o 0 '!=' 0 ']'
+ '[' 1 -eq 0 ']'
+ '[' 10 -ge 33 ']'
+ ldflags=' -rdynamic'
+ eval 'CFLAGS_BUILD=" -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare"'
++ CFLAGS_BUILD=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare'
+ eval 'CXXFLAGS_BUILD=""'
++ CXXFLAGS_BUILD=
+ eval 'LDFLAGS_BUILD=" -rdynamic"'
++ LDFLAGS_BUILD=' -rdynamic'
+ eval 'FEATURES_BUILD=""'
++ FEATURES_BUILD=
+ make_compiler_cflags gcc CFLAGS CXXFLAGS LDFLAGS FEATURES
++ gcc --version
++ head -n1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/c++/4.2.1
+ version_line='Apple LLVM version 9.1.0 (clang-902.0.39.2)'
+ eval eval 'flags=\$CFLAGS'
++ eval 'flags=$CFLAGS'
+++ flags=
+ eval eval 'cxxflags=\$CXXFLAGS'
++ eval 'cxxflags=$CXXFLAGS'
+++ cxxflags=
+ eval eval 'ldflags=\$LDFLAGS'
++ eval 'ldflags=$LDFLAGS'
+++ ldflags=
+ eval eval 'features=\$FEATURES'
++ eval 'features=$FEATURES'
+++ features=
++ echo 'Apple LLVM version 9.1.0 (clang-902.0.39.2)'
++ cut '-d ' -f1
+ '[' Apple = icc ']'
+ echo 'Apple LLVM version 9.1.0 (clang-902.0.39.2)'
+ grep -q clang
++ gcc -v
++ head -n 1
++ cut -c 1-2
++ sed 's@[^0-9]@@g'
+ cc_version=10
+ flags=' -fno-strict-aliasing'
+ flags=' -fno-strict-aliasing -Wall -W -Wextra'
+ flags=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter'
+ flags=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value'
+ flags=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar'
+ flags=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign'
+ '[' 10 -lt 30 ']'
+ flags=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses'
+ flags=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare'
+ '[' 10 -ge 30 ']'
+ '[' 0 '!=' 0 -o 0 '!=' 0 ']'
+ '[' 1 -eq 0 ']'
+ '[' 10 -ge 33 ']'
+ ldflags=' -rdynamic'
+ eval 'CFLAGS=" -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare"'
++ CFLAGS=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare'
+ eval 'CXXFLAGS=""'
++ CXXFLAGS=
+ eval 'LDFLAGS=" -rdynamic"'
++ LDFLAGS=' -rdynamic'
+ eval 'FEATURES=""'
++ FEATURES=
+ CFLAGS=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX'
+ CFLAGS_BUILD=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX'
+ '[' 0 = 0 ']'
+ OBJS_SUBDIR=release
+ '[' OSX = MORPHOS ']'
+ '[' 0 = 0 ']'
+ CFLAGS='-fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX'
+ CFLAGS='-O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX'
+ '[' 0 -le 2 ']'
++ basename gcc
++ grep gcc
+ cc_host_is_gcc=gcc
+ '[' -n gcc ']'
+ CFLAGS='-O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2'
++ basename gcc
++ grep gcc
+ cc_build_is_gcc=gcc
+ '[' -n gcc ']'
+ CFLAGS_BUILD=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1'
+ '[' OSX = OSX ']'
+ '[' 10 -eq 400 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 1 = 0 ']'
+ '[' 1 = 1 ']'
+ CFLAGS='-O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE'
++ echo
++ cut -c 1-3
+ '[' '' '!=' icc ']'
+ '[' OSX = CYGWIN ']'
+ '[' OSX = MINGW ']'
+ '[' OSX = CYGWIN ']'
+ '[' OSX '!=' CYGWIN ']'
+ '[' OSX '!=' HAIKU ']'
+ '[' OSX '!=' OPENBSD ']'
+ '[' OSX '!=' MINGW ']'
+ '[' OSX '!=' MORPHOS ']'
+ '[' OSX '!=' OSX ']'
+ '[' OSX '!=' CYGWIN ']'
+ '[' OSX '!=' HAIKU ']'
+ '[' OSX '!=' MINGW ']'
+ '[' OSX '!=' DOS ']'
+ LIBS='-lstdc++ -lc'
+ '[' OSX = MORPHOS ']'
+ '[' OSX = OPENBSD ']'
+ '[' OSX = OSX ']'
+ LDFLAGS=' -rdynamic -framework Cocoa'
+ CFLAGS='-O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include'
+ '[' 0 = 0 ']'
+ '[' 64 = 32 ']'
+ '[' 0 '!=' 0 ']'
+ CFLAGS='-O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME'
+ '[' 0 = 0 ']'
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME'
+ LDFLAGS=' -rdynamic -framework Cocoa'
+ '[' OSX = BEOS ']'
+ '[' OSX = HAIKU ']'
+ '[' OSX = BEOS ']'
+ '[' OSX = HAIKU ']'
+ '[' OSX = OSX ']'
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX'
+ '[' OSX = MINGW ']'
+ '[' OSX = CYGWIN ']'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' 1 '!=' 0 ']'
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA'
+ LIBS='-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox'
+ '[' 1 '!=' 0 ']'
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ'
+ '[' 0 '!=' 0 ']'
+ '[' 1 '!=' 0 ']'
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB'
++ pkg-config zlib --cflags
++ tr '\n\r' ' '
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB '
+ '[' 0 '!=' 0 ']'
++ pkg-config zlib --libs
++ tr '\n\r' ' '
+ LIBS='-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz '
+ '[' -n 'pkg-config liblzma' ']'
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA'
++ pkg-config liblzma --cflags
++ tr '\n\r' ' '
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include '
+ '[' 0 '!=' 0 ']'
++ pkg-config liblzma --libs
++ tr '\n\r' ' '
+ LIBS='-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma '
+ '[' 1 '!=' 0 ']'
+ '[' 0 '!=' 0 ']'
+ LIBS='-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2'
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO'
+ '[' -n '' ']'
+ '[' 64 = 64 ']'
+ '[' 0 = 0 ']'
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64'
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include'
+ '[' -n 'pkg-config libpng' ']'
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG'
++ pkg-config libpng --cflags
++ tr '\n\r' ' '
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 '
+ '[' 0 '!=' 0 ']'
++ pkg-config libpng --libs
++ tr '\n\r' ' '
+ LIBS='-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz '
+ '[' -n '' ']'
+ '[' -n 'pkg-config freetype2' ']'
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE'
++ pkg-config freetype2 --cflags
++ tr '\n\r' ' '
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 '
+ '[' 0 '!=' 0 ']'
++ pkg-config freetype2 --libs
++ tr '\n\r' ' '
+ LIBS='-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype '
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' 0 '!=' 0 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 0 '!=' 0 ']'
+ '[' -n '' ']'
+ '[' 1 '!=' 0 ']'
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV'
+ '[' '' = yes ']'
+ '[' OSX '!=' OSX ']'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' 0 '!=' 0 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 1 '!=' 0 ']'
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK'
+ '[' OSX = BEOS ']'
+ '[' OSX = HAIKU ']'
+ '[' OSX = SUNOS ']'
+ '[' 0 '!=' 0 ']'
+ '[' 1 = 0 ']'
+ '[' 0 '!=' 0 ']'
+ '[' 0 '!=' 0 ']'
+ '[' -n Documents/OpenTTD ']'
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\"'
+ '[' -n '/Library/Application\\ Support/OpenTTD' ']'
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\"'
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\"'
+ '[' 0 '!=' 0 ']'
+ CFLAGS_BUILD=' -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 '
+ CXXFLAGS_BUILD=' '
+ LDFLAGS_BUILD=' -rdynamic '
+ CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" '
+ CXXFLAGS=' '
+ LDFLAGS=' -rdynamic -framework Cocoa '
+ log 1 'using CFLAGS_BUILD... -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 '
+ '[' 1 = 1 ']'
+ shift
+ echo 'using CFLAGS_BUILD... -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 '
using CFLAGS_BUILD... -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1
+ echo 'using CFLAGS_BUILD... -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 '
+ log 1 'using CXXFLAGS_BUILD... '
+ '[' 1 = 1 ']'
+ shift
+ echo 'using CXXFLAGS_BUILD... '
using CXXFLAGS_BUILD...
+ echo 'using CXXFLAGS_BUILD... '
+ log 1 'using LDFLAGS_BUILD... -rdynamic '
+ '[' 1 = 1 ']'
+ shift
+ echo 'using LDFLAGS_BUILD... -rdynamic '
using LDFLAGS_BUILD... -rdynamic
+ echo 'using LDFLAGS_BUILD... -rdynamic '
+ log 1 'using CFLAGS... -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" '
+ '[' 1 = 1 ']'
+ shift
+ echo 'using CFLAGS... -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" '
using CFLAGS... -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\"
+ echo 'using CFLAGS... -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" '
+ log 1 'using CXXFLAGS... '
+ '[' 1 = 1 ']'
+ shift
+ echo 'using CXXFLAGS... '
using CXXFLAGS...
+ echo 'using CXXFLAGS... '
+ log 1 'using LDFLAGS... -lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype -rdynamic -framework Cocoa '
+ '[' 1 = 1 ']'
+ shift
+ echo 'using LDFLAGS... -lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype -rdynamic -framework Cocoa '
using LDFLAGS... -lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype -rdynamic -framework Cocoa
+ echo 'using LDFLAGS... -lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype -rdynamic -framework Cocoa '
+ '[' 0 '!=' 0 ']'
+ '[' 1 '!=' 0 ']'
++ echo
++ g++ -E -x c++ -dM -
++ sed 's@.define @-D@g;s@ .*@ @g;s@(.*)@@g'
++ tr -d '\r\n'
+ cflags_makedep='-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ '
++ echo ' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" ' ' '
++ sed 's@ /@ -@g;s@-I[ ]*[^ ]*@@g'
+ cflags_makedep='-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" '
+ '[' 0 '!=' 0 ']'
+ '[' 0 '!=' 0 ']'
+ EXE=
+ '[' OSX = MINGW ']'
+ '[' OSX = CYGWIN ']'
+ '[' OSX = OS2 ']'
+ '[' OSX = DOS ']'
+ TTD=openttd
+ STRGEN=strgen
+ DEPEND=depend
+ SETTINGSGEN=settings_gen
+ '[' -z sort ']'
+ PIPE_SORT=sort
+ '[' '!' -f /ottd/src/lang/english.txt ']'
+ AWKCOMMAND='
{ }
/^( *)#end/ { if (deep == skip) { skip -= 1; } deep -= 1; next; }
/^( *)#else/ { if (deep == skip) { skip -= 1; } else if (deep - 1 == skip) { skip += 1; } next; }
/^( *)#if/ {
gsub(" ", "", $0);
gsub("^#if ", "", $0);
if (deep != skip) { deep += 1; next; }
deep += 1;
if ($0 == "ALLEGRO" && "" == "") { next; }
if ($0 == "SDL" && "" == "") { next; }
if ($0 == "PNG" && "pkg-config libpng" == "") { next; }
if ($0 == "OSX" && "OSX" != "OSX") { next; }
if ($0 == "OS2" && "OSX" != "OS2") { next; }
if ($0 == "DEDICATED" && "0" != "1") { next; }
if ($0 == "AI" && "" == "0") { next; }
if ($0 == "COCOA" && "1" == "0") { next; }
if ($0 == "DOS" && "OSX" != "DOS") { next; }
if ($0 == "BEOS" && "OSX" != "BEOS" &&
"OSX" != "HAIKU") { next; }
if ($0 == "WIN32" && "OSX" != "MINGW" &&
"OSX" != "CYGWIN" && "OSX" != "MSVC") { next; }
if ($0 == "MORPHOS" && "OSX" != "MORPHOS") { next; }
if ($0 == "MSVC" && "OSX" != "MSVC") { next; }
if ($0 == "DIRECTMUSIC" && "0" == "0") { next; }
if ($0 == "LIBTIMIDITY" && "" == "" ) { next; }
if ($0 == "HAVE_THREAD" && "1" == "0") { next; }
if ($0 == "SSE" && "1" != "1") { next; }
skip += 1;
next;
}
/^( *)#/ { next }
/^$/ { next }
/\.h$/ { next }
/\.hpp$/ { next }
{
if (deep == skip) {
gsub(" ", "", $0);
print $0;
}
}
'
++ tr '\r' '\n'
++ awk '
{ }
/^( *)#end/ { if (deep == skip) { skip -= 1; } deep -= 1; next; }
/^( *)#else/ { if (deep == skip) { skip -= 1; } else if (deep - 1 == skip) { skip += 1; } next; }
/^( *)#if/ {
gsub(" ", "", $0);
gsub("^#if ", "", $0);
++ LC_ALL=C
if (deep != skip) { deep += 1; next; }
deep += 1;
if ($0 == "ALLEGRO" && "" == "") { next; }
if ($0 == "SDL" && "" == "") { next; }
if ($0 == "PNG" && "pkg-config libpng" == "") { next; }
if ($0 == "OSX" && "OSX" != "OSX") { next; }
if ($0 == "OS2" && "OSX" != "OS2") { next; }
++ sort
if ($0 == "DEDICATED" && "0" != "1") { next; }
if ($0 == "AI" && "" == "0") { next; }
if ($0 == "COCOA" && "1" == "0") { next; }
if ($0 == "DOS" && "OSX" != "DOS") { next; }
if ($0 == "BEOS" && "OSX" != "BEOS" &&
"OSX" != "HAIKU") { next; }
if ($0 == "WIN32" && "OSX" != "MINGW" &&
"OSX" != "CYGWIN" && "OSX" != "MSVC") { next; }
if ($0 == "MORPHOS" && "OSX" != "MORPHOS") { next; }
if ($0 == "MSVC" && "OSX" != "MSVC") { next; }
if ($0 == "DIRECTMUSIC" && "0" == "0") { next; }
if ($0 == "LIBTIMIDITY" && "" == "" ) { next; }
if ($0 == "HAVE_THREAD" && "1" == "0") { next; }
if ($0 == "SSE" && "1" != "1") { next; }
skip += 1;
next;
}
/^( *)#/ { next }
/^$/ { next }
/\.h$/ { next }
/\.hpp$/ { next }
{
if (deep == skip) {
gsub(" ", "", $0);
print $0;
}
}
'
+ SRCS='3rdparty/md5/md5.cpp
3rdparty/squirrel/sqstdlib/sqstdaux.cpp
3rdparty/squirrel/sqstdlib/sqstdmath.cpp
3rdparty/squirrel/squirrel/sqapi.cpp
3rdparty/squirrel/squirrel/sqbaselib.cpp
3rdparty/squirrel/squirrel/sqclass.cpp
3rdparty/squirrel/squirrel/sqcompiler.cpp
3rdparty/squirrel/squirrel/sqdebug.cpp
3rdparty/squirrel/squirrel/sqfuncstate.cpp
3rdparty/squirrel/squirrel/sqlexer.cpp
3rdparty/squirrel/squirrel/sqmem.cpp
3rdparty/squirrel/squirrel/sqobject.cpp
3rdparty/squirrel/squirrel/sqstate.cpp
3rdparty/squirrel/squirrel/sqtable.cpp
3rdparty/squirrel/squirrel/sqvm.cpp
ai/ai_config.cpp
ai/ai_core.cpp
ai/ai_gui.cpp
ai/ai_info.cpp
ai/ai_instance.cpp
ai/ai_scanner.cpp
aircraft_cmd.cpp
aircraft_gui.cpp
airport.cpp
airport_gui.cpp
animated_tile.cpp
articulated_vehicles.cpp
autoreplace.cpp
autoreplace_cmd.cpp
autoreplace_gui.cpp
base_consist.cpp
blitter/32bpp_anim.cpp
blitter/32bpp_anim_sse2.cpp
blitter/32bpp_anim_sse4.cpp
blitter/32bpp_base.cpp
blitter/32bpp_optimized.cpp
blitter/32bpp_simple.cpp
blitter/32bpp_sse2.cpp
blitter/32bpp_sse4.cpp
blitter/32bpp_ssse3.cpp
blitter/8bpp_base.cpp
blitter/8bpp_optimized.cpp
blitter/8bpp_simple.cpp
blitter/base.cpp
blitter/null.cpp
bmp.cpp
bootstrap_gui.cpp
bridge_gui.cpp
bridge_map.cpp
build_vehicle_gui.cpp
cargoaction.cpp
cargomonitor.cpp
cargopacket.cpp
cargotype.cpp
cheat.cpp
cheat_gui.cpp
clear_cmd.cpp
command.cpp
company_cmd.cpp
company_gui.cpp
console.cpp
console_cmds.cpp
console_gui.cpp
core/alloc_func.cpp
core/bitmath_func.cpp
core/geometry_func.cpp
core/math_func.cpp
core/pool_func.cpp
core/random_func.cpp
cpu.cpp
crashlog.cpp
currency.cpp
date.cpp
date_gui.cpp
debug.cpp
dedicated.cpp
depot.cpp
depot_cmd.cpp
depot_gui.cpp
disaster_vehicle.cpp
dock_gui.cpp
driver.cpp
economy.cpp
effectvehicle.cpp
elrail.cpp
engine.cpp
engine_gui.cpp
error_gui.cpp
fileio.cpp
fios.cpp
fios_gui.cpp
fontcache.cpp
fontdetection.cpp
framerate_gui.cpp
game/game_config.cpp
game/game_core.cpp
game/game_info.cpp
game/game_instance.cpp
game/game_scanner.cpp
game/game_text.cpp
gamelog.cpp
genworld.cpp
genworld_gui.cpp
gfx.cpp
gfx_layout.cpp
gfxinit.cpp
goal.cpp
goal_gui.cpp
graph_gui.cpp
ground_vehicle.cpp
group_cmd.cpp
group_gui.cpp
heightmap.cpp
highscore.cpp
highscore_gui.cpp
hotkeys.cpp
industry_cmd.cpp
industry_gui.cpp
ini.cpp
ini_load.cpp
intro_gui.cpp
landscape.cpp
linkgraph/demands.cpp
linkgraph/flowmapper.cpp
linkgraph/linkgraph.cpp
linkgraph/linkgraph_gui.cpp
linkgraph/linkgraphjob.cpp
linkgraph/linkgraphschedule.cpp
linkgraph/mcf.cpp
linkgraph/refresh.cpp
main_gui.cpp
map.cpp
misc.cpp
misc/countedobj.cpp
misc/dbg_helpers.cpp
misc/getoptdata.cpp
misc_cmd.cpp
misc_gui.cpp
mixer.cpp
music.cpp
music/cocoa_m.cpp
music/extmidi.cpp
music/midifile.cpp
music/null_m.cpp
music/qtmidi.cpp
music_gui.cpp
network/core/address.cpp
network/core/core.cpp
network/core/host.cpp
network/core/packet.cpp
network/core/tcp.cpp
network/core/tcp_admin.cpp
network/core/tcp_connect.cpp
network/core/tcp_content.cpp
network/core/tcp_game.cpp
network/core/tcp_http.cpp
network/core/udp.cpp
network/network.cpp
network/network_admin.cpp
network/network_chat_gui.cpp
network/network_client.cpp
network/network_command.cpp
network/network_content.cpp
network/network_content_gui.cpp
network/network_gamelist.cpp
network/network_gui.cpp
network/network_server.cpp
network/network_udp.cpp
newgrf.cpp
newgrf_airport.cpp
newgrf_airporttiles.cpp
newgrf_canal.cpp
newgrf_cargo.cpp
newgrf_commons.cpp
newgrf_config.cpp
newgrf_debug_gui.cpp
newgrf_engine.cpp
newgrf_generic.cpp
newgrf_gui.cpp
newgrf_house.cpp
newgrf_industries.cpp
newgrf_industrytiles.cpp
newgrf_object.cpp
newgrf_railtype.cpp
newgrf_sound.cpp
newgrf_spritegroup.cpp
newgrf_station.cpp
newgrf_storage.cpp
newgrf_text.cpp
newgrf_town.cpp
newgrf_townname.cpp
news_gui.cpp
object_cmd.cpp
object_gui.cpp
openttd.cpp
order_backup.cpp
order_cmd.cpp
order_gui.cpp
os/macosx/crashlog_osx.cpp
os/macosx/macos.mm
os/macosx/splash.cpp
os/unix/unix.cpp
osk_gui.cpp
pathfinder/npf/aystar.cpp
pathfinder/npf/npf.cpp
pathfinder/npf/queue.cpp
pathfinder/opf/opf_ship.cpp
pathfinder/yapf/yapf_rail.cpp
pathfinder/yapf/yapf_road.cpp
pathfinder/yapf/yapf_ship.cpp
pbs.cpp
progress.cpp
rail.cpp
rail_cmd.cpp
rail_gui.cpp
rev.cpp
road.cpp
road_cmd.cpp
road_gui.cpp
road_map.cpp
roadstop.cpp
roadveh_cmd.cpp
roadveh_gui.cpp
saveload/afterload.cpp
saveload/ai_sl.cpp
saveload/airport_sl.cpp
saveload/animated_tile_sl.cpp
saveload/autoreplace_sl.cpp
saveload/cargomonitor_sl.cpp
saveload/cargopacket_sl.cpp
saveload/cheat_sl.cpp
saveload/company_sl.cpp
saveload/depot_sl.cpp
saveload/economy_sl.cpp
saveload/engine_sl.cpp
saveload/game_sl.cpp
saveload/gamelog_sl.cpp
saveload/goal_sl.cpp
saveload/group_sl.cpp
saveload/industry_sl.cpp
saveload/labelmaps_sl.cpp
saveload/linkgraph_sl.cpp
saveload/map_sl.cpp
saveload/misc_sl.cpp
saveload/newgrf_sl.cpp
saveload/object_sl.cpp
saveload/oldloader.cpp
saveload/oldloader_sl.cpp
saveload/order_sl.cpp
saveload/saveload.cpp
saveload/signs_sl.cpp
saveload/station_sl.cpp
saveload/storage_sl.cpp
saveload/story_sl.cpp
saveload/strings_sl.cpp
saveload/subsidy_sl.cpp
saveload/town_sl.cpp
saveload/vehicle_sl.cpp
saveload/waypoint_sl.cpp
screenshot.cpp
script/api/script_accounting.cpp
script/api/script_admin.cpp
script/api/script_airport.cpp
script/api/script_base.cpp
script/api/script_basestation.cpp
script/api/script_bridge.cpp
script/api/script_bridgelist.cpp
script/api/script_cargo.cpp
script/api/script_cargolist.cpp
script/api/script_cargomonitor.cpp
script/api/script_client.cpp
script/api/script_clientlist.cpp
script/api/script_company.cpp
script/api/script_companymode.cpp
script/api/script_controller.cpp
script/api/script_date.cpp
script/api/script_depotlist.cpp
script/api/script_engine.cpp
script/api/script_enginelist.cpp
script/api/script_error.cpp
script/api/script_event.cpp
script/api/script_event_types.cpp
script/api/script_execmode.cpp
script/api/script_game.cpp
script/api/script_gamesettings.cpp
script/api/script_goal.cpp
script/api/script_group.cpp
script/api/script_grouplist.cpp
script/api/script_industry.cpp
script/api/script_industrylist.cpp
script/api/script_industrytype.cpp
script/api/script_industrytypelist.cpp
script/api/script_infrastructure.cpp
script/api/script_list.cpp
script/api/script_log.cpp
script/api/script_map.cpp
script/api/script_marine.cpp
script/api/script_news.cpp
script/api/script_object.cpp
script/api/script_order.cpp
script/api/script_rail.cpp
script/api/script_railtypelist.cpp
script/api/script_road.cpp
script/api/script_sign.cpp
script/api/script_signlist.cpp
script/api/script_station.cpp
script/api/script_stationlist.cpp
script/api/script_story_page.cpp
script/api/script_storypageelementlist.cpp
script/api/script_storypagelist.cpp
script/api/script_subsidy.cpp
script/api/script_subsidylist.cpp
script/api/script_testmode.cpp
script/api/script_text.cpp
script/api/script_tile.cpp
script/api/script_tilelist.cpp
script/api/script_town.cpp
script/api/script_townlist.cpp
script/api/script_tunnel.cpp
script/api/script_vehicle.cpp
script/api/script_vehiclelist.cpp
script/api/script_viewport.cpp
script/api/script_waypoint.cpp
script/api/script_waypointlist.cpp
script/api/script_window.cpp
script/script_config.cpp
script/script_info.cpp
script/script_info_dummy.cpp
script/script_instance.cpp
script/script_scanner.cpp
script/squirrel.cpp
script/squirrel_std.cpp
settings.cpp
settings_gui.cpp
ship_cmd.cpp
ship_gui.cpp
signal.cpp
signs.cpp
signs_cmd.cpp
signs_gui.cpp
smallmap_gui.cpp
sound.cpp
sound/cocoa_s.cpp
sound/null_s.cpp
sprite.cpp
spritecache.cpp
spriteloader/grf.cpp
station.cpp
station_cmd.cpp
station_gui.cpp
statusbar_gui.cpp
story.cpp
story_gui.cpp
strgen/strgen_base.cpp
string.cpp
stringfilter.cpp
strings.cpp
subsidy.cpp
subsidy_gui.cpp
terraform_cmd.cpp
terraform_gui.cpp
textbuf.cpp
texteff.cpp
textfile_gui.cpp
tgp.cpp
thread/thread_pthread.cpp
tile_map.cpp
tilearea.cpp
timetable_cmd.cpp
timetable_gui.cpp
toolbar_gui.cpp
town_cmd.cpp
town_gui.cpp
townname.cpp
train_cmd.cpp
train_gui.cpp
transparency_gui.cpp
tree_cmd.cpp
tree_gui.cpp
tunnel_map.cpp
tunnelbridge_cmd.cpp
vehicle.cpp
vehicle_cmd.cpp
vehicle_gui.cpp
vehiclelist.cpp
video/cocoa/cocoa_v.mm
video/cocoa/event.mm
video/cocoa/fullscreen.mm
video/cocoa/wnd_quartz.mm
video/cocoa/wnd_quickdraw.mm
video/dedicated_v.cpp
video/null_v.cpp
viewport.cpp
viewport_gui.cpp
viewport_sprite_sorter_sse4.cpp
void_cmd.cpp
water_cmd.cpp
waypoint.cpp
waypoint_cmd.cpp
waypoint_gui.cpp
widget.cpp
widgets/dropdown.cpp
window.cpp'
++ awk ' { ORS = " " } /\.c$/ { gsub(".c$", ".o", $0); print $0; }'
++ echo '3rdparty/md5/md5.cpp
3rdparty/squirrel/sqstdlib/sqstdaux.cpp
3rdparty/squirrel/sqstdlib/sqstdmath.cpp
3rdparty/squirrel/squirrel/sqapi.cpp
3rdparty/squirrel/squirrel/sqbaselib.cpp
3rdparty/squirrel/squirrel/sqclass.cpp
3rdparty/squirrel/squirrel/sqcompiler.cpp
3rdparty/squirrel/squirrel/sqdebug.cpp
3rdparty/squirrel/squirrel/sqfuncstate.cpp
3rdparty/squirrel/squirrel/sqlexer.cpp
3rdparty/squirrel/squirrel/sqmem.cpp
3rdparty/squirrel/squirrel/sqobject.cpp
3rdparty/squirrel/squirrel/sqstate.cpp
3rdparty/squirrel/squirrel/sqtable.cpp
3rdparty/squirrel/squirrel/sqvm.cpp
ai/ai_config.cpp
ai/ai_core.cpp
ai/ai_gui.cpp
ai/ai_info.cpp
ai/ai_instance.cpp
ai/ai_scanner.cpp
aircraft_cmd.cpp
aircraft_gui.cpp
airport.cpp
airport_gui.cpp
animated_tile.cpp
articulated_vehicles.cpp
autoreplace.cpp
autoreplace_cmd.cpp
autoreplace_gui.cpp
base_consist.cpp
blitter/32bpp_anim.cpp
blitter/32bpp_anim_sse2.cpp
blitter/32bpp_anim_sse4.cpp
blitter/32bpp_base.cpp
blitter/32bpp_optimized.cpp
blitter/32bpp_simple.cpp
blitter/32bpp_sse2.cpp
blitter/32bpp_sse4.cpp
blitter/32bpp_ssse3.cpp
blitter/8bpp_base.cpp
blitter/8bpp_optimized.cpp
blitter/8bpp_simple.cpp
blitter/base.cpp
blitter/null.cpp
bmp.cpp
bootstrap_gui.cpp
bridge_gui.cpp
bridge_map.cpp
build_vehicle_gui.cpp
cargoaction.cpp
cargomonitor.cpp
cargopacket.cpp
cargotype.cpp
cheat.cpp
cheat_gui.cpp
clear_cmd.cpp
command.cpp
company_cmd.cpp
company_gui.cpp
console.cpp
console_cmds.cpp
console_gui.cpp
core/alloc_func.cpp
core/bitmath_func.cpp
core/geometry_func.cpp
core/math_func.cpp
core/pool_func.cpp
core/random_func.cpp
cpu.cpp
crashlog.cpp
currency.cpp
date.cpp
date_gui.cpp
debug.cpp
dedicated.cpp
depot.cpp
depot_cmd.cpp
depot_gui.cpp
disaster_vehicle.cpp
dock_gui.cpp
driver.cpp
economy.cpp
effectvehicle.cpp
elrail.cpp
engine.cpp
engine_gui.cpp
error_gui.cpp
fileio.cpp
fios.cpp
fios_gui.cpp
fontcache.cpp
fontdetection.cpp
framerate_gui.cpp
game/game_config.cpp
game/game_core.cpp
game/game_info.cpp
game/game_instance.cpp
game/game_scanner.cpp
game/game_text.cpp
gamelog.cpp
genworld.cpp
genworld_gui.cpp
gfx.cpp
gfx_layout.cpp
gfxinit.cpp
goal.cpp
goal_gui.cpp
graph_gui.cpp
ground_vehicle.cpp
group_cmd.cpp
group_gui.cpp
heightmap.cpp
highscore.cpp
highscore_gui.cpp
hotkeys.cpp
industry_cmd.cpp
industry_gui.cpp
ini.cpp
ini_load.cpp
intro_gui.cpp
landscape.cpp
linkgraph/demands.cpp
linkgraph/flowmapper.cpp
linkgraph/linkgraph.cpp
linkgraph/linkgraph_gui.cpp
linkgraph/linkgraphjob.cpp
linkgraph/linkgraphschedule.cpp
linkgraph/mcf.cpp
linkgraph/refresh.cpp
main_gui.cpp
map.cpp
misc.cpp
misc/countedobj.cpp
misc/dbg_helpers.cpp
misc/getoptdata.cpp
misc_cmd.cpp
misc_gui.cpp
mixer.cpp
music.cpp
music/cocoa_m.cpp
music/extmidi.cpp
music/midifile.cpp
music/null_m.cpp
music/qtmidi.cpp
music_gui.cpp
network/core/address.cpp
network/core/core.cpp
network/core/host.cpp
network/core/packet.cpp
network/core/tcp.cpp
network/core/tcp_admin.cpp
network/core/tcp_connect.cpp
network/core/tcp_content.cpp
network/core/tcp_game.cpp
network/core/tcp_http.cpp
network/core/udp.cpp
network/network.cpp
network/network_admin.cpp
network/network_chat_gui.cpp
network/network_client.cpp
network/network_command.cpp
network/network_content.cpp
network/network_content_gui.cpp
network/network_gamelist.cpp
network/network_gui.cpp
network/network_server.cpp
network/network_udp.cpp
newgrf.cpp
newgrf_airport.cpp
newgrf_airporttiles.cpp
newgrf_canal.cpp
newgrf_cargo.cpp
newgrf_commons.cpp
newgrf_config.cpp
newgrf_debug_gui.cpp
newgrf_engine.cpp
newgrf_generic.cpp
newgrf_gui.cpp
newgrf_house.cpp
newgrf_industries.cpp
newgrf_industrytiles.cpp
newgrf_object.cpp
newgrf_railtype.cpp
newgrf_sound.cpp
newgrf_spritegroup.cpp
newgrf_station.cpp
newgrf_storage.cpp
newgrf_text.cpp
newgrf_town.cpp
newgrf_townname.cpp
news_gui.cpp
object_cmd.cpp
object_gui.cpp
openttd.cpp
order_backup.cpp
order_cmd.cpp
order_gui.cpp
os/macosx/crashlog_osx.cpp
os/macosx/macos.mm
os/macosx/splash.cpp
os/unix/unix.cpp
osk_gui.cpp
pathfinder/npf/aystar.cpp
pathfinder/npf/npf.cpp
pathfinder/npf/queue.cpp
pathfinder/opf/opf_ship.cpp
pathfinder/yapf/yapf_rail.cpp
pathfinder/yapf/yapf_road.cpp
pathfinder/yapf/yapf_ship.cpp
pbs.cpp
progress.cpp
rail.cpp
rail_cmd.cpp
rail_gui.cpp
rev.cpp
road.cpp
road_cmd.cpp
road_gui.cpp
road_map.cpp
roadstop.cpp
roadveh_cmd.cpp
roadveh_gui.cpp
saveload/afterload.cpp
saveload/ai_sl.cpp
saveload/airport_sl.cpp
saveload/animated_tile_sl.cpp
saveload/autoreplace_sl.cpp
saveload/cargomonitor_sl.cpp
saveload/cargopacket_sl.cpp
saveload/cheat_sl.cpp
saveload/company_sl.cpp
saveload/depot_sl.cpp
saveload/economy_sl.cpp
saveload/engine_sl.cpp
saveload/game_sl.cpp
saveload/gamelog_sl.cpp
saveload/goal_sl.cpp
saveload/group_sl.cpp
saveload/industry_sl.cpp
saveload/labelmaps_sl.cpp
saveload/linkgraph_sl.cpp
saveload/map_sl.cpp
saveload/misc_sl.cpp
saveload/newgrf_sl.cpp
saveload/object_sl.cpp
saveload/oldloader.cpp
saveload/oldloader_sl.cpp
saveload/order_sl.cpp
saveload/saveload.cpp
saveload/signs_sl.cpp
saveload/station_sl.cpp
saveload/storage_sl.cpp
saveload/story_sl.cpp
saveload/strings_sl.cpp
saveload/subsidy_sl.cpp
saveload/town_sl.cpp
saveload/vehicle_sl.cpp
saveload/waypoint_sl.cpp
screenshot.cpp
script/api/script_accounting.cpp
script/api/script_admin.cpp
script/api/script_airport.cpp
script/api/script_base.cpp
script/api/script_basestation.cpp
script/api/script_bridge.cpp
script/api/script_bridgelist.cpp
script/api/script_cargo.cpp
script/api/script_cargolist.cpp
script/api/script_cargomonitor.cpp
script/api/script_client.cpp
script/api/script_clientlist.cpp
script/api/script_company.cpp
script/api/script_companymode.cpp
script/api/script_controller.cpp
script/api/script_date.cpp
script/api/script_depotlist.cpp
script/api/script_engine.cpp
script/api/script_enginelist.cpp
script/api/script_error.cpp
script/api/script_event.cpp
script/api/script_event_types.cpp
script/api/script_execmode.cpp
script/api/script_game.cpp
script/api/script_gamesettings.cpp
script/api/script_goal.cpp
script/api/script_group.cpp
script/api/script_grouplist.cpp
script/api/script_industry.cpp
script/api/script_industrylist.cpp
script/api/script_industrytype.cpp
script/api/script_industrytypelist.cpp
script/api/script_infrastructure.cpp
script/api/script_list.cpp
script/api/script_log.cpp
script/api/script_map.cpp
script/api/script_marine.cpp
script/api/script_news.cpp
script/api/script_object.cpp
script/api/script_order.cpp
script/api/script_rail.cpp
script/api/script_railtypelist.cpp
script/api/script_road.cpp
script/api/script_sign.cpp
script/api/script_signlist.cpp
script/api/script_station.cpp
script/api/script_stationlist.cpp
script/api/script_story_page.cpp
script/api/script_storypageelementlist.cpp
script/api/script_storypagelist.cpp
script/api/script_subsidy.cpp
script/api/script_subsidylist.cpp
script/api/script_testmode.cpp
script/api/script_text.cpp
script/api/script_tile.cpp
script/api/script_tilelist.cpp
script/api/script_town.cpp
script/api/script_townlist.cpp
script/api/script_tunnel.cpp
script/api/script_vehicle.cpp
script/api/script_vehiclelist.cpp
script/api/script_viewport.cpp
script/api/script_waypoint.cpp
script/api/script_waypointlist.cpp
script/api/script_window.cpp
script/script_config.cpp
script/script_info.cpp
script/script_info_dummy.cpp
script/script_instance.cpp
script/script_scanner.cpp
script/squirrel.cpp
script/squirrel_std.cpp
settings.cpp
settings_gui.cpp
ship_cmd.cpp
ship_gui.cpp
signal.cpp
signs.cpp
signs_cmd.cpp
signs_gui.cpp
smallmap_gui.cpp
sound.cpp
sound/cocoa_s.cpp
sound/null_s.cpp
sprite.cpp
spritecache.cpp
spriteloader/grf.cpp
station.cpp
station_cmd.cpp
station_gui.cpp
statusbar_gui.cpp
story.cpp
story_gui.cpp
strgen/strgen_base.cpp
string.cpp
stringfilter.cpp
strings.cpp
subsidy.cpp
subsidy_gui.cpp
terraform_cmd.cpp
terraform_gui.cpp
textbuf.cpp
texteff.cpp
textfile_gui.cpp
tgp.cpp
thread/thread_pthread.cpp
tile_map.cpp
tilearea.cpp
timetable_cmd.cpp
timetable_gui.cpp
toolbar_gui.cpp
town_cmd.cpp
town_gui.cpp
townname.cpp
train_cmd.cpp
train_gui.cpp
transparency_gui.cpp
tree_cmd.cpp
tree_gui.cpp
tunnel_map.cpp
tunnelbridge_cmd.cpp
vehicle.cpp
vehicle_cmd.cpp
vehicle_gui.cpp
vehiclelist.cpp
video/cocoa/cocoa_v.mm
video/cocoa/event.mm
video/cocoa/fullscreen.mm
video/cocoa/wnd_quartz.mm
video/cocoa/wnd_quickdraw.mm
video/dedicated_v.cpp
video/null_v.cpp
viewport.cpp
viewport_gui.cpp
viewport_sprite_sorter_sse4.cpp
void_cmd.cpp
water_cmd.cpp
waypoint.cpp
waypoint_cmd.cpp
waypoint_gui.cpp
widget.cpp
widgets/dropdown.cpp
window.cpp'
+ OBJS_C=
++ awk ' { ORS = " " } /\.cpp$/ { gsub(".cpp$", ".o", $0); print $0; }'
++ echo '3rdparty/md5/md5.cpp
3rdparty/squirrel/sqstdlib/sqstdaux.cpp
3rdparty/squirrel/sqstdlib/sqstdmath.cpp
3rdparty/squirrel/squirrel/sqapi.cpp
3rdparty/squirrel/squirrel/sqbaselib.cpp
3rdparty/squirrel/squirrel/sqclass.cpp
3rdparty/squirrel/squirrel/sqcompiler.cpp
3rdparty/squirrel/squirrel/sqdebug.cpp
3rdparty/squirrel/squirrel/sqfuncstate.cpp
3rdparty/squirrel/squirrel/sqlexer.cpp
3rdparty/squirrel/squirrel/sqmem.cpp
3rdparty/squirrel/squirrel/sqobject.cpp
3rdparty/squirrel/squirrel/sqstate.cpp
3rdparty/squirrel/squirrel/sqtable.cpp
3rdparty/squirrel/squirrel/sqvm.cpp
ai/ai_config.cpp
ai/ai_core.cpp
ai/ai_gui.cpp
ai/ai_info.cpp
ai/ai_instance.cpp
ai/ai_scanner.cpp
aircraft_cmd.cpp
aircraft_gui.cpp
airport.cpp
airport_gui.cpp
animated_tile.cpp
articulated_vehicles.cpp
autoreplace.cpp
autoreplace_cmd.cpp
autoreplace_gui.cpp
base_consist.cpp
blitter/32bpp_anim.cpp
blitter/32bpp_anim_sse2.cpp
blitter/32bpp_anim_sse4.cpp
blitter/32bpp_base.cpp
blitter/32bpp_optimized.cpp
blitter/32bpp_simple.cpp
blitter/32bpp_sse2.cpp
blitter/32bpp_sse4.cpp
blitter/32bpp_ssse3.cpp
blitter/8bpp_base.cpp
blitter/8bpp_optimized.cpp
blitter/8bpp_simple.cpp
blitter/base.cpp
blitter/null.cpp
bmp.cpp
bootstrap_gui.cpp
bridge_gui.cpp
bridge_map.cpp
build_vehicle_gui.cpp
cargoaction.cpp
cargomonitor.cpp
cargopacket.cpp
cargotype.cpp
cheat.cpp
cheat_gui.cpp
clear_cmd.cpp
command.cpp
company_cmd.cpp
company_gui.cpp
console.cpp
console_cmds.cpp
console_gui.cpp
core/alloc_func.cpp
core/bitmath_func.cpp
core/geometry_func.cpp
core/math_func.cpp
core/pool_func.cpp
core/random_func.cpp
cpu.cpp
crashlog.cpp
currency.cpp
date.cpp
date_gui.cpp
debug.cpp
dedicated.cpp
depot.cpp
depot_cmd.cpp
depot_gui.cpp
disaster_vehicle.cpp
dock_gui.cpp
driver.cpp
economy.cpp
effectvehicle.cpp
elrail.cpp
engine.cpp
engine_gui.cpp
error_gui.cpp
fileio.cpp
fios.cpp
fios_gui.cpp
fontcache.cpp
fontdetection.cpp
framerate_gui.cpp
game/game_config.cpp
game/game_core.cpp
game/game_info.cpp
game/game_instance.cpp
game/game_scanner.cpp
game/game_text.cpp
gamelog.cpp
genworld.cpp
genworld_gui.cpp
gfx.cpp
gfx_layout.cpp
gfxinit.cpp
goal.cpp
goal_gui.cpp
graph_gui.cpp
ground_vehicle.cpp
group_cmd.cpp
group_gui.cpp
heightmap.cpp
highscore.cpp
highscore_gui.cpp
hotkeys.cpp
industry_cmd.cpp
industry_gui.cpp
ini.cpp
ini_load.cpp
intro_gui.cpp
landscape.cpp
linkgraph/demands.cpp
linkgraph/flowmapper.cpp
linkgraph/linkgraph.cpp
linkgraph/linkgraph_gui.cpp
linkgraph/linkgraphjob.cpp
linkgraph/linkgraphschedule.cpp
linkgraph/mcf.cpp
linkgraph/refresh.cpp
main_gui.cpp
map.cpp
misc.cpp
misc/countedobj.cpp
misc/dbg_helpers.cpp
misc/getoptdata.cpp
misc_cmd.cpp
misc_gui.cpp
mixer.cpp
music.cpp
music/cocoa_m.cpp
music/extmidi.cpp
music/midifile.cpp
music/null_m.cpp
music/qtmidi.cpp
music_gui.cpp
network/core/address.cpp
network/core/core.cpp
network/core/host.cpp
network/core/packet.cpp
network/core/tcp.cpp
network/core/tcp_admin.cpp
network/core/tcp_connect.cpp
network/core/tcp_content.cpp
network/core/tcp_game.cpp
network/core/tcp_http.cpp
network/core/udp.cpp
network/network.cpp
network/network_admin.cpp
network/network_chat_gui.cpp
network/network_client.cpp
network/network_command.cpp
network/network_content.cpp
network/network_content_gui.cpp
network/network_gamelist.cpp
network/network_gui.cpp
network/network_server.cpp
network/network_udp.cpp
newgrf.cpp
newgrf_airport.cpp
newgrf_airporttiles.cpp
newgrf_canal.cpp
newgrf_cargo.cpp
newgrf_commons.cpp
newgrf_config.cpp
newgrf_debug_gui.cpp
newgrf_engine.cpp
newgrf_generic.cpp
newgrf_gui.cpp
newgrf_house.cpp
newgrf_industries.cpp
newgrf_industrytiles.cpp
newgrf_object.cpp
newgrf_railtype.cpp
newgrf_sound.cpp
newgrf_spritegroup.cpp
newgrf_station.cpp
newgrf_storage.cpp
newgrf_text.cpp
newgrf_town.cpp
newgrf_townname.cpp
news_gui.cpp
object_cmd.cpp
object_gui.cpp
openttd.cpp
order_backup.cpp
order_cmd.cpp
order_gui.cpp
os/macosx/crashlog_osx.cpp
os/macosx/macos.mm
os/macosx/splash.cpp
os/unix/unix.cpp
osk_gui.cpp
pathfinder/npf/aystar.cpp
pathfinder/npf/npf.cpp
pathfinder/npf/queue.cpp
pathfinder/opf/opf_ship.cpp
pathfinder/yapf/yapf_rail.cpp
pathfinder/yapf/yapf_road.cpp
pathfinder/yapf/yapf_ship.cpp
pbs.cpp
progress.cpp
rail.cpp
rail_cmd.cpp
rail_gui.cpp
rev.cpp
road.cpp
road_cmd.cpp
road_gui.cpp
road_map.cpp
roadstop.cpp
roadveh_cmd.cpp
roadveh_gui.cpp
saveload/afterload.cpp
saveload/ai_sl.cpp
saveload/airport_sl.cpp
saveload/animated_tile_sl.cpp
saveload/autoreplace_sl.cpp
saveload/cargomonitor_sl.cpp
saveload/cargopacket_sl.cpp
saveload/cheat_sl.cpp
saveload/company_sl.cpp
saveload/depot_sl.cpp
saveload/economy_sl.cpp
saveload/engine_sl.cpp
saveload/game_sl.cpp
saveload/gamelog_sl.cpp
saveload/goal_sl.cpp
saveload/group_sl.cpp
saveload/industry_sl.cpp
saveload/labelmaps_sl.cpp
saveload/linkgraph_sl.cpp
saveload/map_sl.cpp
saveload/misc_sl.cpp
saveload/newgrf_sl.cpp
saveload/object_sl.cpp
saveload/oldloader.cpp
saveload/oldloader_sl.cpp
saveload/order_sl.cpp
saveload/saveload.cpp
saveload/signs_sl.cpp
saveload/station_sl.cpp
saveload/storage_sl.cpp
saveload/story_sl.cpp
saveload/strings_sl.cpp
saveload/subsidy_sl.cpp
saveload/town_sl.cpp
saveload/vehicle_sl.cpp
saveload/waypoint_sl.cpp
screenshot.cpp
script/api/script_accounting.cpp
script/api/script_admin.cpp
script/api/script_airport.cpp
script/api/script_base.cpp
script/api/script_basestation.cpp
script/api/script_bridge.cpp
script/api/script_bridgelist.cpp
script/api/script_cargo.cpp
script/api/script_cargolist.cpp
script/api/script_cargomonitor.cpp
script/api/script_client.cpp
script/api/script_clientlist.cpp
script/api/script_company.cpp
script/api/script_companymode.cpp
script/api/script_controller.cpp
script/api/script_date.cpp
script/api/script_depotlist.cpp
script/api/script_engine.cpp
script/api/script_enginelist.cpp
script/api/script_error.cpp
script/api/script_event.cpp
script/api/script_event_types.cpp
script/api/script_execmode.cpp
script/api/script_game.cpp
script/api/script_gamesettings.cpp
script/api/script_goal.cpp
script/api/script_group.cpp
script/api/script_grouplist.cpp
script/api/script_industry.cpp
script/api/script_industrylist.cpp
script/api/script_industrytype.cpp
script/api/script_industrytypelist.cpp
script/api/script_infrastructure.cpp
script/api/script_list.cpp
script/api/script_log.cpp
script/api/script_map.cpp
script/api/script_marine.cpp
script/api/script_news.cpp
script/api/script_object.cpp
script/api/script_order.cpp
script/api/script_rail.cpp
script/api/script_railtypelist.cpp
script/api/script_road.cpp
script/api/script_sign.cpp
script/api/script_signlist.cpp
script/api/script_station.cpp
script/api/script_stationlist.cpp
script/api/script_story_page.cpp
script/api/script_storypageelementlist.cpp
script/api/script_storypagelist.cpp
script/api/script_subsidy.cpp
script/api/script_subsidylist.cpp
script/api/script_testmode.cpp
script/api/script_text.cpp
script/api/script_tile.cpp
script/api/script_tilelist.cpp
script/api/script_town.cpp
script/api/script_townlist.cpp
script/api/script_tunnel.cpp
script/api/script_vehicle.cpp
script/api/script_vehiclelist.cpp
script/api/script_viewport.cpp
script/api/script_waypoint.cpp
script/api/script_waypointlist.cpp
script/api/script_window.cpp
script/script_config.cpp
script/script_info.cpp
script/script_info_dummy.cpp
script/script_instance.cpp
script/script_scanner.cpp
script/squirrel.cpp
script/squirrel_std.cpp
settings.cpp
settings_gui.cpp
ship_cmd.cpp
ship_gui.cpp
signal.cpp
signs.cpp
signs_cmd.cpp
signs_gui.cpp
smallmap_gui.cpp
sound.cpp
sound/cocoa_s.cpp
sound/null_s.cpp
sprite.cpp
spritecache.cpp
spriteloader/grf.cpp
station.cpp
station_cmd.cpp
station_gui.cpp
statusbar_gui.cpp
story.cpp
story_gui.cpp
strgen/strgen_base.cpp
string.cpp
stringfilter.cpp
strings.cpp
subsidy.cpp
subsidy_gui.cpp
terraform_cmd.cpp
terraform_gui.cpp
textbuf.cpp
texteff.cpp
textfile_gui.cpp
tgp.cpp
thread/thread_pthread.cpp
tile_map.cpp
tilearea.cpp
timetable_cmd.cpp
timetable_gui.cpp
toolbar_gui.cpp
town_cmd.cpp
town_gui.cpp
townname.cpp
train_cmd.cpp
train_gui.cpp
transparency_gui.cpp
tree_cmd.cpp
tree_gui.cpp
tunnel_map.cpp
tunnelbridge_cmd.cpp
vehicle.cpp
vehicle_cmd.cpp
vehicle_gui.cpp
vehiclelist.cpp
video/cocoa/cocoa_v.mm
video/cocoa/event.mm
video/cocoa/fullscreen.mm
video/cocoa/wnd_quartz.mm
video/cocoa/wnd_quickdraw.mm
video/dedicated_v.cpp
video/null_v.cpp
viewport.cpp
viewport_gui.cpp
viewport_sprite_sorter_sse4.cpp
void_cmd.cpp
water_cmd.cpp
waypoint.cpp
waypoint_cmd.cpp
waypoint_gui.cpp
widget.cpp
widgets/dropdown.cpp
window.cpp'
+ OBJS_CPP='3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o '
++ awk ' { ORS = " " } /\.mm$/ { gsub(".mm$", ".o", $0); print $0; }'
++ echo '3rdparty/md5/md5.cpp
3rdparty/squirrel/sqstdlib/sqstdaux.cpp
3rdparty/squirrel/sqstdlib/sqstdmath.cpp
3rdparty/squirrel/squirrel/sqapi.cpp
3rdparty/squirrel/squirrel/sqbaselib.cpp
3rdparty/squirrel/squirrel/sqclass.cpp
3rdparty/squirrel/squirrel/sqcompiler.cpp
3rdparty/squirrel/squirrel/sqdebug.cpp
3rdparty/squirrel/squirrel/sqfuncstate.cpp
3rdparty/squirrel/squirrel/sqlexer.cpp
3rdparty/squirrel/squirrel/sqmem.cpp
3rdparty/squirrel/squirrel/sqobject.cpp
3rdparty/squirrel/squirrel/sqstate.cpp
3rdparty/squirrel/squirrel/sqtable.cpp
3rdparty/squirrel/squirrel/sqvm.cpp
ai/ai_config.cpp
ai/ai_core.cpp
ai/ai_gui.cpp
ai/ai_info.cpp
ai/ai_instance.cpp
ai/ai_scanner.cpp
aircraft_cmd.cpp
aircraft_gui.cpp
airport.cpp
airport_gui.cpp
animated_tile.cpp
articulated_vehicles.cpp
autoreplace.cpp
autoreplace_cmd.cpp
autoreplace_gui.cpp
base_consist.cpp
blitter/32bpp_anim.cpp
blitter/32bpp_anim_sse2.cpp
blitter/32bpp_anim_sse4.cpp
blitter/32bpp_base.cpp
blitter/32bpp_optimized.cpp
blitter/32bpp_simple.cpp
blitter/32bpp_sse2.cpp
blitter/32bpp_sse4.cpp
blitter/32bpp_ssse3.cpp
blitter/8bpp_base.cpp
blitter/8bpp_optimized.cpp
blitter/8bpp_simple.cpp
blitter/base.cpp
blitter/null.cpp
bmp.cpp
bootstrap_gui.cpp
bridge_gui.cpp
bridge_map.cpp
build_vehicle_gui.cpp
cargoaction.cpp
cargomonitor.cpp
cargopacket.cpp
cargotype.cpp
cheat.cpp
cheat_gui.cpp
clear_cmd.cpp
command.cpp
company_cmd.cpp
company_gui.cpp
console.cpp
console_cmds.cpp
console_gui.cpp
core/alloc_func.cpp
core/bitmath_func.cpp
core/geometry_func.cpp
core/math_func.cpp
core/pool_func.cpp
core/random_func.cpp
cpu.cpp
crashlog.cpp
currency.cpp
date.cpp
date_gui.cpp
debug.cpp
dedicated.cpp
depot.cpp
depot_cmd.cpp
depot_gui.cpp
disaster_vehicle.cpp
dock_gui.cpp
driver.cpp
economy.cpp
effectvehicle.cpp
elrail.cpp
engine.cpp
engine_gui.cpp
error_gui.cpp
fileio.cpp
fios.cpp
fios_gui.cpp
fontcache.cpp
fontdetection.cpp
framerate_gui.cpp
game/game_config.cpp
game/game_core.cpp
game/game_info.cpp
game/game_instance.cpp
game/game_scanner.cpp
game/game_text.cpp
gamelog.cpp
genworld.cpp
genworld_gui.cpp
gfx.cpp
gfx_layout.cpp
gfxinit.cpp
goal.cpp
goal_gui.cpp
graph_gui.cpp
ground_vehicle.cpp
group_cmd.cpp
group_gui.cpp
heightmap.cpp
highscore.cpp
highscore_gui.cpp
hotkeys.cpp
industry_cmd.cpp
industry_gui.cpp
ini.cpp
ini_load.cpp
intro_gui.cpp
landscape.cpp
linkgraph/demands.cpp
linkgraph/flowmapper.cpp
linkgraph/linkgraph.cpp
linkgraph/linkgraph_gui.cpp
linkgraph/linkgraphjob.cpp
linkgraph/linkgraphschedule.cpp
linkgraph/mcf.cpp
linkgraph/refresh.cpp
main_gui.cpp
map.cpp
misc.cpp
misc/countedobj.cpp
misc/dbg_helpers.cpp
misc/getoptdata.cpp
misc_cmd.cpp
misc_gui.cpp
mixer.cpp
music.cpp
music/cocoa_m.cpp
music/extmidi.cpp
music/midifile.cpp
music/null_m.cpp
music/qtmidi.cpp
music_gui.cpp
network/core/address.cpp
network/core/core.cpp
network/core/host.cpp
network/core/packet.cpp
network/core/tcp.cpp
network/core/tcp_admin.cpp
network/core/tcp_connect.cpp
network/core/tcp_content.cpp
network/core/tcp_game.cpp
network/core/tcp_http.cpp
network/core/udp.cpp
network/network.cpp
network/network_admin.cpp
network/network_chat_gui.cpp
network/network_client.cpp
network/network_command.cpp
network/network_content.cpp
network/network_content_gui.cpp
network/network_gamelist.cpp
network/network_gui.cpp
network/network_server.cpp
network/network_udp.cpp
newgrf.cpp
newgrf_airport.cpp
newgrf_airporttiles.cpp
newgrf_canal.cpp
newgrf_cargo.cpp
newgrf_commons.cpp
newgrf_config.cpp
newgrf_debug_gui.cpp
newgrf_engine.cpp
newgrf_generic.cpp
newgrf_gui.cpp
newgrf_house.cpp
newgrf_industries.cpp
newgrf_industrytiles.cpp
newgrf_object.cpp
newgrf_railtype.cpp
newgrf_sound.cpp
newgrf_spritegroup.cpp
newgrf_station.cpp
newgrf_storage.cpp
newgrf_text.cpp
newgrf_town.cpp
newgrf_townname.cpp
news_gui.cpp
object_cmd.cpp
object_gui.cpp
openttd.cpp
order_backup.cpp
order_cmd.cpp
order_gui.cpp
os/macosx/crashlog_osx.cpp
os/macosx/macos.mm
os/macosx/splash.cpp
os/unix/unix.cpp
osk_gui.cpp
pathfinder/npf/aystar.cpp
pathfinder/npf/npf.cpp
pathfinder/npf/queue.cpp
pathfinder/opf/opf_ship.cpp
pathfinder/yapf/yapf_rail.cpp
pathfinder/yapf/yapf_road.cpp
pathfinder/yapf/yapf_ship.cpp
pbs.cpp
progress.cpp
rail.cpp
rail_cmd.cpp
rail_gui.cpp
rev.cpp
road.cpp
road_cmd.cpp
road_gui.cpp
road_map.cpp
roadstop.cpp
roadveh_cmd.cpp
roadveh_gui.cpp
saveload/afterload.cpp
saveload/ai_sl.cpp
saveload/airport_sl.cpp
saveload/animated_tile_sl.cpp
saveload/autoreplace_sl.cpp
saveload/cargomonitor_sl.cpp
saveload/cargopacket_sl.cpp
saveload/cheat_sl.cpp
saveload/company_sl.cpp
saveload/depot_sl.cpp
saveload/economy_sl.cpp
saveload/engine_sl.cpp
saveload/game_sl.cpp
saveload/gamelog_sl.cpp
saveload/goal_sl.cpp
saveload/group_sl.cpp
saveload/industry_sl.cpp
saveload/labelmaps_sl.cpp
saveload/linkgraph_sl.cpp
saveload/map_sl.cpp
saveload/misc_sl.cpp
saveload/newgrf_sl.cpp
saveload/object_sl.cpp
saveload/oldloader.cpp
saveload/oldloader_sl.cpp
saveload/order_sl.cpp
saveload/saveload.cpp
saveload/signs_sl.cpp
saveload/station_sl.cpp
saveload/storage_sl.cpp
saveload/story_sl.cpp
saveload/strings_sl.cpp
saveload/subsidy_sl.cpp
saveload/town_sl.cpp
saveload/vehicle_sl.cpp
saveload/waypoint_sl.cpp
screenshot.cpp
script/api/script_accounting.cpp
script/api/script_admin.cpp
script/api/script_airport.cpp
script/api/script_base.cpp
script/api/script_basestation.cpp
script/api/script_bridge.cpp
script/api/script_bridgelist.cpp
script/api/script_cargo.cpp
script/api/script_cargolist.cpp
script/api/script_cargomonitor.cpp
script/api/script_client.cpp
script/api/script_clientlist.cpp
script/api/script_company.cpp
script/api/script_companymode.cpp
script/api/script_controller.cpp
script/api/script_date.cpp
script/api/script_depotlist.cpp
script/api/script_engine.cpp
script/api/script_enginelist.cpp
script/api/script_error.cpp
script/api/script_event.cpp
script/api/script_event_types.cpp
script/api/script_execmode.cpp
script/api/script_game.cpp
script/api/script_gamesettings.cpp
script/api/script_goal.cpp
script/api/script_group.cpp
script/api/script_grouplist.cpp
script/api/script_industry.cpp
script/api/script_industrylist.cpp
script/api/script_industrytype.cpp
script/api/script_industrytypelist.cpp
script/api/script_infrastructure.cpp
script/api/script_list.cpp
script/api/script_log.cpp
script/api/script_map.cpp
script/api/script_marine.cpp
script/api/script_news.cpp
script/api/script_object.cpp
script/api/script_order.cpp
script/api/script_rail.cpp
script/api/script_railtypelist.cpp
script/api/script_road.cpp
script/api/script_sign.cpp
script/api/script_signlist.cpp
script/api/script_station.cpp
script/api/script_stationlist.cpp
script/api/script_story_page.cpp
script/api/script_storypageelementlist.cpp
script/api/script_storypagelist.cpp
script/api/script_subsidy.cpp
script/api/script_subsidylist.cpp
script/api/script_testmode.cpp
script/api/script_text.cpp
script/api/script_tile.cpp
script/api/script_tilelist.cpp
script/api/script_town.cpp
script/api/script_townlist.cpp
script/api/script_tunnel.cpp
script/api/script_vehicle.cpp
script/api/script_vehiclelist.cpp
script/api/script_viewport.cpp
script/api/script_waypoint.cpp
script/api/script_waypointlist.cpp
script/api/script_window.cpp
script/script_config.cpp
script/script_info.cpp
script/script_info_dummy.cpp
script/script_instance.cpp
script/script_scanner.cpp
script/squirrel.cpp
script/squirrel_std.cpp
settings.cpp
settings_gui.cpp
ship_cmd.cpp
ship_gui.cpp
signal.cpp
signs.cpp
signs_cmd.cpp
signs_gui.cpp
smallmap_gui.cpp
sound.cpp
sound/cocoa_s.cpp
sound/null_s.cpp
sprite.cpp
spritecache.cpp
spriteloader/grf.cpp
station.cpp
station_cmd.cpp
station_gui.cpp
statusbar_gui.cpp
story.cpp
story_gui.cpp
strgen/strgen_base.cpp
string.cpp
stringfilter.cpp
strings.cpp
subsidy.cpp
subsidy_gui.cpp
terraform_cmd.cpp
terraform_gui.cpp
textbuf.cpp
texteff.cpp
textfile_gui.cpp
tgp.cpp
thread/thread_pthread.cpp
tile_map.cpp
tilearea.cpp
timetable_cmd.cpp
timetable_gui.cpp
toolbar_gui.cpp
town_cmd.cpp
town_gui.cpp
townname.cpp
train_cmd.cpp
train_gui.cpp
transparency_gui.cpp
tree_cmd.cpp
tree_gui.cpp
tunnel_map.cpp
tunnelbridge_cmd.cpp
vehicle.cpp
vehicle_cmd.cpp
vehicle_gui.cpp
vehiclelist.cpp
video/cocoa/cocoa_v.mm
video/cocoa/event.mm
video/cocoa/fullscreen.mm
video/cocoa/wnd_quartz.mm
video/cocoa/wnd_quickdraw.mm
video/dedicated_v.cpp
video/null_v.cpp
viewport.cpp
viewport_gui.cpp
viewport_sprite_sorter_sse4.cpp
void_cmd.cpp
water_cmd.cpp
waypoint.cpp
waypoint_cmd.cpp
waypoint_gui.cpp
widget.cpp
widgets/dropdown.cpp
window.cpp'
+ OBJS_MM='os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o '
++ awk ' { ORS = " " } /\.rc$/ { gsub(".rc$", ".o", $0); print $0; }'
++ echo '3rdparty/md5/md5.cpp
3rdparty/squirrel/sqstdlib/sqstdaux.cpp
3rdparty/squirrel/sqstdlib/sqstdmath.cpp
3rdparty/squirrel/squirrel/sqapi.cpp
3rdparty/squirrel/squirrel/sqbaselib.cpp
3rdparty/squirrel/squirrel/sqclass.cpp
3rdparty/squirrel/squirrel/sqcompiler.cpp
3rdparty/squirrel/squirrel/sqdebug.cpp
3rdparty/squirrel/squirrel/sqfuncstate.cpp
3rdparty/squirrel/squirrel/sqlexer.cpp
3rdparty/squirrel/squirrel/sqmem.cpp
3rdparty/squirrel/squirrel/sqobject.cpp
3rdparty/squirrel/squirrel/sqstate.cpp
3rdparty/squirrel/squirrel/sqtable.cpp
3rdparty/squirrel/squirrel/sqvm.cpp
ai/ai_config.cpp
ai/ai_core.cpp
ai/ai_gui.cpp
ai/ai_info.cpp
ai/ai_instance.cpp
ai/ai_scanner.cpp
aircraft_cmd.cpp
aircraft_gui.cpp
airport.cpp
airport_gui.cpp
animated_tile.cpp
articulated_vehicles.cpp
autoreplace.cpp
autoreplace_cmd.cpp
autoreplace_gui.cpp
base_consist.cpp
blitter/32bpp_anim.cpp
blitter/32bpp_anim_sse2.cpp
blitter/32bpp_anim_sse4.cpp
blitter/32bpp_base.cpp
blitter/32bpp_optimized.cpp
blitter/32bpp_simple.cpp
blitter/32bpp_sse2.cpp
blitter/32bpp_sse4.cpp
blitter/32bpp_ssse3.cpp
blitter/8bpp_base.cpp
blitter/8bpp_optimized.cpp
blitter/8bpp_simple.cpp
blitter/base.cpp
blitter/null.cpp
bmp.cpp
bootstrap_gui.cpp
bridge_gui.cpp
bridge_map.cpp
build_vehicle_gui.cpp
cargoaction.cpp
cargomonitor.cpp
cargopacket.cpp
cargotype.cpp
cheat.cpp
cheat_gui.cpp
clear_cmd.cpp
command.cpp
company_cmd.cpp
company_gui.cpp
console.cpp
console_cmds.cpp
console_gui.cpp
core/alloc_func.cpp
core/bitmath_func.cpp
core/geometry_func.cpp
core/math_func.cpp
core/pool_func.cpp
core/random_func.cpp
cpu.cpp
crashlog.cpp
currency.cpp
date.cpp
date_gui.cpp
debug.cpp
dedicated.cpp
depot.cpp
depot_cmd.cpp
depot_gui.cpp
disaster_vehicle.cpp
dock_gui.cpp
driver.cpp
economy.cpp
effectvehicle.cpp
elrail.cpp
engine.cpp
engine_gui.cpp
error_gui.cpp
fileio.cpp
fios.cpp
fios_gui.cpp
fontcache.cpp
fontdetection.cpp
framerate_gui.cpp
game/game_config.cpp
game/game_core.cpp
game/game_info.cpp
game/game_instance.cpp
game/game_scanner.cpp
game/game_text.cpp
gamelog.cpp
genworld.cpp
genworld_gui.cpp
gfx.cpp
gfx_layout.cpp
gfxinit.cpp
goal.cpp
goal_gui.cpp
graph_gui.cpp
ground_vehicle.cpp
group_cmd.cpp
group_gui.cpp
heightmap.cpp
highscore.cpp
highscore_gui.cpp
hotkeys.cpp
industry_cmd.cpp
industry_gui.cpp
ini.cpp
ini_load.cpp
intro_gui.cpp
landscape.cpp
linkgraph/demands.cpp
linkgraph/flowmapper.cpp
linkgraph/linkgraph.cpp
linkgraph/linkgraph_gui.cpp
linkgraph/linkgraphjob.cpp
linkgraph/linkgraphschedule.cpp
linkgraph/mcf.cpp
linkgraph/refresh.cpp
main_gui.cpp
map.cpp
misc.cpp
misc/countedobj.cpp
misc/dbg_helpers.cpp
misc/getoptdata.cpp
misc_cmd.cpp
misc_gui.cpp
mixer.cpp
music.cpp
music/cocoa_m.cpp
music/extmidi.cpp
music/midifile.cpp
music/null_m.cpp
music/qtmidi.cpp
music_gui.cpp
network/core/address.cpp
network/core/core.cpp
network/core/host.cpp
network/core/packet.cpp
network/core/tcp.cpp
network/core/tcp_admin.cpp
network/core/tcp_connect.cpp
network/core/tcp_content.cpp
network/core/tcp_game.cpp
network/core/tcp_http.cpp
network/core/udp.cpp
network/network.cpp
network/network_admin.cpp
network/network_chat_gui.cpp
network/network_client.cpp
network/network_command.cpp
network/network_content.cpp
network/network_content_gui.cpp
network/network_gamelist.cpp
network/network_gui.cpp
network/network_server.cpp
network/network_udp.cpp
newgrf.cpp
newgrf_airport.cpp
newgrf_airporttiles.cpp
newgrf_canal.cpp
newgrf_cargo.cpp
newgrf_commons.cpp
newgrf_config.cpp
newgrf_debug_gui.cpp
newgrf_engine.cpp
newgrf_generic.cpp
newgrf_gui.cpp
newgrf_house.cpp
newgrf_industries.cpp
newgrf_industrytiles.cpp
newgrf_object.cpp
newgrf_railtype.cpp
newgrf_sound.cpp
newgrf_spritegroup.cpp
newgrf_station.cpp
newgrf_storage.cpp
newgrf_text.cpp
newgrf_town.cpp
newgrf_townname.cpp
news_gui.cpp
object_cmd.cpp
object_gui.cpp
openttd.cpp
order_backup.cpp
order_cmd.cpp
order_gui.cpp
os/macosx/crashlog_osx.cpp
os/macosx/macos.mm
os/macosx/splash.cpp
os/unix/unix.cpp
osk_gui.cpp
pathfinder/npf/aystar.cpp
pathfinder/npf/npf.cpp
pathfinder/npf/queue.cpp
pathfinder/opf/opf_ship.cpp
pathfinder/yapf/yapf_rail.cpp
pathfinder/yapf/yapf_road.cpp
pathfinder/yapf/yapf_ship.cpp
pbs.cpp
progress.cpp
rail.cpp
rail_cmd.cpp
rail_gui.cpp
rev.cpp
road.cpp
road_cmd.cpp
road_gui.cpp
road_map.cpp
roadstop.cpp
roadveh_cmd.cpp
roadveh_gui.cpp
saveload/afterload.cpp
saveload/ai_sl.cpp
saveload/airport_sl.cpp
saveload/animated_tile_sl.cpp
saveload/autoreplace_sl.cpp
saveload/cargomonitor_sl.cpp
saveload/cargopacket_sl.cpp
saveload/cheat_sl.cpp
saveload/company_sl.cpp
saveload/depot_sl.cpp
saveload/economy_sl.cpp
saveload/engine_sl.cpp
saveload/game_sl.cpp
saveload/gamelog_sl.cpp
saveload/goal_sl.cpp
saveload/group_sl.cpp
saveload/industry_sl.cpp
saveload/labelmaps_sl.cpp
saveload/linkgraph_sl.cpp
saveload/map_sl.cpp
saveload/misc_sl.cpp
saveload/newgrf_sl.cpp
saveload/object_sl.cpp
saveload/oldloader.cpp
saveload/oldloader_sl.cpp
saveload/order_sl.cpp
saveload/saveload.cpp
saveload/signs_sl.cpp
saveload/station_sl.cpp
saveload/storage_sl.cpp
saveload/story_sl.cpp
saveload/strings_sl.cpp
saveload/subsidy_sl.cpp
saveload/town_sl.cpp
saveload/vehicle_sl.cpp
saveload/waypoint_sl.cpp
screenshot.cpp
script/api/script_accounting.cpp
script/api/script_admin.cpp
script/api/script_airport.cpp
script/api/script_base.cpp
script/api/script_basestation.cpp
script/api/script_bridge.cpp
script/api/script_bridgelist.cpp
script/api/script_cargo.cpp
script/api/script_cargolist.cpp
script/api/script_cargomonitor.cpp
script/api/script_client.cpp
script/api/script_clientlist.cpp
script/api/script_company.cpp
script/api/script_companymode.cpp
script/api/script_controller.cpp
script/api/script_date.cpp
script/api/script_depotlist.cpp
script/api/script_engine.cpp
script/api/script_enginelist.cpp
script/api/script_error.cpp
script/api/script_event.cpp
script/api/script_event_types.cpp
script/api/script_execmode.cpp
script/api/script_game.cpp
script/api/script_gamesettings.cpp
script/api/script_goal.cpp
script/api/script_group.cpp
script/api/script_grouplist.cpp
script/api/script_industry.cpp
script/api/script_industrylist.cpp
script/api/script_industrytype.cpp
script/api/script_industrytypelist.cpp
script/api/script_infrastructure.cpp
script/api/script_list.cpp
script/api/script_log.cpp
script/api/script_map.cpp
script/api/script_marine.cpp
script/api/script_news.cpp
script/api/script_object.cpp
script/api/script_order.cpp
script/api/script_rail.cpp
script/api/script_railtypelist.cpp
script/api/script_road.cpp
script/api/script_sign.cpp
script/api/script_signlist.cpp
script/api/script_station.cpp
script/api/script_stationlist.cpp
script/api/script_story_page.cpp
script/api/script_storypageelementlist.cpp
script/api/script_storypagelist.cpp
script/api/script_subsidy.cpp
script/api/script_subsidylist.cpp
script/api/script_testmode.cpp
script/api/script_text.cpp
script/api/script_tile.cpp
script/api/script_tilelist.cpp
script/api/script_town.cpp
script/api/script_townlist.cpp
script/api/script_tunnel.cpp
script/api/script_vehicle.cpp
script/api/script_vehiclelist.cpp
script/api/script_viewport.cpp
script/api/script_waypoint.cpp
script/api/script_waypointlist.cpp
script/api/script_window.cpp
script/script_config.cpp
script/script_info.cpp
script/script_info_dummy.cpp
script/script_instance.cpp
script/script_scanner.cpp
script/squirrel.cpp
script/squirrel_std.cpp
settings.cpp
settings_gui.cpp
ship_cmd.cpp
ship_gui.cpp
signal.cpp
signs.cpp
signs_cmd.cpp
signs_gui.cpp
smallmap_gui.cpp
sound.cpp
sound/cocoa_s.cpp
sound/null_s.cpp
sprite.cpp
spritecache.cpp
spriteloader/grf.cpp
station.cpp
station_cmd.cpp
station_gui.cpp
statusbar_gui.cpp
story.cpp
story_gui.cpp
strgen/strgen_base.cpp
string.cpp
stringfilter.cpp
strings.cpp
subsidy.cpp
subsidy_gui.cpp
terraform_cmd.cpp
terraform_gui.cpp
textbuf.cpp
texteff.cpp
textfile_gui.cpp
tgp.cpp
thread/thread_pthread.cpp
tile_map.cpp
tilearea.cpp
timetable_cmd.cpp
timetable_gui.cpp
toolbar_gui.cpp
town_cmd.cpp
town_gui.cpp
townname.cpp
train_cmd.cpp
train_gui.cpp
transparency_gui.cpp
tree_cmd.cpp
tree_gui.cpp
tunnel_map.cpp
tunnelbridge_cmd.cpp
vehicle.cpp
vehicle_cmd.cpp
vehicle_gui.cpp
vehiclelist.cpp
video/cocoa/cocoa_v.mm
video/cocoa/event.mm
video/cocoa/fullscreen.mm
video/cocoa/wnd_quartz.mm
video/cocoa/wnd_quickdraw.mm
video/dedicated_v.cpp
video/null_v.cpp
viewport.cpp
viewport_gui.cpp
viewport_sprite_sorter_sse4.cpp
void_cmd.cpp
water_cmd.cpp
waypoint.cpp
waypoint_cmd.cpp
waypoint_gui.cpp
widget.cpp
widgets/dropdown.cpp
window.cpp'
+ OBJS_RC=
++ awk ' { ORS = " " } { print $0; }'
++ echo '3rdparty/md5/md5.cpp
3rdparty/squirrel/sqstdlib/sqstdaux.cpp
3rdparty/squirrel/sqstdlib/sqstdmath.cpp
3rdparty/squirrel/squirrel/sqapi.cpp
3rdparty/squirrel/squirrel/sqbaselib.cpp
3rdparty/squirrel/squirrel/sqclass.cpp
3rdparty/squirrel/squirrel/sqcompiler.cpp
3rdparty/squirrel/squirrel/sqdebug.cpp
3rdparty/squirrel/squirrel/sqfuncstate.cpp
3rdparty/squirrel/squirrel/sqlexer.cpp
3rdparty/squirrel/squirrel/sqmem.cpp
3rdparty/squirrel/squirrel/sqobject.cpp
3rdparty/squirrel/squirrel/sqstate.cpp
3rdparty/squirrel/squirrel/sqtable.cpp
3rdparty/squirrel/squirrel/sqvm.cpp
ai/ai_config.cpp
ai/ai_core.cpp
ai/ai_gui.cpp
ai/ai_info.cpp
ai/ai_instance.cpp
ai/ai_scanner.cpp
aircraft_cmd.cpp
aircraft_gui.cpp
airport.cpp
airport_gui.cpp
animated_tile.cpp
articulated_vehicles.cpp
autoreplace.cpp
autoreplace_cmd.cpp
autoreplace_gui.cpp
base_consist.cpp
blitter/32bpp_anim.cpp
blitter/32bpp_anim_sse2.cpp
blitter/32bpp_anim_sse4.cpp
blitter/32bpp_base.cpp
blitter/32bpp_optimized.cpp
blitter/32bpp_simple.cpp
blitter/32bpp_sse2.cpp
blitter/32bpp_sse4.cpp
blitter/32bpp_ssse3.cpp
blitter/8bpp_base.cpp
blitter/8bpp_optimized.cpp
blitter/8bpp_simple.cpp
blitter/base.cpp
blitter/null.cpp
bmp.cpp
bootstrap_gui.cpp
bridge_gui.cpp
bridge_map.cpp
build_vehicle_gui.cpp
cargoaction.cpp
cargomonitor.cpp
cargopacket.cpp
cargotype.cpp
cheat.cpp
cheat_gui.cpp
clear_cmd.cpp
command.cpp
company_cmd.cpp
company_gui.cpp
console.cpp
console_cmds.cpp
console_gui.cpp
core/alloc_func.cpp
core/bitmath_func.cpp
core/geometry_func.cpp
core/math_func.cpp
core/pool_func.cpp
core/random_func.cpp
cpu.cpp
crashlog.cpp
currency.cpp
date.cpp
date_gui.cpp
debug.cpp
dedicated.cpp
depot.cpp
depot_cmd.cpp
depot_gui.cpp
disaster_vehicle.cpp
dock_gui.cpp
driver.cpp
economy.cpp
effectvehicle.cpp
elrail.cpp
engine.cpp
engine_gui.cpp
error_gui.cpp
fileio.cpp
fios.cpp
fios_gui.cpp
fontcache.cpp
fontdetection.cpp
framerate_gui.cpp
game/game_config.cpp
game/game_core.cpp
game/game_info.cpp
game/game_instance.cpp
game/game_scanner.cpp
game/game_text.cpp
gamelog.cpp
genworld.cpp
genworld_gui.cpp
gfx.cpp
gfx_layout.cpp
gfxinit.cpp
goal.cpp
goal_gui.cpp
graph_gui.cpp
ground_vehicle.cpp
group_cmd.cpp
group_gui.cpp
heightmap.cpp
highscore.cpp
highscore_gui.cpp
hotkeys.cpp
industry_cmd.cpp
industry_gui.cpp
ini.cpp
ini_load.cpp
intro_gui.cpp
landscape.cpp
linkgraph/demands.cpp
linkgraph/flowmapper.cpp
linkgraph/linkgraph.cpp
linkgraph/linkgraph_gui.cpp
linkgraph/linkgraphjob.cpp
linkgraph/linkgraphschedule.cpp
linkgraph/mcf.cpp
linkgraph/refresh.cpp
main_gui.cpp
map.cpp
misc.cpp
misc/countedobj.cpp
misc/dbg_helpers.cpp
misc/getoptdata.cpp
misc_cmd.cpp
misc_gui.cpp
mixer.cpp
music.cpp
music/cocoa_m.cpp
music/extmidi.cpp
music/midifile.cpp
music/null_m.cpp
music/qtmidi.cpp
music_gui.cpp
network/core/address.cpp
network/core/core.cpp
network/core/host.cpp
network/core/packet.cpp
network/core/tcp.cpp
network/core/tcp_admin.cpp
network/core/tcp_connect.cpp
network/core/tcp_content.cpp
network/core/tcp_game.cpp
network/core/tcp_http.cpp
network/core/udp.cpp
network/network.cpp
network/network_admin.cpp
network/network_chat_gui.cpp
network/network_client.cpp
network/network_command.cpp
network/network_content.cpp
network/network_content_gui.cpp
network/network_gamelist.cpp
network/network_gui.cpp
network/network_server.cpp
network/network_udp.cpp
newgrf.cpp
newgrf_airport.cpp
newgrf_airporttiles.cpp
newgrf_canal.cpp
newgrf_cargo.cpp
newgrf_commons.cpp
newgrf_config.cpp
newgrf_debug_gui.cpp
newgrf_engine.cpp
newgrf_generic.cpp
newgrf_gui.cpp
newgrf_house.cpp
newgrf_industries.cpp
newgrf_industrytiles.cpp
newgrf_object.cpp
newgrf_railtype.cpp
newgrf_sound.cpp
newgrf_spritegroup.cpp
newgrf_station.cpp
newgrf_storage.cpp
newgrf_text.cpp
newgrf_town.cpp
newgrf_townname.cpp
news_gui.cpp
object_cmd.cpp
object_gui.cpp
openttd.cpp
order_backup.cpp
order_cmd.cpp
order_gui.cpp
os/macosx/crashlog_osx.cpp
os/macosx/macos.mm
os/macosx/splash.cpp
os/unix/unix.cpp
osk_gui.cpp
pathfinder/npf/aystar.cpp
pathfinder/npf/npf.cpp
pathfinder/npf/queue.cpp
pathfinder/opf/opf_ship.cpp
pathfinder/yapf/yapf_rail.cpp
pathfinder/yapf/yapf_road.cpp
pathfinder/yapf/yapf_ship.cpp
pbs.cpp
progress.cpp
rail.cpp
rail_cmd.cpp
rail_gui.cpp
rev.cpp
road.cpp
road_cmd.cpp
road_gui.cpp
road_map.cpp
roadstop.cpp
roadveh_cmd.cpp
roadveh_gui.cpp
saveload/afterload.cpp
saveload/ai_sl.cpp
saveload/airport_sl.cpp
saveload/animated_tile_sl.cpp
saveload/autoreplace_sl.cpp
saveload/cargomonitor_sl.cpp
saveload/cargopacket_sl.cpp
saveload/cheat_sl.cpp
saveload/company_sl.cpp
saveload/depot_sl.cpp
saveload/economy_sl.cpp
saveload/engine_sl.cpp
saveload/game_sl.cpp
saveload/gamelog_sl.cpp
saveload/goal_sl.cpp
saveload/group_sl.cpp
saveload/industry_sl.cpp
saveload/labelmaps_sl.cpp
saveload/linkgraph_sl.cpp
saveload/map_sl.cpp
saveload/misc_sl.cpp
saveload/newgrf_sl.cpp
saveload/object_sl.cpp
saveload/oldloader.cpp
saveload/oldloader_sl.cpp
saveload/order_sl.cpp
saveload/saveload.cpp
saveload/signs_sl.cpp
saveload/station_sl.cpp
saveload/storage_sl.cpp
saveload/story_sl.cpp
saveload/strings_sl.cpp
saveload/subsidy_sl.cpp
saveload/town_sl.cpp
saveload/vehicle_sl.cpp
saveload/waypoint_sl.cpp
screenshot.cpp
script/api/script_accounting.cpp
script/api/script_admin.cpp
script/api/script_airport.cpp
script/api/script_base.cpp
script/api/script_basestation.cpp
script/api/script_bridge.cpp
script/api/script_bridgelist.cpp
script/api/script_cargo.cpp
script/api/script_cargolist.cpp
script/api/script_cargomonitor.cpp
script/api/script_client.cpp
script/api/script_clientlist.cpp
script/api/script_company.cpp
script/api/script_companymode.cpp
script/api/script_controller.cpp
script/api/script_date.cpp
script/api/script_depotlist.cpp
script/api/script_engine.cpp
script/api/script_enginelist.cpp
script/api/script_error.cpp
script/api/script_event.cpp
script/api/script_event_types.cpp
script/api/script_execmode.cpp
script/api/script_game.cpp
script/api/script_gamesettings.cpp
script/api/script_goal.cpp
script/api/script_group.cpp
script/api/script_grouplist.cpp
script/api/script_industry.cpp
script/api/script_industrylist.cpp
script/api/script_industrytype.cpp
script/api/script_industrytypelist.cpp
script/api/script_infrastructure.cpp
script/api/script_list.cpp
script/api/script_log.cpp
script/api/script_map.cpp
script/api/script_marine.cpp
script/api/script_news.cpp
script/api/script_object.cpp
script/api/script_order.cpp
script/api/script_rail.cpp
script/api/script_railtypelist.cpp
script/api/script_road.cpp
script/api/script_sign.cpp
script/api/script_signlist.cpp
script/api/script_station.cpp
script/api/script_stationlist.cpp
script/api/script_story_page.cpp
script/api/script_storypageelementlist.cpp
script/api/script_storypagelist.cpp
script/api/script_subsidy.cpp
script/api/script_subsidylist.cpp
script/api/script_testmode.cpp
script/api/script_text.cpp
script/api/script_tile.cpp
script/api/script_tilelist.cpp
script/api/script_town.cpp
script/api/script_townlist.cpp
script/api/script_tunnel.cpp
script/api/script_vehicle.cpp
script/api/script_vehiclelist.cpp
script/api/script_viewport.cpp
script/api/script_waypoint.cpp
script/api/script_waypointlist.cpp
script/api/script_window.cpp
script/script_config.cpp
script/script_info.cpp
script/script_info_dummy.cpp
script/script_instance.cpp
script/script_scanner.cpp
script/squirrel.cpp
script/squirrel_std.cpp
settings.cpp
settings_gui.cpp
ship_cmd.cpp
ship_gui.cpp
signal.cpp
signs.cpp
signs_cmd.cpp
signs_gui.cpp
smallmap_gui.cpp
sound.cpp
sound/cocoa_s.cpp
sound/null_s.cpp
sprite.cpp
spritecache.cpp
spriteloader/grf.cpp
station.cpp
station_cmd.cpp
station_gui.cpp
statusbar_gui.cpp
story.cpp
story_gui.cpp
strgen/strgen_base.cpp
string.cpp
stringfilter.cpp
strings.cpp
subsidy.cpp
subsidy_gui.cpp
terraform_cmd.cpp
terraform_gui.cpp
textbuf.cpp
texteff.cpp
textfile_gui.cpp
tgp.cpp
thread/thread_pthread.cpp
tile_map.cpp
tilearea.cpp
timetable_cmd.cpp
timetable_gui.cpp
toolbar_gui.cpp
town_cmd.cpp
town_gui.cpp
townname.cpp
train_cmd.cpp
train_gui.cpp
transparency_gui.cpp
tree_cmd.cpp
tree_gui.cpp
tunnel_map.cpp
tunnelbridge_cmd.cpp
vehicle.cpp
vehicle_cmd.cpp
vehicle_gui.cpp
vehiclelist.cpp
video/cocoa/cocoa_v.mm
video/cocoa/event.mm
video/cocoa/fullscreen.mm
video/cocoa/wnd_quartz.mm
video/cocoa/wnd_quickdraw.mm
video/dedicated_v.cpp
video/null_v.cpp
viewport.cpp
viewport_gui.cpp
viewport_sprite_sorter_sse4.cpp
void_cmd.cpp
water_cmd.cpp
waypoint.cpp
waypoint_cmd.cpp
waypoint_gui.cpp
widget.cpp
widgets/dropdown.cpp
window.cpp'
+ SRCS='3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp '
+ '[' -z sort ']'
+ sort='sort -u'
+ CONFIGURE_FILES='/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in'
+ generate_main
+ STAGE='[MAIN]'
+ make_sed
+ T_CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" '
+ T_CXXFLAGS=' '
+ T_LDFLAGS=' -rdynamic -framework Cocoa '
+ SRC_OBJS_DIR=/ottd/objs/release
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[MAIN]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
'
+ '[' '' '!=' '' ']'
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[MAIN]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
'
+ '[' share/man/man6 '!=' '' ']'
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[MAIN]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
'
+ '[' '' '!=' '' ']'
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[MAIN]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!MENU_DIR!!@@g;
'
+ log 1 'Generating Makefile...'
+ '[' 1 = 1 ']'
+ shift
+ echo 'Generating Makefile...'
Generating Makefile...
+ echo 'Generating Makefile...'
+ echo '# Auto-generated file from '\''Makefile.in'\'' -- DO NOT EDIT'
+ sed '
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[MAIN]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!MENU_DIR!!@@g;
'
+ cp /ottd/Makefile.bundle.in Makefile.bundle
+ echo '# Auto-generated file -- DO NOT EDIT'
+ echo
+ cp /ottd/source.list config.cache.source.list
++ pwd
+ echo /ottd
+ touch config.cache
+ touch config.pwd
+ '[' '' '!=' '' ']'
+ generate_lang
+ STAGE='[LANG]'
+ make_sed
+ T_CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" '
+ T_CXXFLAGS=' '
+ T_LDFLAGS=' -rdynamic -framework Cocoa '
+ SRC_OBJS_DIR=/ottd/objs/release
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[LANG]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
'
+ '[' '' '!=' '' ']'
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[LANG]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
'
+ '[' share/man/man6 '!=' '' ']'
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[LANG]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
'
+ '[' '' '!=' '' ']'
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[LANG]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!MENU_DIR!!@@g;
'
+ mkdir -p /ottd/objs/lang
+ log 1 'Generating lang/Makefile...'
+ '[' 1 = 1 ']'
+ shift
+ echo 'Generating lang/Makefile...'
Generating lang/Makefile...
+ echo 'Generating lang/Makefile...'
+ echo '# Auto-generated file from '\''Makefile.lang.in'\'' -- DO NOT EDIT'
+ sed '
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[LANG]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!MENU_DIR!!@@g;
'
+ echo 'DIRS += /ottd/objs/lang'
+ echo 'LANG_DIRS += /ottd/objs/lang'
+ generate_settings
+ STAGE='[SETTING]'
+ make_sed
+ T_CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" '
+ T_CXXFLAGS=' '
+ T_LDFLAGS=' -rdynamic -framework Cocoa '
+ SRC_OBJS_DIR=/ottd/objs/release
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[SETTING]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
'
+ '[' '' '!=' '' ']'
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[SETTING]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
'
+ '[' share/man/man6 '!=' '' ']'
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[SETTING]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
'
+ '[' '' '!=' '' ']'
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[SETTING]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!MENU_DIR!!@@g;
'
+ mkdir -p /ottd/objs/setting
+ log 1 'Generating setting/Makefile...'
+ '[' 1 = 1 ']'
+ shift
+ echo 'Generating setting/Makefile...'
Generating setting/Makefile...
+ echo 'Generating setting/Makefile...'
+ echo '# Auto-generated file from '\''Makefile.settings.in'\'' -- DO NOT EDIT'
+ sed '
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[SETTING]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!MENU_DIR!!@@g;
'
+ echo 'DIRS += /ottd/objs/setting'
+ generate_grf
+ STAGE='[BASESET]'
+ make_sed
+ T_CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" '
+ T_CXXFLAGS=' '
+ T_LDFLAGS=' -rdynamic -framework Cocoa '
+ SRC_OBJS_DIR=/ottd/objs/release
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[BASESET]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
'
+ '[' '' '!=' '' ']'
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[BASESET]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
'
+ '[' share/man/man6 '!=' '' ']'
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[BASESET]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
'
+ '[' '' '!=' '' ']'
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[BASESET]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!MENU_DIR!!@@g;
'
+ mkdir -p /ottd/objs/extra_grf
+ log 1 'Generating grf/Makefile...'
+ '[' 1 = 1 ']'
+ shift
+ echo 'Generating grf/Makefile...'
Generating grf/Makefile...
+ echo 'Generating grf/Makefile...'
+ echo '# Auto-generated file from '\''Makefile.grf.in'\'' -- DO NOT EDIT'
+ sed '
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[BASESET]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!MENU_DIR!!@@g;
'
+ echo 'DIRS += /ottd/objs/extra_grf'
+ generate_src
+ '[' OSX = OSX ']'
+ '[' 0 '!=' 0 ']'
+ generate_src_normal '[SRC]' objs
+ STAGE='[SRC]'
+ make_sed
+ T_CFLAGS=' -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" '
+ T_CXXFLAGS=' '
+ T_LDFLAGS=' -rdynamic -framework Cocoa '
+ SRC_OBJS_DIR=/ottd/objs/release
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[SRC]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
'
+ '[' '' '!=' '' ']'
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[SRC]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
'
+ '[' share/man/man6 '!=' '' ']'
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[SRC]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
'
+ '[' '' '!=' '' ']'
+ SRC_REPLACE='
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[SRC]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX__ -D__UINTPTR_FMTo__ -D__UINTPTR_FMTu__ -D__UINTPTR_FMTx__ -D__UINTPTR_MAX__ -D__UINTPTR_TYPE__ -D__UINTPTR_WIDTH__ -D__UINT_FAST16_FMTX__ -D__UINT_FAST16_FMTo__ -D__UINT_FAST16_FMTu__ -D__UINT_FAST16_FMTx__ -D__UINT_FAST16_MAX__ -D__UINT_FAST16_TYPE__ -D__UINT_FAST32_FMTX__ -D__UINT_FAST32_FMTo__ -D__UINT_FAST32_FMTu__ -D__UINT_FAST32_FMTx__ -D__UINT_FAST32_MAX__ -D__UINT_FAST32_TYPE__ -D__UINT_FAST64_FMTX__ -D__UINT_FAST64_FMTo__ -D__UINT_FAST64_FMTu__ -D__UINT_FAST64_FMTx__ -D__UINT_FAST64_MAX__ -D__UINT_FAST64_TYPE__ -D__UINT_FAST8_FMTX__ -D__UINT_FAST8_FMTo__ -D__UINT_FAST8_FMTu__ -D__UINT_FAST8_FMTx__ -D__UINT_FAST8_MAX__ -D__UINT_FAST8_TYPE__ -D__UINT_LEAST16_FMTX__ -D__UINT_LEAST16_FMTo__ -D__UINT_LEAST16_FMTu__ -D__UINT_LEAST16_FMTx__ -D__UINT_LEAST16_MAX__ -D__UINT_LEAST16_TYPE__ -D__UINT_LEAST32_FMTX__ -D__UINT_LEAST32_FMTo__ -D__UINT_LEAST32_FMTu__ -D__UINT_LEAST32_FMTx__ -D__UINT_LEAST32_MAX__ -D__UINT_LEAST32_TYPE__ -D__UINT_LEAST64_FMTX__ -D__UINT_LEAST64_FMTo__ -D__UINT_LEAST64_FMTu__ -D__UINT_LEAST64_FMTx__ -D__UINT_LEAST64_MAX__ -D__UINT_LEAST64_TYPE__ -D__UINT_LEAST8_FMTX__ -D__UINT_LEAST8_FMTo__ -D__UINT_LEAST8_FMTu__ -D__UINT_LEAST8_FMTx__ -D__UINT_LEAST8_MAX__ -D__UINT_LEAST8_TYPE__ -D__USER_LABEL_PREFIX__ -D__VERSION__ -D__WCHAR_MAX__ -D__WCHAR_TYPE__ -D__WCHAR_WIDTH__ -D__WINT_TYPE__ -D__WINT_WIDTH__ -D__amd64 -D__amd64__ -D__apple_build_version__ -D__block -D__clang__ -D__clang_major__ -D__clang_minor__ -D__clang_patchlevel__ -D__clang_version__ -D__core2 -D__core2__ -D__cplusplus -D__cpp_exceptions -D__cpp_rtti -D__cpp_threadsafe_static_init -D__llvm__ -D__nonnull -D__null_unspecified -D__nullable -D__pic__ -D__private_extern__ -D__strong -D__tune_core2__ -D__unsafe_unretained -D__weak -D__x86_64 -D__x86_64__ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -D_SQ64 -DWITH_PNG -DWITH_FREETYPE -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!SORT!!@sort -u@g;
s@!!CONFIG_CACHE_COMPILER!!@config.cache.compiler@g;
s@!!CONFIG_CACHE_LINKER!!@config.cache.linker@g;
s@!!CONFIG_CACHE_SOURCE!!@config.cache.source@g;
s@!!CONFIG_CACHE_VERSION!!@config.cache.version@g;
s@!!CONFIG_CACHE_SOURCE_LIST!!@config.cache.source.list@g;
s@!!CONFIG_CACHE_PWD!!@config.cache.pwd@g;
s@!!LANG_SUPPRESS!!@@g;
s@!!OBJS_C!!@@g;
s@!!OBJS_CPP!!@3rdparty/md5/md5.o 3rdparty/squirrel/sqstdlib/sqstdaux.o 3rdparty/squirrel/sqstdlib/sqstdmath.o 3rdparty/squirrel/squirrel/sqapi.o 3rdparty/squirrel/squirrel/sqbaselib.o 3rdparty/squirrel/squirrel/sqclass.o 3rdparty/squirrel/squirrel/sqcompiler.o 3rdparty/squirrel/squirrel/sqdebug.o 3rdparty/squirrel/squirrel/sqfuncstate.o 3rdparty/squirrel/squirrel/sqlexer.o 3rdparty/squirrel/squirrel/sqmem.o 3rdparty/squirrel/squirrel/sqobject.o 3rdparty/squirrel/squirrel/sqstate.o 3rdparty/squirrel/squirrel/sqtable.o 3rdparty/squirrel/squirrel/sqvm.o ai/ai_config.o ai/ai_core.o ai/ai_gui.o ai/ai_info.o ai/ai_instance.o ai/ai_scanner.o aircraft_cmd.o aircraft_gui.o airport.o airport_gui.o animated_tile.o articulated_vehicles.o autoreplace.o autoreplace_cmd.o autoreplace_gui.o base_consist.o blitter/32bpp_anim.o blitter/32bpp_anim_sse2.o blitter/32bpp_anim_sse4.o blitter/32bpp_base.o blitter/32bpp_optimized.o blitter/32bpp_simple.o blitter/32bpp_sse2.o blitter/32bpp_sse4.o blitter/32bpp_ssse3.o blitter/8bpp_base.o blitter/8bpp_optimized.o blitter/8bpp_simple.o blitter/base.o blitter/null.o bmp.o bootstrap_gui.o bridge_gui.o bridge_map.o build_vehicle_gui.o cargoaction.o cargomonitor.o cargopacket.o cargotype.o cheat.o cheat_gui.o clear_cmd.o command.o company_cmd.o company_gui.o console.o console_cmds.o console_gui.o core/alloc_func.o core/bitmath_func.o core/geometry_func.o core/math_func.o core/pool_func.o core/random_func.o cpu.o crashlog.o currency.o date.o date_gui.o debug.o dedicated.o depot.o depot_cmd.o depot_gui.o disaster_vehicle.o dock_gui.o driver.o economy.o effectvehicle.o elrail.o engine.o engine_gui.o error_gui.o fileio.o fios.o fios_gui.o fontcache.o fontdetection.o framerate_gui.o game/game_config.o game/game_core.o game/game_info.o game/game_instance.o game/game_scanner.o game/game_text.o gamelog.o genworld.o genworld_gui.o gfx.o gfx_layout.o gfxinit.o goal.o goal_gui.o graph_gui.o ground_vehicle.o group_cmd.o group_gui.o heightmap.o highscore.o highscore_gui.o hotkeys.o industry_cmd.o industry_gui.o ini.o ini_load.o intro_gui.o landscape.o linkgraph/demands.o linkgraph/flowmapper.o linkgraph/linkgraph.o linkgraph/linkgraph_gui.o linkgraph/linkgraphjob.o linkgraph/linkgraphschedule.o linkgraph/mcf.o linkgraph/refresh.o main_gui.o map.o misc.o misc/countedobj.o misc/dbg_helpers.o misc/getoptdata.o misc_cmd.o misc_gui.o mixer.o music.o music/cocoa_m.o music/extmidi.o music/midifile.o music/null_m.o music/qtmidi.o music_gui.o network/core/address.o network/core/core.o network/core/host.o network/core/packet.o network/core/tcp.o network/core/tcp_admin.o network/core/tcp_connect.o network/core/tcp_content.o network/core/tcp_game.o network/core/tcp_http.o network/core/udp.o network/network.o network/network_admin.o network/network_chat_gui.o network/network_client.o network/network_command.o network/network_content.o network/network_content_gui.o network/network_gamelist.o network/network_gui.o network/network_server.o network/network_udp.o newgrf.o newgrf_airport.o newgrf_airporttiles.o newgrf_canal.o newgrf_cargo.o newgrf_commons.o newgrf_config.o newgrf_debug_gui.o newgrf_engine.o newgrf_generic.o newgrf_gui.o newgrf_house.o newgrf_industries.o newgrf_industrytiles.o newgrf_object.o newgrf_railtype.o newgrf_sound.o newgrf_spritegroup.o newgrf_station.o newgrf_storage.o newgrf_text.o newgrf_town.o newgrf_townname.o news_gui.o object_cmd.o object_gui.o openttd.o order_backup.o order_cmd.o order_gui.o os/macosx/crashlog_osx.o os/macosx/splash.o os/unix/unix.o osk_gui.o pathfinder/npf/aystar.o pathfinder/npf/npf.o pathfinder/npf/queue.o pathfinder/opf/opf_ship.o pathfinder/yapf/yapf_rail.o pathfinder/yapf/yapf_road.o pathfinder/yapf/yapf_ship.o pbs.o progress.o rail.o rail_cmd.o rail_gui.o rev.o road.o road_cmd.o road_gui.o road_map.o roadstop.o roadveh_cmd.o roadveh_gui.o saveload/afterload.o saveload/ai_sl.o saveload/airport_sl.o saveload/animated_tile_sl.o saveload/autoreplace_sl.o saveload/cargomonitor_sl.o saveload/cargopacket_sl.o saveload/cheat_sl.o saveload/company_sl.o saveload/depot_sl.o saveload/economy_sl.o saveload/engine_sl.o saveload/game_sl.o saveload/gamelog_sl.o saveload/goal_sl.o saveload/group_sl.o saveload/industry_sl.o saveload/labelmaps_sl.o saveload/linkgraph_sl.o saveload/map_sl.o saveload/misc_sl.o saveload/newgrf_sl.o saveload/object_sl.o saveload/oldloader.o saveload/oldloader_sl.o saveload/order_sl.o saveload/saveload.o saveload/signs_sl.o saveload/station_sl.o saveload/storage_sl.o saveload/story_sl.o saveload/strings_sl.o saveload/subsidy_sl.o saveload/town_sl.o saveload/vehicle_sl.o saveload/waypoint_sl.o screenshot.o script/api/script_accounting.o script/api/script_admin.o script/api/script_airport.o script/api/script_base.o script/api/script_basestation.o script/api/script_bridge.o script/api/script_bridgelist.o script/api/script_cargo.o script/api/script_cargolist.o script/api/script_cargomonitor.o script/api/script_client.o script/api/script_clientlist.o script/api/script_company.o script/api/script_companymode.o script/api/script_controller.o script/api/script_date.o script/api/script_depotlist.o script/api/script_engine.o script/api/script_enginelist.o script/api/script_error.o script/api/script_event.o script/api/script_event_types.o script/api/script_execmode.o script/api/script_game.o script/api/script_gamesettings.o script/api/script_goal.o script/api/script_group.o script/api/script_grouplist.o script/api/script_industry.o script/api/script_industrylist.o script/api/script_industrytype.o script/api/script_industrytypelist.o script/api/script_infrastructure.o script/api/script_list.o script/api/script_log.o script/api/script_map.o script/api/script_marine.o script/api/script_news.o script/api/script_object.o script/api/script_order.o script/api/script_rail.o script/api/script_railtypelist.o script/api/script_road.o script/api/script_sign.o script/api/script_signlist.o script/api/script_station.o script/api/script_stationlist.o script/api/script_story_page.o script/api/script_storypageelementlist.o script/api/script_storypagelist.o script/api/script_subsidy.o script/api/script_subsidylist.o script/api/script_testmode.o script/api/script_text.o script/api/script_tile.o script/api/script_tilelist.o script/api/script_town.o script/api/script_townlist.o script/api/script_tunnel.o script/api/script_vehicle.o script/api/script_vehiclelist.o script/api/script_viewport.o script/api/script_waypoint.o script/api/script_waypointlist.o script/api/script_window.o script/script_config.o script/script_info.o script/script_info_dummy.o script/script_instance.o script/script_scanner.o script/squirrel.o script/squirrel_std.o settings.o settings_gui.o ship_cmd.o ship_gui.o signal.o signs.o signs_cmd.o signs_gui.o smallmap_gui.o sound.o sound/cocoa_s.o sound/null_s.o sprite.o spritecache.o spriteloader/grf.o station.o station_cmd.o station_gui.o statusbar_gui.o story.o story_gui.o strgen/strgen_base.o string.o stringfilter.o strings.o subsidy.o subsidy_gui.o terraform_cmd.o terraform_gui.o textbuf.o texteff.o textfile_gui.o tgp.o thread/thread_pthread.o tile_map.o tilearea.o timetable_cmd.o timetable_gui.o toolbar_gui.o town_cmd.o town_gui.o townname.o train_cmd.o train_gui.o transparency_gui.o tree_cmd.o tree_gui.o tunnel_map.o tunnelbridge_cmd.o vehicle.o vehicle_cmd.o vehicle_gui.o vehiclelist.o video/dedicated_v.o video/null_v.o viewport.o viewport_gui.o viewport_sprite_sorter_sse4.o void_cmd.o water_cmd.o waypoint.o waypoint_cmd.o waypoint_gui.o widget.o widgets/dropdown.o window.o @g;
s@!!OBJS_MM!!@os/macosx/macos.o video/cocoa/cocoa_v.o video/cocoa/event.o video/cocoa/fullscreen.o video/cocoa/wnd_quartz.o video/cocoa/wnd_quickdraw.o @g;
s@!!OBJS_RC!!@@g;
s@!!SRCS!!@3rdparty/md5/md5.cpp 3rdparty/squirrel/sqstdlib/sqstdaux.cpp 3rdparty/squirrel/sqstdlib/sqstdmath.cpp 3rdparty/squirrel/squirrel/sqapi.cpp 3rdparty/squirrel/squirrel/sqbaselib.cpp 3rdparty/squirrel/squirrel/sqclass.cpp 3rdparty/squirrel/squirrel/sqcompiler.cpp 3rdparty/squirrel/squirrel/sqdebug.cpp 3rdparty/squirrel/squirrel/sqfuncstate.cpp 3rdparty/squirrel/squirrel/sqlexer.cpp 3rdparty/squirrel/squirrel/sqmem.cpp 3rdparty/squirrel/squirrel/sqobject.cpp 3rdparty/squirrel/squirrel/sqstate.cpp 3rdparty/squirrel/squirrel/sqtable.cpp 3rdparty/squirrel/squirrel/sqvm.cpp ai/ai_config.cpp ai/ai_core.cpp ai/ai_gui.cpp ai/ai_info.cpp ai/ai_instance.cpp ai/ai_scanner.cpp aircraft_cmd.cpp aircraft_gui.cpp airport.cpp airport_gui.cpp animated_tile.cpp articulated_vehicles.cpp autoreplace.cpp autoreplace_cmd.cpp autoreplace_gui.cpp base_consist.cpp blitter/32bpp_anim.cpp blitter/32bpp_anim_sse2.cpp blitter/32bpp_anim_sse4.cpp blitter/32bpp_base.cpp blitter/32bpp_optimized.cpp blitter/32bpp_simple.cpp blitter/32bpp_sse2.cpp blitter/32bpp_sse4.cpp blitter/32bpp_ssse3.cpp blitter/8bpp_base.cpp blitter/8bpp_optimized.cpp blitter/8bpp_simple.cpp blitter/base.cpp blitter/null.cpp bmp.cpp bootstrap_gui.cpp bridge_gui.cpp bridge_map.cpp build_vehicle_gui.cpp cargoaction.cpp cargomonitor.cpp cargopacket.cpp cargotype.cpp cheat.cpp cheat_gui.cpp clear_cmd.cpp command.cpp company_cmd.cpp company_gui.cpp console.cpp console_cmds.cpp console_gui.cpp core/alloc_func.cpp core/bitmath_func.cpp core/geometry_func.cpp core/math_func.cpp core/pool_func.cpp core/random_func.cpp cpu.cpp crashlog.cpp currency.cpp date.cpp date_gui.cpp debug.cpp dedicated.cpp depot.cpp depot_cmd.cpp depot_gui.cpp disaster_vehicle.cpp dock_gui.cpp driver.cpp economy.cpp effectvehicle.cpp elrail.cpp engine.cpp engine_gui.cpp error_gui.cpp fileio.cpp fios.cpp fios_gui.cpp fontcache.cpp fontdetection.cpp framerate_gui.cpp game/game_config.cpp game/game_core.cpp game/game_info.cpp game/game_instance.cpp game/game_scanner.cpp game/game_text.cpp gamelog.cpp genworld.cpp genworld_gui.cpp gfx.cpp gfx_layout.cpp gfxinit.cpp goal.cpp goal_gui.cpp graph_gui.cpp ground_vehicle.cpp group_cmd.cpp group_gui.cpp heightmap.cpp highscore.cpp highscore_gui.cpp hotkeys.cpp industry_cmd.cpp industry_gui.cpp ini.cpp ini_load.cpp intro_gui.cpp landscape.cpp linkgraph/demands.cpp linkgraph/flowmapper.cpp linkgraph/linkgraph.cpp linkgraph/linkgraph_gui.cpp linkgraph/linkgraphjob.cpp linkgraph/linkgraphschedule.cpp linkgraph/mcf.cpp linkgraph/refresh.cpp main_gui.cpp map.cpp misc.cpp misc/countedobj.cpp misc/dbg_helpers.cpp misc/getoptdata.cpp misc_cmd.cpp misc_gui.cpp mixer.cpp music.cpp music/cocoa_m.cpp music/extmidi.cpp music/midifile.cpp music/null_m.cpp music/qtmidi.cpp music_gui.cpp network/core/address.cpp network/core/core.cpp network/core/host.cpp network/core/packet.cpp network/core/tcp.cpp network/core/tcp_admin.cpp network/core/tcp_connect.cpp network/core/tcp_content.cpp network/core/tcp_game.cpp network/core/tcp_http.cpp network/core/udp.cpp network/network.cpp network/network_admin.cpp network/network_chat_gui.cpp network/network_client.cpp network/network_command.cpp network/network_content.cpp network/network_content_gui.cpp network/network_gamelist.cpp network/network_gui.cpp network/network_server.cpp network/network_udp.cpp newgrf.cpp newgrf_airport.cpp newgrf_airporttiles.cpp newgrf_canal.cpp newgrf_cargo.cpp newgrf_commons.cpp newgrf_config.cpp newgrf_debug_gui.cpp newgrf_engine.cpp newgrf_generic.cpp newgrf_gui.cpp newgrf_house.cpp newgrf_industries.cpp newgrf_industrytiles.cpp newgrf_object.cpp newgrf_railtype.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp newgrf_storage.cpp newgrf_text.cpp newgrf_town.cpp newgrf_townname.cpp news_gui.cpp object_cmd.cpp object_gui.cpp openttd.cpp order_backup.cpp order_cmd.cpp order_gui.cpp os/macosx/crashlog_osx.cpp os/macosx/macos.mm os/macosx/splash.cpp os/unix/unix.cpp osk_gui.cpp pathfinder/npf/aystar.cpp pathfinder/npf/npf.cpp pathfinder/npf/queue.cpp pathfinder/opf/opf_ship.cpp pathfinder/yapf/yapf_rail.cpp pathfinder/yapf/yapf_road.cpp pathfinder/yapf/yapf_ship.cpp pbs.cpp progress.cpp rail.cpp rail_cmd.cpp rail_gui.cpp rev.cpp road.cpp road_cmd.cpp road_gui.cpp road_map.cpp roadstop.cpp roadveh_cmd.cpp roadveh_gui.cpp saveload/afterload.cpp saveload/ai_sl.cpp saveload/airport_sl.cpp saveload/animated_tile_sl.cpp saveload/autoreplace_sl.cpp saveload/cargomonitor_sl.cpp saveload/cargopacket_sl.cpp saveload/cheat_sl.cpp saveload/company_sl.cpp saveload/depot_sl.cpp saveload/economy_sl.cpp saveload/engine_sl.cpp saveload/game_sl.cpp saveload/gamelog_sl.cpp saveload/goal_sl.cpp saveload/group_sl.cpp saveload/industry_sl.cpp saveload/labelmaps_sl.cpp saveload/linkgraph_sl.cpp saveload/map_sl.cpp saveload/misc_sl.cpp saveload/newgrf_sl.cpp saveload/object_sl.cpp saveload/oldloader.cpp saveload/oldloader_sl.cpp saveload/order_sl.cpp saveload/saveload.cpp saveload/signs_sl.cpp saveload/station_sl.cpp saveload/storage_sl.cpp saveload/story_sl.cpp saveload/strings_sl.cpp saveload/subsidy_sl.cpp saveload/town_sl.cpp saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp screenshot.cpp script/api/script_accounting.cpp script/api/script_admin.cpp script/api/script_airport.cpp script/api/script_base.cpp script/api/script_basestation.cpp script/api/script_bridge.cpp script/api/script_bridgelist.cpp script/api/script_cargo.cpp script/api/script_cargolist.cpp script/api/script_cargomonitor.cpp script/api/script_client.cpp script/api/script_clientlist.cpp script/api/script_company.cpp script/api/script_companymode.cpp script/api/script_controller.cpp script/api/script_date.cpp script/api/script_depotlist.cpp script/api/script_engine.cpp script/api/script_enginelist.cpp script/api/script_error.cpp script/api/script_event.cpp script/api/script_event_types.cpp script/api/script_execmode.cpp script/api/script_game.cpp script/api/script_gamesettings.cpp script/api/script_goal.cpp script/api/script_group.cpp script/api/script_grouplist.cpp script/api/script_industry.cpp script/api/script_industrylist.cpp script/api/script_industrytype.cpp script/api/script_industrytypelist.cpp script/api/script_infrastructure.cpp script/api/script_list.cpp script/api/script_log.cpp script/api/script_map.cpp script/api/script_marine.cpp script/api/script_news.cpp script/api/script_object.cpp script/api/script_order.cpp script/api/script_rail.cpp script/api/script_railtypelist.cpp script/api/script_road.cpp script/api/script_sign.cpp script/api/script_signlist.cpp script/api/script_station.cpp script/api/script_stationlist.cpp script/api/script_story_page.cpp script/api/script_storypageelementlist.cpp script/api/script_storypagelist.cpp script/api/script_subsidy.cpp script/api/script_subsidylist.cpp script/api/script_testmode.cpp script/api/script_text.cpp script/api/script_tile.cpp script/api/script_tilelist.cpp script/api/script_town.cpp script/api/script_townlist.cpp script/api/script_tunnel.cpp script/api/script_vehicle.cpp script/api/script_vehiclelist.cpp script/api/script_viewport.cpp script/api/script_waypoint.cpp script/api/script_waypointlist.cpp script/api/script_window.cpp script/script_config.cpp script/script_info.cpp script/script_info_dummy.cpp script/script_instance.cpp script/script_scanner.cpp script/squirrel.cpp script/squirrel_std.cpp settings.cpp settings_gui.cpp ship_cmd.cpp ship_gui.cpp signal.cpp signs.cpp signs_cmd.cpp signs_gui.cpp smallmap_gui.cpp sound.cpp sound/cocoa_s.cpp sound/null_s.cpp sprite.cpp spritecache.cpp spriteloader/grf.cpp station.cpp station_cmd.cpp station_gui.cpp statusbar_gui.cpp story.cpp story_gui.cpp strgen/strgen_base.cpp string.cpp stringfilter.cpp strings.cpp subsidy.cpp subsidy_gui.cpp terraform_cmd.cpp terraform_gui.cpp textbuf.cpp texteff.cpp textfile_gui.cpp tgp.cpp thread/thread_pthread.cpp tile_map.cpp tilearea.cpp timetable_cmd.cpp timetable_gui.cpp toolbar_gui.cpp town_cmd.cpp town_gui.cpp townname.cpp train_cmd.cpp train_gui.cpp transparency_gui.cpp tree_cmd.cpp tree_gui.cpp tunnel_map.cpp tunnelbridge_cmd.cpp vehicle.cpp vehicle_cmd.cpp vehicle_gui.cpp vehiclelist.cpp video/cocoa/cocoa_v.mm video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm video/cocoa/wnd_quickdraw.mm video/dedicated_v.cpp video/null_v.cpp viewport.cpp viewport_gui.cpp viewport_sprite_sorter_sse4.cpp void_cmd.cpp water_cmd.cpp waypoint.cpp waypoint_cmd.cpp waypoint_gui.cpp widget.cpp widgets/dropdown.cpp window.cpp @g;
s@!!OS!!@OSX@g;
s@!!CONFIGURE_FILES!!@/ottd/configure /ottd/config.lib /ottd/Makefile.in /ottd/Makefile.grf.in /ottd/Makefile.lang.in /ottd/Makefile.src.in /ottd/Makefile.bundle.in /ottd/Makefile.setting.in@g;
s@!!AWK!!@awk@g;
s@!!DISTCC!!@@g;
s@!!NFORENUM!!@nforenum@g;
s@!!GRFCODEC!!@grfcodec@g;
s@!!ICON_THEME_DIR!!@@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!MENU_DIR!!@@g;
'
+ mkdir -p /ottd/objs/release
+ log 1 'Generating objs/Makefile...'
+ '[' 1 = 1 ']'
+ shift
+ echo 'Generating objs/Makefile...'
Generating objs/Makefile...
+ echo 'Generating objs/Makefile...'
+ echo '# Auto-generated file from '\''Makefile.src.in'\'' -- DO NOT EDIT'
+ sed '
s@!!CC_HOST!!@gcc@g;
s@!!CXX_HOST!!@g++@g;
s@!!CC_BUILD!!@gcc@g;
s@!!CXX_BUILD!!@g++@g;
s@!!WINDRES!!@@g;
s@!!STRIP!!@ @g;
s@!!LIPO!!@@g;
s@!!CFLAGS!!@ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -I/ottd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\"Documents/OpenTTD\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Library/Application\\ Support/OpenTTD\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\" @g;
s@!!CFLAGS_BUILD!!@ -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -O1 @g;
s@!!CXXFLAGS!!@ @g;
s@!!CXXFLAGS_BUILD!!@ @g;
s@!!STRGEN_FLAGS!!@@g;
s@!!LIBS!!@-lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/usr/local/Cellar/xz/5.2.4/lib -llzma -llzo2 -L/usr/local/Cellar/libpng/1.6.35/lib -lpng16 -lz -L/usr/local/opt/freetype/lib -lfreetype @g;
s@!!LDFLAGS!!@ -rdynamic -framework Cocoa @g;
s@!!LDFLAGS_BUILD!!@ -rdynamic @g;
s@!!BIN_DIR!!@/ottd/bin@g;
s@!!ROOT_DIR!!@/ottd@g;
s@!!MEDIA_DIR!!@/ottd/media@g;
s@!!SOURCE_LIST!!@/ottd/source.list@g;
s@!!SRC_OBJS_DIR!!@/ottd/objs/release@g;
s@!!LANG_OBJS_DIR!!@/ottd/objs/lang@g;
s@!!GRF_OBJS_DIR!!@/ottd/objs/extra_grf@g;
s@!!SETTING_OBJS_DIR!!@/ottd/objs/setting@g;
s@!!SRC_DIR!!@/ottd/src@g;
s@!!SCRIPT_SRC_DIR!!@/ottd/src/3rdparty/squirrel/include@g;
s@!!OSXAPP!!@OpenTTD.app@g;
s@!!LANG_DIR!!@/ottd/src/lang@g;
s@!!TTD!!@openttd@g;
s@!!BINARY_DIR!!@/usr/local/games@g;
s@!!DATA_DIR!!@/usr/local/share/games/openttd@g;
s@!!DOC_DIR!!@/usr/local/share/games/openttd/docs@g;
s@!!MAN_DIR!!@/usr/local/share/man/man6@g;
s@!!ICON_DIR!!@/usr/local/share/pixmaps@g;
s@!!ICON_THEME_DIR!!@/usr/local/@g;
s@!!PERSONAL_DIR!!@Documents/OpenTTD@g;
s@!!SHARED_DIR!!@/Library/Application\\ Support/OpenTTD@g;
s@!!INSTALL_DIR!!@/@g;
s@!!BINARY_NAME!!@openttd@g;
s@!!STRGEN!!@strgen@g;
s@!!DEPEND!!@depend@g;
s@!!SETTINGSGEN!!@settings_gen@g;
s@!!STAGE!!@[SRC]@g;
s@!!MAKEDEPEND!!@$(SRC_OBJS_DIR)/$(DEPEND)@g;
s@!!CFLAGS_MAKEDEP!!@-DOBJC_NEW_PROPERTIES -D_LP64 -D__APPLE_CC__ -D__APPLE__ -D__ATOMIC_ACQUIRE -D__ATOMIC_ACQ_REL -D__ATOMIC_CONSUME -D__ATOMIC_RELAXED -D__ATOMIC_RELEASE -D__ATOMIC_SEQ_CST -D__BIGGEST_ALIGNMENT__ -D__BLOCKS__ -D__BYTE_ORDER__ -D__CHAR16_TYPE__ -D__CHAR32_TYPE__ -D__CHAR_BIT__ -D__CLANG_ATOMIC_BOOL_LOCK_FREE -D__CLANG_ATOMIC_CHAR16_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR32_T_LOCK_FREE -D__CLANG_ATOMIC_CHAR_LOCK_FREE -D__CLANG_ATOMIC_INT_LOCK_FREE -D__CLANG_ATOMIC_LLONG_LOCK_FREE -D__CLANG_ATOMIC_LONG_LOCK_FREE -D__CLANG_ATOMIC_POINTER_LOCK_FREE -D__CLANG_ATOMIC_SHORT_LOCK_FREE -D__CLANG_ATOMIC_WCHAR_T_LOCK_FREE -D__CONSTANT_CFSTRINGS__ -D__DBL_DECIMAL_DIG__ -D__DBL_DENORM_MIN__ -D__DBL_DIG__ -D__DBL_EPSILON__ -D__DBL_HAS_DENORM__ -D__DBL_HAS_INFINITY__ -D__DBL_HAS_QUIET_NAN__ -D__DBL_MANT_DIG__ -D__DBL_MAX_10_EXP__ -D__DBL_MAX_EXP__ -D__DBL_MAX__ -D__DBL_MIN_10_EXP__ -D__DBL_MIN_EXP__ -D__DBL_MIN__ -D__DECIMAL_DIG__ -D__DEPRECATED -D__DYNAMIC__ -D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -D__EXCEPTIONS -D__FINITE_MATH_ONLY__ -D__FLT_DECIMAL_DIG__ -D__FLT_DENORM_MIN__ -D__FLT_DIG__ -D__FLT_EPSILON__ -D__FLT_EVAL_METHOD__ -D__FLT_HAS_DENORM__ -D__FLT_HAS_INFINITY__ -D__FLT_HAS_QUIET_NAN__ -D__FLT_MANT_DIG__ -D__FLT_MAX_10_EXP__ -D__FLT_MAX_EXP__ -D__FLT_MAX__ -D__FLT_MIN_10_EXP__ -D__FLT_MIN_EXP__ -D__FLT_MIN__ -D__FLT_RADIX__ -D__FXSR__ -D__GCC_ATOMIC_BOOL_LOCK_FREE -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE -D__GCC_ATOMIC_CHAR_LOCK_FREE -D__GCC_ATOMIC_INT_LOCK_FREE -D__GCC_ATOMIC_LLONG_LOCK_FREE -D__GCC_ATOMIC_LONG_LOCK_FREE -D__GCC_ATOMIC_POINTER_LOCK_FREE -D__GCC_ATOMIC_SHORT_LOCK_FREE -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 -D__GLIBCXX_BITSIZE_INT_N_0 -D__GLIBCXX_TYPE_INT_N_0 -D__GNUC_GNU_INLINE__ -D__GNUC_MINOR__ -D__GNUC_PATCHLEVEL__ -D__GNUC__ -D__GNUG__ -D__GXX_ABI_VERSION -D__GXX_RTTI -D__GXX_WEAK__ -D__INT16_C_SUFFIX__ -D__INT16_FMTd__ -D__INT16_FMTi__ -D__INT16_MAX__ -D__INT16_TYPE__ -D__INT32_C_SUFFIX__ -D__INT32_FMTd__ -D__INT32_FMTi__ -D__INT32_MAX__ -D__INT32_TYPE__ -D__INT64_C_SUFFIX__ -D__INT64_FMTd__ -D__INT64_FMTi__ -D__INT64_MAX__ -D__INT64_TYPE__ -D__INT8_C_SUFFIX__ -D__INT8_FMTd__ -D__INT8_FMTi__ -D__INT8_MAX__ -D__INT8_TYPE__ -D__INTMAX_C_SUFFIX__ -D__INTMAX_FMTd__ -D__INTMAX_FMTi__ -D__INTMAX_MAX__ -D__INTMAX_TYPE__ -D__INTMAX_WIDTH__ -D__INTPTR_FMTd__ -D__INTPTR_FMTi__ -D__INTPTR_MAX__ -D__INTPTR_TYPE__ -D__INTPTR_WIDTH__ -D__INT_FAST16_FMTd__ -D__INT_FAST16_FMTi__ -D__INT_FAST16_MAX__ -D__INT_FAST16_TYPE__ -D__INT_FAST32_FMTd__ -D__INT_FAST32_FMTi__ -D__INT_FAST32_MAX__ -D__INT_FAST32_TYPE__ -D__INT_FAST64_FMTd__ -D__INT_FAST64_FMTi__ -D__INT_FAST64_MAX__ -D__INT_FAST64_TYPE__ -D__INT_FAST8_FMTd__ -D__INT_FAST8_FMTi__ -D__INT_FAST8_MAX__ -D__INT_FAST8_TYPE__ -D__INT_LEAST16_FMTd__ -D__INT_LEAST16_FMTi__ -D__INT_LEAST16_MAX__ -D__INT_LEAST16_TYPE__ -D__INT_LEAST32_FMTd__ -D__INT_LEAST32_FMTi__ -D__INT_LEAST32_MAX__ -D__INT_LEAST32_TYPE__ -D__INT_LEAST64_FMTd__ -D__INT_LEAST64_FMTi__ -D__INT_LEAST64_MAX__ -D__INT_LEAST64_TYPE__ -D__INT_LEAST8_FMTd__ -D__INT_LEAST8_FMTi__ -D__INT_LEAST8_MAX__ -D__INT_LEAST8_TYPE__ -D__INT_MAX__ -D__LDBL_DECIMAL_DIG__ -D__LDBL_DENORM_MIN__ -D__LDBL_DIG__ -D__LDBL_EPSILON__ -D__LDBL_HAS_DENORM__ -D__LDBL_HAS_INFINITY__ -D__LDBL_HAS_QUIET_NAN__ -D__LDBL_MANT_DIG__ -D__LDBL_MAX_10_EXP__ -D__LDBL_MAX_EXP__ -D__LDBL_MAX__ -D__LDBL_MIN_10_EXP__ -D__LDBL_MIN_EXP__ -D__LDBL_MIN__ -D__LITTLE_ENDIAN__ -D__LONG_LONG_MAX__ -D__LONG_MAX__ -D__LP64__ -D__MACH__ -D__MMX__ -D__NO_INLINE__ -D__NO_MATH_INLINES -D__OBJC_BOOL_IS_BOOL -D__ORDER_BIG_ENDIAN__ -D__ORDER_LITTLE_ENDIAN__ -D__ORDER_PDP_ENDIAN__ -D__PIC__ -D__POINTER_WIDTH__ -D__PRAGMA_REDEFINE_EXTNAME -D__PTRDIFF_FMTd__ -D__PTRDIFF_FMTi__ -D__PTRDIFF_MAX__ -D__PTRDIFF_TYPE__ -D__PTRDIFF_WIDTH__ -D__REGISTER_PREFIX__ -D__SCHAR_MAX__ -D__SHRT_MAX__ -D__SIG_ATOMIC_MAX__ -D__SIG_ATOMIC_WIDTH__ -D__SIZEOF_DOUBLE__ -D__SIZEOF_FLOAT__ -D__SIZEOF_INT128__ -D__SIZEOF_INT__ -D__SIZEOF_LONG_DOUBLE__ -D__SIZEOF_LONG_LONG__ -D__SIZEOF_LONG__ -D__SIZEOF_POINTER__ -D__SIZEOF_PTRDIFF_T__ -D__SIZEOF_SHORT__ -D__SIZEOF_SIZE_T__ -D__SIZEOF_WCHAR_T__ -D__SIZEOF_WINT_T__ -D__SIZE_FMTX__ -D__SIZE_FMTo__ -D__SIZE_FMTu__ -D__SIZE_FMTx__ -D__SIZE_MAX__ -D__SIZE_TYPE__ -D__SIZE_WIDTH__ -D__SSE2_MATH__ -D__SSE2__ -D__SSE3__ -D__SSE4_1__ -D__SSE_MATH__ -D__SSE__ -D__SSP__ -D__SSSE3__ -D__STDCPP_DEFAULT_NEW_ALIGNMENT__ -D__STDC_HOSTED__ -D__STDC_NO_THREADS__ -D__STDC_UTF_16__ -D__STDC_UTF_32__ -D__STDC__ -D__UINT16_C_SUFFIX__ -D__UINT16_FMTX__ -D__UINT16_FMTo__ -D__UINT16_FMTu__ -D__UINT16_FMTx__ -D__UINT16_MAX__ -D__UINT16_TYPE__ -D__UINT32_C_SUFFIX__ -D__UINT32_FMTX__ -D__UINT32_FMTo__ -D__UINT32_FMTu__ -D__UINT32_FMTx__ -D__UINT32_MAX__ -D__UINT32_TYPE__ -D__UINT64_C_SUFFIX__ -D__UINT64_FMTX__ -D__UINT64_FMTo__ -D__UINT64_FMTu__ -D__UINT64_FMTx__ -D__UINT64_MAX__ -D__UINT64_TYPE__ -D__UINT8_C_SUFFIX__ -D__UINT8_FMTX__ -D__UINT8_FMTo__ -D__UINT8_FMTu__ -D__UINT8_FMTx__ -D__UINT8_MAX__ -D__UINT8_TYPE__ -D__UINTMAX_C_SUFFIX__ -D__UINTMAX_FMTX__ -D__UINTMAX_FMTo__ -D__UINTMAX_FMTu__ -D__UINTMAX_FMTx__ -D__UINTMAX_MAX__ -D__UINTMAX_TYPE__ -D__UINTMAX_WIDTH__ -D__UINTPTR_FMTX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment