summaryrefslogtreecommitdiff
path: root/build/CMakeFiles
diff options
context:
space:
mode:
Diffstat (limited to 'build/CMakeFiles')
-rw-r--r--build/CMakeFiles/CMakeCCompiler.cmake36
-rwxr-xr-xbuild/CMakeFiles/CMakeDetermineCompilerABI_C.binbin0 -> 8133 bytes
-rw-r--r--build/CMakeFiles/CMakeDirectoryInformation.cmake27
-rw-r--r--build/CMakeFiles/CMakeError.log19
-rw-r--r--build/CMakeFiles/CMakeOutput.log164
-rw-r--r--build/CMakeFiles/CMakeRuleHashes.txt5
-rw-r--r--build/CMakeFiles/CMakeSystem.cmake15
-rw-r--r--build/CMakeFiles/CompilerIdC/CMakeCCompilerId.c176
-rwxr-xr-xbuild/CMakeFiles/CompilerIdC/a.outbin0 -> 8150 bytes
-rw-r--r--build/CMakeFiles/Makefile.cmake73
-rw-r--r--build/CMakeFiles/Makefile2552
-rw-r--r--build/CMakeFiles/cmake.check_cache1
-rw-r--r--build/CMakeFiles/progress.make1
-rw-r--r--build/CMakeFiles/uninstall.dir/DependInfo.cmake13
-rw-r--r--build/CMakeFiles/uninstall.dir/build.make63
-rw-r--r--build/CMakeFiles/uninstall.dir/cmake_clean.cmake8
-rw-r--r--build/CMakeFiles/uninstall.dir/progress.make1
17 files changed, 1154 insertions, 0 deletions
diff --git a/build/CMakeFiles/CMakeCCompiler.cmake b/build/CMakeFiles/CMakeCCompiler.cmake
new file mode 100644
index 0000000..1d1bbea
--- /dev/null
+++ b/build/CMakeFiles/CMakeCCompiler.cmake
@@ -0,0 +1,36 @@
+SET(CMAKE_C_COMPILER "/usr/bin/gcc")
+SET(CMAKE_C_COMPILER_ARG1 "")
+SET(CMAKE_C_COMPILER_ID "GNU")
+SET(CMAKE_C_PLATFORM_ID "Linux")
+SET(CMAKE_AR "/usr/bin/ar")
+SET(CMAKE_RANLIB "/usr/bin/ranlib")
+SET(CMAKE_COMPILER_IS_GNUCC 1)
+SET(CMAKE_C_COMPILER_LOADED 1)
+SET(CMAKE_COMPILER_IS_MINGW )
+SET(CMAKE_COMPILER_IS_CYGWIN )
+IF(CMAKE_COMPILER_IS_CYGWIN)
+ SET(CYGWIN 1)
+ SET(UNIX 1)
+ENDIF(CMAKE_COMPILER_IS_CYGWIN)
+
+SET(CMAKE_C_COMPILER_ENV_VAR "CC")
+
+IF(CMAKE_COMPILER_IS_MINGW)
+ SET(MINGW 1)
+ENDIF(CMAKE_COMPILER_IS_MINGW)
+SET(CMAKE_C_COMPILER_ID_RUN 1)
+SET(CMAKE_C_SOURCE_FILE_EXTENSIONS c)
+SET(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
+SET(CMAKE_C_LINKER_PREFERENCE 10)
+
+# Save compiler ABI information.
+SET(CMAKE_C_SIZEOF_DATA_PTR "8")
+SET(CMAKE_C_COMPILER_ABI "ELF")
+
+IF(CMAKE_C_SIZEOF_DATA_PTR)
+ SET(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
+ENDIF(CMAKE_C_SIZEOF_DATA_PTR)
+
+IF(CMAKE_C_COMPILER_ABI)
+ SET(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
+ENDIF(CMAKE_C_COMPILER_ABI)
diff --git a/build/CMakeFiles/CMakeDetermineCompilerABI_C.bin b/build/CMakeFiles/CMakeDetermineCompilerABI_C.bin
new file mode 100755
index 0000000..b3564e1
--- /dev/null
+++ b/build/CMakeFiles/CMakeDetermineCompilerABI_C.bin
Binary files differ
diff --git a/build/CMakeFiles/CMakeDirectoryInformation.cmake b/build/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000..36d5ddc
--- /dev/null
+++ b/build/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,27 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.6
+
+# Relative path conversion top directories.
+SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/scarab/tuxanci")
+SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/scarab/tuxanci/build")
+
+# Force unix paths in dependencies.
+SET(CMAKE_FORCE_UNIX_PATHS 1)
+
+# The C and CXX include file search paths:
+SET(CMAKE_C_INCLUDE_PATH
+ "../src/base"
+ "../src/net"
+ "../src/client"
+ "../src/screen"
+ "../src/widget"
+ "/usr/include/SDL"
+ )
+SET(CMAKE_CXX_INCLUDE_PATH ${CMAKE_C_INCLUDE_PATH})
+SET(CMAKE_Fortran_INCLUDE_PATH ${CMAKE_C_INCLUDE_PATH})
+
+# The C and CXX include file regular expressions for this directory.
+SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git a/build/CMakeFiles/CMakeError.log b/build/CMakeFiles/CMakeError.log
new file mode 100644
index 0000000..77ed641
--- /dev/null
+++ b/build/CMakeFiles/CMakeError.log
@@ -0,0 +1,19 @@
+Determining if the function pthread_create exists in the pthreads failed with the following output:
+Change Dir: /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
+/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
+gmake[1]: Entering directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
+/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
+Linking C executable cmTryCompileExec
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
+/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -fPIC CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
+/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads
+collect2: ld returned 1 exit status
+gmake[1]: *** [cmTryCompileExec] Error 1
+gmake[1]: Leaving directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+gmake: *** [cmTryCompileExec/fast] Error 2
+
+
diff --git a/build/CMakeFiles/CMakeOutput.log b/build/CMakeFiles/CMakeOutput.log
new file mode 100644
index 0000000..04ac039
--- /dev/null
+++ b/build/CMakeFiles/CMakeOutput.log
@@ -0,0 +1,164 @@
+The system is: Linux - 2.6.28-gentoo-r2 - x86_64
+Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
+Compiler: /usr/bin/gcc
+Build flags:
+Id flags:
+
+The output was:
+0
+
+
+Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
+
+The C compiler identification is GNU, found in "/home/scarab/tuxanci/build/CMakeFiles/CompilerIdC/a.out"
+
+Determining if the C compiler works passed with the following output:
+Change Dir: /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
+/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
+gmake[1]: Entering directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o
+/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o -c /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp/testCCompiler.c
+Linking C executable cmTryCompileExec
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
+/usr/bin/gcc -fPIC CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o -o cmTryCompileExec -rdynamic
+gmake[1]: Leaving directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+
+
+Detecting C compiler ABI info compiled with the following output:
+Change Dir: /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
+/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
+gmake[1]: Entering directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o
+/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c
+Linking C executable cmTryCompileExec
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
+/usr/bin/gcc -fPIC CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec -rdynamic
+gmake[1]: Leaving directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+
+
+Determining if the function XOpenDisplay exists in the /usr/lib64/libX11.so;/usr/lib64/libXext.so passed with the following output:
+Change Dir: /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
+/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
+gmake[1]: Entering directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
+/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
+Linking C executable cmTryCompileExec
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
+/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -fPIC CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lX11 -lXext
+gmake[1]: Leaving directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+
+
+Determining if the function gethostbyname exists passed with the following output:
+Change Dir: /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
+/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
+gmake[1]: Entering directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
+/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
+Linking C executable cmTryCompileExec
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
+/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname -fPIC CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic
+gmake[1]: Leaving directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+
+
+Determining if the function connect exists passed with the following output:
+Change Dir: /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
+/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
+gmake[1]: Entering directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
+/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
+Linking C executable cmTryCompileExec
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
+/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=connect -fPIC CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic
+gmake[1]: Leaving directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+
+
+Determining if the function remove exists passed with the following output:
+Change Dir: /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
+/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
+gmake[1]: Entering directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
+/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=remove -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
+Linking C executable cmTryCompileExec
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
+/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=remove -fPIC CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic
+gmake[1]: Leaving directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+
+
+Determining if the function shmat exists passed with the following output:
+Change Dir: /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
+/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
+gmake[1]: Entering directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
+/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
+Linking C executable cmTryCompileExec
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
+/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=shmat -fPIC CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic
+gmake[1]: Leaving directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+
+
+Determining if the function IceConnectionNumber exists in the ICE passed with the following output:
+Change Dir: /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
+/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
+gmake[1]: Entering directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
+/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
+Linking C executable cmTryCompileExec
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
+/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -fPIC CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lICE
+gmake[1]: Leaving directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+
+
+Determining if files pthread.h exist passed with the following output:
+Change Dir: /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
+/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
+gmake[1]: Entering directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o
+/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o -c /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
+Linking C executable cmTryCompileExec
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
+/usr/bin/gcc -fPIC CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o -o cmTryCompileExec -rdynamic
+gmake[1]: Leaving directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+
+
+Determining if the function pthread_create exists in the pthread passed with the following output:
+Change Dir: /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp
+
+Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
+/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
+gmake[1]: Entering directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
+/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
+Linking C executable cmTryCompileExec
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
+/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -fPIC CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthread
+gmake[1]: Leaving directory `/home/scarab/tuxanci/build/CMakeFiles/CMakeTmp'
+
+
diff --git a/build/CMakeFiles/CMakeRuleHashes.txt b/build/CMakeFiles/CMakeRuleHashes.txt
new file mode 100644
index 0000000..e408b0b
--- /dev/null
+++ b/build/CMakeFiles/CMakeRuleHashes.txt
@@ -0,0 +1,5 @@
+# Hashes of file build rules.
+2aff1a7485ba619af0f747f90e51683d CMakeFiles/uninstall
+d41d8cd98f00b204e9800998ecf8427e po/CMakeFiles/pofiles
+0a706fb0fd0dc24e9bdc94c79c055aec po/cs_CZ.gmo
+8275e60bbf3efa3628c5bb9d7347f6d5 po/de_DE.gmo
diff --git a/build/CMakeFiles/CMakeSystem.cmake b/build/CMakeFiles/CMakeSystem.cmake
new file mode 100644
index 0000000..285c56f
--- /dev/null
+++ b/build/CMakeFiles/CMakeSystem.cmake
@@ -0,0 +1,15 @@
+
+
+SET(CMAKE_SYSTEM "Linux-2.6.28-gentoo-r2")
+SET(CMAKE_SYSTEM_NAME "Linux")
+SET(CMAKE_SYSTEM_VERSION "2.6.28-gentoo-r2")
+SET(CMAKE_SYSTEM_PROCESSOR "x86_64")
+
+SET(CMAKE_HOST_SYSTEM "Linux-2.6.28-gentoo-r2")
+SET(CMAKE_HOST_SYSTEM_NAME "Linux")
+SET(CMAKE_HOST_SYSTEM_VERSION "2.6.28-gentoo-r2")
+SET(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
+
+SET(CMAKE_CROSSCOMPILING "FALSE")
+
+SET(CMAKE_SYSTEM_LOADED 1)
diff --git a/build/CMakeFiles/CompilerIdC/CMakeCCompilerId.c b/build/CMakeFiles/CompilerIdC/CMakeCCompilerId.c
new file mode 100644
index 0000000..d358ec9
--- /dev/null
+++ b/build/CMakeFiles/CompilerIdC/CMakeCCompilerId.c
@@ -0,0 +1,176 @@
+#ifdef __cplusplus
+# error "A C++ compiler has been selected for C."
+#endif
+
+#if defined(__18CXX)
+# define ID_VOID_MAIN
+#endif
+
+#if defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "Watcom"
+
+#elif defined(__SUNPRO_C)
+# define COMPILER_ID "SunPro"
+
+#elif defined(__HP_cc)
+# define COMPILER_ID "HP"
+
+#elif defined(__DECC)
+# define COMPILER_ID "Compaq"
+
+#elif defined(__IBMC__)
+# define COMPILER_ID "VisualAge"
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+
+#elif defined(__GNUC__)
+# define COMPILER_ID "GNU"
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+
+#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
+/* Analog Devices C++ compiler for Blackfin, TigerSHARC and
+ SHARC (21000) DSPs */
+# define COMPILER_ID "ADSP"
+
+/* IAR Systems compiler for embedded systems.
+ http://www.iar.com
+ Not supported yet by CMake
+#elif defined(__IAR_SYSTEMS_ICC__)
+# define COMPILER_ID "IAR" */
+
+/* sdcc, the small devices C compiler for embedded systems,
+ http://sdcc.sourceforge.net */
+#elif defined(SDCC)
+# define COMPILER_ID "SDCC"
+
+#elif defined(_COMPILER_VERSION)
+# define COMPILER_ID "MIPSpro"
+
+/* This compiler is either not known or is too old to define an
+ identification macro. Try to identify the platform and guess that
+ it is the native compiler. */
+#elif defined(__sgi)
+# define COMPILER_ID "MIPSpro"
+
+#elif defined(__hpux) || defined(__hpua)
+# define COMPILER_ID "HP"
+
+#else /* unknown compiler */
+# define COMPILER_ID ""
+
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+ getting matched. Store it in a pointer rather than an array
+ because some compilers will just produce instructions to fill the
+ array rather than assigning a pointer to a static array. */
+char* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+
+/* Identify known platforms by name. */
+#if defined(__linux) || defined(__linux__) || defined(linux)
+# define PLATFORM_ID "Linux"
+
+#elif defined(__CYGWIN__)
+# define PLATFORM_ID "Cygwin"
+
+#elif defined(__MINGW32__)
+# define PLATFORM_ID "MinGW"
+
+#elif defined(__APPLE__)
+# define PLATFORM_ID "Darwin"
+
+#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
+# define PLATFORM_ID "Windows"
+
+#elif defined(__FreeBSD__) || defined(__FreeBSD)
+# define PLATFORM_ID "FreeBSD"
+
+#elif defined(__NetBSD__) || defined(__NetBSD)
+# define PLATFORM_ID "NetBSD"
+
+#elif defined(__OpenBSD__) || defined(__OPENBSD)
+# define PLATFORM_ID "OpenBSD"
+
+#elif defined(__sun) || defined(sun)
+# define PLATFORM_ID "SunOS"
+
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
+# define PLATFORM_ID "AIX"
+
+#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
+# define PLATFORM_ID "IRIX"
+
+#elif defined(__hpux) || defined(__hpux__)
+# define PLATFORM_ID "HP-UX"
+
+#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
+# define PLATFORM_ID "BeOS"
+
+#elif defined(__QNX__) || defined(__QNXNTO__)
+# define PLATFORM_ID "QNX"
+
+#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
+# define PLATFORM_ID "Tru64"
+
+#elif defined(__riscos) || defined(__riscos__)
+# define PLATFORM_ID "RISCos"
+
+#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
+# define PLATFORM_ID "SINIX"
+
+#elif defined(__UNIX_SV__)
+# define PLATFORM_ID "UNIX_SV"
+
+#elif defined(__bsdos__)
+# define PLATFORM_ID "BSDOS"
+
+#elif defined(_MPRAS) || defined(MPRAS)
+# define PLATFORM_ID "MP-RAS"
+
+#elif defined(__osf) || defined(__osf__)
+# define PLATFORM_ID "OSF1"
+
+#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
+# define PLATFORM_ID "SCO_SV"
+
+#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
+# define PLATFORM_ID "ULTRIX"
+
+#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
+# define PLATFORM_ID "Xenix"
+
+#else /* unknown platform */
+# define PLATFORM_ID ""
+
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+ getting matched. Store it in a pointer rather than an array
+ because some compilers will just produce instructions to fill the
+ array rather than assigning a pointer to a static array. */
+char* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+
+
+/*--------------------------------------------------------------------------*/
+
+#ifdef ID_VOID_MAIN
+void main() {}
+#else
+int main(int argc, char* argv[])
+{
+ int require = 0;
+ require += info_compiler[argc];
+ require += info_platform[argc];
+ (void)argv;
+ return require;
+}
+#endif
diff --git a/build/CMakeFiles/CompilerIdC/a.out b/build/CMakeFiles/CompilerIdC/a.out
new file mode 100755
index 0000000..3c0610f
--- /dev/null
+++ b/build/CMakeFiles/CompilerIdC/a.out
Binary files differ
diff --git a/build/CMakeFiles/Makefile.cmake b/build/CMakeFiles/Makefile.cmake
new file mode 100644
index 0000000..072cb48
--- /dev/null
+++ b/build/CMakeFiles/Makefile.cmake
@@ -0,0 +1,73 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.6
+
+# The generator used is:
+SET(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
+
+# The top level Makefile was generated from the following files:
+SET(CMAKE_MAKEFILE_DEPENDS
+ "CMakeCache.txt"
+ "../CMakeLists.txt"
+ "CMakeFiles/CMakeCCompiler.cmake"
+ "CMakeFiles/CMakeSystem.cmake"
+ "../cmake/FindGettext.cmake"
+ "../cmake/FindZZIP.cmake"
+ "../cmake_uninstall.cmake.in"
+ "../data/CMakeLists.txt"
+ "../data/arena/CMakeLists.txt"
+ "../data/conf/CMakeLists.txt"
+ "../data/font/CMakeLists.txt"
+ "../data/images/CMakeLists.txt"
+ "../data/music/CMakeLists.txt"
+ "../data/sound/CMakeLists.txt"
+ "../po/CMakeLists.txt"
+ "../src/CMakeLists.txt"
+ "../src/base/path.h.in"
+ "../src/modules/CMakeLists.txt"
+ "/usr/share/cmake/Modules/CMakeCInformation.cmake"
+ "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
+ "/usr/share/cmake/Modules/CMakeGenericSystem.cmake"
+ "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
+ "/usr/share/cmake/Modules/CheckIncludeFiles.cmake"
+ "/usr/share/cmake/Modules/CheckLibraryExists.cmake"
+ "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake"
+ "/usr/share/cmake/Modules/FindPackageMessage.cmake"
+ "/usr/share/cmake/Modules/FindSDL.cmake"
+ "/usr/share/cmake/Modules/FindSDL_image.cmake"
+ "/usr/share/cmake/Modules/FindSDL_mixer.cmake"
+ "/usr/share/cmake/Modules/FindSDL_ttf.cmake"
+ "/usr/share/cmake/Modules/FindThreads.cmake"
+ "/usr/share/cmake/Modules/Platform/Linux.cmake"
+ "/usr/share/cmake/Modules/Platform/UnixPaths.cmake"
+ "/usr/share/cmake/Modules/Platform/gcc.cmake"
+ )
+
+# The corresponding makefile is:
+SET(CMAKE_MAKEFILE_OUTPUTS
+ "Makefile"
+ "CMakeFiles/cmake.check_cache"
+ "CMakeFiles/CMakeDirectoryInformation.cmake"
+ "po/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "src/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "src/modules/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "data/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "data/arena/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "data/conf/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "data/font/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "data/images/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "data/music/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "data/sound/CMakeFiles/CMakeDirectoryInformation.cmake"
+ )
+
+# Dependency information for all targets:
+SET(CMAKE_DEPEND_INFO_FILES
+ "CMakeFiles/uninstall.dir/DependInfo.cmake"
+ "po/CMakeFiles/pofiles.dir/DependInfo.cmake"
+ "src/CMakeFiles/tuxanci.dir/DependInfo.cmake"
+ "src/modules/CMakeFiles/modAI.dir/DependInfo.cmake"
+ "src/modules/CMakeFiles/modBasic.dir/DependInfo.cmake"
+ "src/modules/CMakeFiles/modMove.dir/DependInfo.cmake"
+ "src/modules/CMakeFiles/modPipe.dir/DependInfo.cmake"
+ "src/modules/CMakeFiles/modTeleport.dir/DependInfo.cmake"
+ "src/modules/CMakeFiles/modWall.dir/DependInfo.cmake"
+ )
diff --git a/build/CMakeFiles/Makefile2 b/build/CMakeFiles/Makefile2
new file mode 100644
index 0000000..6b56ee0
--- /dev/null
+++ b/build/CMakeFiles/Makefile2
@@ -0,0 +1,552 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.6
+
+# Default target executed when no arguments are given to make.
+default_target: all
+.PHONY : default_target
+
+# The main recursive all target
+all:
+.PHONY : all
+
+# The main recursive preinstall target
+preinstall:
+.PHONY : preinstall
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canoncical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# The program to use to edit the cache.
+CMAKE_EDIT_COMMAND = /usr/bin/ccmake
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/scarab/tuxanci
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/scarab/tuxanci/build
+
+#=============================================================================
+# Target rules for target CMakeFiles/uninstall.dir
+
+# All Build rule for target.
+CMakeFiles/uninstall.dir/all:
+ $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend
+ $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
+ $(CMAKE_COMMAND) -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles
+ @echo "Built target uninstall"
+.PHONY : CMakeFiles/uninstall.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/uninstall.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 0
+ $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 0
+.PHONY : CMakeFiles/uninstall.dir/rule
+
+# Convenience name for target.
+uninstall: CMakeFiles/uninstall.dir/rule
+.PHONY : uninstall
+
+# clean rule for target.
+CMakeFiles/uninstall.dir/clean:
+ $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean
+.PHONY : CMakeFiles/uninstall.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/uninstall.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory po
+
+# Convenience name for "all" pass in the directory.
+po/all: po/CMakeFiles/pofiles.dir/all
+.PHONY : po/all
+
+# Convenience name for "clean" pass in the directory.
+po/clean: po/CMakeFiles/pofiles.dir/clean
+.PHONY : po/clean
+
+# Convenience name for "preinstall" pass in the directory.
+po/preinstall:
+.PHONY : po/preinstall
+
+#=============================================================================
+# Target rules for target po/CMakeFiles/pofiles.dir
+
+# All Build rule for target.
+po/CMakeFiles/pofiles.dir/all:
+ $(MAKE) -f po/CMakeFiles/pofiles.dir/build.make po/CMakeFiles/pofiles.dir/depend
+ $(MAKE) -f po/CMakeFiles/pofiles.dir/build.make po/CMakeFiles/pofiles.dir/build
+ $(CMAKE_COMMAND) -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles 1 2
+ @echo "Built target pofiles"
+.PHONY : po/CMakeFiles/pofiles.dir/all
+
+# Include target in all.
+all: po/CMakeFiles/pofiles.dir/all
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+po/CMakeFiles/pofiles.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 2
+ $(MAKE) -f CMakeFiles/Makefile2 po/CMakeFiles/pofiles.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 0
+.PHONY : po/CMakeFiles/pofiles.dir/rule
+
+# Convenience name for target.
+pofiles: po/CMakeFiles/pofiles.dir/rule
+.PHONY : pofiles
+
+# clean rule for target.
+po/CMakeFiles/pofiles.dir/clean:
+ $(MAKE) -f po/CMakeFiles/pofiles.dir/build.make po/CMakeFiles/pofiles.dir/clean
+.PHONY : po/CMakeFiles/pofiles.dir/clean
+
+# clean rule for target.
+clean: po/CMakeFiles/pofiles.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory src
+
+# Convenience name for "all" pass in the directory.
+src/all: src/CMakeFiles/tuxanci.dir/all
+src/all: src/modules/all
+.PHONY : src/all
+
+# Convenience name for "clean" pass in the directory.
+src/clean: src/CMakeFiles/tuxanci.dir/clean
+src/clean: src/modules/clean
+.PHONY : src/clean
+
+# Convenience name for "preinstall" pass in the directory.
+src/preinstall: src/modules/preinstall
+.PHONY : src/preinstall
+
+#=============================================================================
+# Target rules for target src/CMakeFiles/tuxanci.dir
+
+# All Build rule for target.
+src/CMakeFiles/tuxanci.dir/all:
+ $(MAKE) -f src/CMakeFiles/tuxanci.dir/build.make src/CMakeFiles/tuxanci.dir/depend
+ $(MAKE) -f src/CMakeFiles/tuxanci.dir/build.make src/CMakeFiles/tuxanci.dir/build
+ $(CMAKE_COMMAND) -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
+ @echo "Built target tuxanci"
+.PHONY : src/CMakeFiles/tuxanci.dir/all
+
+# Include target in all.
+all: src/CMakeFiles/tuxanci.dir/all
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+src/CMakeFiles/tuxanci.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 73
+ $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/tuxanci.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 0
+.PHONY : src/CMakeFiles/tuxanci.dir/rule
+
+# Convenience name for target.
+tuxanci: src/CMakeFiles/tuxanci.dir/rule
+.PHONY : tuxanci
+
+# clean rule for target.
+src/CMakeFiles/tuxanci.dir/clean:
+ $(MAKE) -f src/CMakeFiles/tuxanci.dir/build.make src/CMakeFiles/tuxanci.dir/clean
+.PHONY : src/CMakeFiles/tuxanci.dir/clean
+
+# clean rule for target.
+clean: src/CMakeFiles/tuxanci.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory src/modules
+
+# Convenience name for "all" pass in the directory.
+src/modules/all: src/modules/CMakeFiles/modAI.dir/all
+src/modules/all: src/modules/CMakeFiles/modBasic.dir/all
+src/modules/all: src/modules/CMakeFiles/modMove.dir/all
+src/modules/all: src/modules/CMakeFiles/modPipe.dir/all
+src/modules/all: src/modules/CMakeFiles/modTeleport.dir/all
+src/modules/all: src/modules/CMakeFiles/modWall.dir/all
+.PHONY : src/modules/all
+
+# Convenience name for "clean" pass in the directory.
+src/modules/clean: src/modules/CMakeFiles/modAI.dir/clean
+src/modules/clean: src/modules/CMakeFiles/modBasic.dir/clean
+src/modules/clean: src/modules/CMakeFiles/modMove.dir/clean
+src/modules/clean: src/modules/CMakeFiles/modPipe.dir/clean
+src/modules/clean: src/modules/CMakeFiles/modTeleport.dir/clean
+src/modules/clean: src/modules/CMakeFiles/modWall.dir/clean
+.PHONY : src/modules/clean
+
+# Convenience name for "preinstall" pass in the directory.
+src/modules/preinstall:
+.PHONY : src/modules/preinstall
+
+#=============================================================================
+# Target rules for target src/modules/CMakeFiles/modAI.dir
+
+# All Build rule for target.
+src/modules/CMakeFiles/modAI.dir/all:
+ $(MAKE) -f src/modules/CMakeFiles/modAI.dir/build.make src/modules/CMakeFiles/modAI.dir/depend
+ $(MAKE) -f src/modules/CMakeFiles/modAI.dir/build.make src/modules/CMakeFiles/modAI.dir/build
+ $(CMAKE_COMMAND) -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles 76 77 78 79
+ @echo "Built target modAI"
+.PHONY : src/modules/CMakeFiles/modAI.dir/all
+
+# Include target in all.
+all: src/modules/CMakeFiles/modAI.dir/all
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+src/modules/CMakeFiles/modAI.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 4
+ $(MAKE) -f CMakeFiles/Makefile2 src/modules/CMakeFiles/modAI.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 0
+.PHONY : src/modules/CMakeFiles/modAI.dir/rule
+
+# Convenience name for target.
+modAI: src/modules/CMakeFiles/modAI.dir/rule
+.PHONY : modAI
+
+# clean rule for target.
+src/modules/CMakeFiles/modAI.dir/clean:
+ $(MAKE) -f src/modules/CMakeFiles/modAI.dir/build.make src/modules/CMakeFiles/modAI.dir/clean
+.PHONY : src/modules/CMakeFiles/modAI.dir/clean
+
+# clean rule for target.
+clean: src/modules/CMakeFiles/modAI.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target src/modules/CMakeFiles/modBasic.dir
+
+# All Build rule for target.
+src/modules/CMakeFiles/modBasic.dir/all:
+ $(MAKE) -f src/modules/CMakeFiles/modBasic.dir/build.make src/modules/CMakeFiles/modBasic.dir/depend
+ $(MAKE) -f src/modules/CMakeFiles/modBasic.dir/build.make src/modules/CMakeFiles/modBasic.dir/build
+ $(CMAKE_COMMAND) -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles 80 81 82 83
+ @echo "Built target modBasic"
+.PHONY : src/modules/CMakeFiles/modBasic.dir/all
+
+# Include target in all.
+all: src/modules/CMakeFiles/modBasic.dir/all
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+src/modules/CMakeFiles/modBasic.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 4
+ $(MAKE) -f CMakeFiles/Makefile2 src/modules/CMakeFiles/modBasic.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 0
+.PHONY : src/modules/CMakeFiles/modBasic.dir/rule
+
+# Convenience name for target.
+modBasic: src/modules/CMakeFiles/modBasic.dir/rule
+.PHONY : modBasic
+
+# clean rule for target.
+src/modules/CMakeFiles/modBasic.dir/clean:
+ $(MAKE) -f src/modules/CMakeFiles/modBasic.dir/build.make src/modules/CMakeFiles/modBasic.dir/clean
+.PHONY : src/modules/CMakeFiles/modBasic.dir/clean
+
+# clean rule for target.
+clean: src/modules/CMakeFiles/modBasic.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target src/modules/CMakeFiles/modMove.dir
+
+# All Build rule for target.
+src/modules/CMakeFiles/modMove.dir/all:
+ $(MAKE) -f src/modules/CMakeFiles/modMove.dir/build.make src/modules/CMakeFiles/modMove.dir/depend
+ $(MAKE) -f src/modules/CMakeFiles/modMove.dir/build.make src/modules/CMakeFiles/modMove.dir/build
+ $(CMAKE_COMMAND) -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles 84 85 86 87
+ @echo "Built target modMove"
+.PHONY : src/modules/CMakeFiles/modMove.dir/all
+
+# Include target in all.
+all: src/modules/CMakeFiles/modMove.dir/all
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+src/modules/CMakeFiles/modMove.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 4
+ $(MAKE) -f CMakeFiles/Makefile2 src/modules/CMakeFiles/modMove.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 0
+.PHONY : src/modules/CMakeFiles/modMove.dir/rule
+
+# Convenience name for target.
+modMove: src/modules/CMakeFiles/modMove.dir/rule
+.PHONY : modMove
+
+# clean rule for target.
+src/modules/CMakeFiles/modMove.dir/clean:
+ $(MAKE) -f src/modules/CMakeFiles/modMove.dir/build.make src/modules/CMakeFiles/modMove.dir/clean
+.PHONY : src/modules/CMakeFiles/modMove.dir/clean
+
+# clean rule for target.
+clean: src/modules/CMakeFiles/modMove.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target src/modules/CMakeFiles/modPipe.dir
+
+# All Build rule for target.
+src/modules/CMakeFiles/modPipe.dir/all:
+ $(MAKE) -f src/modules/CMakeFiles/modPipe.dir/build.make src/modules/CMakeFiles/modPipe.dir/depend
+ $(MAKE) -f src/modules/CMakeFiles/modPipe.dir/build.make src/modules/CMakeFiles/modPipe.dir/build
+ $(CMAKE_COMMAND) -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles 88 89 90 91
+ @echo "Built target modPipe"
+.PHONY : src/modules/CMakeFiles/modPipe.dir/all
+
+# Include target in all.
+all: src/modules/CMakeFiles/modPipe.dir/all
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+src/modules/CMakeFiles/modPipe.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 4
+ $(MAKE) -f CMakeFiles/Makefile2 src/modules/CMakeFiles/modPipe.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 0
+.PHONY : src/modules/CMakeFiles/modPipe.dir/rule
+
+# Convenience name for target.
+modPipe: src/modules/CMakeFiles/modPipe.dir/rule
+.PHONY : modPipe
+
+# clean rule for target.
+src/modules/CMakeFiles/modPipe.dir/clean:
+ $(MAKE) -f src/modules/CMakeFiles/modPipe.dir/build.make src/modules/CMakeFiles/modPipe.dir/clean
+.PHONY : src/modules/CMakeFiles/modPipe.dir/clean
+
+# clean rule for target.
+clean: src/modules/CMakeFiles/modPipe.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target src/modules/CMakeFiles/modTeleport.dir
+
+# All Build rule for target.
+src/modules/CMakeFiles/modTeleport.dir/all:
+ $(MAKE) -f src/modules/CMakeFiles/modTeleport.dir/build.make src/modules/CMakeFiles/modTeleport.dir/depend
+ $(MAKE) -f src/modules/CMakeFiles/modTeleport.dir/build.make src/modules/CMakeFiles/modTeleport.dir/build
+ $(CMAKE_COMMAND) -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles 92 93 94 95
+ @echo "Built target modTeleport"
+.PHONY : src/modules/CMakeFiles/modTeleport.dir/all
+
+# Include target in all.
+all: src/modules/CMakeFiles/modTeleport.dir/all
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+src/modules/CMakeFiles/modTeleport.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 4
+ $(MAKE) -f CMakeFiles/Makefile2 src/modules/CMakeFiles/modTeleport.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 0
+.PHONY : src/modules/CMakeFiles/modTeleport.dir/rule
+
+# Convenience name for target.
+modTeleport: src/modules/CMakeFiles/modTeleport.dir/rule
+.PHONY : modTeleport
+
+# clean rule for target.
+src/modules/CMakeFiles/modTeleport.dir/clean:
+ $(MAKE) -f src/modules/CMakeFiles/modTeleport.dir/build.make src/modules/CMakeFiles/modTeleport.dir/clean
+.PHONY : src/modules/CMakeFiles/modTeleport.dir/clean
+
+# clean rule for target.
+clean: src/modules/CMakeFiles/modTeleport.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target src/modules/CMakeFiles/modWall.dir
+
+# All Build rule for target.
+src/modules/CMakeFiles/modWall.dir/all:
+ $(MAKE) -f src/modules/CMakeFiles/modWall.dir/build.make src/modules/CMakeFiles/modWall.dir/depend
+ $(MAKE) -f src/modules/CMakeFiles/modWall.dir/build.make src/modules/CMakeFiles/modWall.dir/build
+ $(CMAKE_COMMAND) -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles 96 97 98 99
+ @echo "Built target modWall"
+.PHONY : src/modules/CMakeFiles/modWall.dir/all
+
+# Include target in all.
+all: src/modules/CMakeFiles/modWall.dir/all
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+src/modules/CMakeFiles/modWall.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 4
+ $(MAKE) -f CMakeFiles/Makefile2 src/modules/CMakeFiles/modWall.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/scarab/tuxanci/build/CMakeFiles 0
+.PHONY : src/modules/CMakeFiles/modWall.dir/rule
+
+# Convenience name for target.
+modWall: src/modules/CMakeFiles/modWall.dir/rule
+.PHONY : modWall
+
+# clean rule for target.
+src/modules/CMakeFiles/modWall.dir/clean:
+ $(MAKE) -f src/modules/CMakeFiles/modWall.dir/build.make src/modules/CMakeFiles/modWall.dir/clean
+.PHONY : src/modules/CMakeFiles/modWall.dir/clean
+
+# clean rule for target.
+clean: src/modules/CMakeFiles/modWall.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory data
+
+# Convenience name for "all" pass in the directory.
+data/all: data/arena/all
+data/all: data/conf/all
+data/all: data/font/all
+data/all: data/images/all
+data/all: data/music/all
+data/all: data/sound/all
+.PHONY : data/all
+
+# Convenience name for "clean" pass in the directory.
+data/clean: data/arena/clean
+data/clean: data/conf/clean
+data/clean: data/font/clean
+data/clean: data/images/clean
+data/clean: data/music/clean
+data/clean: data/sound/clean
+.PHONY : data/clean
+
+# Convenience name for "preinstall" pass in the directory.
+data/preinstall: data/arena/preinstall
+data/preinstall: data/conf/preinstall
+data/preinstall: data/font/preinstall
+data/preinstall: data/images/preinstall
+data/preinstall: data/music/preinstall
+data/preinstall: data/sound/preinstall
+.PHONY : data/preinstall
+
+#=============================================================================
+# Directory level rules for directory data/arena
+
+# Convenience name for "all" pass in the directory.
+data/arena/all:
+.PHONY : data/arena/all
+
+# Convenience name for "clean" pass in the directory.
+data/arena/clean:
+.PHONY : data/arena/clean
+
+# Convenience name for "preinstall" pass in the directory.
+data/arena/preinstall:
+.PHONY : data/arena/preinstall
+
+#=============================================================================
+# Directory level rules for directory data/conf
+
+# Convenience name for "all" pass in the directory.
+data/conf/all:
+.PHONY : data/conf/all
+
+# Convenience name for "clean" pass in the directory.
+data/conf/clean:
+.PHONY : data/conf/clean
+
+# Convenience name for "preinstall" pass in the directory.
+data/conf/preinstall:
+.PHONY : data/conf/preinstall
+
+#=============================================================================
+# Directory level rules for directory data/font
+
+# Convenience name for "all" pass in the directory.
+data/font/all:
+.PHONY : data/font/all
+
+# Convenience name for "clean" pass in the directory.
+data/font/clean:
+.PHONY : data/font/clean
+
+# Convenience name for "preinstall" pass in the directory.
+data/font/preinstall:
+.PHONY : data/font/preinstall
+
+#=============================================================================
+# Directory level rules for directory data/images
+
+# Convenience name for "all" pass in the directory.
+data/images/all:
+.PHONY : data/images/all
+
+# Convenience name for "clean" pass in the directory.
+data/images/clean:
+.PHONY : data/images/clean
+
+# Convenience name for "preinstall" pass in the directory.
+data/images/preinstall:
+.PHONY : data/images/preinstall
+
+#=============================================================================
+# Directory level rules for directory data/music
+
+# Convenience name for "all" pass in the directory.
+data/music/all:
+.PHONY : data/music/all
+
+# Convenience name for "clean" pass in the directory.
+data/music/clean:
+.PHONY : data/music/clean
+
+# Convenience name for "preinstall" pass in the directory.
+data/music/preinstall:
+.PHONY : data/music/preinstall
+
+#=============================================================================
+# Directory level rules for directory data/sound
+
+# Convenience name for "all" pass in the directory.
+data/sound/all:
+.PHONY : data/sound/all
+
+# Convenience name for "clean" pass in the directory.
+data/sound/clean:
+.PHONY : data/sound/clean
+
+# Convenience name for "preinstall" pass in the directory.
+data/sound/preinstall:
+.PHONY : data/sound/preinstall
+
+#=============================================================================
+# Special targets to cleanup operation of make.
+
+# Special rule to run CMake to check the build system integrity.
+# No rule that depends on this can have commands that come from listfiles
+# because they might be regenerated.
+cmake_check_build_system:
+ $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+
diff --git a/build/CMakeFiles/cmake.check_cache b/build/CMakeFiles/cmake.check_cache
new file mode 100644
index 0000000..3dccd73
--- /dev/null
+++ b/build/CMakeFiles/cmake.check_cache
@@ -0,0 +1 @@
+# This file is generated by cmake for dependency checking of the CMakeCache.txt file
diff --git a/build/CMakeFiles/progress.make b/build/CMakeFiles/progress.make
new file mode 100644
index 0000000..3ad5abd
--- /dev/null
+++ b/build/CMakeFiles/progress.make
@@ -0,0 +1 @@
+99
diff --git a/build/CMakeFiles/uninstall.dir/DependInfo.cmake b/build/CMakeFiles/uninstall.dir/DependInfo.cmake
new file mode 100644
index 0000000..b3deefc
--- /dev/null
+++ b/build/CMakeFiles/uninstall.dir/DependInfo.cmake
@@ -0,0 +1,13 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+ )
+# The set of files for implicit dependencies of each language:
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+ "NLS"
+ )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+ )
diff --git a/build/CMakeFiles/uninstall.dir/build.make b/build/CMakeFiles/uninstall.dir/build.make
new file mode 100644
index 0000000..294dc48
--- /dev/null
+++ b/build/CMakeFiles/uninstall.dir/build.make
@@ -0,0 +1,63 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.6
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canoncical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# The program to use to edit the cache.
+CMAKE_EDIT_COMMAND = /usr/bin/ccmake
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/scarab/tuxanci
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/scarab/tuxanci/build
+
+# Utility rule file for uninstall.
+
+CMakeFiles/uninstall:
+ /usr/bin/cmake -P /home/scarab/tuxanci/build/cmake_uninstall.cmake
+
+uninstall: CMakeFiles/uninstall
+uninstall: CMakeFiles/uninstall.dir/build.make
+.PHONY : uninstall
+
+# Rule to build all files generated by this target.
+CMakeFiles/uninstall.dir/build: uninstall
+.PHONY : CMakeFiles/uninstall.dir/build
+
+CMakeFiles/uninstall.dir/clean:
+ $(CMAKE_COMMAND) -P CMakeFiles/uninstall.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/uninstall.dir/clean
+
+CMakeFiles/uninstall.dir/depend:
+ cd /home/scarab/tuxanci/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/scarab/tuxanci /home/scarab/tuxanci /home/scarab/tuxanci/build /home/scarab/tuxanci/build /home/scarab/tuxanci/build/CMakeFiles/uninstall.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/uninstall.dir/depend
+
diff --git a/build/CMakeFiles/uninstall.dir/cmake_clean.cmake b/build/CMakeFiles/uninstall.dir/cmake_clean.cmake
new file mode 100644
index 0000000..828e2a2
--- /dev/null
+++ b/build/CMakeFiles/uninstall.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+FILE(REMOVE_RECURSE
+ "CMakeFiles/uninstall"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+ INCLUDE(CMakeFiles/uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/build/CMakeFiles/uninstall.dir/progress.make b/build/CMakeFiles/uninstall.dir/progress.make
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/build/CMakeFiles/uninstall.dir/progress.make
@@ -0,0 +1 @@
+