summaryrefslogtreecommitdiff
path: root/build/po/CMakeFiles
diff options
context:
space:
mode:
Diffstat (limited to 'build/po/CMakeFiles')
-rw-r--r--build/po/CMakeFiles/CMakeDirectoryInformation.cmake27
-rw-r--r--build/po/CMakeFiles/pofiles.dir/DependInfo.cmake13
-rw-r--r--build/po/CMakeFiles/pofiles.dir/build.make75
-rw-r--r--build/po/CMakeFiles/pofiles.dir/cmake_clean.cmake10
-rw-r--r--build/po/CMakeFiles/pofiles.dir/depend.internal3
-rw-r--r--build/po/CMakeFiles/pofiles.dir/depend.make3
-rw-r--r--build/po/CMakeFiles/pofiles.dir/progress.make3
-rw-r--r--build/po/CMakeFiles/progress.make1
8 files changed, 135 insertions, 0 deletions
diff --git a/build/po/CMakeFiles/CMakeDirectoryInformation.cmake b/build/po/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000..36d5ddc
--- /dev/null
+++ b/build/po/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/po/CMakeFiles/pofiles.dir/DependInfo.cmake b/build/po/CMakeFiles/pofiles.dir/DependInfo.cmake
new file mode 100644
index 0000000..b3deefc
--- /dev/null
+++ b/build/po/CMakeFiles/pofiles.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/po/CMakeFiles/pofiles.dir/build.make b/build/po/CMakeFiles/pofiles.dir/build.make
new file mode 100644
index 0000000..6419cf7
--- /dev/null
+++ b/build/po/CMakeFiles/pofiles.dir/build.make
@@ -0,0 +1,75 @@
+# 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 pofiles.
+
+po/CMakeFiles/pofiles: po/de_DE.gmo
+po/CMakeFiles/pofiles: po/cs_CZ.gmo
+
+po/de_DE.gmo: ../po/de_DE.po
+ $(CMAKE_COMMAND) -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles $(CMAKE_PROGRESS_1)
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating de_DE.gmo"
+ /usr/bin/msgfmt -o /home/scarab/tuxanci/build/po/de_DE.gmo /home/scarab/tuxanci/po/de_DE.po
+
+po/cs_CZ.gmo: ../po/cs_CZ.po
+ $(CMAKE_COMMAND) -E cmake_progress_report /home/scarab/tuxanci/build/CMakeFiles $(CMAKE_PROGRESS_2)
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating cs_CZ.gmo"
+ /usr/bin/msgfmt -o /home/scarab/tuxanci/build/po/cs_CZ.gmo /home/scarab/tuxanci/po/cs_CZ.po
+
+pofiles: po/CMakeFiles/pofiles
+pofiles: po/de_DE.gmo
+pofiles: po/cs_CZ.gmo
+pofiles: po/CMakeFiles/pofiles.dir/build.make
+.PHONY : pofiles
+
+# Rule to build all files generated by this target.
+po/CMakeFiles/pofiles.dir/build: pofiles
+.PHONY : po/CMakeFiles/pofiles.dir/build
+
+po/CMakeFiles/pofiles.dir/clean:
+ cd /home/scarab/tuxanci/build/po && $(CMAKE_COMMAND) -P CMakeFiles/pofiles.dir/cmake_clean.cmake
+.PHONY : po/CMakeFiles/pofiles.dir/clean
+
+po/CMakeFiles/pofiles.dir/depend:
+ cd /home/scarab/tuxanci/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/scarab/tuxanci /home/scarab/tuxanci/po /home/scarab/tuxanci/build /home/scarab/tuxanci/build/po /home/scarab/tuxanci/build/po/CMakeFiles/pofiles.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : po/CMakeFiles/pofiles.dir/depend
+
diff --git a/build/po/CMakeFiles/pofiles.dir/cmake_clean.cmake b/build/po/CMakeFiles/pofiles.dir/cmake_clean.cmake
new file mode 100644
index 0000000..9405b38
--- /dev/null
+++ b/build/po/CMakeFiles/pofiles.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@
+FILE(REMOVE_RECURSE
+ "CMakeFiles/pofiles"
+ "de_DE.gmo"
+ "cs_CZ.gmo"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang)
+ INCLUDE(CMakeFiles/pofiles.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/build/po/CMakeFiles/pofiles.dir/depend.internal b/build/po/CMakeFiles/pofiles.dir/depend.internal
new file mode 100644
index 0000000..42adafa
--- /dev/null
+++ b/build/po/CMakeFiles/pofiles.dir/depend.internal
@@ -0,0 +1,3 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.6
+
diff --git a/build/po/CMakeFiles/pofiles.dir/depend.make b/build/po/CMakeFiles/pofiles.dir/depend.make
new file mode 100644
index 0000000..42adafa
--- /dev/null
+++ b/build/po/CMakeFiles/pofiles.dir/depend.make
@@ -0,0 +1,3 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.6
+
diff --git a/build/po/CMakeFiles/pofiles.dir/progress.make b/build/po/CMakeFiles/pofiles.dir/progress.make
new file mode 100644
index 0000000..abadeb0
--- /dev/null
+++ b/build/po/CMakeFiles/pofiles.dir/progress.make
@@ -0,0 +1,3 @@
+CMAKE_PROGRESS_1 = 1
+CMAKE_PROGRESS_2 = 2
+
diff --git a/build/po/CMakeFiles/progress.make b/build/po/CMakeFiles/progress.make
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/build/po/CMakeFiles/progress.make
@@ -0,0 +1 @@
+2