summaryrefslogtreecommitdiff
path: root/CMakeFiles
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeFiles')
-rw-r--r--CMakeFiles/3.6.2/CMakeCCompiler.cmake67
-rw-r--r--CMakeFiles/3.6.2/CMakeCXXCompiler.cmake68
-rw-r--r--CMakeFiles/3.6.2/CMakeSystem.cmake15
-rw-r--r--CMakeFiles/3.6.2/CompilerIdC/CMakeCCompilerId.c561
-rw-r--r--CMakeFiles/3.6.2/CompilerIdCXX/CMakeCXXCompilerId.cpp533
-rw-r--r--CMakeFiles/CMakeDirectoryInformation.cmake16
-rw-r--r--CMakeFiles/CMakeOutput.log542
-rw-r--r--CMakeFiles/CMakeRuleHashes.txt39
-rw-r--r--CMakeFiles/Makefile.cmake202
-rw-r--r--CMakeFiles/Makefile21578
-rw-r--r--CMakeFiles/TargetDirectories.txt227
-rw-r--r--CMakeFiles/cmake.check_cache1
-rw-r--r--CMakeFiles/feature_tests.c34
-rw-r--r--CMakeFiles/feature_tests.cxx405
-rw-r--r--CMakeFiles/progress.marks1
15 files changed, 4289 insertions, 0 deletions
diff --git a/CMakeFiles/3.6.2/CMakeCCompiler.cmake b/CMakeFiles/3.6.2/CMakeCCompiler.cmake
new file mode 100644
index 0000000..611415f
--- /dev/null
+++ b/CMakeFiles/3.6.2/CMakeCCompiler.cmake
@@ -0,0 +1,67 @@
+set(CMAKE_C_COMPILER "/usr/bin/gcc")
+set(CMAKE_C_COMPILER_ARG1 "")
+set(CMAKE_C_COMPILER_ID "GNU")
+set(CMAKE_C_COMPILER_VERSION "6.3.1")
+set(CMAKE_C_COMPILER_WRAPPER "")
+set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
+set(CMAKE_C_COMPILE_FEATURES "c_function_prototypes;c_restrict;c_variadic_macros;c_static_assert")
+set(CMAKE_C90_COMPILE_FEATURES "c_function_prototypes")
+set(CMAKE_C99_COMPILE_FEATURES "c_restrict;c_variadic_macros")
+set(CMAKE_C11_COMPILE_FEATURES "c_static_assert")
+
+set(CMAKE_C_PLATFORM_ID "Linux")
+set(CMAKE_C_SIMULATE_ID "")
+set(CMAKE_C_SIMULATE_VERSION "")
+
+set(CMAKE_AR "/usr/bin/ar")
+set(CMAKE_RANLIB "/usr/bin/ranlib")
+set(CMAKE_LINKER "/usr/bin/ld")
+set(CMAKE_COMPILER_IS_GNUCC 1)
+set(CMAKE_C_COMPILER_LOADED 1)
+set(CMAKE_C_COMPILER_WORKS TRUE)
+set(CMAKE_C_ABI_COMPILED TRUE)
+set(CMAKE_COMPILER_IS_MINGW )
+set(CMAKE_COMPILER_IS_CYGWIN )
+if(CMAKE_COMPILER_IS_CYGWIN)
+ set(CYGWIN 1)
+ set(UNIX 1)
+endif()
+
+set(CMAKE_C_COMPILER_ENV_VAR "CC")
+
+if(CMAKE_COMPILER_IS_MINGW)
+ set(MINGW 1)
+endif()
+set(CMAKE_C_COMPILER_ID_RUN 1)
+set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
+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 "4")
+set(CMAKE_C_COMPILER_ABI "ELF")
+set(CMAKE_C_LIBRARY_ARCHITECTURE "")
+
+if(CMAKE_C_SIZEOF_DATA_PTR)
+ set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
+endif()
+
+if(CMAKE_C_COMPILER_ABI)
+ set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
+endif()
+
+if(CMAKE_C_LIBRARY_ARCHITECTURE)
+ set(CMAKE_LIBRARY_ARCHITECTURE "")
+endif()
+
+set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
+if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
+ set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
+endif()
+
+
+
+
+set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c")
+set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/i686-redhat-linux/6.3.1;/usr/lib")
+set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
diff --git a/CMakeFiles/3.6.2/CMakeCXXCompiler.cmake b/CMakeFiles/3.6.2/CMakeCXXCompiler.cmake
new file mode 100644
index 0000000..b715569
--- /dev/null
+++ b/CMakeFiles/3.6.2/CMakeCXXCompiler.cmake
@@ -0,0 +1,68 @@
+set(CMAKE_CXX_COMPILER "/usr/bin/g++")
+set(CMAKE_CXX_COMPILER_ARG1 "")
+set(CMAKE_CXX_COMPILER_ID "GNU")
+set(CMAKE_CXX_COMPILER_VERSION "6.3.1")
+set(CMAKE_CXX_COMPILER_WRAPPER "")
+set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14")
+set(CMAKE_CXX_COMPILE_FEATURES "cxx_template_template_parameters;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
+set(CMAKE_CXX98_COMPILE_FEATURES "cxx_template_template_parameters")
+set(CMAKE_CXX11_COMPILE_FEATURES "cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
+set(CMAKE_CXX14_COMPILE_FEATURES "cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
+
+set(CMAKE_CXX_PLATFORM_ID "Linux")
+set(CMAKE_CXX_SIMULATE_ID "")
+set(CMAKE_CXX_SIMULATE_VERSION "")
+
+set(CMAKE_AR "/usr/bin/ar")
+set(CMAKE_RANLIB "/usr/bin/ranlib")
+set(CMAKE_LINKER "/usr/bin/ld")
+set(CMAKE_COMPILER_IS_GNUCXX 1)
+set(CMAKE_CXX_COMPILER_LOADED 1)
+set(CMAKE_CXX_COMPILER_WORKS TRUE)
+set(CMAKE_CXX_ABI_COMPILED TRUE)
+set(CMAKE_COMPILER_IS_MINGW )
+set(CMAKE_COMPILER_IS_CYGWIN )
+if(CMAKE_COMPILER_IS_CYGWIN)
+ set(CYGWIN 1)
+ set(UNIX 1)
+endif()
+
+set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
+
+if(CMAKE_COMPILER_IS_MINGW)
+ set(MINGW 1)
+endif()
+set(CMAKE_CXX_COMPILER_ID_RUN 1)
+set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
+set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP)
+set(CMAKE_CXX_LINKER_PREFERENCE 30)
+set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
+
+# Save compiler ABI information.
+set(CMAKE_CXX_SIZEOF_DATA_PTR "4")
+set(CMAKE_CXX_COMPILER_ABI "ELF")
+set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
+
+if(CMAKE_CXX_SIZEOF_DATA_PTR)
+ set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
+endif()
+
+if(CMAKE_CXX_COMPILER_ABI)
+ set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
+endif()
+
+if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
+ set(CMAKE_LIBRARY_ARCHITECTURE "")
+endif()
+
+set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
+if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
+ set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
+endif()
+
+
+
+
+set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c")
+set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/i686-redhat-linux/6.3.1;/usr/lib")
+set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
diff --git a/CMakeFiles/3.6.2/CMakeSystem.cmake b/CMakeFiles/3.6.2/CMakeSystem.cmake
new file mode 100644
index 0000000..6bf6935
--- /dev/null
+++ b/CMakeFiles/3.6.2/CMakeSystem.cmake
@@ -0,0 +1,15 @@
+set(CMAKE_HOST_SYSTEM "Linux-4.8.15-300.fc25.i686")
+set(CMAKE_HOST_SYSTEM_NAME "Linux")
+set(CMAKE_HOST_SYSTEM_VERSION "4.8.15-300.fc25.i686")
+set(CMAKE_HOST_SYSTEM_PROCESSOR "i686")
+
+
+
+set(CMAKE_SYSTEM "Linux-4.8.15-300.fc25.i686")
+set(CMAKE_SYSTEM_NAME "Linux")
+set(CMAKE_SYSTEM_VERSION "4.8.15-300.fc25.i686")
+set(CMAKE_SYSTEM_PROCESSOR "i686")
+
+set(CMAKE_CROSSCOMPILING "FALSE")
+
+set(CMAKE_SYSTEM_LOADED 1)
diff --git a/CMakeFiles/3.6.2/CompilerIdC/CMakeCCompilerId.c b/CMakeFiles/3.6.2/CompilerIdC/CMakeCCompilerId.c
new file mode 100644
index 0000000..512e360
--- /dev/null
+++ b/CMakeFiles/3.6.2/CompilerIdC/CMakeCCompilerId.c
@@ -0,0 +1,561 @@
+#ifdef __cplusplus
+# error "A C++ compiler has been selected for C."
+#endif
+
+#if defined(__18CXX)
+# define ID_VOID_MAIN
+#endif
+#if defined(__CLASSIC_C__)
+/* cv-qualifiers did not exist in K&R C */
+# define const
+# define volatile
+#endif
+
+
+/* Version number components: V=Version, R=Revision, P=Patch
+ Version date components: YYYY=Year, MM=Month, DD=Day */
+
+#if defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+ /* __INTEL_COMPILER = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# if defined(__INTEL_COMPILER_UPDATE)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
+# else
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
+# endif
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+ /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__PATHCC__)
+# define COMPILER_ID "PathScale"
+# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
+# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
+# if defined(__PATHCC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
+# endif
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+ /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
+# define COMPILER_ID "Watcom"
+ /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "OpenWatcom"
+ /* __WATCOMC__ = VVRP + 1100 */
+# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__SUNPRO_C)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_C >= 0x5100
+ /* __SUNPRO_C = 0xVRRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
+# else
+ /* __SUNPRO_CC = 0xVRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
+# endif
+
+#elif defined(__HP_cc)
+# define COMPILER_ID "HP"
+ /* __HP_cc = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
+
+#elif defined(__DECC)
+# define COMPILER_ID "Compaq"
+ /* __DECC_VER = VVRRTPPPP */
+# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
+# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
+# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
+
+#elif defined(__IBMC__) && defined(__COMPILER_VER__)
+# define COMPILER_ID "zOS"
+ /* __IBMC__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
+
+#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
+# define COMPILER_ID "XL"
+ /* __IBMC__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
+
+#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
+# define COMPILER_ID "VisualAge"
+ /* __IBMC__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
+# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI"
+ /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
+# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
+# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
+# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
+
+#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
+# define COMPILER_ID "Fujitsu"
+
+#elif defined(__TINYC__)
+# define COMPILER_ID "TinyCC"
+
+#elif defined(__BCC__)
+# define COMPILER_ID "Bruce"
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__clang__) && defined(__apple_build_version__)
+# define COMPILER_ID "AppleClang"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__GNUC__)
+# define COMPILER_ID "GNU"
+# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# if defined(__GNUC_MINOR__)
+# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# endif
+# if defined(__GNUC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+ /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+# if _MSC_VER >= 1400
+ /* _MSC_FULL_VER = VVRRPPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+# else
+ /* _MSC_FULL_VER = VVRRPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+# endif
+# endif
+# if defined(_MSC_BUILD)
+# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
+# define COMPILER_ID "ADSP"
+#if defined(__VISUALDSPVERSION__)
+ /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
+# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
+# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
+#endif
+
+#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
+# define COMPILER_ID "IAR"
+
+#elif defined(__ARMCC_VERSION)
+# define COMPILER_ID "ARMCC"
+#if __ARMCC_VERSION >= 1000000
+ /* __ARMCC_VERSION = VRRPPPP */
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
+#else
+ /* __ARMCC_VERSION = VRPPPP */
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
+#endif
+
+
+#elif defined(SDCC)
+# define COMPILER_ID "SDCC"
+ /* SDCC = VRP */
+# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
+# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
+
+#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
+# define COMPILER_ID "MIPSpro"
+# if defined(_SGI_COMPILER_VERSION)
+ /* _SGI_COMPILER_VERSION = VRP */
+# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
+# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
+# else
+ /* _COMPILER_VERSION = VRP */
+# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
+# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
+# endif
+
+
+/* These compilers are either not known or 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 const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+#ifdef SIMULATE_ID
+char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
+#endif
+
+#ifdef __QNXNTO__
+char const* qnxnto = "INFO" ":" "qnxnto[]";
+#endif
+
+#if defined(__CRAYXE) || defined(__CRAYXC)
+char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
+#endif
+
+#define STRINGIFY_HELPER(X) #X
+#define STRINGIFY(X) STRINGIFY_HELPER(X)
+
+/* 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(__HAIKU__)
+# define PLATFORM_ID "Haiku"
+
+#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"
+
+#elif defined(__WATCOMC__)
+# if defined(__LINUX__)
+# define PLATFORM_ID "Linux"
+
+# elif defined(__DOS__)
+# define PLATFORM_ID "DOS"
+
+# elif defined(__OS2__)
+# define PLATFORM_ID "OS2"
+
+# elif defined(__WINDOWS__)
+# define PLATFORM_ID "Windows3x"
+
+# else /* unknown platform */
+# define PLATFORM_ID
+# endif
+
+#else /* unknown platform */
+# define PLATFORM_ID
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+ the architecture of the compiler being used. This is because
+ the compilers do not have flags that can change the architecture,
+ but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+# define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+# define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+# define ARCHITECTURE_ID "X86"
+
+# elif defined(_M_ARM)
+# if _M_ARM == 4
+# define ARCHITECTURE_ID "ARMV4I"
+# elif _M_ARM == 5
+# define ARCHITECTURE_ID "ARMV5I"
+# else
+# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
+# endif
+
+# elif defined(_M_MIPS)
+# define ARCHITECTURE_ID "MIPS"
+
+# elif defined(_M_SH)
+# define ARCHITECTURE_ID "SHx"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__WATCOMC__)
+# if defined(_M_I86)
+# define ARCHITECTURE_ID "I86"
+
+# elif defined(_M_IX86)
+# define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#else
+# define ARCHITECTURE_ID
+#endif
+
+/* Convert integer to decimal digit literals. */
+#define DEC(n) \
+ ('0' + (((n) / 10000000)%10)), \
+ ('0' + (((n) / 1000000)%10)), \
+ ('0' + (((n) / 100000)%10)), \
+ ('0' + (((n) / 10000)%10)), \
+ ('0' + (((n) / 1000)%10)), \
+ ('0' + (((n) / 100)%10)), \
+ ('0' + (((n) / 10)%10)), \
+ ('0' + ((n) % 10))
+
+/* Convert integer to hex digit literals. */
+#define HEX(n) \
+ ('0' + ((n)>>28 & 0xF)), \
+ ('0' + ((n)>>24 & 0xF)), \
+ ('0' + ((n)>>20 & 0xF)), \
+ ('0' + ((n)>>16 & 0xF)), \
+ ('0' + ((n)>>12 & 0xF)), \
+ ('0' + ((n)>>8 & 0xF)), \
+ ('0' + ((n)>>4 & 0xF)), \
+ ('0' + ((n) & 0xF))
+
+/* Construct a string literal encoding the version number components. */
+#ifdef COMPILER_VERSION_MAJOR
+char const info_version[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+ COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+ '.', COMPILER_VERSION_MINOR,
+# ifdef COMPILER_VERSION_PATCH
+ '.', COMPILER_VERSION_PATCH,
+# ifdef COMPILER_VERSION_TWEAK
+ '.', COMPILER_VERSION_TWEAK,
+# endif
+# endif
+# endif
+ ']','\0'};
+#endif
+
+/* Construct a string literal encoding the version number components. */
+#ifdef SIMULATE_VERSION_MAJOR
+char const info_simulate_version[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
+ SIMULATE_VERSION_MAJOR,
+# ifdef SIMULATE_VERSION_MINOR
+ '.', SIMULATE_VERSION_MINOR,
+# ifdef SIMULATE_VERSION_PATCH
+ '.', SIMULATE_VERSION_PATCH,
+# ifdef SIMULATE_VERSION_TWEAK
+ '.', SIMULATE_VERSION_TWEAK,
+# endif
+# endif
+# endif
+ ']','\0'};
+#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 const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+
+#if !defined(__STDC__)
+# if defined(_MSC_VER) && !defined(__clang__)
+# define C_DIALECT "90"
+# else
+# define C_DIALECT
+# endif
+#elif __STDC_VERSION__ >= 201000L
+# define C_DIALECT "11"
+#elif __STDC_VERSION__ >= 199901L
+# define C_DIALECT "99"
+#else
+# define C_DIALECT "90"
+#endif
+const char* info_language_dialect_default =
+ "INFO" ":" "dialect_default[" C_DIALECT "]";
+
+/*--------------------------------------------------------------------------*/
+
+#ifdef ID_VOID_MAIN
+void main() {}
+#else
+# if defined(__CLASSIC_C__)
+int main(argc, argv) int argc; char *argv[];
+# else
+int main(int argc, char* argv[])
+# endif
+{
+ int require = 0;
+ require += info_compiler[argc];
+ require += info_platform[argc];
+ require += info_arch[argc];
+#ifdef COMPILER_VERSION_MAJOR
+ require += info_version[argc];
+#endif
+#ifdef SIMULATE_ID
+ require += info_simulate[argc];
+#endif
+#ifdef SIMULATE_VERSION_MAJOR
+ require += info_simulate_version[argc];
+#endif
+#if defined(__CRAYXE) || defined(__CRAYXC)
+ require += info_cray[argc];
+#endif
+ require += info_language_dialect_default[argc];
+ (void)argv;
+ return require;
+}
+#endif
diff --git a/CMakeFiles/3.6.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/CMakeFiles/3.6.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
new file mode 100644
index 0000000..a6e6bed
--- /dev/null
+++ b/CMakeFiles/3.6.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
@@ -0,0 +1,533 @@
+/* This source file must have a .cpp extension so that all C++ compilers
+ recognize the extension without flags. Borland does not know .cxx for
+ example. */
+#ifndef __cplusplus
+# error "A C compiler has been selected for C++."
+#endif
+
+
+/* Version number components: V=Version, R=Revision, P=Patch
+ Version date components: YYYY=Year, MM=Month, DD=Day */
+
+#if defined(__COMO__)
+# define COMPILER_ID "Comeau"
+ /* __COMO_VERSION__ = VRR */
+# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
+
+#elif defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+ /* __INTEL_COMPILER = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# if defined(__INTEL_COMPILER_UPDATE)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
+# else
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
+# endif
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+ /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__PATHCC__)
+# define COMPILER_ID "PathScale"
+# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
+# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
+# if defined(__PATHCC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
+# endif
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+ /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
+# define COMPILER_ID "Watcom"
+ /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "OpenWatcom"
+ /* __WATCOMC__ = VVRP + 1100 */
+# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__SUNPRO_CC)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_CC >= 0x5100
+ /* __SUNPRO_CC = 0xVRRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
+# else
+ /* __SUNPRO_CC = 0xVRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
+# endif
+
+#elif defined(__HP_aCC)
+# define COMPILER_ID "HP"
+ /* __HP_aCC = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
+
+#elif defined(__DECCXX)
+# define COMPILER_ID "Compaq"
+ /* __DECCXX_VER = VVRRTPPPP */
+# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
+# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
+# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
+
+#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
+# define COMPILER_ID "zOS"
+ /* __IBMCPP__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
+
+#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
+# define COMPILER_ID "XL"
+ /* __IBMCPP__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
+
+#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
+# define COMPILER_ID "VisualAge"
+ /* __IBMCPP__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
+# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI"
+ /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
+# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
+# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
+# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
+
+#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
+# define COMPILER_ID "Fujitsu"
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__clang__) && defined(__apple_build_version__)
+# define COMPILER_ID "AppleClang"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__GNUC__)
+# define COMPILER_ID "GNU"
+# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# if defined(__GNUC_MINOR__)
+# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# endif
+# if defined(__GNUC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+ /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+# if _MSC_VER >= 1400
+ /* _MSC_FULL_VER = VVRRPPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+# else
+ /* _MSC_FULL_VER = VVRRPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+# endif
+# endif
+# if defined(_MSC_BUILD)
+# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
+# define COMPILER_ID "ADSP"
+#if defined(__VISUALDSPVERSION__)
+ /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
+# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
+# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
+#endif
+
+#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
+# define COMPILER_ID "IAR"
+
+#elif defined(__ARMCC_VERSION)
+# define COMPILER_ID "ARMCC"
+#if __ARMCC_VERSION >= 1000000
+ /* __ARMCC_VERSION = VRRPPPP */
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
+#else
+ /* __ARMCC_VERSION = VRPPPP */
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
+#endif
+
+
+#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
+# define COMPILER_ID "MIPSpro"
+# if defined(_SGI_COMPILER_VERSION)
+ /* _SGI_COMPILER_VERSION = VRP */
+# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
+# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
+# else
+ /* _COMPILER_VERSION = VRP */
+# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
+# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
+# endif
+
+
+/* These compilers are either not known or 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 const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+#ifdef SIMULATE_ID
+char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
+#endif
+
+#ifdef __QNXNTO__
+char const* qnxnto = "INFO" ":" "qnxnto[]";
+#endif
+
+#if defined(__CRAYXE) || defined(__CRAYXC)
+char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
+#endif
+
+#define STRINGIFY_HELPER(X) #X
+#define STRINGIFY(X) STRINGIFY_HELPER(X)
+
+/* 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(__HAIKU__)
+# define PLATFORM_ID "Haiku"
+
+#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"
+
+#elif defined(__WATCOMC__)
+# if defined(__LINUX__)
+# define PLATFORM_ID "Linux"
+
+# elif defined(__DOS__)
+# define PLATFORM_ID "DOS"
+
+# elif defined(__OS2__)
+# define PLATFORM_ID "OS2"
+
+# elif defined(__WINDOWS__)
+# define PLATFORM_ID "Windows3x"
+
+# else /* unknown platform */
+# define PLATFORM_ID
+# endif
+
+#else /* unknown platform */
+# define PLATFORM_ID
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+ the architecture of the compiler being used. This is because
+ the compilers do not have flags that can change the architecture,
+ but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+# define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+# define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+# define ARCHITECTURE_ID "X86"
+
+# elif defined(_M_ARM)
+# if _M_ARM == 4
+# define ARCHITECTURE_ID "ARMV4I"
+# elif _M_ARM == 5
+# define ARCHITECTURE_ID "ARMV5I"
+# else
+# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
+# endif
+
+# elif defined(_M_MIPS)
+# define ARCHITECTURE_ID "MIPS"
+
+# elif defined(_M_SH)
+# define ARCHITECTURE_ID "SHx"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__WATCOMC__)
+# if defined(_M_I86)
+# define ARCHITECTURE_ID "I86"
+
+# elif defined(_M_IX86)
+# define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#else
+# define ARCHITECTURE_ID
+#endif
+
+/* Convert integer to decimal digit literals. */
+#define DEC(n) \
+ ('0' + (((n) / 10000000)%10)), \
+ ('0' + (((n) / 1000000)%10)), \
+ ('0' + (((n) / 100000)%10)), \
+ ('0' + (((n) / 10000)%10)), \
+ ('0' + (((n) / 1000)%10)), \
+ ('0' + (((n) / 100)%10)), \
+ ('0' + (((n) / 10)%10)), \
+ ('0' + ((n) % 10))
+
+/* Convert integer to hex digit literals. */
+#define HEX(n) \
+ ('0' + ((n)>>28 & 0xF)), \
+ ('0' + ((n)>>24 & 0xF)), \
+ ('0' + ((n)>>20 & 0xF)), \
+ ('0' + ((n)>>16 & 0xF)), \
+ ('0' + ((n)>>12 & 0xF)), \
+ ('0' + ((n)>>8 & 0xF)), \
+ ('0' + ((n)>>4 & 0xF)), \
+ ('0' + ((n) & 0xF))
+
+/* Construct a string literal encoding the version number components. */
+#ifdef COMPILER_VERSION_MAJOR
+char const info_version[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+ COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+ '.', COMPILER_VERSION_MINOR,
+# ifdef COMPILER_VERSION_PATCH
+ '.', COMPILER_VERSION_PATCH,
+# ifdef COMPILER_VERSION_TWEAK
+ '.', COMPILER_VERSION_TWEAK,
+# endif
+# endif
+# endif
+ ']','\0'};
+#endif
+
+/* Construct a string literal encoding the version number components. */
+#ifdef SIMULATE_VERSION_MAJOR
+char const info_simulate_version[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
+ SIMULATE_VERSION_MAJOR,
+# ifdef SIMULATE_VERSION_MINOR
+ '.', SIMULATE_VERSION_MINOR,
+# ifdef SIMULATE_VERSION_PATCH
+ '.', SIMULATE_VERSION_PATCH,
+# ifdef SIMULATE_VERSION_TWEAK
+ '.', SIMULATE_VERSION_TWEAK,
+# endif
+# endif
+# endif
+ ']','\0'};
+#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 const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+
+const char* info_language_dialect_default = "INFO" ":" "dialect_default["
+#if __cplusplus >= 201402L
+ "14"
+#elif __cplusplus >= 201103L
+ "11"
+#else
+ "98"
+#endif
+"]";
+
+/*--------------------------------------------------------------------------*/
+
+int main(int argc, char* argv[])
+{
+ int require = 0;
+ require += info_compiler[argc];
+ require += info_platform[argc];
+#ifdef COMPILER_VERSION_MAJOR
+ require += info_version[argc];
+#endif
+#ifdef SIMULATE_ID
+ require += info_simulate[argc];
+#endif
+#ifdef SIMULATE_VERSION_MAJOR
+ require += info_simulate_version[argc];
+#endif
+#if defined(__CRAYXE) || defined(__CRAYXC)
+ require += info_cray[argc];
+#endif
+ require += info_language_dialect_default[argc];
+ (void)argv;
+ return require;
+}
diff --git a/CMakeFiles/CMakeDirectoryInformation.cmake b/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000..2569371
--- /dev/null
+++ b/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.6
+
+# Relative path conversion top directories.
+set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/martin/XTrackCAD/src/work")
+set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/martin/XTrackCAD/src/work")
+
+# Force unix paths in dependencies.
+set(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# 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/CMakeFiles/CMakeOutput.log b/CMakeFiles/CMakeOutput.log
new file mode 100644
index 0000000..989fa47
--- /dev/null
+++ b/CMakeFiles/CMakeOutput.log
@@ -0,0 +1,542 @@
+The system is: Linux - 4.8.15-300.fc25.i686 - i686
+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/martin/XTrackCAD/src/work/CMakeFiles/3.6.2/CompilerIdC/a.out"
+
+Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
+Compiler: /usr/bin/g++
+Build flags:
+Id flags:
+
+The output was:
+0
+
+
+Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
+
+The CXX compiler identification is GNU, found in "/home/martin/XTrackCAD/src/work/CMakeFiles/3.6.2/CompilerIdCXX/a.out"
+
+Determining if the C compiler works passed with the following output:
+Change Dir: /home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_f8436/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_f8436.dir/build.make CMakeFiles/cmTC_f8436.dir/build
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird betreten
+Building C object CMakeFiles/cmTC_f8436.dir/testCCompiler.c.o
+/usr/bin/gcc -o CMakeFiles/cmTC_f8436.dir/testCCompiler.c.o -c /home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp/testCCompiler.c
+Linking C executable cmTC_f8436
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f8436.dir/link.txt --verbose=1
+/usr/bin/gcc CMakeFiles/cmTC_f8436.dir/testCCompiler.c.o -o cmTC_f8436 -rdynamic
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird verlassen
+
+
+Detecting C compiler ABI info compiled with the following output:
+Change Dir: /home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_cdebf/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_cdebf.dir/build.make CMakeFiles/cmTC_cdebf.dir/build
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird betreten
+Building C object CMakeFiles/cmTC_cdebf.dir/CMakeCCompilerABI.c.o
+/usr/bin/gcc -o CMakeFiles/cmTC_cdebf.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c
+Linking C executable cmTC_cdebf
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cdebf.dir/link.txt --verbose=1
+/usr/bin/gcc -v CMakeFiles/cmTC_cdebf.dir/CMakeCCompilerABI.c.o -o cmTC_cdebf -rdynamic
+Es werden eingebaute Spezifikationen verwendet.
+COLLECT_GCC=/usr/bin/gcc
+COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/6.3.1/lto-wrapper
+Ziel: i686-redhat-linux
+Konfiguriert mit: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch=i686 --build=i686-redhat-linux
+Thread-Modell: posix
+gcc-Version 6.3.1 20161221 (Red Hat 6.3.1-1) (GCC)
+COMPILER_PATH=/usr/libexec/gcc/i686-redhat-linux/6.3.1/:/usr/libexec/gcc/i686-redhat-linux/6.3.1/:/usr/libexec/gcc/i686-redhat-linux/:/usr/lib/gcc/i686-redhat-linux/6.3.1/:/usr/lib/gcc/i686-redhat-linux/
+LIBRARY_PATH=/usr/lib/gcc/i686-redhat-linux/6.3.1/:/usr/lib/gcc/i686-redhat-linux/6.3.1/../../../:/lib/:/usr/lib/
+COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_cdebf' '-rdynamic' '-mtune=generic' '-march=i686'
+ /usr/libexec/gcc/i686-redhat-linux/6.3.1/collect2 -plugin /usr/libexec/gcc/i686-redhat-linux/6.3.1/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/i686-redhat-linux/6.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cclckJPd.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_cdebf /usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crt1.o /usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crti.o /usr/lib/gcc/i686-redhat-linux/6.3.1/crtbegin.o -L/usr/lib/gcc/i686-redhat-linux/6.3.1 -L/usr/lib/gcc/i686-redhat-linux/6.3.1/../../.. CMakeFiles/cmTC_cdebf.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-redhat-linux/6.3.1/crtend.o /usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crtn.o
+COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_cdebf' '-rdynamic' '-mtune=generic' '-march=i686'
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird verlassen
+
+
+Parsed C implicit link information from above output:
+ link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
+ ignore line: [Change Dir: /home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp]
+ ignore line: []
+ ignore line: [Run Build Command:"/usr/bin/gmake" "cmTC_cdebf/fast"]
+ ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_cdebf.dir/build.make CMakeFiles/cmTC_cdebf.dir/build]
+ ignore line: [gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird betreten]
+ ignore line: [Building C object CMakeFiles/cmTC_cdebf.dir/CMakeCCompilerABI.c.o]
+ ignore line: [/usr/bin/gcc -o CMakeFiles/cmTC_cdebf.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c]
+ ignore line: [Linking C executable cmTC_cdebf]
+ ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cdebf.dir/link.txt --verbose=1]
+ ignore line: [/usr/bin/gcc -v CMakeFiles/cmTC_cdebf.dir/CMakeCCompilerABI.c.o -o cmTC_cdebf -rdynamic ]
+ ignore line: [Es werden eingebaute Spezifikationen verwendet.]
+ ignore line: [COLLECT_GCC=/usr/bin/gcc]
+ ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/6.3.1/lto-wrapper]
+ ignore line: [Ziel: i686-redhat-linux]
+ ignore line: [Konfiguriert mit: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch=i686 --build=i686-redhat-linux]
+ ignore line: [Thread-Modell: posix]
+ ignore line: [gcc-Version 6.3.1 20161221 (Red Hat 6.3.1-1) (GCC) ]
+ ignore line: [COMPILER_PATH=/usr/libexec/gcc/i686-redhat-linux/6.3.1/:/usr/libexec/gcc/i686-redhat-linux/6.3.1/:/usr/libexec/gcc/i686-redhat-linux/:/usr/lib/gcc/i686-redhat-linux/6.3.1/:/usr/lib/gcc/i686-redhat-linux/]
+ ignore line: [LIBRARY_PATH=/usr/lib/gcc/i686-redhat-linux/6.3.1/:/usr/lib/gcc/i686-redhat-linux/6.3.1/../../../:/lib/:/usr/lib/]
+ ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_cdebf' '-rdynamic' '-mtune=generic' '-march=i686']
+ link line: [ /usr/libexec/gcc/i686-redhat-linux/6.3.1/collect2 -plugin /usr/libexec/gcc/i686-redhat-linux/6.3.1/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/i686-redhat-linux/6.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cclckJPd.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_cdebf /usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crt1.o /usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crti.o /usr/lib/gcc/i686-redhat-linux/6.3.1/crtbegin.o -L/usr/lib/gcc/i686-redhat-linux/6.3.1 -L/usr/lib/gcc/i686-redhat-linux/6.3.1/../../.. CMakeFiles/cmTC_cdebf.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-redhat-linux/6.3.1/crtend.o /usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crtn.o]
+ arg [/usr/libexec/gcc/i686-redhat-linux/6.3.1/collect2] ==> ignore
+ arg [-plugin] ==> ignore
+ arg [/usr/libexec/gcc/i686-redhat-linux/6.3.1/liblto_plugin.so] ==> ignore
+ arg [-plugin-opt=/usr/libexec/gcc/i686-redhat-linux/6.3.1/lto-wrapper] ==> ignore
+ arg [-plugin-opt=-fresolution=/tmp/cclckJPd.res] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
+ arg [-plugin-opt=-pass-through=-lc] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
+ arg [--build-id] ==> ignore
+ arg [--no-add-needed] ==> ignore
+ arg [--eh-frame-hdr] ==> ignore
+ arg [--hash-style=gnu] ==> ignore
+ arg [-m] ==> ignore
+ arg [elf_i386] ==> ignore
+ arg [-export-dynamic] ==> ignore
+ arg [-dynamic-linker] ==> ignore
+ arg [/lib/ld-linux.so.2] ==> ignore
+ arg [-o] ==> ignore
+ arg [cmTC_cdebf] ==> ignore
+ arg [/usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crt1.o] ==> ignore
+ arg [/usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crti.o] ==> ignore
+ arg [/usr/lib/gcc/i686-redhat-linux/6.3.1/crtbegin.o] ==> ignore
+ arg [-L/usr/lib/gcc/i686-redhat-linux/6.3.1] ==> dir [/usr/lib/gcc/i686-redhat-linux/6.3.1]
+ arg [-L/usr/lib/gcc/i686-redhat-linux/6.3.1/../../..] ==> dir [/usr/lib/gcc/i686-redhat-linux/6.3.1/../../..]
+ arg [CMakeFiles/cmTC_cdebf.dir/CMakeCCompilerABI.c.o] ==> ignore
+ arg [-lgcc] ==> lib [gcc]
+ arg [--as-needed] ==> ignore
+ arg [-lgcc_s] ==> lib [gcc_s]
+ arg [--no-as-needed] ==> ignore
+ arg [-lc] ==> lib [c]
+ arg [-lgcc] ==> lib [gcc]
+ arg [--as-needed] ==> ignore
+ arg [-lgcc_s] ==> lib [gcc_s]
+ arg [--no-as-needed] ==> ignore
+ arg [/usr/lib/gcc/i686-redhat-linux/6.3.1/crtend.o] ==> ignore
+ arg [/usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crtn.o] ==> ignore
+ remove lib [gcc]
+ remove lib [gcc_s]
+ remove lib [gcc]
+ remove lib [gcc_s]
+ collapse library dir [/usr/lib/gcc/i686-redhat-linux/6.3.1] ==> [/usr/lib/gcc/i686-redhat-linux/6.3.1]
+ collapse library dir [/usr/lib/gcc/i686-redhat-linux/6.3.1/../../..] ==> [/usr/lib]
+ implicit libs: [c]
+ implicit dirs: [/usr/lib/gcc/i686-redhat-linux/6.3.1;/usr/lib]
+ implicit fwks: []
+
+
+
+
+Detecting C [-std=c11] compiler features compiled with the following output:
+Change Dir: /home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_46098/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_46098.dir/build.make CMakeFiles/cmTC_46098.dir/build
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird betreten
+Building C object CMakeFiles/cmTC_46098.dir/feature_tests.c.o
+/usr/bin/gcc -std=c11 -o CMakeFiles/cmTC_46098.dir/feature_tests.c.o -c /home/martin/XTrackCAD/src/work/CMakeFiles/feature_tests.c
+Linking C executable cmTC_46098
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_46098.dir/link.txt --verbose=1
+/usr/bin/gcc CMakeFiles/cmTC_46098.dir/feature_tests.c.o -o cmTC_46098 -rdynamic
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird verlassen
+
+
+ Feature record: C_FEATURE:1c_function_prototypes
+ Feature record: C_FEATURE:1c_restrict
+ Feature record: C_FEATURE:1c_static_assert
+ Feature record: C_FEATURE:1c_variadic_macros
+
+
+Detecting C [-std=c99] compiler features compiled with the following output:
+Change Dir: /home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_1b056/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_1b056.dir/build.make CMakeFiles/cmTC_1b056.dir/build
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird betreten
+Building C object CMakeFiles/cmTC_1b056.dir/feature_tests.c.o
+/usr/bin/gcc -std=c99 -o CMakeFiles/cmTC_1b056.dir/feature_tests.c.o -c /home/martin/XTrackCAD/src/work/CMakeFiles/feature_tests.c
+Linking C executable cmTC_1b056
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1b056.dir/link.txt --verbose=1
+/usr/bin/gcc CMakeFiles/cmTC_1b056.dir/feature_tests.c.o -o cmTC_1b056 -rdynamic
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird verlassen
+
+
+ Feature record: C_FEATURE:1c_function_prototypes
+ Feature record: C_FEATURE:1c_restrict
+ Feature record: C_FEATURE:0c_static_assert
+ Feature record: C_FEATURE:1c_variadic_macros
+
+
+Detecting C [-std=c90] compiler features compiled with the following output:
+Change Dir: /home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_cc0cd/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_cc0cd.dir/build.make CMakeFiles/cmTC_cc0cd.dir/build
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird betreten
+Building C object CMakeFiles/cmTC_cc0cd.dir/feature_tests.c.o
+/usr/bin/gcc -std=c90 -o CMakeFiles/cmTC_cc0cd.dir/feature_tests.c.o -c /home/martin/XTrackCAD/src/work/CMakeFiles/feature_tests.c
+Linking C executable cmTC_cc0cd
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc0cd.dir/link.txt --verbose=1
+/usr/bin/gcc CMakeFiles/cmTC_cc0cd.dir/feature_tests.c.o -o cmTC_cc0cd -rdynamic
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird verlassen
+
+
+ Feature record: C_FEATURE:1c_function_prototypes
+ Feature record: C_FEATURE:0c_restrict
+ Feature record: C_FEATURE:0c_static_assert
+ Feature record: C_FEATURE:0c_variadic_macros
+Determining if the CXX compiler works passed with the following output:
+Change Dir: /home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_7ea6a/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_7ea6a.dir/build.make CMakeFiles/cmTC_7ea6a.dir/build
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird betreten
+Building CXX object CMakeFiles/cmTC_7ea6a.dir/testCXXCompiler.cxx.o
+/usr/bin/g++ -o CMakeFiles/cmTC_7ea6a.dir/testCXXCompiler.cxx.o -c /home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
+Linking CXX executable cmTC_7ea6a
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ea6a.dir/link.txt --verbose=1
+/usr/bin/g++ CMakeFiles/cmTC_7ea6a.dir/testCXXCompiler.cxx.o -o cmTC_7ea6a -rdynamic
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird verlassen
+
+
+Detecting CXX compiler ABI info compiled with the following output:
+Change Dir: /home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_1b8f8/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_1b8f8.dir/build.make CMakeFiles/cmTC_1b8f8.dir/build
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird betreten
+Building CXX object CMakeFiles/cmTC_1b8f8.dir/CMakeCXXCompilerABI.cpp.o
+/usr/bin/g++ -o CMakeFiles/cmTC_1b8f8.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp
+Linking CXX executable cmTC_1b8f8
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1b8f8.dir/link.txt --verbose=1
+/usr/bin/g++ -v CMakeFiles/cmTC_1b8f8.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_1b8f8 -rdynamic
+Es werden eingebaute Spezifikationen verwendet.
+COLLECT_GCC=/usr/bin/g++
+COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/6.3.1/lto-wrapper
+Ziel: i686-redhat-linux
+Konfiguriert mit: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch=i686 --build=i686-redhat-linux
+Thread-Modell: posix
+gcc-Version 6.3.1 20161221 (Red Hat 6.3.1-1) (GCC)
+COMPILER_PATH=/usr/libexec/gcc/i686-redhat-linux/6.3.1/:/usr/libexec/gcc/i686-redhat-linux/6.3.1/:/usr/libexec/gcc/i686-redhat-linux/:/usr/lib/gcc/i686-redhat-linux/6.3.1/:/usr/lib/gcc/i686-redhat-linux/
+LIBRARY_PATH=/usr/lib/gcc/i686-redhat-linux/6.3.1/:/usr/lib/gcc/i686-redhat-linux/6.3.1/../../../:/lib/:/usr/lib/
+COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_1b8f8' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=i686'
+ /usr/libexec/gcc/i686-redhat-linux/6.3.1/collect2 -plugin /usr/libexec/gcc/i686-redhat-linux/6.3.1/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/i686-redhat-linux/6.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccXFcRsT.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_1b8f8 /usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crt1.o /usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crti.o /usr/lib/gcc/i686-redhat-linux/6.3.1/crtbegin.o -L/usr/lib/gcc/i686-redhat-linux/6.3.1 -L/usr/lib/gcc/i686-redhat-linux/6.3.1/../../.. CMakeFiles/cmTC_1b8f8.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i686-redhat-linux/6.3.1/crtend.o /usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crtn.o
+COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_1b8f8' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=i686'
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird verlassen
+
+
+Parsed CXX implicit link information from above output:
+ link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
+ ignore line: [Change Dir: /home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp]
+ ignore line: []
+ ignore line: [Run Build Command:"/usr/bin/gmake" "cmTC_1b8f8/fast"]
+ ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_1b8f8.dir/build.make CMakeFiles/cmTC_1b8f8.dir/build]
+ ignore line: [gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird betreten]
+ ignore line: [Building CXX object CMakeFiles/cmTC_1b8f8.dir/CMakeCXXCompilerABI.cpp.o]
+ ignore line: [/usr/bin/g++ -o CMakeFiles/cmTC_1b8f8.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
+ ignore line: [Linking CXX executable cmTC_1b8f8]
+ ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1b8f8.dir/link.txt --verbose=1]
+ ignore line: [/usr/bin/g++ -v CMakeFiles/cmTC_1b8f8.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_1b8f8 -rdynamic ]
+ ignore line: [Es werden eingebaute Spezifikationen verwendet.]
+ ignore line: [COLLECT_GCC=/usr/bin/g++]
+ ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/6.3.1/lto-wrapper]
+ ignore line: [Ziel: i686-redhat-linux]
+ ignore line: [Konfiguriert mit: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch=i686 --build=i686-redhat-linux]
+ ignore line: [Thread-Modell: posix]
+ ignore line: [gcc-Version 6.3.1 20161221 (Red Hat 6.3.1-1) (GCC) ]
+ ignore line: [COMPILER_PATH=/usr/libexec/gcc/i686-redhat-linux/6.3.1/:/usr/libexec/gcc/i686-redhat-linux/6.3.1/:/usr/libexec/gcc/i686-redhat-linux/:/usr/lib/gcc/i686-redhat-linux/6.3.1/:/usr/lib/gcc/i686-redhat-linux/]
+ ignore line: [LIBRARY_PATH=/usr/lib/gcc/i686-redhat-linux/6.3.1/:/usr/lib/gcc/i686-redhat-linux/6.3.1/../../../:/lib/:/usr/lib/]
+ ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_1b8f8' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=i686']
+ link line: [ /usr/libexec/gcc/i686-redhat-linux/6.3.1/collect2 -plugin /usr/libexec/gcc/i686-redhat-linux/6.3.1/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/i686-redhat-linux/6.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccXFcRsT.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_1b8f8 /usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crt1.o /usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crti.o /usr/lib/gcc/i686-redhat-linux/6.3.1/crtbegin.o -L/usr/lib/gcc/i686-redhat-linux/6.3.1 -L/usr/lib/gcc/i686-redhat-linux/6.3.1/../../.. CMakeFiles/cmTC_1b8f8.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i686-redhat-linux/6.3.1/crtend.o /usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crtn.o]
+ arg [/usr/libexec/gcc/i686-redhat-linux/6.3.1/collect2] ==> ignore
+ arg [-plugin] ==> ignore
+ arg [/usr/libexec/gcc/i686-redhat-linux/6.3.1/liblto_plugin.so] ==> ignore
+ arg [-plugin-opt=/usr/libexec/gcc/i686-redhat-linux/6.3.1/lto-wrapper] ==> ignore
+ arg [-plugin-opt=-fresolution=/tmp/ccXFcRsT.res] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
+ arg [-plugin-opt=-pass-through=-lc] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
+ arg [--build-id] ==> ignore
+ arg [--no-add-needed] ==> ignore
+ arg [--eh-frame-hdr] ==> ignore
+ arg [--hash-style=gnu] ==> ignore
+ arg [-m] ==> ignore
+ arg [elf_i386] ==> ignore
+ arg [-export-dynamic] ==> ignore
+ arg [-dynamic-linker] ==> ignore
+ arg [/lib/ld-linux.so.2] ==> ignore
+ arg [-o] ==> ignore
+ arg [cmTC_1b8f8] ==> ignore
+ arg [/usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crt1.o] ==> ignore
+ arg [/usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crti.o] ==> ignore
+ arg [/usr/lib/gcc/i686-redhat-linux/6.3.1/crtbegin.o] ==> ignore
+ arg [-L/usr/lib/gcc/i686-redhat-linux/6.3.1] ==> dir [/usr/lib/gcc/i686-redhat-linux/6.3.1]
+ arg [-L/usr/lib/gcc/i686-redhat-linux/6.3.1/../../..] ==> dir [/usr/lib/gcc/i686-redhat-linux/6.3.1/../../..]
+ arg [CMakeFiles/cmTC_1b8f8.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
+ arg [-lstdc++] ==> lib [stdc++]
+ arg [-lm] ==> lib [m]
+ arg [-lgcc_s] ==> lib [gcc_s]
+ arg [-lgcc] ==> lib [gcc]
+ arg [-lc] ==> lib [c]
+ arg [-lgcc_s] ==> lib [gcc_s]
+ arg [-lgcc] ==> lib [gcc]
+ arg [/usr/lib/gcc/i686-redhat-linux/6.3.1/crtend.o] ==> ignore
+ arg [/usr/lib/gcc/i686-redhat-linux/6.3.1/../../../crtn.o] ==> ignore
+ remove lib [gcc_s]
+ remove lib [gcc]
+ remove lib [gcc_s]
+ remove lib [gcc]
+ collapse library dir [/usr/lib/gcc/i686-redhat-linux/6.3.1] ==> [/usr/lib/gcc/i686-redhat-linux/6.3.1]
+ collapse library dir [/usr/lib/gcc/i686-redhat-linux/6.3.1/../../..] ==> [/usr/lib]
+ implicit libs: [stdc++;m;c]
+ implicit dirs: [/usr/lib/gcc/i686-redhat-linux/6.3.1;/usr/lib]
+ implicit fwks: []
+
+
+
+
+Detecting CXX [-std=c++14] compiler features compiled with the following output:
+Change Dir: /home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_a17f1/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_a17f1.dir/build.make CMakeFiles/cmTC_a17f1.dir/build
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird betreten
+Building CXX object CMakeFiles/cmTC_a17f1.dir/feature_tests.cxx.o
+/usr/bin/g++ -std=c++14 -o CMakeFiles/cmTC_a17f1.dir/feature_tests.cxx.o -c /home/martin/XTrackCAD/src/work/CMakeFiles/feature_tests.cxx
+Linking CXX executable cmTC_a17f1
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a17f1.dir/link.txt --verbose=1
+/usr/bin/g++ CMakeFiles/cmTC_a17f1.dir/feature_tests.cxx.o -o cmTC_a17f1 -rdynamic
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird verlassen
+
+
+ Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
+ Feature record: CXX_FEATURE:1cxx_alias_templates
+ Feature record: CXX_FEATURE:1cxx_alignas
+ Feature record: CXX_FEATURE:1cxx_alignof
+ Feature record: CXX_FEATURE:1cxx_attributes
+ Feature record: CXX_FEATURE:1cxx_attribute_deprecated
+ Feature record: CXX_FEATURE:1cxx_auto_type
+ Feature record: CXX_FEATURE:1cxx_binary_literals
+ Feature record: CXX_FEATURE:1cxx_constexpr
+ Feature record: CXX_FEATURE:1cxx_contextual_conversions
+ Feature record: CXX_FEATURE:1cxx_decltype
+ Feature record: CXX_FEATURE:1cxx_decltype_auto
+ Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
+ Feature record: CXX_FEATURE:1cxx_default_function_template_args
+ Feature record: CXX_FEATURE:1cxx_defaulted_functions
+ Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
+ Feature record: CXX_FEATURE:1cxx_delegating_constructors
+ Feature record: CXX_FEATURE:1cxx_deleted_functions
+ Feature record: CXX_FEATURE:1cxx_digit_separators
+ Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
+ Feature record: CXX_FEATURE:1cxx_explicit_conversions
+ Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
+ Feature record: CXX_FEATURE:1cxx_extern_templates
+ Feature record: CXX_FEATURE:1cxx_final
+ Feature record: CXX_FEATURE:1cxx_func_identifier
+ Feature record: CXX_FEATURE:1cxx_generalized_initializers
+ Feature record: CXX_FEATURE:1cxx_generic_lambdas
+ Feature record: CXX_FEATURE:1cxx_inheriting_constructors
+ Feature record: CXX_FEATURE:1cxx_inline_namespaces
+ Feature record: CXX_FEATURE:1cxx_lambdas
+ Feature record: CXX_FEATURE:1cxx_lambda_init_captures
+ Feature record: CXX_FEATURE:1cxx_local_type_template_args
+ Feature record: CXX_FEATURE:1cxx_long_long_type
+ Feature record: CXX_FEATURE:1cxx_noexcept
+ Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
+ Feature record: CXX_FEATURE:1cxx_nullptr
+ Feature record: CXX_FEATURE:1cxx_override
+ Feature record: CXX_FEATURE:1cxx_range_for
+ Feature record: CXX_FEATURE:1cxx_raw_string_literals
+ Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
+ Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
+ Feature record: CXX_FEATURE:1cxx_return_type_deduction
+ Feature record: CXX_FEATURE:1cxx_right_angle_brackets
+ Feature record: CXX_FEATURE:1cxx_rvalue_references
+ Feature record: CXX_FEATURE:1cxx_sizeof_member
+ Feature record: CXX_FEATURE:1cxx_static_assert
+ Feature record: CXX_FEATURE:1cxx_strong_enums
+ Feature record: CXX_FEATURE:1cxx_template_template_parameters
+ Feature record: CXX_FEATURE:1cxx_thread_local
+ Feature record: CXX_FEATURE:1cxx_trailing_return_types
+ Feature record: CXX_FEATURE:1cxx_unicode_literals
+ Feature record: CXX_FEATURE:1cxx_uniform_initialization
+ Feature record: CXX_FEATURE:1cxx_unrestricted_unions
+ Feature record: CXX_FEATURE:1cxx_user_literals
+ Feature record: CXX_FEATURE:1cxx_variable_templates
+ Feature record: CXX_FEATURE:1cxx_variadic_macros
+ Feature record: CXX_FEATURE:1cxx_variadic_templates
+
+
+Detecting CXX [-std=c++11] compiler features compiled with the following output:
+Change Dir: /home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_ba62b/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_ba62b.dir/build.make CMakeFiles/cmTC_ba62b.dir/build
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird betreten
+Building CXX object CMakeFiles/cmTC_ba62b.dir/feature_tests.cxx.o
+/usr/bin/g++ -std=c++11 -o CMakeFiles/cmTC_ba62b.dir/feature_tests.cxx.o -c /home/martin/XTrackCAD/src/work/CMakeFiles/feature_tests.cxx
+Linking CXX executable cmTC_ba62b
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba62b.dir/link.txt --verbose=1
+/usr/bin/g++ CMakeFiles/cmTC_ba62b.dir/feature_tests.cxx.o -o cmTC_ba62b -rdynamic
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird verlassen
+
+
+ Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
+ Feature record: CXX_FEATURE:1cxx_alias_templates
+ Feature record: CXX_FEATURE:1cxx_alignas
+ Feature record: CXX_FEATURE:1cxx_alignof
+ Feature record: CXX_FEATURE:1cxx_attributes
+ Feature record: CXX_FEATURE:0cxx_attribute_deprecated
+ Feature record: CXX_FEATURE:1cxx_auto_type
+ Feature record: CXX_FEATURE:0cxx_binary_literals
+ Feature record: CXX_FEATURE:1cxx_constexpr
+ Feature record: CXX_FEATURE:0cxx_contextual_conversions
+ Feature record: CXX_FEATURE:1cxx_decltype
+ Feature record: CXX_FEATURE:0cxx_decltype_auto
+ Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
+ Feature record: CXX_FEATURE:1cxx_default_function_template_args
+ Feature record: CXX_FEATURE:1cxx_defaulted_functions
+ Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
+ Feature record: CXX_FEATURE:1cxx_delegating_constructors
+ Feature record: CXX_FEATURE:1cxx_deleted_functions
+ Feature record: CXX_FEATURE:0cxx_digit_separators
+ Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
+ Feature record: CXX_FEATURE:1cxx_explicit_conversions
+ Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
+ Feature record: CXX_FEATURE:1cxx_extern_templates
+ Feature record: CXX_FEATURE:1cxx_final
+ Feature record: CXX_FEATURE:1cxx_func_identifier
+ Feature record: CXX_FEATURE:1cxx_generalized_initializers
+ Feature record: CXX_FEATURE:0cxx_generic_lambdas
+ Feature record: CXX_FEATURE:1cxx_inheriting_constructors
+ Feature record: CXX_FEATURE:1cxx_inline_namespaces
+ Feature record: CXX_FEATURE:1cxx_lambdas
+ Feature record: CXX_FEATURE:0cxx_lambda_init_captures
+ Feature record: CXX_FEATURE:1cxx_local_type_template_args
+ Feature record: CXX_FEATURE:1cxx_long_long_type
+ Feature record: CXX_FEATURE:1cxx_noexcept
+ Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
+ Feature record: CXX_FEATURE:1cxx_nullptr
+ Feature record: CXX_FEATURE:1cxx_override
+ Feature record: CXX_FEATURE:1cxx_range_for
+ Feature record: CXX_FEATURE:1cxx_raw_string_literals
+ Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
+ Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
+ Feature record: CXX_FEATURE:0cxx_return_type_deduction
+ Feature record: CXX_FEATURE:1cxx_right_angle_brackets
+ Feature record: CXX_FEATURE:1cxx_rvalue_references
+ Feature record: CXX_FEATURE:1cxx_sizeof_member
+ Feature record: CXX_FEATURE:1cxx_static_assert
+ Feature record: CXX_FEATURE:1cxx_strong_enums
+ Feature record: CXX_FEATURE:1cxx_template_template_parameters
+ Feature record: CXX_FEATURE:1cxx_thread_local
+ Feature record: CXX_FEATURE:1cxx_trailing_return_types
+ Feature record: CXX_FEATURE:1cxx_unicode_literals
+ Feature record: CXX_FEATURE:1cxx_uniform_initialization
+ Feature record: CXX_FEATURE:1cxx_unrestricted_unions
+ Feature record: CXX_FEATURE:1cxx_user_literals
+ Feature record: CXX_FEATURE:0cxx_variable_templates
+ Feature record: CXX_FEATURE:1cxx_variadic_macros
+ Feature record: CXX_FEATURE:1cxx_variadic_templates
+
+
+Detecting CXX [-std=c++98] compiler features compiled with the following output:
+Change Dir: /home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_7c8ab/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_7c8ab.dir/build.make CMakeFiles/cmTC_7c8ab.dir/build
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird betreten
+Building CXX object CMakeFiles/cmTC_7c8ab.dir/feature_tests.cxx.o
+/usr/bin/g++ -std=c++98 -o CMakeFiles/cmTC_7c8ab.dir/feature_tests.cxx.o -c /home/martin/XTrackCAD/src/work/CMakeFiles/feature_tests.cxx
+Linking CXX executable cmTC_7c8ab
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c8ab.dir/link.txt --verbose=1
+/usr/bin/g++ CMakeFiles/cmTC_7c8ab.dir/feature_tests.cxx.o -o cmTC_7c8ab -rdynamic
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird verlassen
+
+
+ Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
+ Feature record: CXX_FEATURE:0cxx_alias_templates
+ Feature record: CXX_FEATURE:0cxx_alignas
+ Feature record: CXX_FEATURE:0cxx_alignof
+ Feature record: CXX_FEATURE:0cxx_attributes
+ Feature record: CXX_FEATURE:0cxx_attribute_deprecated
+ Feature record: CXX_FEATURE:0cxx_auto_type
+ Feature record: CXX_FEATURE:0cxx_binary_literals
+ Feature record: CXX_FEATURE:0cxx_constexpr
+ Feature record: CXX_FEATURE:0cxx_contextual_conversions
+ Feature record: CXX_FEATURE:0cxx_decltype
+ Feature record: CXX_FEATURE:0cxx_decltype_auto
+ Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
+ Feature record: CXX_FEATURE:0cxx_default_function_template_args
+ Feature record: CXX_FEATURE:0cxx_defaulted_functions
+ Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
+ Feature record: CXX_FEATURE:0cxx_delegating_constructors
+ Feature record: CXX_FEATURE:0cxx_deleted_functions
+ Feature record: CXX_FEATURE:0cxx_digit_separators
+ Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
+ Feature record: CXX_FEATURE:0cxx_explicit_conversions
+ Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
+ Feature record: CXX_FEATURE:0cxx_extern_templates
+ Feature record: CXX_FEATURE:0cxx_final
+ Feature record: CXX_FEATURE:0cxx_func_identifier
+ Feature record: CXX_FEATURE:0cxx_generalized_initializers
+ Feature record: CXX_FEATURE:0cxx_generic_lambdas
+ Feature record: CXX_FEATURE:0cxx_inheriting_constructors
+ Feature record: CXX_FEATURE:0cxx_inline_namespaces
+ Feature record: CXX_FEATURE:0cxx_lambdas
+ Feature record: CXX_FEATURE:0cxx_lambda_init_captures
+ Feature record: CXX_FEATURE:0cxx_local_type_template_args
+ Feature record: CXX_FEATURE:0cxx_long_long_type
+ Feature record: CXX_FEATURE:0cxx_noexcept
+ Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
+ Feature record: CXX_FEATURE:0cxx_nullptr
+ Feature record: CXX_FEATURE:0cxx_override
+ Feature record: CXX_FEATURE:0cxx_range_for
+ Feature record: CXX_FEATURE:0cxx_raw_string_literals
+ Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
+ Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
+ Feature record: CXX_FEATURE:0cxx_return_type_deduction
+ Feature record: CXX_FEATURE:0cxx_right_angle_brackets
+ Feature record: CXX_FEATURE:0cxx_rvalue_references
+ Feature record: CXX_FEATURE:0cxx_sizeof_member
+ Feature record: CXX_FEATURE:0cxx_static_assert
+ Feature record: CXX_FEATURE:0cxx_strong_enums
+ Feature record: CXX_FEATURE:1cxx_template_template_parameters
+ Feature record: CXX_FEATURE:0cxx_thread_local
+ Feature record: CXX_FEATURE:0cxx_trailing_return_types
+ Feature record: CXX_FEATURE:0cxx_unicode_literals
+ Feature record: CXX_FEATURE:0cxx_uniform_initialization
+ Feature record: CXX_FEATURE:0cxx_unrestricted_unions
+ Feature record: CXX_FEATURE:0cxx_user_literals
+ Feature record: CXX_FEATURE:0cxx_variable_templates
+ Feature record: CXX_FEATURE:0cxx_variadic_macros
+ Feature record: CXX_FEATURE:0cxx_variadic_templates
+Determining if files malloc.h exist passed with the following output:
+Change Dir: /home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_2a2a5/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_2a2a5.dir/build.make CMakeFiles/cmTC_2a2a5.dir/build
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird betreten
+Building C object CMakeFiles/cmTC_2a2a5.dir/CheckIncludeFiles.c.o
+/usr/bin/gcc -o CMakeFiles/cmTC_2a2a5.dir/CheckIncludeFiles.c.o -c /home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
+Linking C executable cmTC_2a2a5
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2a2a5.dir/link.txt --verbose=1
+/usr/bin/gcc CMakeFiles/cmTC_2a2a5.dir/CheckIncludeFiles.c.o -o cmTC_2a2a5 -rdynamic
+gmake[1]: Verzeichnis „/home/martin/XTrackCAD/src/work/CMakeFiles/CMakeTmp“ wird verlassen
+
+
diff --git a/CMakeFiles/CMakeRuleHashes.txt b/CMakeFiles/CMakeRuleHashes.txt
new file mode 100644
index 0000000..34a258a
--- /dev/null
+++ b/CMakeFiles/CMakeRuleHashes.txt
@@ -0,0 +1,39 @@
+# Hashes of file build rules.
+64f1dfec80ffd30543b5bfd3dad49b4e app/bin/bllnhlp.c
+343b1b08920fdddeabf9c7fe19caa3c6 app/bin/to3way.lin
+f21494b9c3f2582a3fe3df8b7f4c2413 app/bin/tocrv.lin
+b0faed60b8d46d54bbf75e16d0efea70 app/bin/tocrvsct.lin
+f13f60d41a98fb1a7512687d21bac251 app/bin/todcross.lin
+0cde280b2e3c16ca50b9046e8c9d2727 app/bin/todslip.lin
+021b83aa61b344401ac19929cb3be614 app/bin/tolcross.lin
+9f4f9af5b6dd825ce5104c832f20b5c4 app/bin/torcross.lin
+d06604b5e1d71d6facc784cf210a9fcf app/bin/toreg.lin
+36addf3e6d0310dbb287eb8fa7f37b69 app/bin/tosslip.lin
+b061cf3c2ef72496493a62779f79adc8 app/bin/tostrsct.lin
+87f530a84f316544299af9ca3efdb3e3 app/bin/towye.lin
+b3e520a5020cd7678ab0d6367ba24627 app/bin/toxing.lin
+a036f339425d482b735f19e2251959e3 app/doc/CMakeFiles/clean-html
+76e0adc83282d2ae359fca8ed3e97e6b app/doc/CMakeFiles/help-html
+e54c106e8ce732d5965b96664abccc0d app/doc/html/index.html
+63902eb132b21e8c054fa57c0529d3b3 app/help/CMakeFiles/Help
+9fabac6565ff4d872bbc25e82f0a39ed app/help/messages.h
+1d0e5327bdb8528647a363c91f1ffcbf app/i18n/CMakeFiles/messages
+c36d288054384c60abbb43abac28b1eb app/i18n/CMakeFiles/msgmerge-de_DE
+d50dce50085ebaf42e6a6023f2af0904 app/i18n/CMakeFiles/msgmerge-fi
+4bfbb5652ff76aeb4a3216c6b599ac53 app/i18n/CMakeFiles/msgmerge-pt_BR
+d52529fcd32675495e0b130f4ad864d1 app/i18n/custmsg.h
+f09ad127caac1754399ad460d1e87a20 app/i18n/de_DE/LC_MESSAGES/xtrkcad.mo
+f18dc8677eb02b6a5a6fb577919a678c app/i18n/fi/LC_MESSAGES/xtrkcad.mo
+8e1ed84cc57fef70797a59649bbf2d36 app/i18n/pt_BR/LC_MESSAGES/xtrkcad.mo
+f622ee1b28c9089488947bc71a6e60ca app/i18n/xtrkcad.pot
+b92aff1f44281a71aedade202ed366bb app/lib/CHANGELOG.txt
+aee0a8329c230bf34fb35e67f623de7e app/lib/CMakeFiles/CHANGELOG
+aee0a8329c230bf34fb35e67f623de7e app/lib/CMakeFiles/Readme
+5568890c1ad4ba0f4e2fbd6a8fe95b58 app/lib/Readme.txt
+40476d1a0c00c2eba1cef8ab7451be31 app/lib/params/CMakeFiles/xtpfiles
+698c0cccf8c318cee33819d2ede224c6 app/lib/params/accurail.xtp
+856cc3f5c7f72e89656aee9171741572 app/lib/params/atlascho.xtp
+6f09f6127d77046252cc2edc26aa12fe app/lib/params/atlaseho.xtp
+6a0292358578c46228acc4cddb8748f9 app/lib/params/fallerho.xtp
+4ed21fcd81bc848d552e45b3da1c912d app/lib/params/pikestuf.xtp
+4fa9d73f0146c44d0804c3b04d482af5 app/lib/params/revell.xtp
diff --git a/CMakeFiles/Makefile.cmake b/CMakeFiles/Makefile.cmake
new file mode 100644
index 0000000..3c65a0b
--- /dev/null
+++ b/CMakeFiles/Makefile.cmake
@@ -0,0 +1,202 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.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"
+ "CMake/FindCMocka.cmake"
+ "CMake/FindGTKUnixPrint.cmake"
+ "CMake/FindPandoc.cmake"
+ "CMakeFiles/3.6.2/CMakeCCompiler.cmake"
+ "CMakeFiles/3.6.2/CMakeCXXCompiler.cmake"
+ "CMakeFiles/3.6.2/CMakeSystem.cmake"
+ "CMakeFiles/feature_tests.c"
+ "CMakeFiles/feature_tests.cxx"
+ "CMakeLists.txt"
+ "app/CMakeLists.txt"
+ "app/bin/CMakeLists.txt"
+ "app/bin/unittest/CMakeLists.txt"
+ "app/cornu/CMakeLists.txt"
+ "app/doc/CMakeLists.txt"
+ "app/doc/clean-html.cmake.in"
+ "app/doc/hhc.cmake.in"
+ "app/doc/intro.but.in"
+ "app/dynstring/CMakeLists.txt"
+ "app/dynstring/unittest/CMakeLists.txt"
+ "app/help/CMakeLists.txt"
+ "app/i18n/CMakeLists.txt"
+ "app/lib/CMakeLists.txt"
+ "app/lib/demos/CMakeLists.txt"
+ "app/lib/examples/CMakeLists.txt"
+ "app/lib/params/CMakeLists.txt"
+ "app/tools/CMakeLists.txt"
+ "app/tools/halibut/CMakeLists.txt"
+ "app/tools/halibut/charset/CMakeLists.txt"
+ "app/wlib/CMakeLists.txt"
+ "app/wlib/gtklib/CMakeLists.txt"
+ "distribution/CMakeLists.txt"
+ "distribution/downloadpage.wiki.in"
+ "distribution/posix/CMakeLists.txt"
+ "docs/CMakeLists.txt"
+ "xtrkcad-config.h.in"
+ "/usr/share/cmake/Modules/CMakeCCompiler.cmake.in"
+ "/usr/share/cmake/Modules/CMakeCCompilerABI.c"
+ "/usr/share/cmake/Modules/CMakeCInformation.cmake"
+ "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in"
+ "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp"
+ "/usr/share/cmake/Modules/CMakeCXXInformation.cmake"
+ "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
+ "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake"
+ "/usr/share/cmake/Modules/CMakeConfigurableFile.in"
+ "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake"
+ "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake"
+ "/usr/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake"
+ "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake"
+ "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake"
+ "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake"
+ "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake"
+ "/usr/share/cmake/Modules/CMakeGenericSystem.cmake"
+ "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake"
+ "/usr/share/cmake/Modules/CMakeParseArguments.cmake"
+ "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake"
+ "/usr/share/cmake/Modules/CMakeSystem.cmake.in"
+ "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
+ "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake"
+ "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake"
+ "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake"
+ "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake"
+ "/usr/share/cmake/Modules/CMakeUnixFindMake.cmake"
+ "/usr/share/cmake/Modules/CPack.cmake"
+ "/usr/share/cmake/Modules/CPackComponent.cmake"
+ "/usr/share/cmake/Modules/CheckIncludeFiles.cmake"
+ "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
+ "/usr/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/GNU-C-FeatureTests.cmake"
+ "/usr/share/cmake/Modules/Compiler/GNU-C.cmake"
+ "/usr/share/cmake/Modules/Compiler/GNU-CXX-FeatureTests.cmake"
+ "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake"
+ "/usr/share/cmake/Modules/Compiler/GNU-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/GNU.cmake"
+ "/usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
+ "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
+ "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/MIPSpro-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
+ "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake"
+ "/usr/share/cmake/Modules/FindPackageMessage.cmake"
+ "/usr/share/cmake/Modules/FindPkgConfig.cmake"
+ "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake"
+ "/usr/share/cmake/Modules/Platform/Linux-CXX.cmake"
+ "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake"
+ "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake"
+ "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake"
+ "/usr/share/cmake/Modules/Platform/Linux.cmake"
+ "/usr/share/cmake/Modules/Platform/UnixPaths.cmake"
+ "/usr/share/cmake/Templates/CPackConfig.cmake.in"
+ )
+
+# The corresponding makefile is:
+set(CMAKE_MAKEFILE_OUTPUTS
+ "Makefile"
+ "CMakeFiles/cmake.check_cache"
+ )
+
+# Byproducts of CMake generate step:
+set(CMAKE_MAKEFILE_PRODUCTS
+ "CMakeFiles/3.6.2/CMakeSystem.cmake"
+ "CMakeFiles/3.6.2/CMakeCCompiler.cmake"
+ "CMakeFiles/3.6.2/CMakeCXXCompiler.cmake"
+ "CMakeFiles/3.6.2/CMakeCCompiler.cmake"
+ "CMakeFiles/3.6.2/CMakeCXXCompiler.cmake"
+ "xtrkcad-config.h"
+ "CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/dynstring/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/dynstring/unittest/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/wlib/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/wlib/gtklib/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/tools/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/tools/halibut/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/tools/halibut/charset/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/help/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/doc/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/bin/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/bin/unittest/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/lib/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/lib/demos/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/lib/examples/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/lib/params/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/cornu/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "app/i18n/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "distribution/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "distribution/posix/CMakeFiles/CMakeDirectoryInformation.cmake"
+ "docs/CMakeFiles/CMakeDirectoryInformation.cmake"
+ )
+
+# Dependency information for all targets:
+set(CMAKE_DEPEND_INFO_FILES
+ "app/dynstring/CMakeFiles/dynstring.dir/DependInfo.cmake"
+ "app/dynstring/unittest/CMakeFiles/dynstringtest.dir/DependInfo.cmake"
+ "app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/DependInfo.cmake"
+ "app/tools/CMakeFiles/listxtp.dir/DependInfo.cmake"
+ "app/tools/halibut/CMakeFiles/halibut.dir/DependInfo.cmake"
+ "app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/DependInfo.cmake"
+ "app/help/CMakeFiles/Help.dir/DependInfo.cmake"
+ "app/help/CMakeFiles/genhelp.dir/DependInfo.cmake"
+ "app/help/CMakeFiles/genmessages.dir/DependInfo.cmake"
+ "app/doc/CMakeFiles/help-html.dir/DependInfo.cmake"
+ "app/doc/CMakeFiles/clean-html.dir/DependInfo.cmake"
+ "app/bin/CMakeFiles/xtrkcad.dir/DependInfo.cmake"
+ "app/bin/CMakeFiles/xtrkcad-lib.dir/DependInfo.cmake"
+ "app/bin/CMakeFiles/mkturnout.dir/DependInfo.cmake"
+ "app/bin/CMakeFiles/cnvdsgn.dir/DependInfo.cmake"
+ "app/bin/unittest/CMakeFiles/defaultstest.dir/DependInfo.cmake"
+ "app/bin/unittest/CMakeFiles/pathstest.dir/DependInfo.cmake"
+ "app/bin/unittest/CMakeFiles/dxfformattest.dir/DependInfo.cmake"
+ "app/lib/CMakeFiles/Readme.dir/DependInfo.cmake"
+ "app/lib/CMakeFiles/CHANGELOG.dir/DependInfo.cmake"
+ "app/lib/params/CMakeFiles/xtpfiles.dir/DependInfo.cmake"
+ "app/lib/params/CMakeFiles/mkstruct.dir/DependInfo.cmake"
+ "app/lib/params/CMakeFiles/mkcarpart.dir/DependInfo.cmake"
+ "app/cornu/CMakeFiles/xtrkcad-cornu.dir/DependInfo.cmake"
+ "app/i18n/CMakeFiles/messages.dir/DependInfo.cmake"
+ "app/i18n/CMakeFiles/msgmerge-pt_BR.dir/DependInfo.cmake"
+ "app/i18n/CMakeFiles/msgmerge-fi.dir/DependInfo.cmake"
+ "app/i18n/CMakeFiles/msgmerge-de_DE.dir/DependInfo.cmake"
+ "app/i18n/CMakeFiles/stripmsg.dir/DependInfo.cmake"
+ )
diff --git a/CMakeFiles/Makefile2 b/CMakeFiles/Makefile2
new file mode 100644
index 0000000..7414a76
--- /dev/null
+++ b/CMakeFiles/Makefile2
@@ -0,0 +1,1578 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.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 canonical 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
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/martin/XTrackCAD/src/work
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/martin/XTrackCAD/src/work
+
+#=============================================================================
+# Directory level rules for directory app
+
+# Convenience name for "all" pass in the directory.
+app/all: app/dynstring/all
+app/all: app/wlib/all
+app/all: app/tools/all
+app/all: app/help/all
+app/all: app/doc/all
+app/all: app/bin/all
+app/all: app/lib/all
+app/all: app/cornu/all
+app/all: app/i18n/all
+
+.PHONY : app/all
+
+# Convenience name for "clean" pass in the directory.
+app/clean: app/dynstring/clean
+app/clean: app/wlib/clean
+app/clean: app/tools/clean
+app/clean: app/help/clean
+app/clean: app/doc/clean
+app/clean: app/bin/clean
+app/clean: app/lib/clean
+app/clean: app/cornu/clean
+app/clean: app/i18n/clean
+
+.PHONY : app/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/preinstall: app/dynstring/preinstall
+app/preinstall: app/wlib/preinstall
+app/preinstall: app/tools/preinstall
+app/preinstall: app/help/preinstall
+app/preinstall: app/doc/preinstall
+app/preinstall: app/bin/preinstall
+app/preinstall: app/lib/preinstall
+app/preinstall: app/cornu/preinstall
+app/preinstall: app/i18n/preinstall
+
+.PHONY : app/preinstall
+
+#=============================================================================
+# Directory level rules for directory app/dynstring
+
+# Convenience name for "all" pass in the directory.
+app/dynstring/all: app/dynstring/CMakeFiles/dynstring.dir/all
+app/dynstring/all: app/dynstring/unittest/all
+
+.PHONY : app/dynstring/all
+
+# Convenience name for "clean" pass in the directory.
+app/dynstring/clean: app/dynstring/CMakeFiles/dynstring.dir/clean
+app/dynstring/clean: app/dynstring/unittest/clean
+
+.PHONY : app/dynstring/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/dynstring/preinstall: app/dynstring/unittest/preinstall
+
+.PHONY : app/dynstring/preinstall
+
+#=============================================================================
+# Target rules for target app/dynstring/CMakeFiles/dynstring.dir
+
+# All Build rule for target.
+app/dynstring/CMakeFiles/dynstring.dir/all:
+ $(MAKE) -f app/dynstring/CMakeFiles/dynstring.dir/build.make app/dynstring/CMakeFiles/dynstring.dir/depend
+ $(MAKE) -f app/dynstring/CMakeFiles/dynstring.dir/build.make app/dynstring/CMakeFiles/dynstring.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=5 "Built target dynstring"
+.PHONY : app/dynstring/CMakeFiles/dynstring.dir/all
+
+# Include target in all.
+all: app/dynstring/CMakeFiles/dynstring.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/dynstring/CMakeFiles/dynstring.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 1
+ $(MAKE) -f CMakeFiles/Makefile2 app/dynstring/CMakeFiles/dynstring.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/dynstring/CMakeFiles/dynstring.dir/rule
+
+# Convenience name for target.
+dynstring: app/dynstring/CMakeFiles/dynstring.dir/rule
+
+.PHONY : dynstring
+
+# clean rule for target.
+app/dynstring/CMakeFiles/dynstring.dir/clean:
+ $(MAKE) -f app/dynstring/CMakeFiles/dynstring.dir/build.make app/dynstring/CMakeFiles/dynstring.dir/clean
+.PHONY : app/dynstring/CMakeFiles/dynstring.dir/clean
+
+# clean rule for target.
+clean: app/dynstring/CMakeFiles/dynstring.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory app/dynstring/unittest
+
+# Convenience name for "all" pass in the directory.
+app/dynstring/unittest/all: app/dynstring/unittest/CMakeFiles/dynstringtest.dir/all
+
+.PHONY : app/dynstring/unittest/all
+
+# Convenience name for "clean" pass in the directory.
+app/dynstring/unittest/clean: app/dynstring/unittest/CMakeFiles/dynstringtest.dir/clean
+
+.PHONY : app/dynstring/unittest/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/dynstring/unittest/preinstall:
+
+.PHONY : app/dynstring/unittest/preinstall
+
+#=============================================================================
+# Target rules for target app/dynstring/unittest/CMakeFiles/dynstringtest.dir
+
+# All Build rule for target.
+app/dynstring/unittest/CMakeFiles/dynstringtest.dir/all: app/dynstring/CMakeFiles/dynstring.dir/all
+ $(MAKE) -f app/dynstring/unittest/CMakeFiles/dynstringtest.dir/build.make app/dynstring/unittest/CMakeFiles/dynstringtest.dir/depend
+ $(MAKE) -f app/dynstring/unittest/CMakeFiles/dynstringtest.dir/build.make app/dynstring/unittest/CMakeFiles/dynstringtest.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=6 "Built target dynstringtest"
+.PHONY : app/dynstring/unittest/CMakeFiles/dynstringtest.dir/all
+
+# Include target in all.
+all: app/dynstring/unittest/CMakeFiles/dynstringtest.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/dynstring/unittest/CMakeFiles/dynstringtest.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 2
+ $(MAKE) -f CMakeFiles/Makefile2 app/dynstring/unittest/CMakeFiles/dynstringtest.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/dynstring/unittest/CMakeFiles/dynstringtest.dir/rule
+
+# Convenience name for target.
+dynstringtest: app/dynstring/unittest/CMakeFiles/dynstringtest.dir/rule
+
+.PHONY : dynstringtest
+
+# clean rule for target.
+app/dynstring/unittest/CMakeFiles/dynstringtest.dir/clean:
+ $(MAKE) -f app/dynstring/unittest/CMakeFiles/dynstringtest.dir/build.make app/dynstring/unittest/CMakeFiles/dynstringtest.dir/clean
+.PHONY : app/dynstring/unittest/CMakeFiles/dynstringtest.dir/clean
+
+# clean rule for target.
+clean: app/dynstring/unittest/CMakeFiles/dynstringtest.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory app/wlib
+
+# Convenience name for "all" pass in the directory.
+app/wlib/all: app/wlib/gtklib/all
+
+.PHONY : app/wlib/all
+
+# Convenience name for "clean" pass in the directory.
+app/wlib/clean: app/wlib/gtklib/clean
+
+.PHONY : app/wlib/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/wlib/preinstall: app/wlib/gtklib/preinstall
+
+.PHONY : app/wlib/preinstall
+
+#=============================================================================
+# Directory level rules for directory app/wlib/gtklib
+
+# Convenience name for "all" pass in the directory.
+app/wlib/gtklib/all: app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/all
+
+.PHONY : app/wlib/gtklib/all
+
+# Convenience name for "clean" pass in the directory.
+app/wlib/gtklib/clean: app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/clean
+
+.PHONY : app/wlib/gtklib/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/wlib/gtklib/preinstall:
+
+.PHONY : app/wlib/gtklib/preinstall
+
+#=============================================================================
+# Target rules for target app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir
+
+# All Build rule for target.
+app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/all:
+ $(MAKE) -f app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/build.make app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/depend
+ $(MAKE) -f app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/build.make app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=87,88,89,90,91,92,93,94,95,96,97,98,99,100 "Built target xtrkcad-wlib"
+.PHONY : app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/all
+
+# Include target in all.
+all: app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 14
+ $(MAKE) -f CMakeFiles/Makefile2 app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/rule
+
+# Convenience name for target.
+xtrkcad-wlib: app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/rule
+
+.PHONY : xtrkcad-wlib
+
+# clean rule for target.
+app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/clean:
+ $(MAKE) -f app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/build.make app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/clean
+.PHONY : app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/clean
+
+# clean rule for target.
+clean: app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory app/tools
+
+# Convenience name for "all" pass in the directory.
+app/tools/all: app/tools/CMakeFiles/listxtp.dir/all
+app/tools/all: app/tools/halibut/all
+
+.PHONY : app/tools/all
+
+# Convenience name for "clean" pass in the directory.
+app/tools/clean: app/tools/CMakeFiles/listxtp.dir/clean
+app/tools/clean: app/tools/halibut/clean
+
+.PHONY : app/tools/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/tools/preinstall: app/tools/halibut/preinstall
+
+.PHONY : app/tools/preinstall
+
+#=============================================================================
+# Target rules for target app/tools/CMakeFiles/listxtp.dir
+
+# All Build rule for target.
+app/tools/CMakeFiles/listxtp.dir/all:
+ $(MAKE) -f app/tools/CMakeFiles/listxtp.dir/build.make app/tools/CMakeFiles/listxtp.dir/depend
+ $(MAKE) -f app/tools/CMakeFiles/listxtp.dir/build.make app/tools/CMakeFiles/listxtp.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=18 "Built target listxtp"
+.PHONY : app/tools/CMakeFiles/listxtp.dir/all
+
+# Include target in all.
+all: app/tools/CMakeFiles/listxtp.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/tools/CMakeFiles/listxtp.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 1
+ $(MAKE) -f CMakeFiles/Makefile2 app/tools/CMakeFiles/listxtp.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/tools/CMakeFiles/listxtp.dir/rule
+
+# Convenience name for target.
+listxtp: app/tools/CMakeFiles/listxtp.dir/rule
+
+.PHONY : listxtp
+
+# clean rule for target.
+app/tools/CMakeFiles/listxtp.dir/clean:
+ $(MAKE) -f app/tools/CMakeFiles/listxtp.dir/build.make app/tools/CMakeFiles/listxtp.dir/clean
+.PHONY : app/tools/CMakeFiles/listxtp.dir/clean
+
+# clean rule for target.
+clean: app/tools/CMakeFiles/listxtp.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory app/tools/halibut
+
+# Convenience name for "all" pass in the directory.
+app/tools/halibut/all: app/tools/halibut/CMakeFiles/halibut.dir/all
+app/tools/halibut/all: app/tools/halibut/charset/all
+
+.PHONY : app/tools/halibut/all
+
+# Convenience name for "clean" pass in the directory.
+app/tools/halibut/clean: app/tools/halibut/CMakeFiles/halibut.dir/clean
+app/tools/halibut/clean: app/tools/halibut/charset/clean
+
+.PHONY : app/tools/halibut/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/tools/halibut/preinstall: app/tools/halibut/charset/preinstall
+
+.PHONY : app/tools/halibut/preinstall
+
+#=============================================================================
+# Target rules for target app/tools/halibut/CMakeFiles/halibut.dir
+
+# All Build rule for target.
+app/tools/halibut/CMakeFiles/halibut.dir/all: app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/all
+ $(MAKE) -f app/tools/halibut/CMakeFiles/halibut.dir/build.make app/tools/halibut/CMakeFiles/halibut.dir/depend
+ $(MAKE) -f app/tools/halibut/CMakeFiles/halibut.dir/build.make app/tools/halibut/CMakeFiles/halibut.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=8,9,10,11,12,13,14,15,16,17 "Built target halibut"
+.PHONY : app/tools/halibut/CMakeFiles/halibut.dir/all
+
+# Include target in all.
+all: app/tools/halibut/CMakeFiles/halibut.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/tools/halibut/CMakeFiles/halibut.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 23
+ $(MAKE) -f CMakeFiles/Makefile2 app/tools/halibut/CMakeFiles/halibut.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/tools/halibut/CMakeFiles/halibut.dir/rule
+
+# Convenience name for target.
+halibut: app/tools/halibut/CMakeFiles/halibut.dir/rule
+
+.PHONY : halibut
+
+# clean rule for target.
+app/tools/halibut/CMakeFiles/halibut.dir/clean:
+ $(MAKE) -f app/tools/halibut/CMakeFiles/halibut.dir/build.make app/tools/halibut/CMakeFiles/halibut.dir/clean
+.PHONY : app/tools/halibut/CMakeFiles/halibut.dir/clean
+
+# clean rule for target.
+clean: app/tools/halibut/CMakeFiles/halibut.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory app/tools/halibut/charset
+
+# Convenience name for "all" pass in the directory.
+app/tools/halibut/charset/all: app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/all
+
+.PHONY : app/tools/halibut/charset/all
+
+# Convenience name for "clean" pass in the directory.
+app/tools/halibut/charset/clean: app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/clean
+
+.PHONY : app/tools/halibut/charset/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/tools/halibut/charset/preinstall:
+
+.PHONY : app/tools/halibut/charset/preinstall
+
+#=============================================================================
+# Target rules for target app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir
+
+# All Build rule for target.
+app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/all:
+ $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/depend
+ $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=36,37,38,39,40,41,42,43,44,45,46,47,48 "Built target xtrkcad-charset"
+.PHONY : app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/all
+
+# Include target in all.
+all: app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 13
+ $(MAKE) -f CMakeFiles/Makefile2 app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/rule
+
+# Convenience name for target.
+xtrkcad-charset: app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/rule
+
+.PHONY : xtrkcad-charset
+
+# clean rule for target.
+app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/clean:
+ $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/clean
+.PHONY : app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/clean
+
+# clean rule for target.
+clean: app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory app/help
+
+# Convenience name for "all" pass in the directory.
+app/help/all: app/help/CMakeFiles/Help.dir/all
+app/help/all: app/help/CMakeFiles/genhelp.dir/all
+app/help/all: app/help/CMakeFiles/genmessages.dir/all
+
+.PHONY : app/help/all
+
+# Convenience name for "clean" pass in the directory.
+app/help/clean: app/help/CMakeFiles/Help.dir/clean
+app/help/clean: app/help/CMakeFiles/genhelp.dir/clean
+app/help/clean: app/help/CMakeFiles/genmessages.dir/clean
+
+.PHONY : app/help/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/help/preinstall:
+
+.PHONY : app/help/preinstall
+
+#=============================================================================
+# Target rules for target app/help/CMakeFiles/Help.dir
+
+# All Build rule for target.
+app/help/CMakeFiles/Help.dir/all: app/help/CMakeFiles/genmessages.dir/all
+ $(MAKE) -f app/help/CMakeFiles/Help.dir/build.make app/help/CMakeFiles/Help.dir/depend
+ $(MAKE) -f app/help/CMakeFiles/Help.dir/build.make app/help/CMakeFiles/Help.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num= "Built target Help"
+.PHONY : app/help/CMakeFiles/Help.dir/all
+
+# Include target in all.
+all: app/help/CMakeFiles/Help.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/help/CMakeFiles/Help.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+ $(MAKE) -f CMakeFiles/Makefile2 app/help/CMakeFiles/Help.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/help/CMakeFiles/Help.dir/rule
+
+# Convenience name for target.
+Help: app/help/CMakeFiles/Help.dir/rule
+
+.PHONY : Help
+
+# clean rule for target.
+app/help/CMakeFiles/Help.dir/clean:
+ $(MAKE) -f app/help/CMakeFiles/Help.dir/build.make app/help/CMakeFiles/Help.dir/clean
+.PHONY : app/help/CMakeFiles/Help.dir/clean
+
+# clean rule for target.
+clean: app/help/CMakeFiles/Help.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target app/help/CMakeFiles/genhelp.dir
+
+# All Build rule for target.
+app/help/CMakeFiles/genhelp.dir/all:
+ $(MAKE) -f app/help/CMakeFiles/genhelp.dir/build.make app/help/CMakeFiles/genhelp.dir/depend
+ $(MAKE) -f app/help/CMakeFiles/genhelp.dir/build.make app/help/CMakeFiles/genhelp.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=7 "Built target genhelp"
+.PHONY : app/help/CMakeFiles/genhelp.dir/all
+
+# Include target in all.
+all: app/help/CMakeFiles/genhelp.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/help/CMakeFiles/genhelp.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 1
+ $(MAKE) -f CMakeFiles/Makefile2 app/help/CMakeFiles/genhelp.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/help/CMakeFiles/genhelp.dir/rule
+
+# Convenience name for target.
+genhelp: app/help/CMakeFiles/genhelp.dir/rule
+
+.PHONY : genhelp
+
+# clean rule for target.
+app/help/CMakeFiles/genhelp.dir/clean:
+ $(MAKE) -f app/help/CMakeFiles/genhelp.dir/build.make app/help/CMakeFiles/genhelp.dir/clean
+.PHONY : app/help/CMakeFiles/genhelp.dir/clean
+
+# clean rule for target.
+clean: app/help/CMakeFiles/genhelp.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target app/help/CMakeFiles/genmessages.dir
+
+# All Build rule for target.
+app/help/CMakeFiles/genmessages.dir/all:
+ $(MAKE) -f app/help/CMakeFiles/genmessages.dir/build.make app/help/CMakeFiles/genmessages.dir/depend
+ $(MAKE) -f app/help/CMakeFiles/genmessages.dir/build.make app/help/CMakeFiles/genmessages.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num= "Built target genmessages"
+.PHONY : app/help/CMakeFiles/genmessages.dir/all
+
+# Include target in all.
+all: app/help/CMakeFiles/genmessages.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/help/CMakeFiles/genmessages.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+ $(MAKE) -f CMakeFiles/Makefile2 app/help/CMakeFiles/genmessages.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/help/CMakeFiles/genmessages.dir/rule
+
+# Convenience name for target.
+genmessages: app/help/CMakeFiles/genmessages.dir/rule
+
+.PHONY : genmessages
+
+# clean rule for target.
+app/help/CMakeFiles/genmessages.dir/clean:
+ $(MAKE) -f app/help/CMakeFiles/genmessages.dir/build.make app/help/CMakeFiles/genmessages.dir/clean
+.PHONY : app/help/CMakeFiles/genmessages.dir/clean
+
+# clean rule for target.
+clean: app/help/CMakeFiles/genmessages.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory app/doc
+
+# Convenience name for "all" pass in the directory.
+app/doc/all: app/doc/CMakeFiles/help-html.dir/all
+
+.PHONY : app/doc/all
+
+# Convenience name for "clean" pass in the directory.
+app/doc/clean: app/doc/CMakeFiles/help-html.dir/clean
+app/doc/clean: app/doc/CMakeFiles/clean-html.dir/clean
+
+.PHONY : app/doc/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/doc/preinstall:
+
+.PHONY : app/doc/preinstall
+
+#=============================================================================
+# Target rules for target app/doc/CMakeFiles/help-html.dir
+
+# All Build rule for target.
+app/doc/CMakeFiles/help-html.dir/all: app/tools/halibut/CMakeFiles/halibut.dir/all
+ $(MAKE) -f app/doc/CMakeFiles/help-html.dir/build.make app/doc/CMakeFiles/help-html.dir/depend
+ $(MAKE) -f app/doc/CMakeFiles/help-html.dir/build.make app/doc/CMakeFiles/help-html.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num= "Built target help-html"
+.PHONY : app/doc/CMakeFiles/help-html.dir/all
+
+# Include target in all.
+all: app/doc/CMakeFiles/help-html.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/doc/CMakeFiles/help-html.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 23
+ $(MAKE) -f CMakeFiles/Makefile2 app/doc/CMakeFiles/help-html.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/doc/CMakeFiles/help-html.dir/rule
+
+# Convenience name for target.
+help-html: app/doc/CMakeFiles/help-html.dir/rule
+
+.PHONY : help-html
+
+# clean rule for target.
+app/doc/CMakeFiles/help-html.dir/clean:
+ $(MAKE) -f app/doc/CMakeFiles/help-html.dir/build.make app/doc/CMakeFiles/help-html.dir/clean
+.PHONY : app/doc/CMakeFiles/help-html.dir/clean
+
+# clean rule for target.
+clean: app/doc/CMakeFiles/help-html.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target app/doc/CMakeFiles/clean-html.dir
+
+# All Build rule for target.
+app/doc/CMakeFiles/clean-html.dir/all:
+ $(MAKE) -f app/doc/CMakeFiles/clean-html.dir/build.make app/doc/CMakeFiles/clean-html.dir/depend
+ $(MAKE) -f app/doc/CMakeFiles/clean-html.dir/build.make app/doc/CMakeFiles/clean-html.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num= "Built target clean-html"
+.PHONY : app/doc/CMakeFiles/clean-html.dir/all
+
+# Build rule for subdir invocation for target.
+app/doc/CMakeFiles/clean-html.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+ $(MAKE) -f CMakeFiles/Makefile2 app/doc/CMakeFiles/clean-html.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/doc/CMakeFiles/clean-html.dir/rule
+
+# Convenience name for target.
+clean-html: app/doc/CMakeFiles/clean-html.dir/rule
+
+.PHONY : clean-html
+
+# clean rule for target.
+app/doc/CMakeFiles/clean-html.dir/clean:
+ $(MAKE) -f app/doc/CMakeFiles/clean-html.dir/build.make app/doc/CMakeFiles/clean-html.dir/clean
+.PHONY : app/doc/CMakeFiles/clean-html.dir/clean
+
+# clean rule for target.
+clean: app/doc/CMakeFiles/clean-html.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory app/bin
+
+# Convenience name for "all" pass in the directory.
+app/bin/all: app/bin/CMakeFiles/xtrkcad.dir/all
+app/bin/all: app/bin/CMakeFiles/xtrkcad-lib.dir/all
+app/bin/all: app/bin/CMakeFiles/mkturnout.dir/all
+app/bin/all: app/bin/CMakeFiles/cnvdsgn.dir/all
+app/bin/all: app/bin/unittest/all
+
+.PHONY : app/bin/all
+
+# Convenience name for "clean" pass in the directory.
+app/bin/clean: app/bin/CMakeFiles/xtrkcad.dir/clean
+app/bin/clean: app/bin/CMakeFiles/xtrkcad-lib.dir/clean
+app/bin/clean: app/bin/CMakeFiles/mkturnout.dir/clean
+app/bin/clean: app/bin/CMakeFiles/cnvdsgn.dir/clean
+app/bin/clean: app/bin/unittest/clean
+
+.PHONY : app/bin/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/bin/preinstall: app/bin/unittest/preinstall
+
+.PHONY : app/bin/preinstall
+
+#=============================================================================
+# Target rules for target app/bin/CMakeFiles/xtrkcad.dir
+
+# All Build rule for target.
+app/bin/CMakeFiles/xtrkcad.dir/all: app/dynstring/CMakeFiles/dynstring.dir/all
+app/bin/CMakeFiles/xtrkcad.dir/all: app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/all
+app/bin/CMakeFiles/xtrkcad.dir/all: app/bin/CMakeFiles/xtrkcad-lib.dir/all
+app/bin/CMakeFiles/xtrkcad.dir/all: app/cornu/CMakeFiles/xtrkcad-cornu.dir/all
+ $(MAKE) -f app/bin/CMakeFiles/xtrkcad.dir/build.make app/bin/CMakeFiles/xtrkcad.dir/depend
+ $(MAKE) -f app/bin/CMakeFiles/xtrkcad.dir/build.make app/bin/CMakeFiles/xtrkcad.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num= "Built target xtrkcad"
+.PHONY : app/bin/CMakeFiles/xtrkcad.dir/all
+
+# Include target in all.
+all: app/bin/CMakeFiles/xtrkcad.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/bin/CMakeFiles/xtrkcad.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 55
+ $(MAKE) -f CMakeFiles/Makefile2 app/bin/CMakeFiles/xtrkcad.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/bin/CMakeFiles/xtrkcad.dir/rule
+
+# Convenience name for target.
+xtrkcad: app/bin/CMakeFiles/xtrkcad.dir/rule
+
+.PHONY : xtrkcad
+
+# clean rule for target.
+app/bin/CMakeFiles/xtrkcad.dir/clean:
+ $(MAKE) -f app/bin/CMakeFiles/xtrkcad.dir/build.make app/bin/CMakeFiles/xtrkcad.dir/clean
+.PHONY : app/bin/CMakeFiles/xtrkcad.dir/clean
+
+# clean rule for target.
+clean: app/bin/CMakeFiles/xtrkcad.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target app/bin/CMakeFiles/xtrkcad-lib.dir
+
+# All Build rule for target.
+app/bin/CMakeFiles/xtrkcad-lib.dir/all: app/help/CMakeFiles/Help.dir/all
+app/bin/CMakeFiles/xtrkcad-lib.dir/all: app/help/CMakeFiles/genhelp.dir/all
+app/bin/CMakeFiles/xtrkcad-lib.dir/all: app/bin/CMakeFiles/cnvdsgn.dir/all
+ $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/depend
+ $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=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,76,77,78,79,80,81,82,83,84,85,86 "Built target xtrkcad-lib"
+.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/all
+
+# Include target in all.
+all: app/bin/CMakeFiles/xtrkcad-lib.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/bin/CMakeFiles/xtrkcad-lib.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 38
+ $(MAKE) -f CMakeFiles/Makefile2 app/bin/CMakeFiles/xtrkcad-lib.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/rule
+
+# Convenience name for target.
+xtrkcad-lib: app/bin/CMakeFiles/xtrkcad-lib.dir/rule
+
+.PHONY : xtrkcad-lib
+
+# clean rule for target.
+app/bin/CMakeFiles/xtrkcad-lib.dir/clean:
+ $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/clean
+.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/clean
+
+# clean rule for target.
+clean: app/bin/CMakeFiles/xtrkcad-lib.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target app/bin/CMakeFiles/mkturnout.dir
+
+# All Build rule for target.
+app/bin/CMakeFiles/mkturnout.dir/all: app/bin/CMakeFiles/cnvdsgn.dir/all
+ $(MAKE) -f app/bin/CMakeFiles/mkturnout.dir/build.make app/bin/CMakeFiles/mkturnout.dir/depend
+ $(MAKE) -f app/bin/CMakeFiles/mkturnout.dir/build.make app/bin/CMakeFiles/mkturnout.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=23,24,25,26,27,28 "Built target mkturnout"
+.PHONY : app/bin/CMakeFiles/mkturnout.dir/all
+
+# Include target in all.
+all: app/bin/CMakeFiles/mkturnout.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/bin/CMakeFiles/mkturnout.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 7
+ $(MAKE) -f CMakeFiles/Makefile2 app/bin/CMakeFiles/mkturnout.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/bin/CMakeFiles/mkturnout.dir/rule
+
+# Convenience name for target.
+mkturnout: app/bin/CMakeFiles/mkturnout.dir/rule
+
+.PHONY : mkturnout
+
+# clean rule for target.
+app/bin/CMakeFiles/mkturnout.dir/clean:
+ $(MAKE) -f app/bin/CMakeFiles/mkturnout.dir/build.make app/bin/CMakeFiles/mkturnout.dir/clean
+.PHONY : app/bin/CMakeFiles/mkturnout.dir/clean
+
+# clean rule for target.
+clean: app/bin/CMakeFiles/mkturnout.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target app/bin/CMakeFiles/cnvdsgn.dir
+
+# All Build rule for target.
+app/bin/CMakeFiles/cnvdsgn.dir/all:
+ $(MAKE) -f app/bin/CMakeFiles/cnvdsgn.dir/build.make app/bin/CMakeFiles/cnvdsgn.dir/depend
+ $(MAKE) -f app/bin/CMakeFiles/cnvdsgn.dir/build.make app/bin/CMakeFiles/cnvdsgn.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=2 "Built target cnvdsgn"
+.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/all
+
+# Include target in all.
+all: app/bin/CMakeFiles/cnvdsgn.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/bin/CMakeFiles/cnvdsgn.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 1
+ $(MAKE) -f CMakeFiles/Makefile2 app/bin/CMakeFiles/cnvdsgn.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/rule
+
+# Convenience name for target.
+cnvdsgn: app/bin/CMakeFiles/cnvdsgn.dir/rule
+
+.PHONY : cnvdsgn
+
+# clean rule for target.
+app/bin/CMakeFiles/cnvdsgn.dir/clean:
+ $(MAKE) -f app/bin/CMakeFiles/cnvdsgn.dir/build.make app/bin/CMakeFiles/cnvdsgn.dir/clean
+.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/clean
+
+# clean rule for target.
+clean: app/bin/CMakeFiles/cnvdsgn.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory app/bin/unittest
+
+# Convenience name for "all" pass in the directory.
+app/bin/unittest/all: app/bin/unittest/CMakeFiles/defaultstest.dir/all
+app/bin/unittest/all: app/bin/unittest/CMakeFiles/pathstest.dir/all
+app/bin/unittest/all: app/bin/unittest/CMakeFiles/dxfformattest.dir/all
+
+.PHONY : app/bin/unittest/all
+
+# Convenience name for "clean" pass in the directory.
+app/bin/unittest/clean: app/bin/unittest/CMakeFiles/defaultstest.dir/clean
+app/bin/unittest/clean: app/bin/unittest/CMakeFiles/pathstest.dir/clean
+app/bin/unittest/clean: app/bin/unittest/CMakeFiles/dxfformattest.dir/clean
+
+.PHONY : app/bin/unittest/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/bin/unittest/preinstall:
+
+.PHONY : app/bin/unittest/preinstall
+
+#=============================================================================
+# Target rules for target app/bin/unittest/CMakeFiles/defaultstest.dir
+
+# All Build rule for target.
+app/bin/unittest/CMakeFiles/defaultstest.dir/all:
+ $(MAKE) -f app/bin/unittest/CMakeFiles/defaultstest.dir/build.make app/bin/unittest/CMakeFiles/defaultstest.dir/depend
+ $(MAKE) -f app/bin/unittest/CMakeFiles/defaultstest.dir/build.make app/bin/unittest/CMakeFiles/defaultstest.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=3 "Built target defaultstest"
+.PHONY : app/bin/unittest/CMakeFiles/defaultstest.dir/all
+
+# Include target in all.
+all: app/bin/unittest/CMakeFiles/defaultstest.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/bin/unittest/CMakeFiles/defaultstest.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 1
+ $(MAKE) -f CMakeFiles/Makefile2 app/bin/unittest/CMakeFiles/defaultstest.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/bin/unittest/CMakeFiles/defaultstest.dir/rule
+
+# Convenience name for target.
+defaultstest: app/bin/unittest/CMakeFiles/defaultstest.dir/rule
+
+.PHONY : defaultstest
+
+# clean rule for target.
+app/bin/unittest/CMakeFiles/defaultstest.dir/clean:
+ $(MAKE) -f app/bin/unittest/CMakeFiles/defaultstest.dir/build.make app/bin/unittest/CMakeFiles/defaultstest.dir/clean
+.PHONY : app/bin/unittest/CMakeFiles/defaultstest.dir/clean
+
+# clean rule for target.
+clean: app/bin/unittest/CMakeFiles/defaultstest.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target app/bin/unittest/CMakeFiles/pathstest.dir
+
+# All Build rule for target.
+app/bin/unittest/CMakeFiles/pathstest.dir/all: app/dynstring/CMakeFiles/dynstring.dir/all
+ $(MAKE) -f app/bin/unittest/CMakeFiles/pathstest.dir/build.make app/bin/unittest/CMakeFiles/pathstest.dir/depend
+ $(MAKE) -f app/bin/unittest/CMakeFiles/pathstest.dir/build.make app/bin/unittest/CMakeFiles/pathstest.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=31 "Built target pathstest"
+.PHONY : app/bin/unittest/CMakeFiles/pathstest.dir/all
+
+# Include target in all.
+all: app/bin/unittest/CMakeFiles/pathstest.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/bin/unittest/CMakeFiles/pathstest.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 2
+ $(MAKE) -f CMakeFiles/Makefile2 app/bin/unittest/CMakeFiles/pathstest.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/bin/unittest/CMakeFiles/pathstest.dir/rule
+
+# Convenience name for target.
+pathstest: app/bin/unittest/CMakeFiles/pathstest.dir/rule
+
+.PHONY : pathstest
+
+# clean rule for target.
+app/bin/unittest/CMakeFiles/pathstest.dir/clean:
+ $(MAKE) -f app/bin/unittest/CMakeFiles/pathstest.dir/build.make app/bin/unittest/CMakeFiles/pathstest.dir/clean
+.PHONY : app/bin/unittest/CMakeFiles/pathstest.dir/clean
+
+# clean rule for target.
+clean: app/bin/unittest/CMakeFiles/pathstest.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target app/bin/unittest/CMakeFiles/dxfformattest.dir
+
+# All Build rule for target.
+app/bin/unittest/CMakeFiles/dxfformattest.dir/all: app/dynstring/CMakeFiles/dynstring.dir/all
+ $(MAKE) -f app/bin/unittest/CMakeFiles/dxfformattest.dir/build.make app/bin/unittest/CMakeFiles/dxfformattest.dir/depend
+ $(MAKE) -f app/bin/unittest/CMakeFiles/dxfformattest.dir/build.make app/bin/unittest/CMakeFiles/dxfformattest.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=4 "Built target dxfformattest"
+.PHONY : app/bin/unittest/CMakeFiles/dxfformattest.dir/all
+
+# Include target in all.
+all: app/bin/unittest/CMakeFiles/dxfformattest.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/bin/unittest/CMakeFiles/dxfformattest.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 2
+ $(MAKE) -f CMakeFiles/Makefile2 app/bin/unittest/CMakeFiles/dxfformattest.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/bin/unittest/CMakeFiles/dxfformattest.dir/rule
+
+# Convenience name for target.
+dxfformattest: app/bin/unittest/CMakeFiles/dxfformattest.dir/rule
+
+.PHONY : dxfformattest
+
+# clean rule for target.
+app/bin/unittest/CMakeFiles/dxfformattest.dir/clean:
+ $(MAKE) -f app/bin/unittest/CMakeFiles/dxfformattest.dir/build.make app/bin/unittest/CMakeFiles/dxfformattest.dir/clean
+.PHONY : app/bin/unittest/CMakeFiles/dxfformattest.dir/clean
+
+# clean rule for target.
+clean: app/bin/unittest/CMakeFiles/dxfformattest.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory app/lib
+
+# Convenience name for "all" pass in the directory.
+app/lib/all: app/lib/CMakeFiles/Readme.dir/all
+app/lib/all: app/lib/CMakeFiles/CHANGELOG.dir/all
+app/lib/all: app/lib/demos/all
+app/lib/all: app/lib/examples/all
+app/lib/all: app/lib/params/all
+
+.PHONY : app/lib/all
+
+# Convenience name for "clean" pass in the directory.
+app/lib/clean: app/lib/CMakeFiles/Readme.dir/clean
+app/lib/clean: app/lib/CMakeFiles/CHANGELOG.dir/clean
+app/lib/clean: app/lib/demos/clean
+app/lib/clean: app/lib/examples/clean
+app/lib/clean: app/lib/params/clean
+
+.PHONY : app/lib/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/lib/preinstall: app/lib/demos/preinstall
+app/lib/preinstall: app/lib/examples/preinstall
+app/lib/preinstall: app/lib/params/preinstall
+
+.PHONY : app/lib/preinstall
+
+#=============================================================================
+# Target rules for target app/lib/CMakeFiles/Readme.dir
+
+# All Build rule for target.
+app/lib/CMakeFiles/Readme.dir/all:
+ $(MAKE) -f app/lib/CMakeFiles/Readme.dir/build.make app/lib/CMakeFiles/Readme.dir/depend
+ $(MAKE) -f app/lib/CMakeFiles/Readme.dir/build.make app/lib/CMakeFiles/Readme.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=1 "Built target Readme"
+.PHONY : app/lib/CMakeFiles/Readme.dir/all
+
+# Include target in all.
+all: app/lib/CMakeFiles/Readme.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/lib/CMakeFiles/Readme.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 1
+ $(MAKE) -f CMakeFiles/Makefile2 app/lib/CMakeFiles/Readme.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/lib/CMakeFiles/Readme.dir/rule
+
+# Convenience name for target.
+Readme: app/lib/CMakeFiles/Readme.dir/rule
+
+.PHONY : Readme
+
+# clean rule for target.
+app/lib/CMakeFiles/Readme.dir/clean:
+ $(MAKE) -f app/lib/CMakeFiles/Readme.dir/build.make app/lib/CMakeFiles/Readme.dir/clean
+.PHONY : app/lib/CMakeFiles/Readme.dir/clean
+
+# clean rule for target.
+clean: app/lib/CMakeFiles/Readme.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target app/lib/CMakeFiles/CHANGELOG.dir
+
+# All Build rule for target.
+app/lib/CMakeFiles/CHANGELOG.dir/all:
+ $(MAKE) -f app/lib/CMakeFiles/CHANGELOG.dir/build.make app/lib/CMakeFiles/CHANGELOG.dir/depend
+ $(MAKE) -f app/lib/CMakeFiles/CHANGELOG.dir/build.make app/lib/CMakeFiles/CHANGELOG.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num= "Built target CHANGELOG"
+.PHONY : app/lib/CMakeFiles/CHANGELOG.dir/all
+
+# Include target in all.
+all: app/lib/CMakeFiles/CHANGELOG.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/lib/CMakeFiles/CHANGELOG.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+ $(MAKE) -f CMakeFiles/Makefile2 app/lib/CMakeFiles/CHANGELOG.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/lib/CMakeFiles/CHANGELOG.dir/rule
+
+# Convenience name for target.
+CHANGELOG: app/lib/CMakeFiles/CHANGELOG.dir/rule
+
+.PHONY : CHANGELOG
+
+# clean rule for target.
+app/lib/CMakeFiles/CHANGELOG.dir/clean:
+ $(MAKE) -f app/lib/CMakeFiles/CHANGELOG.dir/build.make app/lib/CMakeFiles/CHANGELOG.dir/clean
+.PHONY : app/lib/CMakeFiles/CHANGELOG.dir/clean
+
+# clean rule for target.
+clean: app/lib/CMakeFiles/CHANGELOG.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory app/lib/demos
+
+# Convenience name for "all" pass in the directory.
+app/lib/demos/all:
+
+.PHONY : app/lib/demos/all
+
+# Convenience name for "clean" pass in the directory.
+app/lib/demos/clean:
+
+.PHONY : app/lib/demos/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/lib/demos/preinstall:
+
+.PHONY : app/lib/demos/preinstall
+
+#=============================================================================
+# Directory level rules for directory app/lib/examples
+
+# Convenience name for "all" pass in the directory.
+app/lib/examples/all:
+
+.PHONY : app/lib/examples/all
+
+# Convenience name for "clean" pass in the directory.
+app/lib/examples/clean:
+
+.PHONY : app/lib/examples/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/lib/examples/preinstall:
+
+.PHONY : app/lib/examples/preinstall
+
+#=============================================================================
+# Directory level rules for directory app/lib/params
+
+# Convenience name for "all" pass in the directory.
+app/lib/params/all: app/lib/params/CMakeFiles/xtpfiles.dir/all
+app/lib/params/all: app/lib/params/CMakeFiles/mkstruct.dir/all
+app/lib/params/all: app/lib/params/CMakeFiles/mkcarpart.dir/all
+
+.PHONY : app/lib/params/all
+
+# Convenience name for "clean" pass in the directory.
+app/lib/params/clean: app/lib/params/CMakeFiles/xtpfiles.dir/clean
+app/lib/params/clean: app/lib/params/CMakeFiles/mkstruct.dir/clean
+app/lib/params/clean: app/lib/params/CMakeFiles/mkcarpart.dir/clean
+
+.PHONY : app/lib/params/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/lib/params/preinstall:
+
+.PHONY : app/lib/params/preinstall
+
+#=============================================================================
+# Target rules for target app/lib/params/CMakeFiles/xtpfiles.dir
+
+# All Build rule for target.
+app/lib/params/CMakeFiles/xtpfiles.dir/all: app/lib/params/CMakeFiles/mkstruct.dir/all
+app/lib/params/CMakeFiles/xtpfiles.dir/all: app/lib/params/CMakeFiles/mkcarpart.dir/all
+ $(MAKE) -f app/lib/params/CMakeFiles/xtpfiles.dir/build.make app/lib/params/CMakeFiles/xtpfiles.dir/depend
+ $(MAKE) -f app/lib/params/CMakeFiles/xtpfiles.dir/build.make app/lib/params/CMakeFiles/xtpfiles.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=33,34,35 "Built target xtpfiles"
+.PHONY : app/lib/params/CMakeFiles/xtpfiles.dir/all
+
+# Include target in all.
+all: app/lib/params/CMakeFiles/xtpfiles.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/lib/params/CMakeFiles/xtpfiles.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 5
+ $(MAKE) -f CMakeFiles/Makefile2 app/lib/params/CMakeFiles/xtpfiles.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/lib/params/CMakeFiles/xtpfiles.dir/rule
+
+# Convenience name for target.
+xtpfiles: app/lib/params/CMakeFiles/xtpfiles.dir/rule
+
+.PHONY : xtpfiles
+
+# clean rule for target.
+app/lib/params/CMakeFiles/xtpfiles.dir/clean:
+ $(MAKE) -f app/lib/params/CMakeFiles/xtpfiles.dir/build.make app/lib/params/CMakeFiles/xtpfiles.dir/clean
+.PHONY : app/lib/params/CMakeFiles/xtpfiles.dir/clean
+
+# clean rule for target.
+clean: app/lib/params/CMakeFiles/xtpfiles.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target app/lib/params/CMakeFiles/mkstruct.dir
+
+# All Build rule for target.
+app/lib/params/CMakeFiles/mkstruct.dir/all:
+ $(MAKE) -f app/lib/params/CMakeFiles/mkstruct.dir/build.make app/lib/params/CMakeFiles/mkstruct.dir/depend
+ $(MAKE) -f app/lib/params/CMakeFiles/mkstruct.dir/build.make app/lib/params/CMakeFiles/mkstruct.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=22 "Built target mkstruct"
+.PHONY : app/lib/params/CMakeFiles/mkstruct.dir/all
+
+# Include target in all.
+all: app/lib/params/CMakeFiles/mkstruct.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/lib/params/CMakeFiles/mkstruct.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 1
+ $(MAKE) -f CMakeFiles/Makefile2 app/lib/params/CMakeFiles/mkstruct.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/lib/params/CMakeFiles/mkstruct.dir/rule
+
+# Convenience name for target.
+mkstruct: app/lib/params/CMakeFiles/mkstruct.dir/rule
+
+.PHONY : mkstruct
+
+# clean rule for target.
+app/lib/params/CMakeFiles/mkstruct.dir/clean:
+ $(MAKE) -f app/lib/params/CMakeFiles/mkstruct.dir/build.make app/lib/params/CMakeFiles/mkstruct.dir/clean
+.PHONY : app/lib/params/CMakeFiles/mkstruct.dir/clean
+
+# clean rule for target.
+clean: app/lib/params/CMakeFiles/mkstruct.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target app/lib/params/CMakeFiles/mkcarpart.dir
+
+# All Build rule for target.
+app/lib/params/CMakeFiles/mkcarpart.dir/all:
+ $(MAKE) -f app/lib/params/CMakeFiles/mkcarpart.dir/build.make app/lib/params/CMakeFiles/mkcarpart.dir/depend
+ $(MAKE) -f app/lib/params/CMakeFiles/mkcarpart.dir/build.make app/lib/params/CMakeFiles/mkcarpart.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=21 "Built target mkcarpart"
+.PHONY : app/lib/params/CMakeFiles/mkcarpart.dir/all
+
+# Include target in all.
+all: app/lib/params/CMakeFiles/mkcarpart.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/lib/params/CMakeFiles/mkcarpart.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 1
+ $(MAKE) -f CMakeFiles/Makefile2 app/lib/params/CMakeFiles/mkcarpart.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/lib/params/CMakeFiles/mkcarpart.dir/rule
+
+# Convenience name for target.
+mkcarpart: app/lib/params/CMakeFiles/mkcarpart.dir/rule
+
+.PHONY : mkcarpart
+
+# clean rule for target.
+app/lib/params/CMakeFiles/mkcarpart.dir/clean:
+ $(MAKE) -f app/lib/params/CMakeFiles/mkcarpart.dir/build.make app/lib/params/CMakeFiles/mkcarpart.dir/clean
+.PHONY : app/lib/params/CMakeFiles/mkcarpart.dir/clean
+
+# clean rule for target.
+clean: app/lib/params/CMakeFiles/mkcarpart.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory app/cornu
+
+# Convenience name for "all" pass in the directory.
+app/cornu/all: app/cornu/CMakeFiles/xtrkcad-cornu.dir/all
+
+.PHONY : app/cornu/all
+
+# Convenience name for "clean" pass in the directory.
+app/cornu/clean: app/cornu/CMakeFiles/xtrkcad-cornu.dir/clean
+
+.PHONY : app/cornu/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/cornu/preinstall:
+
+.PHONY : app/cornu/preinstall
+
+#=============================================================================
+# Target rules for target app/cornu/CMakeFiles/xtrkcad-cornu.dir
+
+# All Build rule for target.
+app/cornu/CMakeFiles/xtrkcad-cornu.dir/all:
+ $(MAKE) -f app/cornu/CMakeFiles/xtrkcad-cornu.dir/build.make app/cornu/CMakeFiles/xtrkcad-cornu.dir/depend
+ $(MAKE) -f app/cornu/CMakeFiles/xtrkcad-cornu.dir/build.make app/cornu/CMakeFiles/xtrkcad-cornu.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=49,50 "Built target xtrkcad-cornu"
+.PHONY : app/cornu/CMakeFiles/xtrkcad-cornu.dir/all
+
+# Include target in all.
+all: app/cornu/CMakeFiles/xtrkcad-cornu.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/cornu/CMakeFiles/xtrkcad-cornu.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 2
+ $(MAKE) -f CMakeFiles/Makefile2 app/cornu/CMakeFiles/xtrkcad-cornu.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/cornu/CMakeFiles/xtrkcad-cornu.dir/rule
+
+# Convenience name for target.
+xtrkcad-cornu: app/cornu/CMakeFiles/xtrkcad-cornu.dir/rule
+
+.PHONY : xtrkcad-cornu
+
+# clean rule for target.
+app/cornu/CMakeFiles/xtrkcad-cornu.dir/clean:
+ $(MAKE) -f app/cornu/CMakeFiles/xtrkcad-cornu.dir/build.make app/cornu/CMakeFiles/xtrkcad-cornu.dir/clean
+.PHONY : app/cornu/CMakeFiles/xtrkcad-cornu.dir/clean
+
+# clean rule for target.
+clean: app/cornu/CMakeFiles/xtrkcad-cornu.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory app/i18n
+
+# Convenience name for "all" pass in the directory.
+app/i18n/all: app/i18n/CMakeFiles/messages.dir/all
+app/i18n/all: app/i18n/CMakeFiles/stripmsg.dir/all
+
+.PHONY : app/i18n/all
+
+# Convenience name for "clean" pass in the directory.
+app/i18n/clean: app/i18n/CMakeFiles/messages.dir/clean
+app/i18n/clean: app/i18n/CMakeFiles/msgmerge-pt_BR.dir/clean
+app/i18n/clean: app/i18n/CMakeFiles/msgmerge-fi.dir/clean
+app/i18n/clean: app/i18n/CMakeFiles/msgmerge-de_DE.dir/clean
+app/i18n/clean: app/i18n/CMakeFiles/stripmsg.dir/clean
+
+.PHONY : app/i18n/clean
+
+# Convenience name for "preinstall" pass in the directory.
+app/i18n/preinstall:
+
+.PHONY : app/i18n/preinstall
+
+#=============================================================================
+# Target rules for target app/i18n/CMakeFiles/messages.dir
+
+# All Build rule for target.
+app/i18n/CMakeFiles/messages.dir/all: app/bin/CMakeFiles/xtrkcad.dir/all
+app/i18n/CMakeFiles/messages.dir/all: app/i18n/CMakeFiles/stripmsg.dir/all
+ $(MAKE) -f app/i18n/CMakeFiles/messages.dir/build.make app/i18n/CMakeFiles/messages.dir/depend
+ $(MAKE) -f app/i18n/CMakeFiles/messages.dir/build.make app/i18n/CMakeFiles/messages.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=19,20 "Built target messages"
+.PHONY : app/i18n/CMakeFiles/messages.dir/all
+
+# Include target in all.
+all: app/i18n/CMakeFiles/messages.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/i18n/CMakeFiles/messages.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 58
+ $(MAKE) -f CMakeFiles/Makefile2 app/i18n/CMakeFiles/messages.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/i18n/CMakeFiles/messages.dir/rule
+
+# Convenience name for target.
+messages: app/i18n/CMakeFiles/messages.dir/rule
+
+.PHONY : messages
+
+# clean rule for target.
+app/i18n/CMakeFiles/messages.dir/clean:
+ $(MAKE) -f app/i18n/CMakeFiles/messages.dir/build.make app/i18n/CMakeFiles/messages.dir/clean
+.PHONY : app/i18n/CMakeFiles/messages.dir/clean
+
+# clean rule for target.
+clean: app/i18n/CMakeFiles/messages.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target app/i18n/CMakeFiles/msgmerge-pt_BR.dir
+
+# All Build rule for target.
+app/i18n/CMakeFiles/msgmerge-pt_BR.dir/all: app/bin/CMakeFiles/xtrkcad.dir/all
+app/i18n/CMakeFiles/msgmerge-pt_BR.dir/all: app/i18n/CMakeFiles/stripmsg.dir/all
+ $(MAKE) -f app/i18n/CMakeFiles/msgmerge-pt_BR.dir/build.make app/i18n/CMakeFiles/msgmerge-pt_BR.dir/depend
+ $(MAKE) -f app/i18n/CMakeFiles/msgmerge-pt_BR.dir/build.make app/i18n/CMakeFiles/msgmerge-pt_BR.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num= "Built target msgmerge-pt_BR"
+.PHONY : app/i18n/CMakeFiles/msgmerge-pt_BR.dir/all
+
+# Build rule for subdir invocation for target.
+app/i18n/CMakeFiles/msgmerge-pt_BR.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 56
+ $(MAKE) -f CMakeFiles/Makefile2 app/i18n/CMakeFiles/msgmerge-pt_BR.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/i18n/CMakeFiles/msgmerge-pt_BR.dir/rule
+
+# Convenience name for target.
+msgmerge-pt_BR: app/i18n/CMakeFiles/msgmerge-pt_BR.dir/rule
+
+.PHONY : msgmerge-pt_BR
+
+# clean rule for target.
+app/i18n/CMakeFiles/msgmerge-pt_BR.dir/clean:
+ $(MAKE) -f app/i18n/CMakeFiles/msgmerge-pt_BR.dir/build.make app/i18n/CMakeFiles/msgmerge-pt_BR.dir/clean
+.PHONY : app/i18n/CMakeFiles/msgmerge-pt_BR.dir/clean
+
+# clean rule for target.
+clean: app/i18n/CMakeFiles/msgmerge-pt_BR.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target app/i18n/CMakeFiles/msgmerge-fi.dir
+
+# All Build rule for target.
+app/i18n/CMakeFiles/msgmerge-fi.dir/all: app/bin/CMakeFiles/xtrkcad.dir/all
+app/i18n/CMakeFiles/msgmerge-fi.dir/all: app/i18n/CMakeFiles/stripmsg.dir/all
+ $(MAKE) -f app/i18n/CMakeFiles/msgmerge-fi.dir/build.make app/i18n/CMakeFiles/msgmerge-fi.dir/depend
+ $(MAKE) -f app/i18n/CMakeFiles/msgmerge-fi.dir/build.make app/i18n/CMakeFiles/msgmerge-fi.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=30 "Built target msgmerge-fi"
+.PHONY : app/i18n/CMakeFiles/msgmerge-fi.dir/all
+
+# Build rule for subdir invocation for target.
+app/i18n/CMakeFiles/msgmerge-fi.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 57
+ $(MAKE) -f CMakeFiles/Makefile2 app/i18n/CMakeFiles/msgmerge-fi.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/i18n/CMakeFiles/msgmerge-fi.dir/rule
+
+# Convenience name for target.
+msgmerge-fi: app/i18n/CMakeFiles/msgmerge-fi.dir/rule
+
+.PHONY : msgmerge-fi
+
+# clean rule for target.
+app/i18n/CMakeFiles/msgmerge-fi.dir/clean:
+ $(MAKE) -f app/i18n/CMakeFiles/msgmerge-fi.dir/build.make app/i18n/CMakeFiles/msgmerge-fi.dir/clean
+.PHONY : app/i18n/CMakeFiles/msgmerge-fi.dir/clean
+
+# clean rule for target.
+clean: app/i18n/CMakeFiles/msgmerge-fi.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target app/i18n/CMakeFiles/msgmerge-de_DE.dir
+
+# All Build rule for target.
+app/i18n/CMakeFiles/msgmerge-de_DE.dir/all: app/bin/CMakeFiles/xtrkcad.dir/all
+app/i18n/CMakeFiles/msgmerge-de_DE.dir/all: app/i18n/CMakeFiles/stripmsg.dir/all
+ $(MAKE) -f app/i18n/CMakeFiles/msgmerge-de_DE.dir/build.make app/i18n/CMakeFiles/msgmerge-de_DE.dir/depend
+ $(MAKE) -f app/i18n/CMakeFiles/msgmerge-de_DE.dir/build.make app/i18n/CMakeFiles/msgmerge-de_DE.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=29 "Built target msgmerge-de_DE"
+.PHONY : app/i18n/CMakeFiles/msgmerge-de_DE.dir/all
+
+# Build rule for subdir invocation for target.
+app/i18n/CMakeFiles/msgmerge-de_DE.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 57
+ $(MAKE) -f CMakeFiles/Makefile2 app/i18n/CMakeFiles/msgmerge-de_DE.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/i18n/CMakeFiles/msgmerge-de_DE.dir/rule
+
+# Convenience name for target.
+msgmerge-de_DE: app/i18n/CMakeFiles/msgmerge-de_DE.dir/rule
+
+.PHONY : msgmerge-de_DE
+
+# clean rule for target.
+app/i18n/CMakeFiles/msgmerge-de_DE.dir/clean:
+ $(MAKE) -f app/i18n/CMakeFiles/msgmerge-de_DE.dir/build.make app/i18n/CMakeFiles/msgmerge-de_DE.dir/clean
+.PHONY : app/i18n/CMakeFiles/msgmerge-de_DE.dir/clean
+
+# clean rule for target.
+clean: app/i18n/CMakeFiles/msgmerge-de_DE.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target app/i18n/CMakeFiles/stripmsg.dir
+
+# All Build rule for target.
+app/i18n/CMakeFiles/stripmsg.dir/all:
+ $(MAKE) -f app/i18n/CMakeFiles/stripmsg.dir/build.make app/i18n/CMakeFiles/stripmsg.dir/depend
+ $(MAKE) -f app/i18n/CMakeFiles/stripmsg.dir/build.make app/i18n/CMakeFiles/stripmsg.dir/build
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=32 "Built target stripmsg"
+.PHONY : app/i18n/CMakeFiles/stripmsg.dir/all
+
+# Include target in all.
+all: app/i18n/CMakeFiles/stripmsg.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+app/i18n/CMakeFiles/stripmsg.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 1
+ $(MAKE) -f CMakeFiles/Makefile2 app/i18n/CMakeFiles/stripmsg.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
+.PHONY : app/i18n/CMakeFiles/stripmsg.dir/rule
+
+# Convenience name for target.
+stripmsg: app/i18n/CMakeFiles/stripmsg.dir/rule
+
+.PHONY : stripmsg
+
+# clean rule for target.
+app/i18n/CMakeFiles/stripmsg.dir/clean:
+ $(MAKE) -f app/i18n/CMakeFiles/stripmsg.dir/build.make app/i18n/CMakeFiles/stripmsg.dir/clean
+.PHONY : app/i18n/CMakeFiles/stripmsg.dir/clean
+
+# clean rule for target.
+clean: app/i18n/CMakeFiles/stripmsg.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory distribution
+
+# Convenience name for "all" pass in the directory.
+distribution/all: distribution/posix/all
+
+.PHONY : distribution/all
+
+# Convenience name for "clean" pass in the directory.
+distribution/clean: distribution/posix/clean
+
+.PHONY : distribution/clean
+
+# Convenience name for "preinstall" pass in the directory.
+distribution/preinstall: distribution/posix/preinstall
+
+.PHONY : distribution/preinstall
+
+#=============================================================================
+# Directory level rules for directory distribution/posix
+
+# Convenience name for "all" pass in the directory.
+distribution/posix/all:
+
+.PHONY : distribution/posix/all
+
+# Convenience name for "clean" pass in the directory.
+distribution/posix/clean:
+
+.PHONY : distribution/posix/clean
+
+# Convenience name for "preinstall" pass in the directory.
+distribution/posix/preinstall:
+
+.PHONY : distribution/posix/preinstall
+
+#=============================================================================
+# Directory level rules for directory docs
+
+# Convenience name for "all" pass in the directory.
+docs/all:
+
+.PHONY : docs/all
+
+# Convenience name for "clean" pass in the directory.
+docs/clean:
+
+.PHONY : docs/clean
+
+# Convenience name for "preinstall" pass in the directory.
+docs/preinstall:
+
+.PHONY : docs/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/CMakeFiles/TargetDirectories.txt b/CMakeFiles/TargetDirectories.txt
new file mode 100644
index 0000000..2e1de67
--- /dev/null
+++ b/CMakeFiles/TargetDirectories.txt
@@ -0,0 +1,227 @@
+/home/martin/XTrackCAD/src/work/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/CMakeFiles/dynstring.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/unittest/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/unittest/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/unittest/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/unittest/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/unittest/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/unittest/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/unittest/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/unittest/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/unittest/CMakeFiles/dynstringtest.dir
+/home/martin/XTrackCAD/src/work/app/dynstring/unittest/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/wlib/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/wlib/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/wlib/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/wlib/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/wlib/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/wlib/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/wlib/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/wlib/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/wlib/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/wlib/gtklib/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/wlib/gtklib/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/wlib/gtklib/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/wlib/gtklib/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/wlib/gtklib/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/wlib/gtklib/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir
+/home/martin/XTrackCAD/src/work/app/wlib/gtklib/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/wlib/gtklib/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/wlib/gtklib/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/tools/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/tools/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/tools/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/tools/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/tools/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/tools/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/tools/CMakeFiles/listxtp.dir
+/home/martin/XTrackCAD/src/work/app/tools/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/tools/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/tools/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/CMakeFiles/halibut.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/charset/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/charset/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/charset/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/charset/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/charset/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/charset/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/charset/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/charset/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/tools/halibut/charset/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/help/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/help/CMakeFiles/Help.dir
+/home/martin/XTrackCAD/src/work/app/help/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/help/CMakeFiles/genhelp.dir
+/home/martin/XTrackCAD/src/work/app/help/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/help/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/help/CMakeFiles/genmessages.dir
+/home/martin/XTrackCAD/src/work/app/help/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/help/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/help/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/help/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/help/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/doc/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/doc/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/doc/CMakeFiles/help-html.dir
+/home/martin/XTrackCAD/src/work/app/doc/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/doc/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/doc/CMakeFiles/clean-html.dir
+/home/martin/XTrackCAD/src/work/app/doc/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/doc/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/doc/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/doc/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/doc/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad.dir
+/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir
+/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/mkturnout.dir
+/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/cnvdsgn.dir
+/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/defaultstest.dir
+/home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/pathstest.dir
+/home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/dxfformattest.dir
+/home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/lib/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/lib/CMakeFiles/Readme.dir
+/home/martin/XTrackCAD/src/work/app/lib/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/lib/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/lib/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/lib/CMakeFiles/CHANGELOG.dir
+/home/martin/XTrackCAD/src/work/app/lib/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/lib/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/lib/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/lib/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/lib/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/lib/demos/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/lib/demos/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/lib/demos/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/lib/demos/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/lib/demos/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/lib/demos/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/lib/demos/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/lib/demos/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/lib/demos/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/lib/examples/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/lib/examples/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/lib/examples/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/lib/examples/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/lib/examples/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/lib/examples/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/lib/examples/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/lib/examples/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/lib/examples/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/xtpfiles.dir
+/home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/mkstruct.dir
+/home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/mkcarpart.dir
+/home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/cornu/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/cornu/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/cornu/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/cornu/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/cornu/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/app/cornu/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/cornu/CMakeFiles/xtrkcad-cornu.dir
+/home/martin/XTrackCAD/src/work/app/cornu/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/cornu/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/cornu/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/i18n/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/app/i18n/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/app/i18n/CMakeFiles/messages.dir
+/home/martin/XTrackCAD/src/work/app/i18n/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/app/i18n/CMakeFiles/msgmerge-pt_BR.dir
+/home/martin/XTrackCAD/src/work/app/i18n/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/app/i18n/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/app/i18n/CMakeFiles/msgmerge-fi.dir
+/home/martin/XTrackCAD/src/work/app/i18n/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/app/i18n/CMakeFiles/msgmerge-de_DE.dir
+/home/martin/XTrackCAD/src/work/app/i18n/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/app/i18n/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/app/i18n/CMakeFiles/stripmsg.dir
+/home/martin/XTrackCAD/src/work/app/i18n/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/distribution/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/distribution/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/distribution/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/distribution/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/distribution/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/distribution/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/distribution/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/distribution/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/distribution/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/distribution/posix/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/distribution/posix/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/distribution/posix/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/distribution/posix/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/distribution/posix/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/distribution/posix/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/distribution/posix/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/distribution/posix/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/distribution/posix/CMakeFiles/rebuild_cache.dir
+/home/martin/XTrackCAD/src/work/docs/CMakeFiles/edit_cache.dir
+/home/martin/XTrackCAD/src/work/docs/CMakeFiles/install/strip.dir
+/home/martin/XTrackCAD/src/work/docs/CMakeFiles/test.dir
+/home/martin/XTrackCAD/src/work/docs/CMakeFiles/package_source.dir
+/home/martin/XTrackCAD/src/work/docs/CMakeFiles/package.dir
+/home/martin/XTrackCAD/src/work/docs/CMakeFiles/install/local.dir
+/home/martin/XTrackCAD/src/work/docs/CMakeFiles/install.dir
+/home/martin/XTrackCAD/src/work/docs/CMakeFiles/list_install_components.dir
+/home/martin/XTrackCAD/src/work/docs/CMakeFiles/rebuild_cache.dir
diff --git a/CMakeFiles/cmake.check_cache b/CMakeFiles/cmake.check_cache
new file mode 100644
index 0000000..3dccd73
--- /dev/null
+++ b/CMakeFiles/cmake.check_cache
@@ -0,0 +1 @@
+# This file is generated by cmake for dependency checking of the CMakeCache.txt file
diff --git a/CMakeFiles/feature_tests.c b/CMakeFiles/feature_tests.c
new file mode 100644
index 0000000..6590dde
--- /dev/null
+++ b/CMakeFiles/feature_tests.c
@@ -0,0 +1,34 @@
+
+ const char features[] = {"\n"
+"C_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404
+"1"
+#else
+"0"
+#endif
+"c_function_prototypes\n"
+"C_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
+"1"
+#else
+"0"
+#endif
+"c_restrict\n"
+"C_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L
+"1"
+#else
+"0"
+#endif
+"c_static_assert\n"
+"C_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
+"1"
+#else
+"0"
+#endif
+"c_variadic_macros\n"
+
+};
+
+int main(int argc, char** argv) { (void)argv; return features[argc]; }
diff --git a/CMakeFiles/feature_tests.cxx b/CMakeFiles/feature_tests.cxx
new file mode 100644
index 0000000..b93418c
--- /dev/null
+++ b/CMakeFiles/feature_tests.cxx
@@ -0,0 +1,405 @@
+
+ const char features[] = {"\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
+"1"
+#else
+"0"
+#endif
+"cxx_aggregate_default_initializers\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_alias_templates\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_alignas\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_alignof\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_attributes\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_attribute_deprecated\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_auto_type\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_binary_literals\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_constexpr\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_contextual_conversions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_decltype\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_decltype_auto\n"
+"CXX_FEATURE:"
+#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_decltype_incomplete_return_types\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_default_function_template_args\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_defaulted_functions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_defaulted_move_initializers\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_delegating_constructors\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_deleted_functions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_digit_separators\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_enum_forward_declarations\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_explicit_conversions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_extended_friend_declarations\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_extern_templates\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_final\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_func_identifier\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_generalized_initializers\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_generic_lambdas\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_inheriting_constructors\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_inline_namespaces\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_lambdas\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_lambda_init_captures\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_local_type_template_args\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_long_long_type\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_noexcept\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_nonstatic_member_init\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_nullptr\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_override\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_range_for\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_raw_string_literals\n"
+"CXX_FEATURE:"
+#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_reference_qualified_functions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
+"1"
+#else
+"0"
+#endif
+"cxx_relaxed_constexpr\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_return_type_deduction\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_right_angle_brackets\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_rvalue_references\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_sizeof_member\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_static_assert\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_strong_enums\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && __cplusplus
+"1"
+#else
+"0"
+#endif
+"cxx_template_template_parameters\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_thread_local\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_trailing_return_types\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_unicode_literals\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_uniform_initialization\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_unrestricted_unions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_user_literals\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
+"1"
+#else
+"0"
+#endif
+"cxx_variable_templates\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_variadic_macros\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_variadic_templates\n"
+
+};
+
+int main(int argc, char** argv) { (void)argv; return features[argc]; }
diff --git a/CMakeFiles/progress.marks b/CMakeFiles/progress.marks
new file mode 100644
index 0000000..6529ff8
--- /dev/null
+++ b/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+98