diff options
365 files changed, 27278 insertions, 692 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0ff0ae9..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -.pc -debian/files 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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ec8908..a754bd0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(XTrkCAD) enable_testing() -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 2.8) # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked @@ -14,15 +14,15 @@ if(UNIX) if(APPLE) SET(XTRKCAD_USE_GETTEXT_DEFAULT OFF) else() - set(XTRKCAD_USE_GETTEXT_DEFAULT ON) - add_compile_options("-std=gnu99") + set(XTRKCAD_USE_GETTEXT_DEFAULT ON) + add_compile_options("-std=gnu99") PKG_CHECK_MODULES(GTK_WEBKIT "webkit-1.0") - if(GTK_WEBKIT_FOUND) + if(GTK_WEBKIT_FOUND) set(XTRKCAD_USE_BROWSER_DEFAULT OFF) else() - set(XTRKCAD_USE_BROWSER_DEFAULT ON) + set(XTRKCAD_USE_BROWSER_DEFAULT ON) endif() - endif(APPLE) + endif(APPLE) endif(UNIX) IF(WIN32) @@ -33,7 +33,7 @@ IF(WIN32) SET(CMAKE_C_FLAGS_MINSIZEREL "/MT /O1 /Ob1 /D NDEBUG" CACHE STRING "Flags used by the compiler during release minumum size builds" FORCE) SET(CMAKE_C_FLAGS_RELEASE "/MT /O2 /Ob2 /D NDEBUG" CACHE STRING "Flags used by the compiler during release builds" FORCE) SET(CMAKE_C_FLAGS_RELWITHDEBINFO "/MT /Zi /O2 /Ob1 /D NDEBUG" CACHE STRING "Flags used by the compiler during release with debug info builds" FORCE) - + ADD_DEFINITIONS(-DWINDOWS) ADD_DEFINITIONS(-D_CRT_SECURE_NO_WARNINGS) ENDIF(WIN32) @@ -42,7 +42,7 @@ if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) if( POLICY CMP0026 ) cmake_policy(SET CMP0026 OLD) - endif( POLICY CMP0026 ) + endif( POLICY CMP0026 ) endif(COMMAND cmake_policy) SET(XTRKCAD_USE_DOXYGEN_DEFAULT OFF) @@ -101,7 +101,7 @@ CHECK_INCLUDE_FILES (malloc.h HAVE_MALLOC_H) # Setup some global options for installation ... SET(XTRKCAD_MAJOR_VERSION "5") SET(XTRKCAD_MINOR_VERSION "1") -SET(XTRKCAD_RELEASE_VERSION "0") +SET(XTRKCAD_RELEASE_VERSION "1") SET(XTRKCAD_VERSION_MODIFIER "") SET(XTRKCAD_VERSION "${XTRKCAD_MAJOR_VERSION}.${XTRKCAD_MINOR_VERSION}.${XTRKCAD_RELEASE_VERSION}${XTRKCAD_VERSION_MODIFIER}") @@ -127,14 +127,14 @@ IF(XTRKCAD_USE_GETTEXT) # use supplied gettext library for Visual Studio message( STATUS "Use simple_gettext module included with XTrackCAD" ) ADD_DEFINITIONS(-DUSE_SIMPLE_GETTEXT ) - else() + else() # for mingw & co. find libintl.h and use it find_path ( INTL_PATH libintl.h ) if(INTL_PATH) - message( STATUS "Use installed gettext module" ) + message( STATUS "Use installed gettext module" ) INCLUDE_DIRECTORIES(${INTL_PATH}) - endif(INTL_PATH) - endif() + endif(INTL_PATH) + endif() ENDIF(WIN32) ELSE(XTRKCAD_USE_GETTEXT) SET(GENHELP_OPTS "-bh") @@ -144,4 +144,3 @@ ENDIF(XTRKCAD_USE_GETTEXT) ADD_SUBDIRECTORY(app) ADD_SUBDIRECTORY(distribution) ADD_SUBDIRECTORY(docs) - diff --git a/app/CMakeFiles/CMakeDirectoryInformation.cmake b/app/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..2569371 --- /dev/null +++ b/app/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/app/CMakeFiles/progress.marks b/app/CMakeFiles/progress.marks new file mode 100644 index 0000000..6529ff8 --- /dev/null +++ b/app/CMakeFiles/progress.marks @@ -0,0 +1 @@ +98 diff --git a/app/CTestTestfile.cmake b/app/CTestTestfile.cmake new file mode 100644 index 0000000..3d670aa --- /dev/null +++ b/app/CTestTestfile.cmake @@ -0,0 +1,15 @@ +# CMake generated Testfile for +# Source directory: /home/martin/XTrackCAD/src/work/app +# Build directory: /home/martin/XTrackCAD/src/work/app +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs(dynstring) +subdirs(wlib) +subdirs(tools) +subdirs(help) +subdirs(doc) +subdirs(bin) +subdirs(lib) +subdirs(cornu) +subdirs(i18n) diff --git a/app/Makefile b/app/Makefile new file mode 100644 index 0000000..a93e4a0 --- /dev/null +++ b/app/Makefile @@ -0,0 +1,218 @@ +# 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 + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# 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 + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: install/strip + +.PHONY : install/strip/fast + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test + +.PHONY : test/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..." + cd /home/martin/XTrackCAD/src/work && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/martin/XTrackCAD/src/work/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source + +.PHONY : package_source/fast + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..." + cd /home/martin/XTrackCAD/src/work && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package + +.PHONY : package/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: install/local + +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles /home/martin/XTrackCAD/src/work/app/CMakeFiles/progress.marks + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install/strip" + @echo "... test" + @echo "... package_source" + @echo "... package" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# 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: + cd /home/martin/XTrackCAD/src/work && $(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/app/bin/CMakeFiles/CMakeDirectoryInformation.cmake b/app/bin/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..2569371 --- /dev/null +++ b/app/bin/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/app/bin/CMakeFiles/cnvdsgn.dir/DependInfo.cmake b/app/bin/CMakeFiles/cnvdsgn.dir/DependInfo.cmake new file mode 100644 index 0000000..e54f25d --- /dev/null +++ b/app/bin/CMakeFiles/cnvdsgn.dir/DependInfo.cmake @@ -0,0 +1,33 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "/home/martin/XTrackCAD/src/work/app/bin/cnvdsgn.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/utility.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_C + "XTRKCAD_CMAKE_BUILD" + ) + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/local/include" + "app/bin" + "app/dynstring" + "app/cornu" + "." + "app/help" + "app/wlib/include" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/app/bin/CMakeFiles/cnvdsgn.dir/build.make b/app/bin/CMakeFiles/cnvdsgn.dir/build.make new file mode 100644 index 0000000..c2de164 --- /dev/null +++ b/app/bin/CMakeFiles/cnvdsgn.dir/build.make @@ -0,0 +1,140 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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 + +# Include any dependencies generated for this target. +include app/bin/CMakeFiles/cnvdsgn.dir/depend.make + +# Include the progress variables for this target. +include app/bin/CMakeFiles/cnvdsgn.dir/progress.make + +# Include the compile flags for this target's objects. +include app/bin/CMakeFiles/cnvdsgn.dir/flags.make + +app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o: app/bin/CMakeFiles/cnvdsgn.dir/flags.make +app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o: app/bin/cnvdsgn.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cnvdsgn.c + +app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cnvdsgn.dir/cnvdsgn.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cnvdsgn.c > CMakeFiles/cnvdsgn.dir/cnvdsgn.c.i + +app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cnvdsgn.dir/cnvdsgn.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cnvdsgn.c -o CMakeFiles/cnvdsgn.dir/cnvdsgn.c.s + +app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o.requires: + +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o.requires + +app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o.provides: app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/cnvdsgn.dir/build.make app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o.provides.build +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o.provides + +app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o.provides.build: app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o + + +app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o: app/bin/CMakeFiles/cnvdsgn.dir/flags.make +app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o: app/bin/utility.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cnvdsgn.dir/utility.c.o -c /home/martin/XTrackCAD/src/work/app/bin/utility.c + +app/bin/CMakeFiles/cnvdsgn.dir/utility.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cnvdsgn.dir/utility.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/utility.c > CMakeFiles/cnvdsgn.dir/utility.c.i + +app/bin/CMakeFiles/cnvdsgn.dir/utility.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cnvdsgn.dir/utility.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/utility.c -o CMakeFiles/cnvdsgn.dir/utility.c.s + +app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o.requires: + +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o.requires + +app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o.provides: app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/cnvdsgn.dir/build.make app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o.provides.build +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o.provides + +app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o.provides.build: app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o + + +# Object files for target cnvdsgn +cnvdsgn_OBJECTS = \ +"CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o" \ +"CMakeFiles/cnvdsgn.dir/utility.c.o" + +# External object files for target cnvdsgn +cnvdsgn_EXTERNAL_OBJECTS = + +app/bin/cnvdsgn: app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o +app/bin/cnvdsgn: app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o +app/bin/cnvdsgn: app/bin/CMakeFiles/cnvdsgn.dir/build.make +app/bin/cnvdsgn: app/bin/CMakeFiles/cnvdsgn.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable cnvdsgn" + cd /home/martin/XTrackCAD/src/work/app/bin && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cnvdsgn.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +app/bin/CMakeFiles/cnvdsgn.dir/build: app/bin/cnvdsgn + +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/build + +app/bin/CMakeFiles/cnvdsgn.dir/requires: app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o.requires +app/bin/CMakeFiles/cnvdsgn.dir/requires: app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o.requires + +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/requires + +app/bin/CMakeFiles/cnvdsgn.dir/clean: + cd /home/martin/XTrackCAD/src/work/app/bin && $(CMAKE_COMMAND) -P CMakeFiles/cnvdsgn.dir/cmake_clean.cmake +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/clean + +app/bin/CMakeFiles/cnvdsgn.dir/depend: + cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/bin /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/bin /home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/cnvdsgn.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/depend + diff --git a/app/bin/CMakeFiles/cnvdsgn.dir/cmake_clean.cmake b/app/bin/CMakeFiles/cnvdsgn.dir/cmake_clean.cmake new file mode 100644 index 0000000..4e0d45d --- /dev/null +++ b/app/bin/CMakeFiles/cnvdsgn.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o" + "CMakeFiles/cnvdsgn.dir/utility.c.o" + "cnvdsgn.pdb" + "cnvdsgn" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/cnvdsgn.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/app/bin/CMakeFiles/cnvdsgn.dir/depend.make b/app/bin/CMakeFiles/cnvdsgn.dir/depend.make new file mode 100644 index 0000000..5e1b060 --- /dev/null +++ b/app/bin/CMakeFiles/cnvdsgn.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for cnvdsgn. +# This may be replaced when dependencies are built. diff --git a/app/bin/CMakeFiles/cnvdsgn.dir/flags.make b/app/bin/CMakeFiles/cnvdsgn.dir/flags.make new file mode 100644 index 0000000..5131b8b --- /dev/null +++ b/app/bin/CMakeFiles/cnvdsgn.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# compile C with /usr/bin/gcc +C_FLAGS = -g3 -gdwarf-2 -std=gnu99 + +C_DEFINES = -DXTRKCAD_CMAKE_BUILD + +C_INCLUDES = -I/usr/local/include -I/home/martin/XTrackCAD/src/work/app/bin -I/home/martin/XTrackCAD/src/work/app/dynstring -I/home/martin/XTrackCAD/src/work/app/cornu -I/home/martin/XTrackCAD/src/work -I/home/martin/XTrackCAD/src/work/app/help -I/home/martin/XTrackCAD/src/work/app/wlib/include + diff --git a/app/bin/CMakeFiles/cnvdsgn.dir/link.txt b/app/bin/CMakeFiles/cnvdsgn.dir/link.txt new file mode 100644 index 0000000..d5dddd6 --- /dev/null +++ b/app/bin/CMakeFiles/cnvdsgn.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -g3 -gdwarf-2 CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o CMakeFiles/cnvdsgn.dir/utility.c.o -o cnvdsgn -rdynamic -lm diff --git a/app/bin/CMakeFiles/cnvdsgn.dir/progress.make b/app/bin/CMakeFiles/cnvdsgn.dir/progress.make new file mode 100644 index 0000000..4323bb0 --- /dev/null +++ b/app/bin/CMakeFiles/cnvdsgn.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = + diff --git a/app/bin/CMakeFiles/mkturnout.dir/DependInfo.cmake b/app/bin/CMakeFiles/mkturnout.dir/DependInfo.cmake new file mode 100644 index 0000000..7098888 --- /dev/null +++ b/app/bin/CMakeFiles/mkturnout.dir/DependInfo.cmake @@ -0,0 +1,33 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "/home/martin/XTrackCAD/src/work/app/bin/ctodesgn.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/utility.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/mkturnout.dir/utility.c.o" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_C + "XTRKCAD_CMAKE_BUILD" + ) + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/local/include" + "app/bin" + "app/dynstring" + "app/cornu" + "." + "app/help" + "app/wlib/include" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/app/bin/CMakeFiles/mkturnout.dir/build.make b/app/bin/CMakeFiles/mkturnout.dir/build.make new file mode 100644 index 0000000..368a6de --- /dev/null +++ b/app/bin/CMakeFiles/mkturnout.dir/build.make @@ -0,0 +1,211 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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 + +# Include any dependencies generated for this target. +include app/bin/CMakeFiles/mkturnout.dir/depend.make + +# Include the progress variables for this target. +include app/bin/CMakeFiles/mkturnout.dir/progress.make + +# Include the compile flags for this target's objects. +include app/bin/CMakeFiles/mkturnout.dir/flags.make + +app/bin/to3way.lin: app/bin/cnvdsgn +app/bin/to3way.lin: app/bin/to3way.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating to3way.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/to3way.src > /home/martin/XTrackCAD/src/work/app/bin/to3way.lin + +app/bin/tocrv.lin: app/bin/cnvdsgn +app/bin/tocrv.lin: app/bin/tocrv.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating tocrv.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/tocrv.src > /home/martin/XTrackCAD/src/work/app/bin/tocrv.lin + +app/bin/tocrvsct.lin: app/bin/cnvdsgn +app/bin/tocrvsct.lin: app/bin/tocrvsct.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Generating tocrvsct.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/tocrvsct.src > /home/martin/XTrackCAD/src/work/app/bin/tocrvsct.lin + +app/bin/todcross.lin: app/bin/cnvdsgn +app/bin/todcross.lin: app/bin/todcross.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Generating todcross.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/todcross.src > /home/martin/XTrackCAD/src/work/app/bin/todcross.lin + +app/bin/todslip.lin: app/bin/cnvdsgn +app/bin/todslip.lin: app/bin/todslip.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Generating todslip.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/todslip.src > /home/martin/XTrackCAD/src/work/app/bin/todslip.lin + +app/bin/tolcross.lin: app/bin/cnvdsgn +app/bin/tolcross.lin: app/bin/tolcross.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Generating tolcross.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/tolcross.src > /home/martin/XTrackCAD/src/work/app/bin/tolcross.lin + +app/bin/torcross.lin: app/bin/cnvdsgn +app/bin/torcross.lin: app/bin/torcross.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Generating torcross.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/torcross.src > /home/martin/XTrackCAD/src/work/app/bin/torcross.lin + +app/bin/toreg.lin: app/bin/cnvdsgn +app/bin/toreg.lin: app/bin/toreg.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Generating toreg.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/toreg.src > /home/martin/XTrackCAD/src/work/app/bin/toreg.lin + +app/bin/tosslip.lin: app/bin/cnvdsgn +app/bin/tosslip.lin: app/bin/tosslip.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Generating tosslip.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/tosslip.src > /home/martin/XTrackCAD/src/work/app/bin/tosslip.lin + +app/bin/tostrsct.lin: app/bin/cnvdsgn +app/bin/tostrsct.lin: app/bin/tostrsct.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Generating tostrsct.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/tostrsct.src > /home/martin/XTrackCAD/src/work/app/bin/tostrsct.lin + +app/bin/towye.lin: app/bin/cnvdsgn +app/bin/towye.lin: app/bin/towye.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Generating towye.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/towye.src > /home/martin/XTrackCAD/src/work/app/bin/towye.lin + +app/bin/toxing.lin: app/bin/cnvdsgn +app/bin/toxing.lin: app/bin/toxing.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Generating toxing.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/toxing.src > /home/martin/XTrackCAD/src/work/app/bin/toxing.lin + +app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.o: app/bin/CMakeFiles/mkturnout.dir/flags.make +app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.o: app/bin/ctodesgn.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mkturnout.dir/ctodesgn.c.o -c /home/martin/XTrackCAD/src/work/app/bin/ctodesgn.c + +app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mkturnout.dir/ctodesgn.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/ctodesgn.c > CMakeFiles/mkturnout.dir/ctodesgn.c.i + +app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mkturnout.dir/ctodesgn.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/ctodesgn.c -o CMakeFiles/mkturnout.dir/ctodesgn.c.s + +app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.o.requires: + +.PHONY : app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.o.requires + +app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.o.provides: app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/mkturnout.dir/build.make app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.o.provides.build +.PHONY : app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.o.provides + +app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.o.provides.build: app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.o + + +app/bin/CMakeFiles/mkturnout.dir/utility.c.o: app/bin/CMakeFiles/mkturnout.dir/flags.make +app/bin/CMakeFiles/mkturnout.dir/utility.c.o: app/bin/utility.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object app/bin/CMakeFiles/mkturnout.dir/utility.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mkturnout.dir/utility.c.o -c /home/martin/XTrackCAD/src/work/app/bin/utility.c + +app/bin/CMakeFiles/mkturnout.dir/utility.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mkturnout.dir/utility.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/utility.c > CMakeFiles/mkturnout.dir/utility.c.i + +app/bin/CMakeFiles/mkturnout.dir/utility.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mkturnout.dir/utility.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/utility.c -o CMakeFiles/mkturnout.dir/utility.c.s + +app/bin/CMakeFiles/mkturnout.dir/utility.c.o.requires: + +.PHONY : app/bin/CMakeFiles/mkturnout.dir/utility.c.o.requires + +app/bin/CMakeFiles/mkturnout.dir/utility.c.o.provides: app/bin/CMakeFiles/mkturnout.dir/utility.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/mkturnout.dir/build.make app/bin/CMakeFiles/mkturnout.dir/utility.c.o.provides.build +.PHONY : app/bin/CMakeFiles/mkturnout.dir/utility.c.o.provides + +app/bin/CMakeFiles/mkturnout.dir/utility.c.o.provides.build: app/bin/CMakeFiles/mkturnout.dir/utility.c.o + + +# Object files for target mkturnout +mkturnout_OBJECTS = \ +"CMakeFiles/mkturnout.dir/ctodesgn.c.o" \ +"CMakeFiles/mkturnout.dir/utility.c.o" + +# External object files for target mkturnout +mkturnout_EXTERNAL_OBJECTS = + +app/bin/mkturnout: app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.o +app/bin/mkturnout: app/bin/CMakeFiles/mkturnout.dir/utility.c.o +app/bin/mkturnout: app/bin/CMakeFiles/mkturnout.dir/build.make +app/bin/mkturnout: app/bin/CMakeFiles/mkturnout.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Linking C executable mkturnout" + cd /home/martin/XTrackCAD/src/work/app/bin && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mkturnout.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +app/bin/CMakeFiles/mkturnout.dir/build: app/bin/mkturnout + +.PHONY : app/bin/CMakeFiles/mkturnout.dir/build + +app/bin/CMakeFiles/mkturnout.dir/requires: app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.o.requires +app/bin/CMakeFiles/mkturnout.dir/requires: app/bin/CMakeFiles/mkturnout.dir/utility.c.o.requires + +.PHONY : app/bin/CMakeFiles/mkturnout.dir/requires + +app/bin/CMakeFiles/mkturnout.dir/clean: + cd /home/martin/XTrackCAD/src/work/app/bin && $(CMAKE_COMMAND) -P CMakeFiles/mkturnout.dir/cmake_clean.cmake +.PHONY : app/bin/CMakeFiles/mkturnout.dir/clean + +app/bin/CMakeFiles/mkturnout.dir/depend: app/bin/to3way.lin +app/bin/CMakeFiles/mkturnout.dir/depend: app/bin/tocrv.lin +app/bin/CMakeFiles/mkturnout.dir/depend: app/bin/tocrvsct.lin +app/bin/CMakeFiles/mkturnout.dir/depend: app/bin/todcross.lin +app/bin/CMakeFiles/mkturnout.dir/depend: app/bin/todslip.lin +app/bin/CMakeFiles/mkturnout.dir/depend: app/bin/tolcross.lin +app/bin/CMakeFiles/mkturnout.dir/depend: app/bin/torcross.lin +app/bin/CMakeFiles/mkturnout.dir/depend: app/bin/toreg.lin +app/bin/CMakeFiles/mkturnout.dir/depend: app/bin/tosslip.lin +app/bin/CMakeFiles/mkturnout.dir/depend: app/bin/tostrsct.lin +app/bin/CMakeFiles/mkturnout.dir/depend: app/bin/towye.lin +app/bin/CMakeFiles/mkturnout.dir/depend: app/bin/toxing.lin + cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/bin /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/bin /home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/mkturnout.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : app/bin/CMakeFiles/mkturnout.dir/depend + diff --git a/app/bin/CMakeFiles/mkturnout.dir/cmake_clean.cmake b/app/bin/CMakeFiles/mkturnout.dir/cmake_clean.cmake new file mode 100644 index 0000000..e105aaf --- /dev/null +++ b/app/bin/CMakeFiles/mkturnout.dir/cmake_clean.cmake @@ -0,0 +1,23 @@ +file(REMOVE_RECURSE + "to3way.lin" + "tocrv.lin" + "tocrvsct.lin" + "todcross.lin" + "todslip.lin" + "tolcross.lin" + "torcross.lin" + "toreg.lin" + "tosslip.lin" + "tostrsct.lin" + "towye.lin" + "toxing.lin" + "CMakeFiles/mkturnout.dir/ctodesgn.c.o" + "CMakeFiles/mkturnout.dir/utility.c.o" + "mkturnout.pdb" + "mkturnout" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/mkturnout.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/app/bin/CMakeFiles/mkturnout.dir/depend.make b/app/bin/CMakeFiles/mkturnout.dir/depend.make new file mode 100644 index 0000000..a5ef647 --- /dev/null +++ b/app/bin/CMakeFiles/mkturnout.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for mkturnout. +# This may be replaced when dependencies are built. diff --git a/app/bin/CMakeFiles/mkturnout.dir/flags.make b/app/bin/CMakeFiles/mkturnout.dir/flags.make new file mode 100644 index 0000000..5bf0216 --- /dev/null +++ b/app/bin/CMakeFiles/mkturnout.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# compile C with /usr/bin/gcc +C_FLAGS = -g3 -gdwarf-2 -DMKTURNOUT -std=gnu99 + +C_DEFINES = -DXTRKCAD_CMAKE_BUILD + +C_INCLUDES = -I/usr/local/include -I/home/martin/XTrackCAD/src/work/app/bin -I/home/martin/XTrackCAD/src/work/app/dynstring -I/home/martin/XTrackCAD/src/work/app/cornu -I/home/martin/XTrackCAD/src/work -I/home/martin/XTrackCAD/src/work/app/help -I/home/martin/XTrackCAD/src/work/app/wlib/include + diff --git a/app/bin/CMakeFiles/mkturnout.dir/link.txt b/app/bin/CMakeFiles/mkturnout.dir/link.txt new file mode 100644 index 0000000..13b6500 --- /dev/null +++ b/app/bin/CMakeFiles/mkturnout.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -g3 -gdwarf-2 CMakeFiles/mkturnout.dir/ctodesgn.c.o CMakeFiles/mkturnout.dir/utility.c.o -o mkturnout -rdynamic -lm diff --git a/app/bin/CMakeFiles/mkturnout.dir/progress.make b/app/bin/CMakeFiles/mkturnout.dir/progress.make new file mode 100644 index 0000000..d4a2504 --- /dev/null +++ b/app/bin/CMakeFiles/mkturnout.dir/progress.make @@ -0,0 +1,16 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 23 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = 24 +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = 25 +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = 26 +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = 27 +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = 28 +CMAKE_PROGRESS_15 = + diff --git a/app/bin/CMakeFiles/progress.marks b/app/bin/CMakeFiles/progress.marks new file mode 100644 index 0000000..900731f --- /dev/null +++ b/app/bin/CMakeFiles/progress.marks @@ -0,0 +1 @@ +64 diff --git a/app/bin/CMakeFiles/xtrkcad-lib.dir/DependInfo.cmake b/app/bin/CMakeFiles/xtrkcad-lib.dir/DependInfo.cmake new file mode 100644 index 0000000..264ce00 --- /dev/null +++ b/app/bin/CMakeFiles/xtrkcad-lib.dir/DependInfo.cmake @@ -0,0 +1,103 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "/home/martin/XTrackCAD/src/work/app/bin/appdefaults.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/bllnhlp.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cbezier.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cblock.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/ccontrol.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/ccornu.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/ccurve.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cdraw.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/celev.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cgroup.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/chndldto.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/chotbar.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cjoin.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cmisc.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cmodify.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cnote.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/compound.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cparalle.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cprint.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cprofile.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cpull.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cruler.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cselect.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/csensor.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/csignal.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/csnap.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/csplit.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cstraigh.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cstruct.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cswitchmotor.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/ctext.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/ctodesgn.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/ctrain.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cturnout.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cturntbl.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/cundo.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/custom.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/dbench.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/dbitmap.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/dcar.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/dcmpnd.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/dcontmgm.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/dcustmgm.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/dease.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/denum.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/dlayer.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/doption.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/dpricels.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/dprmfile.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/draw.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/drawgeom.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/dxfformat.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/dxfoutput.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/elev.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/fileio.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/i18n.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/layout.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/lprintf.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/macro.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/misc2.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/param.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/paths.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/shrtpath.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/smalldlg.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/tbezier.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/tcornu.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/tcurve.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/tease.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/track.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/trkseg.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/tstraigh.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/utility.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.o" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_C + "XTRKCAD_CMAKE_BUILD" + ) + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/local/include" + "app/bin" + "app/dynstring" + "app/cornu" + "." + "app/help" + "app/wlib/include" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/app/bin/CMakeFiles/xtrkcad-lib.dir/build.make b/app/bin/CMakeFiles/xtrkcad-lib.dir/build.make new file mode 100644 index 0000000..63f967f --- /dev/null +++ b/app/bin/CMakeFiles/xtrkcad-lib.dir/build.make @@ -0,0 +1,2108 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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 + +# Include any dependencies generated for this target. +include app/bin/CMakeFiles/xtrkcad-lib.dir/depend.make + +# Include the progress variables for this target. +include app/bin/CMakeFiles/xtrkcad-lib.dir/progress.make + +# Include the compile flags for this target's objects. +include app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make + +app/bin/to3way.lin: app/bin/cnvdsgn +app/bin/to3way.lin: app/bin/to3way.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating to3way.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/to3way.src > /home/martin/XTrackCAD/src/work/app/bin/to3way.lin + +app/bin/tocrv.lin: app/bin/cnvdsgn +app/bin/tocrv.lin: app/bin/tocrv.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating tocrv.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/tocrv.src > /home/martin/XTrackCAD/src/work/app/bin/tocrv.lin + +app/bin/tocrvsct.lin: app/bin/cnvdsgn +app/bin/tocrvsct.lin: app/bin/tocrvsct.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Generating tocrvsct.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/tocrvsct.src > /home/martin/XTrackCAD/src/work/app/bin/tocrvsct.lin + +app/bin/todcross.lin: app/bin/cnvdsgn +app/bin/todcross.lin: app/bin/todcross.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Generating todcross.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/todcross.src > /home/martin/XTrackCAD/src/work/app/bin/todcross.lin + +app/bin/todslip.lin: app/bin/cnvdsgn +app/bin/todslip.lin: app/bin/todslip.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Generating todslip.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/todslip.src > /home/martin/XTrackCAD/src/work/app/bin/todslip.lin + +app/bin/tolcross.lin: app/bin/cnvdsgn +app/bin/tolcross.lin: app/bin/tolcross.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Generating tolcross.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/tolcross.src > /home/martin/XTrackCAD/src/work/app/bin/tolcross.lin + +app/bin/torcross.lin: app/bin/cnvdsgn +app/bin/torcross.lin: app/bin/torcross.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Generating torcross.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/torcross.src > /home/martin/XTrackCAD/src/work/app/bin/torcross.lin + +app/bin/toreg.lin: app/bin/cnvdsgn +app/bin/toreg.lin: app/bin/toreg.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Generating toreg.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/toreg.src > /home/martin/XTrackCAD/src/work/app/bin/toreg.lin + +app/bin/tosslip.lin: app/bin/cnvdsgn +app/bin/tosslip.lin: app/bin/tosslip.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Generating tosslip.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/tosslip.src > /home/martin/XTrackCAD/src/work/app/bin/tosslip.lin + +app/bin/tostrsct.lin: app/bin/cnvdsgn +app/bin/tostrsct.lin: app/bin/tostrsct.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Generating tostrsct.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/tostrsct.src > /home/martin/XTrackCAD/src/work/app/bin/tostrsct.lin + +app/bin/towye.lin: app/bin/cnvdsgn +app/bin/towye.lin: app/bin/towye.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Generating towye.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/towye.src > /home/martin/XTrackCAD/src/work/app/bin/towye.lin + +app/bin/toxing.lin: app/bin/cnvdsgn +app/bin/toxing.lin: app/bin/toxing.src + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Generating toxing.lin" + cd /home/martin/XTrackCAD/src/work/app/bin && ./cnvdsgn < /home/martin/XTrackCAD/src/work/app/bin/toxing.src > /home/martin/XTrackCAD/src/work/app/bin/toxing.lin + +app/bin/bllnhlp.c: app/help/genhelp +app/bin/bllnhlp.c: app/help/genhelp.in + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Generating bllnhlp.c" + cd /home/martin/XTrackCAD/src/work/app/bin && ../help/genhelp -bhi /home/martin/XTrackCAD/src/work/app/help/genhelp.in /home/martin/XTrackCAD/src/work/app/bin/bllnhlp.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o: app/bin/appdefaults.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o -c /home/martin/XTrackCAD/src/work/app/bin/appdefaults.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/appdefaults.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/appdefaults.c > CMakeFiles/xtrkcad-lib.dir/appdefaults.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/appdefaults.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/appdefaults.c -o CMakeFiles/xtrkcad-lib.dir/appdefaults.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o: app/bin/bllnhlp.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o -c /home/martin/XTrackCAD/src/work/app/bin/bllnhlp.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/bllnhlp.c > CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/bllnhlp.c -o CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.o: app/bin/cbezier.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cbezier.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cbezier.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cbezier.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cbezier.c > CMakeFiles/xtrkcad-lib.dir/cbezier.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cbezier.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cbezier.c -o CMakeFiles/xtrkcad-lib.dir/cbezier.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.o: app/bin/cblock.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cblock.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cblock.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cblock.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cblock.c > CMakeFiles/xtrkcad-lib.dir/cblock.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cblock.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cblock.c -o CMakeFiles/xtrkcad-lib.dir/cblock.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.o: app/bin/ccornu.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/ccornu.c.o -c /home/martin/XTrackCAD/src/work/app/bin/ccornu.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/ccornu.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/ccornu.c > CMakeFiles/xtrkcad-lib.dir/ccornu.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/ccornu.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/ccornu.c -o CMakeFiles/xtrkcad-lib.dir/ccornu.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.o: app/bin/ccurve.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/ccurve.c.o -c /home/martin/XTrackCAD/src/work/app/bin/ccurve.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/ccurve.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/ccurve.c > CMakeFiles/xtrkcad-lib.dir/ccurve.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/ccurve.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/ccurve.c -o CMakeFiles/xtrkcad-lib.dir/ccurve.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o: app/bin/ccontrol.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o -c /home/martin/XTrackCAD/src/work/app/bin/ccontrol.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/ccontrol.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/ccontrol.c > CMakeFiles/xtrkcad-lib.dir/ccontrol.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/ccontrol.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/ccontrol.c -o CMakeFiles/xtrkcad-lib.dir/ccontrol.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.o: app/bin/cdraw.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cdraw.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cdraw.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cdraw.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cdraw.c > CMakeFiles/xtrkcad-lib.dir/cdraw.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cdraw.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cdraw.c -o CMakeFiles/xtrkcad-lib.dir/cdraw.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.o: app/bin/celev.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/celev.c.o -c /home/martin/XTrackCAD/src/work/app/bin/celev.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/celev.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/celev.c > CMakeFiles/xtrkcad-lib.dir/celev.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/celev.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/celev.c -o CMakeFiles/xtrkcad-lib.dir/celev.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.o: app/bin/cgroup.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cgroup.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cgroup.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cgroup.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cgroup.c > CMakeFiles/xtrkcad-lib.dir/cgroup.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cgroup.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cgroup.c -o CMakeFiles/xtrkcad-lib.dir/cgroup.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.o: app/bin/chndldto.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/chndldto.c.o -c /home/martin/XTrackCAD/src/work/app/bin/chndldto.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/chndldto.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/chndldto.c > CMakeFiles/xtrkcad-lib.dir/chndldto.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/chndldto.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/chndldto.c -o CMakeFiles/xtrkcad-lib.dir/chndldto.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.o: app/bin/chotbar.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/chotbar.c.o -c /home/martin/XTrackCAD/src/work/app/bin/chotbar.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/chotbar.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/chotbar.c > CMakeFiles/xtrkcad-lib.dir/chotbar.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/chotbar.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/chotbar.c -o CMakeFiles/xtrkcad-lib.dir/chotbar.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.o: app/bin/cjoin.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cjoin.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cjoin.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cjoin.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cjoin.c > CMakeFiles/xtrkcad-lib.dir/cjoin.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cjoin.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cjoin.c -o CMakeFiles/xtrkcad-lib.dir/cjoin.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.o: app/bin/cmisc.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cmisc.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cmisc.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cmisc.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cmisc.c > CMakeFiles/xtrkcad-lib.dir/cmisc.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cmisc.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cmisc.c -o CMakeFiles/xtrkcad-lib.dir/cmisc.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.o: app/bin/cmodify.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cmodify.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cmodify.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cmodify.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cmodify.c > CMakeFiles/xtrkcad-lib.dir/cmodify.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cmodify.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cmodify.c -o CMakeFiles/xtrkcad-lib.dir/cmodify.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.o: app/bin/cnote.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cnote.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cnote.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cnote.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cnote.c > CMakeFiles/xtrkcad-lib.dir/cnote.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cnote.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cnote.c -o CMakeFiles/xtrkcad-lib.dir/cnote.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.o: app/bin/compound.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/compound.c.o -c /home/martin/XTrackCAD/src/work/app/bin/compound.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/compound.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/compound.c > CMakeFiles/xtrkcad-lib.dir/compound.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/compound.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/compound.c -o CMakeFiles/xtrkcad-lib.dir/compound.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.o: app/bin/cparalle.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cparalle.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cparalle.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cparalle.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cparalle.c > CMakeFiles/xtrkcad-lib.dir/cparalle.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cparalle.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cparalle.c -o CMakeFiles/xtrkcad-lib.dir/cparalle.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.o: app/bin/cprint.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cprint.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cprint.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cprint.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cprint.c > CMakeFiles/xtrkcad-lib.dir/cprint.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cprint.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cprint.c -o CMakeFiles/xtrkcad-lib.dir/cprint.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.o: app/bin/cprofile.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cprofile.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cprofile.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cprofile.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cprofile.c > CMakeFiles/xtrkcad-lib.dir/cprofile.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cprofile.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cprofile.c -o CMakeFiles/xtrkcad-lib.dir/cprofile.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.o: app/bin/cpull.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cpull.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cpull.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cpull.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cpull.c > CMakeFiles/xtrkcad-lib.dir/cpull.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cpull.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cpull.c -o CMakeFiles/xtrkcad-lib.dir/cpull.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.o: app/bin/cruler.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cruler.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cruler.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cruler.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cruler.c > CMakeFiles/xtrkcad-lib.dir/cruler.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cruler.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cruler.c -o CMakeFiles/xtrkcad-lib.dir/cruler.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.o: app/bin/cselect.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cselect.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cselect.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cselect.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cselect.c > CMakeFiles/xtrkcad-lib.dir/cselect.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cselect.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cselect.c -o CMakeFiles/xtrkcad-lib.dir/cselect.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.o: app/bin/csensor.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/csensor.c.o -c /home/martin/XTrackCAD/src/work/app/bin/csensor.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/csensor.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/csensor.c > CMakeFiles/xtrkcad-lib.dir/csensor.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/csensor.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/csensor.c -o CMakeFiles/xtrkcad-lib.dir/csensor.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.o: app/bin/csnap.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/csnap.c.o -c /home/martin/XTrackCAD/src/work/app/bin/csnap.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/csnap.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/csnap.c > CMakeFiles/xtrkcad-lib.dir/csnap.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/csnap.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/csnap.c -o CMakeFiles/xtrkcad-lib.dir/csnap.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.o: app/bin/csplit.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/csplit.c.o -c /home/martin/XTrackCAD/src/work/app/bin/csplit.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/csplit.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/csplit.c > CMakeFiles/xtrkcad-lib.dir/csplit.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/csplit.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/csplit.c -o CMakeFiles/xtrkcad-lib.dir/csplit.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.o: app/bin/csignal.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/csignal.c.o -c /home/martin/XTrackCAD/src/work/app/bin/csignal.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/csignal.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/csignal.c > CMakeFiles/xtrkcad-lib.dir/csignal.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/csignal.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/csignal.c -o CMakeFiles/xtrkcad-lib.dir/csignal.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o: app/bin/cstraigh.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cstraigh.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cstraigh.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cstraigh.c > CMakeFiles/xtrkcad-lib.dir/cstraigh.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cstraigh.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cstraigh.c -o CMakeFiles/xtrkcad-lib.dir/cstraigh.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.o: app/bin/cstruct.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cstruct.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cstruct.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cstruct.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cstruct.c > CMakeFiles/xtrkcad-lib.dir/cstruct.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cstruct.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cstruct.c -o CMakeFiles/xtrkcad-lib.dir/cstruct.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o: app/bin/cswitchmotor.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cswitchmotor.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cswitchmotor.c > CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cswitchmotor.c -o CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.o: app/bin/ctext.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/ctext.c.o -c /home/martin/XTrackCAD/src/work/app/bin/ctext.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/ctext.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/ctext.c > CMakeFiles/xtrkcad-lib.dir/ctext.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/ctext.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/ctext.c -o CMakeFiles/xtrkcad-lib.dir/ctext.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o: app/bin/ctodesgn.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o -c /home/martin/XTrackCAD/src/work/app/bin/ctodesgn.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/ctodesgn.c > CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/ctodesgn.c -o CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o: app/bin/ctrain.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/ctrain.c.o -c /home/martin/XTrackCAD/src/work/app/bin/ctrain.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/ctrain.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/ctrain.c > CMakeFiles/xtrkcad-lib.dir/ctrain.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/ctrain.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/ctrain.c -o CMakeFiles/xtrkcad-lib.dir/ctrain.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.o: app/bin/cturnout.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cturnout.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cturnout.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cturnout.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cturnout.c > CMakeFiles/xtrkcad-lib.dir/cturnout.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cturnout.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cturnout.c -o CMakeFiles/xtrkcad-lib.dir/cturnout.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o: app/bin/cturntbl.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cturntbl.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cturntbl.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cturntbl.c > CMakeFiles/xtrkcad-lib.dir/cturntbl.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cturntbl.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cturntbl.c -o CMakeFiles/xtrkcad-lib.dir/cturntbl.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.o: app/bin/cundo.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/cundo.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cundo.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/cundo.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cundo.c > CMakeFiles/xtrkcad-lib.dir/cundo.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/cundo.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cundo.c -o CMakeFiles/xtrkcad-lib.dir/cundo.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.o: app/bin/custom.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/custom.c.o -c /home/martin/XTrackCAD/src/work/app/bin/custom.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/custom.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/custom.c > CMakeFiles/xtrkcad-lib.dir/custom.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/custom.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/custom.c -o CMakeFiles/xtrkcad-lib.dir/custom.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.o: app/bin/dbench.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/dbench.c.o -c /home/martin/XTrackCAD/src/work/app/bin/dbench.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/dbench.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/dbench.c > CMakeFiles/xtrkcad-lib.dir/dbench.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/dbench.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/dbench.c -o CMakeFiles/xtrkcad-lib.dir/dbench.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o: app/bin/dbitmap.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o -c /home/martin/XTrackCAD/src/work/app/bin/dbitmap.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/dbitmap.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/dbitmap.c > CMakeFiles/xtrkcad-lib.dir/dbitmap.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/dbitmap.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/dbitmap.c -o CMakeFiles/xtrkcad-lib.dir/dbitmap.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.o: app/bin/dcar.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/dcar.c.o -c /home/martin/XTrackCAD/src/work/app/bin/dcar.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/dcar.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/dcar.c > CMakeFiles/xtrkcad-lib.dir/dcar.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/dcar.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/dcar.c -o CMakeFiles/xtrkcad-lib.dir/dcar.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o: app/bin/dcmpnd.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o -c /home/martin/XTrackCAD/src/work/app/bin/dcmpnd.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/dcmpnd.c > CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/dcmpnd.c -o CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o: app/bin/dcustmgm.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o -c /home/martin/XTrackCAD/src/work/app/bin/dcustmgm.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/dcustmgm.c > CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/dcustmgm.c -o CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o: app/bin/dcontmgm.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o -c /home/martin/XTrackCAD/src/work/app/bin/dcontmgm.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/dcontmgm.c > CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/dcontmgm.c -o CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.o: app/bin/dease.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/dease.c.o -c /home/martin/XTrackCAD/src/work/app/bin/dease.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/dease.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/dease.c > CMakeFiles/xtrkcad-lib.dir/dease.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/dease.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/dease.c -o CMakeFiles/xtrkcad-lib.dir/dease.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.o: app/bin/denum.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/denum.c.o -c /home/martin/XTrackCAD/src/work/app/bin/denum.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/denum.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/denum.c > CMakeFiles/xtrkcad-lib.dir/denum.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/denum.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/denum.c -o CMakeFiles/xtrkcad-lib.dir/denum.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.o: app/bin/dlayer.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/dlayer.c.o -c /home/martin/XTrackCAD/src/work/app/bin/dlayer.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/dlayer.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/dlayer.c > CMakeFiles/xtrkcad-lib.dir/dlayer.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/dlayer.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/dlayer.c -o CMakeFiles/xtrkcad-lib.dir/dlayer.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.o: app/bin/doption.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/doption.c.o -c /home/martin/XTrackCAD/src/work/app/bin/doption.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/doption.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/doption.c > CMakeFiles/xtrkcad-lib.dir/doption.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/doption.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/doption.c -o CMakeFiles/xtrkcad-lib.dir/doption.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.o: app/bin/dpricels.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/dpricels.c.o -c /home/martin/XTrackCAD/src/work/app/bin/dpricels.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/dpricels.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/dpricels.c > CMakeFiles/xtrkcad-lib.dir/dpricels.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/dpricels.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/dpricels.c -o CMakeFiles/xtrkcad-lib.dir/dpricels.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o: app/bin/dprmfile.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o -c /home/martin/XTrackCAD/src/work/app/bin/dprmfile.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/dprmfile.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/dprmfile.c > CMakeFiles/xtrkcad-lib.dir/dprmfile.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/dprmfile.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/dprmfile.c -o CMakeFiles/xtrkcad-lib.dir/dprmfile.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.o: app/bin/draw.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/draw.c.o -c /home/martin/XTrackCAD/src/work/app/bin/draw.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/draw.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/draw.c > CMakeFiles/xtrkcad-lib.dir/draw.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/draw.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/draw.c -o CMakeFiles/xtrkcad-lib.dir/draw.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o: app/bin/drawgeom.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o -c /home/martin/XTrackCAD/src/work/app/bin/drawgeom.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/drawgeom.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/drawgeom.c > CMakeFiles/xtrkcad-lib.dir/drawgeom.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/drawgeom.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/drawgeom.c -o CMakeFiles/xtrkcad-lib.dir/drawgeom.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o: app/bin/dxfformat.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o -c /home/martin/XTrackCAD/src/work/app/bin/dxfformat.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/dxfformat.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/dxfformat.c > CMakeFiles/xtrkcad-lib.dir/dxfformat.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/dxfformat.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/dxfformat.c -o CMakeFiles/xtrkcad-lib.dir/dxfformat.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o: app/bin/dxfoutput.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o -c /home/martin/XTrackCAD/src/work/app/bin/dxfoutput.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/dxfoutput.c > CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/dxfoutput.c -o CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.o: app/bin/elev.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/elev.c.o -c /home/martin/XTrackCAD/src/work/app/bin/elev.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/elev.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/elev.c > CMakeFiles/xtrkcad-lib.dir/elev.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/elev.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/elev.c -o CMakeFiles/xtrkcad-lib.dir/elev.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.o: app/bin/fileio.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/fileio.c.o -c /home/martin/XTrackCAD/src/work/app/bin/fileio.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/fileio.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/fileio.c > CMakeFiles/xtrkcad-lib.dir/fileio.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/fileio.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/fileio.c -o CMakeFiles/xtrkcad-lib.dir/fileio.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.o: app/bin/i18n.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/i18n.c.o -c /home/martin/XTrackCAD/src/work/app/bin/i18n.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/i18n.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/i18n.c > CMakeFiles/xtrkcad-lib.dir/i18n.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/i18n.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/i18n.c -o CMakeFiles/xtrkcad-lib.dir/i18n.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.o: app/bin/layout.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/layout.c.o -c /home/martin/XTrackCAD/src/work/app/bin/layout.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/layout.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/layout.c > CMakeFiles/xtrkcad-lib.dir/layout.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/layout.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/layout.c -o CMakeFiles/xtrkcad-lib.dir/layout.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.o: app/bin/lprintf.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/lprintf.c.o -c /home/martin/XTrackCAD/src/work/app/bin/lprintf.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/lprintf.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/lprintf.c > CMakeFiles/xtrkcad-lib.dir/lprintf.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/lprintf.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/lprintf.c -o CMakeFiles/xtrkcad-lib.dir/lprintf.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.o: app/bin/macro.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/macro.c.o -c /home/martin/XTrackCAD/src/work/app/bin/macro.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/macro.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/macro.c > CMakeFiles/xtrkcad-lib.dir/macro.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/macro.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/macro.c -o CMakeFiles/xtrkcad-lib.dir/macro.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.o: app/bin/misc2.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/misc2.c.o -c /home/martin/XTrackCAD/src/work/app/bin/misc2.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/misc2.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/misc2.c > CMakeFiles/xtrkcad-lib.dir/misc2.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/misc2.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/misc2.c -o CMakeFiles/xtrkcad-lib.dir/misc2.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.o: app/bin/param.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/param.c.o -c /home/martin/XTrackCAD/src/work/app/bin/param.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/param.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/param.c > CMakeFiles/xtrkcad-lib.dir/param.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/param.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/param.c -o CMakeFiles/xtrkcad-lib.dir/param.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.o: app/bin/paths.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/paths.c.o -c /home/martin/XTrackCAD/src/work/app/bin/paths.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/paths.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/paths.c > CMakeFiles/xtrkcad-lib.dir/paths.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/paths.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/paths.c -o CMakeFiles/xtrkcad-lib.dir/paths.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o: app/bin/shrtpath.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o -c /home/martin/XTrackCAD/src/work/app/bin/shrtpath.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/shrtpath.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/shrtpath.c > CMakeFiles/xtrkcad-lib.dir/shrtpath.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/shrtpath.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/shrtpath.c -o CMakeFiles/xtrkcad-lib.dir/shrtpath.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o: app/bin/smalldlg.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o -c /home/martin/XTrackCAD/src/work/app/bin/smalldlg.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/smalldlg.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/smalldlg.c > CMakeFiles/xtrkcad-lib.dir/smalldlg.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/smalldlg.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/smalldlg.c -o CMakeFiles/xtrkcad-lib.dir/smalldlg.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.o: app/bin/tbezier.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/tbezier.c.o -c /home/martin/XTrackCAD/src/work/app/bin/tbezier.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/tbezier.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/tbezier.c > CMakeFiles/xtrkcad-lib.dir/tbezier.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/tbezier.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/tbezier.c -o CMakeFiles/xtrkcad-lib.dir/tbezier.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.o: app/bin/tcornu.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/tcornu.c.o -c /home/martin/XTrackCAD/src/work/app/bin/tcornu.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/tcornu.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/tcornu.c > CMakeFiles/xtrkcad-lib.dir/tcornu.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/tcornu.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/tcornu.c -o CMakeFiles/xtrkcad-lib.dir/tcornu.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.o: app/bin/tcurve.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/tcurve.c.o -c /home/martin/XTrackCAD/src/work/app/bin/tcurve.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/tcurve.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/tcurve.c > CMakeFiles/xtrkcad-lib.dir/tcurve.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/tcurve.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/tcurve.c -o CMakeFiles/xtrkcad-lib.dir/tcurve.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.o: app/bin/tease.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/tease.c.o -c /home/martin/XTrackCAD/src/work/app/bin/tease.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/tease.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/tease.c > CMakeFiles/xtrkcad-lib.dir/tease.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/tease.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/tease.c -o CMakeFiles/xtrkcad-lib.dir/tease.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.o: app/bin/track.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/track.c.o -c /home/martin/XTrackCAD/src/work/app/bin/track.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/track.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/track.c > CMakeFiles/xtrkcad-lib.dir/track.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/track.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/track.c -o CMakeFiles/xtrkcad-lib.dir/track.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.o: app/bin/trkseg.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/trkseg.c.o -c /home/martin/XTrackCAD/src/work/app/bin/trkseg.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/trkseg.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/trkseg.c > CMakeFiles/xtrkcad-lib.dir/trkseg.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/trkseg.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/trkseg.c -o CMakeFiles/xtrkcad-lib.dir/trkseg.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o: app/bin/tstraigh.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o -c /home/martin/XTrackCAD/src/work/app/bin/tstraigh.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/tstraigh.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/tstraigh.c > CMakeFiles/xtrkcad-lib.dir/tstraigh.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/tstraigh.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/tstraigh.c -o CMakeFiles/xtrkcad-lib.dir/tstraigh.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o + + +app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.o: app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make +app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.o: app/bin/utility.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building C object app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad-lib.dir/utility.c.o -c /home/martin/XTrackCAD/src/work/app/bin/utility.c + +app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad-lib.dir/utility.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/utility.c > CMakeFiles/xtrkcad-lib.dir/utility.c.i + +app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad-lib.dir/utility.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/utility.c -o CMakeFiles/xtrkcad-lib.dir/utility.c.s + +app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.o.requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.o.provides: app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.o.provides + +app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.o.provides.build: app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.o + + +# Object files for target xtrkcad-lib +xtrkcad__lib_OBJECTS = \ +"CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cbezier.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cblock.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/ccornu.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/ccurve.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cdraw.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/celev.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cgroup.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/chndldto.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/chotbar.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cjoin.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cmisc.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cmodify.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cnote.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/compound.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cparalle.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cprint.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cprofile.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cpull.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cruler.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cselect.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/csensor.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/csnap.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/csplit.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/csignal.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cstruct.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/ctext.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/ctrain.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cturnout.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/cundo.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/custom.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/dbench.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/dcar.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/dease.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/denum.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/dlayer.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/doption.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/dpricels.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/draw.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/elev.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/fileio.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/i18n.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/layout.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/lprintf.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/macro.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/misc2.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/param.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/paths.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/tbezier.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/tcornu.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/tcurve.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/tease.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/track.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/trkseg.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o" \ +"CMakeFiles/xtrkcad-lib.dir/utility.c.o" + +# External object files for target xtrkcad-lib +xtrkcad__lib_EXTERNAL_OBJECTS = + +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.o +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/build.make +app/bin/libxtrkcad-lib.a: app/bin/CMakeFiles/xtrkcad-lib.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Linking C static library libxtrkcad-lib.a" + cd /home/martin/XTrackCAD/src/work/app/bin && $(CMAKE_COMMAND) -P CMakeFiles/xtrkcad-lib.dir/cmake_clean_target.cmake + cd /home/martin/XTrackCAD/src/work/app/bin && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/xtrkcad-lib.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +app/bin/CMakeFiles/xtrkcad-lib.dir/build: app/bin/libxtrkcad-lib.a + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/build + +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o.requires +app/bin/CMakeFiles/xtrkcad-lib.dir/requires: app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.o.requires + +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/requires + +app/bin/CMakeFiles/xtrkcad-lib.dir/clean: + cd /home/martin/XTrackCAD/src/work/app/bin && $(CMAKE_COMMAND) -P CMakeFiles/xtrkcad-lib.dir/cmake_clean.cmake +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/clean + +app/bin/CMakeFiles/xtrkcad-lib.dir/depend: app/bin/to3way.lin +app/bin/CMakeFiles/xtrkcad-lib.dir/depend: app/bin/tocrv.lin +app/bin/CMakeFiles/xtrkcad-lib.dir/depend: app/bin/tocrvsct.lin +app/bin/CMakeFiles/xtrkcad-lib.dir/depend: app/bin/todcross.lin +app/bin/CMakeFiles/xtrkcad-lib.dir/depend: app/bin/todslip.lin +app/bin/CMakeFiles/xtrkcad-lib.dir/depend: app/bin/tolcross.lin +app/bin/CMakeFiles/xtrkcad-lib.dir/depend: app/bin/torcross.lin +app/bin/CMakeFiles/xtrkcad-lib.dir/depend: app/bin/toreg.lin +app/bin/CMakeFiles/xtrkcad-lib.dir/depend: app/bin/tosslip.lin +app/bin/CMakeFiles/xtrkcad-lib.dir/depend: app/bin/tostrsct.lin +app/bin/CMakeFiles/xtrkcad-lib.dir/depend: app/bin/towye.lin +app/bin/CMakeFiles/xtrkcad-lib.dir/depend: app/bin/toxing.lin +app/bin/CMakeFiles/xtrkcad-lib.dir/depend: app/bin/bllnhlp.c + cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/bin /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/bin /home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/depend + diff --git a/app/bin/CMakeFiles/xtrkcad-lib.dir/cmake_clean.cmake b/app/bin/CMakeFiles/xtrkcad-lib.dir/cmake_clean.cmake new file mode 100644 index 0000000..785924e --- /dev/null +++ b/app/bin/CMakeFiles/xtrkcad-lib.dir/cmake_clean.cmake @@ -0,0 +1,94 @@ +file(REMOVE_RECURSE + "to3way.lin" + "tocrv.lin" + "tocrvsct.lin" + "todcross.lin" + "todslip.lin" + "tolcross.lin" + "torcross.lin" + "toreg.lin" + "tosslip.lin" + "tostrsct.lin" + "towye.lin" + "toxing.lin" + "bllnhlp.c" + "CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o" + "CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o" + "CMakeFiles/xtrkcad-lib.dir/cbezier.c.o" + "CMakeFiles/xtrkcad-lib.dir/cblock.c.o" + "CMakeFiles/xtrkcad-lib.dir/ccornu.c.o" + "CMakeFiles/xtrkcad-lib.dir/ccurve.c.o" + "CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o" + "CMakeFiles/xtrkcad-lib.dir/cdraw.c.o" + "CMakeFiles/xtrkcad-lib.dir/celev.c.o" + "CMakeFiles/xtrkcad-lib.dir/cgroup.c.o" + "CMakeFiles/xtrkcad-lib.dir/chndldto.c.o" + "CMakeFiles/xtrkcad-lib.dir/chotbar.c.o" + "CMakeFiles/xtrkcad-lib.dir/cjoin.c.o" + "CMakeFiles/xtrkcad-lib.dir/cmisc.c.o" + "CMakeFiles/xtrkcad-lib.dir/cmodify.c.o" + "CMakeFiles/xtrkcad-lib.dir/cnote.c.o" + "CMakeFiles/xtrkcad-lib.dir/compound.c.o" + "CMakeFiles/xtrkcad-lib.dir/cparalle.c.o" + "CMakeFiles/xtrkcad-lib.dir/cprint.c.o" + "CMakeFiles/xtrkcad-lib.dir/cprofile.c.o" + "CMakeFiles/xtrkcad-lib.dir/cpull.c.o" + "CMakeFiles/xtrkcad-lib.dir/cruler.c.o" + "CMakeFiles/xtrkcad-lib.dir/cselect.c.o" + "CMakeFiles/xtrkcad-lib.dir/csensor.c.o" + "CMakeFiles/xtrkcad-lib.dir/csnap.c.o" + "CMakeFiles/xtrkcad-lib.dir/csplit.c.o" + "CMakeFiles/xtrkcad-lib.dir/csignal.c.o" + "CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o" + "CMakeFiles/xtrkcad-lib.dir/cstruct.c.o" + "CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o" + "CMakeFiles/xtrkcad-lib.dir/ctext.c.o" + "CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o" + "CMakeFiles/xtrkcad-lib.dir/ctrain.c.o" + "CMakeFiles/xtrkcad-lib.dir/cturnout.c.o" + "CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o" + "CMakeFiles/xtrkcad-lib.dir/cundo.c.o" + "CMakeFiles/xtrkcad-lib.dir/custom.c.o" + "CMakeFiles/xtrkcad-lib.dir/dbench.c.o" + "CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o" + "CMakeFiles/xtrkcad-lib.dir/dcar.c.o" + "CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o" + "CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o" + "CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o" + "CMakeFiles/xtrkcad-lib.dir/dease.c.o" + "CMakeFiles/xtrkcad-lib.dir/denum.c.o" + "CMakeFiles/xtrkcad-lib.dir/dlayer.c.o" + "CMakeFiles/xtrkcad-lib.dir/doption.c.o" + "CMakeFiles/xtrkcad-lib.dir/dpricels.c.o" + "CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o" + "CMakeFiles/xtrkcad-lib.dir/draw.c.o" + "CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o" + "CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o" + "CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o" + "CMakeFiles/xtrkcad-lib.dir/elev.c.o" + "CMakeFiles/xtrkcad-lib.dir/fileio.c.o" + "CMakeFiles/xtrkcad-lib.dir/i18n.c.o" + "CMakeFiles/xtrkcad-lib.dir/layout.c.o" + "CMakeFiles/xtrkcad-lib.dir/lprintf.c.o" + "CMakeFiles/xtrkcad-lib.dir/macro.c.o" + "CMakeFiles/xtrkcad-lib.dir/misc2.c.o" + "CMakeFiles/xtrkcad-lib.dir/param.c.o" + "CMakeFiles/xtrkcad-lib.dir/paths.c.o" + "CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o" + "CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o" + "CMakeFiles/xtrkcad-lib.dir/tbezier.c.o" + "CMakeFiles/xtrkcad-lib.dir/tcornu.c.o" + "CMakeFiles/xtrkcad-lib.dir/tcurve.c.o" + "CMakeFiles/xtrkcad-lib.dir/tease.c.o" + "CMakeFiles/xtrkcad-lib.dir/track.c.o" + "CMakeFiles/xtrkcad-lib.dir/trkseg.c.o" + "CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o" + "CMakeFiles/xtrkcad-lib.dir/utility.c.o" + "libxtrkcad-lib.pdb" + "libxtrkcad-lib.a" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/xtrkcad-lib.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/app/bin/CMakeFiles/xtrkcad-lib.dir/cmake_clean_target.cmake b/app/bin/CMakeFiles/xtrkcad-lib.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..47de38e --- /dev/null +++ b/app/bin/CMakeFiles/xtrkcad-lib.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libxtrkcad-lib.a" +) diff --git a/app/bin/CMakeFiles/xtrkcad-lib.dir/depend.make b/app/bin/CMakeFiles/xtrkcad-lib.dir/depend.make new file mode 100644 index 0000000..224d515 --- /dev/null +++ b/app/bin/CMakeFiles/xtrkcad-lib.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for xtrkcad-lib. +# This may be replaced when dependencies are built. diff --git a/app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make b/app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make new file mode 100644 index 0000000..5131b8b --- /dev/null +++ b/app/bin/CMakeFiles/xtrkcad-lib.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# compile C with /usr/bin/gcc +C_FLAGS = -g3 -gdwarf-2 -std=gnu99 + +C_DEFINES = -DXTRKCAD_CMAKE_BUILD + +C_INCLUDES = -I/usr/local/include -I/home/martin/XTrackCAD/src/work/app/bin -I/home/martin/XTrackCAD/src/work/app/dynstring -I/home/martin/XTrackCAD/src/work/app/cornu -I/home/martin/XTrackCAD/src/work -I/home/martin/XTrackCAD/src/work/app/help -I/home/martin/XTrackCAD/src/work/app/wlib/include + diff --git a/app/bin/CMakeFiles/xtrkcad-lib.dir/link.txt b/app/bin/CMakeFiles/xtrkcad-lib.dir/link.txt new file mode 100644 index 0000000..e5f00ad --- /dev/null +++ b/app/bin/CMakeFiles/xtrkcad-lib.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libxtrkcad-lib.a CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o CMakeFiles/xtrkcad-lib.dir/cbezier.c.o CMakeFiles/xtrkcad-lib.dir/cblock.c.o CMakeFiles/xtrkcad-lib.dir/ccornu.c.o CMakeFiles/xtrkcad-lib.dir/ccurve.c.o CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o CMakeFiles/xtrkcad-lib.dir/cdraw.c.o CMakeFiles/xtrkcad-lib.dir/celev.c.o CMakeFiles/xtrkcad-lib.dir/cgroup.c.o CMakeFiles/xtrkcad-lib.dir/chndldto.c.o CMakeFiles/xtrkcad-lib.dir/chotbar.c.o CMakeFiles/xtrkcad-lib.dir/cjoin.c.o CMakeFiles/xtrkcad-lib.dir/cmisc.c.o CMakeFiles/xtrkcad-lib.dir/cmodify.c.o CMakeFiles/xtrkcad-lib.dir/cnote.c.o CMakeFiles/xtrkcad-lib.dir/compound.c.o CMakeFiles/xtrkcad-lib.dir/cparalle.c.o CMakeFiles/xtrkcad-lib.dir/cprint.c.o CMakeFiles/xtrkcad-lib.dir/cprofile.c.o CMakeFiles/xtrkcad-lib.dir/cpull.c.o CMakeFiles/xtrkcad-lib.dir/cruler.c.o CMakeFiles/xtrkcad-lib.dir/cselect.c.o CMakeFiles/xtrkcad-lib.dir/csensor.c.o CMakeFiles/xtrkcad-lib.dir/csnap.c.o CMakeFiles/xtrkcad-lib.dir/csplit.c.o CMakeFiles/xtrkcad-lib.dir/csignal.c.o CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o CMakeFiles/xtrkcad-lib.dir/cstruct.c.o CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o CMakeFiles/xtrkcad-lib.dir/ctext.c.o CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o CMakeFiles/xtrkcad-lib.dir/ctrain.c.o CMakeFiles/xtrkcad-lib.dir/cturnout.c.o CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o CMakeFiles/xtrkcad-lib.dir/cundo.c.o CMakeFiles/xtrkcad-lib.dir/custom.c.o CMakeFiles/xtrkcad-lib.dir/dbench.c.o CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o CMakeFiles/xtrkcad-lib.dir/dcar.c.o CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o CMakeFiles/xtrkcad-lib.dir/dease.c.o CMakeFiles/xtrkcad-lib.dir/denum.c.o CMakeFiles/xtrkcad-lib.dir/dlayer.c.o CMakeFiles/xtrkcad-lib.dir/doption.c.o CMakeFiles/xtrkcad-lib.dir/dpricels.c.o CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o CMakeFiles/xtrkcad-lib.dir/draw.c.o CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o CMakeFiles/xtrkcad-lib.dir/elev.c.o CMakeFiles/xtrkcad-lib.dir/fileio.c.o CMakeFiles/xtrkcad-lib.dir/i18n.c.o CMakeFiles/xtrkcad-lib.dir/layout.c.o CMakeFiles/xtrkcad-lib.dir/lprintf.c.o CMakeFiles/xtrkcad-lib.dir/macro.c.o CMakeFiles/xtrkcad-lib.dir/misc2.c.o CMakeFiles/xtrkcad-lib.dir/param.c.o CMakeFiles/xtrkcad-lib.dir/paths.c.o CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o CMakeFiles/xtrkcad-lib.dir/tbezier.c.o CMakeFiles/xtrkcad-lib.dir/tcornu.c.o CMakeFiles/xtrkcad-lib.dir/tcurve.c.o CMakeFiles/xtrkcad-lib.dir/tease.c.o CMakeFiles/xtrkcad-lib.dir/track.c.o CMakeFiles/xtrkcad-lib.dir/trkseg.c.o CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o CMakeFiles/xtrkcad-lib.dir/utility.c.o +/usr/bin/ranlib libxtrkcad-lib.a diff --git a/app/bin/CMakeFiles/xtrkcad-lib.dir/progress.make b/app/bin/CMakeFiles/xtrkcad-lib.dir/progress.make new file mode 100644 index 0000000..24e24f0 --- /dev/null +++ b/app/bin/CMakeFiles/xtrkcad-lib.dir/progress.make @@ -0,0 +1,87 @@ +CMAKE_PROGRESS_1 = 51 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 52 +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = 53 +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = 54 +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = 55 +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = 56 +CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_15 = +CMAKE_PROGRESS_16 = 57 +CMAKE_PROGRESS_17 = +CMAKE_PROGRESS_18 = 58 +CMAKE_PROGRESS_19 = +CMAKE_PROGRESS_20 = +CMAKE_PROGRESS_21 = 59 +CMAKE_PROGRESS_22 = +CMAKE_PROGRESS_23 = 60 +CMAKE_PROGRESS_24 = +CMAKE_PROGRESS_25 = 61 +CMAKE_PROGRESS_26 = +CMAKE_PROGRESS_27 = +CMAKE_PROGRESS_28 = 62 +CMAKE_PROGRESS_29 = +CMAKE_PROGRESS_30 = 63 +CMAKE_PROGRESS_31 = +CMAKE_PROGRESS_32 = 64 +CMAKE_PROGRESS_33 = +CMAKE_PROGRESS_34 = +CMAKE_PROGRESS_35 = 65 +CMAKE_PROGRESS_36 = +CMAKE_PROGRESS_37 = 66 +CMAKE_PROGRESS_38 = +CMAKE_PROGRESS_39 = +CMAKE_PROGRESS_40 = 67 +CMAKE_PROGRESS_41 = +CMAKE_PROGRESS_42 = 68 +CMAKE_PROGRESS_43 = +CMAKE_PROGRESS_44 = 69 +CMAKE_PROGRESS_45 = +CMAKE_PROGRESS_46 = +CMAKE_PROGRESS_47 = 70 +CMAKE_PROGRESS_48 = +CMAKE_PROGRESS_49 = 71 +CMAKE_PROGRESS_50 = +CMAKE_PROGRESS_51 = +CMAKE_PROGRESS_52 = 72 +CMAKE_PROGRESS_53 = +CMAKE_PROGRESS_54 = 73 +CMAKE_PROGRESS_55 = +CMAKE_PROGRESS_56 = 74 +CMAKE_PROGRESS_57 = +CMAKE_PROGRESS_58 = +CMAKE_PROGRESS_59 = 75 +CMAKE_PROGRESS_60 = +CMAKE_PROGRESS_61 = 76 +CMAKE_PROGRESS_62 = +CMAKE_PROGRESS_63 = +CMAKE_PROGRESS_64 = 77 +CMAKE_PROGRESS_65 = +CMAKE_PROGRESS_66 = 78 +CMAKE_PROGRESS_67 = +CMAKE_PROGRESS_68 = 79 +CMAKE_PROGRESS_69 = +CMAKE_PROGRESS_70 = +CMAKE_PROGRESS_71 = 80 +CMAKE_PROGRESS_72 = +CMAKE_PROGRESS_73 = 81 +CMAKE_PROGRESS_74 = +CMAKE_PROGRESS_75 = 82 +CMAKE_PROGRESS_76 = +CMAKE_PROGRESS_77 = +CMAKE_PROGRESS_78 = 83 +CMAKE_PROGRESS_79 = +CMAKE_PROGRESS_80 = 84 +CMAKE_PROGRESS_81 = +CMAKE_PROGRESS_82 = +CMAKE_PROGRESS_83 = 85 +CMAKE_PROGRESS_84 = +CMAKE_PROGRESS_85 = 86 +CMAKE_PROGRESS_86 = + diff --git a/app/bin/CMakeFiles/xtrkcad.dir/DependInfo.cmake b/app/bin/CMakeFiles/xtrkcad.dir/DependInfo.cmake new file mode 100644 index 0000000..0099d34 --- /dev/null +++ b/app/bin/CMakeFiles/xtrkcad.dir/DependInfo.cmake @@ -0,0 +1,36 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "/home/martin/XTrackCAD/src/work/app/bin/misc.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad.dir/misc.c.o" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_C + "XTRKCAD_CMAKE_BUILD" + ) + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/local/include" + "app/bin" + "app/dynstring" + "app/cornu" + "." + "app/help" + "app/wlib/include" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad-lib.dir/DependInfo.cmake" + "/home/martin/XTrackCAD/src/work/app/wlib/gtklib/CMakeFiles/xtrkcad-wlib.dir/DependInfo.cmake" + "/home/martin/XTrackCAD/src/work/app/cornu/CMakeFiles/xtrkcad-cornu.dir/DependInfo.cmake" + "/home/martin/XTrackCAD/src/work/app/dynstring/CMakeFiles/dynstring.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/app/bin/CMakeFiles/xtrkcad.dir/build.make b/app/bin/CMakeFiles/xtrkcad.dir/build.make new file mode 100644 index 0000000..ef1a206 --- /dev/null +++ b/app/bin/CMakeFiles/xtrkcad.dir/build.make @@ -0,0 +1,117 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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 + +# Include any dependencies generated for this target. +include app/bin/CMakeFiles/xtrkcad.dir/depend.make + +# Include the progress variables for this target. +include app/bin/CMakeFiles/xtrkcad.dir/progress.make + +# Include the compile flags for this target's objects. +include app/bin/CMakeFiles/xtrkcad.dir/flags.make + +app/bin/CMakeFiles/xtrkcad.dir/misc.c.o: app/bin/CMakeFiles/xtrkcad.dir/flags.make +app/bin/CMakeFiles/xtrkcad.dir/misc.c.o: app/bin/misc.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object app/bin/CMakeFiles/xtrkcad.dir/misc.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/xtrkcad.dir/misc.c.o -c /home/martin/XTrackCAD/src/work/app/bin/misc.c + +app/bin/CMakeFiles/xtrkcad.dir/misc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/xtrkcad.dir/misc.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/misc.c > CMakeFiles/xtrkcad.dir/misc.c.i + +app/bin/CMakeFiles/xtrkcad.dir/misc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/xtrkcad.dir/misc.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/misc.c -o CMakeFiles/xtrkcad.dir/misc.c.s + +app/bin/CMakeFiles/xtrkcad.dir/misc.c.o.requires: + +.PHONY : app/bin/CMakeFiles/xtrkcad.dir/misc.c.o.requires + +app/bin/CMakeFiles/xtrkcad.dir/misc.c.o.provides: app/bin/CMakeFiles/xtrkcad.dir/misc.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/xtrkcad.dir/build.make app/bin/CMakeFiles/xtrkcad.dir/misc.c.o.provides.build +.PHONY : app/bin/CMakeFiles/xtrkcad.dir/misc.c.o.provides + +app/bin/CMakeFiles/xtrkcad.dir/misc.c.o.provides.build: app/bin/CMakeFiles/xtrkcad.dir/misc.c.o + + +# Object files for target xtrkcad +xtrkcad_OBJECTS = \ +"CMakeFiles/xtrkcad.dir/misc.c.o" + +# External object files for target xtrkcad +xtrkcad_EXTERNAL_OBJECTS = + +app/bin/xtrkcad: app/bin/CMakeFiles/xtrkcad.dir/misc.c.o +app/bin/xtrkcad: app/bin/CMakeFiles/xtrkcad.dir/build.make +app/bin/xtrkcad: app/bin/libxtrkcad-lib.a +app/bin/xtrkcad: app/wlib/gtklib/libxtrkcad-wlib.a +app/bin/xtrkcad: app/cornu/libxtrkcad-cornu.a +app/bin/xtrkcad: app/dynstring/libdynstring.a +app/bin/xtrkcad: app/bin/CMakeFiles/xtrkcad.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable xtrkcad" + cd /home/martin/XTrackCAD/src/work/app/bin && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/xtrkcad.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +app/bin/CMakeFiles/xtrkcad.dir/build: app/bin/xtrkcad + +.PHONY : app/bin/CMakeFiles/xtrkcad.dir/build + +app/bin/CMakeFiles/xtrkcad.dir/requires: app/bin/CMakeFiles/xtrkcad.dir/misc.c.o.requires + +.PHONY : app/bin/CMakeFiles/xtrkcad.dir/requires + +app/bin/CMakeFiles/xtrkcad.dir/clean: + cd /home/martin/XTrackCAD/src/work/app/bin && $(CMAKE_COMMAND) -P CMakeFiles/xtrkcad.dir/cmake_clean.cmake +.PHONY : app/bin/CMakeFiles/xtrkcad.dir/clean + +app/bin/CMakeFiles/xtrkcad.dir/depend: + cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/bin /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/bin /home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/xtrkcad.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : app/bin/CMakeFiles/xtrkcad.dir/depend + diff --git a/app/bin/CMakeFiles/xtrkcad.dir/cmake_clean.cmake b/app/bin/CMakeFiles/xtrkcad.dir/cmake_clean.cmake new file mode 100644 index 0000000..743ddc1 --- /dev/null +++ b/app/bin/CMakeFiles/xtrkcad.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/xtrkcad.dir/misc.c.o" + "xtrkcad.pdb" + "xtrkcad" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/xtrkcad.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/app/bin/CMakeFiles/xtrkcad.dir/depend.make b/app/bin/CMakeFiles/xtrkcad.dir/depend.make new file mode 100644 index 0000000..2406640 --- /dev/null +++ b/app/bin/CMakeFiles/xtrkcad.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for xtrkcad. +# This may be replaced when dependencies are built. diff --git a/app/bin/CMakeFiles/xtrkcad.dir/flags.make b/app/bin/CMakeFiles/xtrkcad.dir/flags.make new file mode 100644 index 0000000..5131b8b --- /dev/null +++ b/app/bin/CMakeFiles/xtrkcad.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# compile C with /usr/bin/gcc +C_FLAGS = -g3 -gdwarf-2 -std=gnu99 + +C_DEFINES = -DXTRKCAD_CMAKE_BUILD + +C_INCLUDES = -I/usr/local/include -I/home/martin/XTrackCAD/src/work/app/bin -I/home/martin/XTrackCAD/src/work/app/dynstring -I/home/martin/XTrackCAD/src/work/app/cornu -I/home/martin/XTrackCAD/src/work -I/home/martin/XTrackCAD/src/work/app/help -I/home/martin/XTrackCAD/src/work/app/wlib/include + diff --git a/app/bin/CMakeFiles/xtrkcad.dir/link.txt b/app/bin/CMakeFiles/xtrkcad.dir/link.txt new file mode 100644 index 0000000..be8c441 --- /dev/null +++ b/app/bin/CMakeFiles/xtrkcad.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -g3 -gdwarf-2 CMakeFiles/xtrkcad.dir/misc.c.o -o xtrkcad -rdynamic libxtrkcad-lib.a ../wlib/gtklib/libxtrkcad-wlib.a ../cornu/libxtrkcad-cornu.a ../dynstring/libdynstring.a -lm -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lwebkitgtk-1.0 -lsoup-2.4 -ljavascriptcoregtk-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lwebkitgtk-1.0 -lsoup-2.4 -ljavascriptcoregtk-1.0 diff --git a/app/bin/CMakeFiles/xtrkcad.dir/progress.make b/app/bin/CMakeFiles/xtrkcad.dir/progress.make new file mode 100644 index 0000000..6c287f1 --- /dev/null +++ b/app/bin/CMakeFiles/xtrkcad.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/app/bin/CTestTestfile.cmake b/app/bin/CTestTestfile.cmake new file mode 100644 index 0000000..3d308c5 --- /dev/null +++ b/app/bin/CTestTestfile.cmake @@ -0,0 +1,7 @@ +# CMake generated Testfile for +# Source directory: /home/martin/XTrackCAD/src/work/app/bin +# Build directory: /home/martin/XTrackCAD/src/work/app/bin +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs(unittest) diff --git a/app/bin/Makefile b/app/bin/Makefile new file mode 100644 index 0000000..1fa314a --- /dev/null +++ b/app/bin/Makefile @@ -0,0 +1,2511 @@ +# 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 + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# 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 + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test + +.PHONY : test/fast + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..." + cd /home/martin/XTrackCAD/src/work && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package + +.PHONY : package/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: install/local + +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: install/strip + +.PHONY : install/strip/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..." + cd /home/martin/XTrackCAD/src/work && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/martin/XTrackCAD/src/work/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source + +.PHONY : package_source/fast + +# The main all target +all: cmake_check_build_system + cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles /home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/progress.marks + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/bin/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/bin/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/bin/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/bin/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +app/bin/CMakeFiles/xtrkcad.dir/rule: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/bin/CMakeFiles/xtrkcad.dir/rule +.PHONY : app/bin/CMakeFiles/xtrkcad.dir/rule + +# Convenience name for target. +xtrkcad: app/bin/CMakeFiles/xtrkcad.dir/rule + +.PHONY : xtrkcad + +# fast build rule for target. +xtrkcad/fast: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad.dir/build.make app/bin/CMakeFiles/xtrkcad.dir/build +.PHONY : xtrkcad/fast + +# Convenience name for target. +app/bin/CMakeFiles/xtrkcad-lib.dir/rule: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/bin/CMakeFiles/xtrkcad-lib.dir/rule +.PHONY : app/bin/CMakeFiles/xtrkcad-lib.dir/rule + +# Convenience name for target. +xtrkcad-lib: app/bin/CMakeFiles/xtrkcad-lib.dir/rule + +.PHONY : xtrkcad-lib + +# fast build rule for target. +xtrkcad-lib/fast: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/build +.PHONY : xtrkcad-lib/fast + +# Convenience name for target. +app/bin/CMakeFiles/mkturnout.dir/rule: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/bin/CMakeFiles/mkturnout.dir/rule +.PHONY : app/bin/CMakeFiles/mkturnout.dir/rule + +# Convenience name for target. +mkturnout: app/bin/CMakeFiles/mkturnout.dir/rule + +.PHONY : mkturnout + +# fast build rule for target. +mkturnout/fast: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/mkturnout.dir/build.make app/bin/CMakeFiles/mkturnout.dir/build +.PHONY : mkturnout/fast + +# Convenience name for target. +app/bin/CMakeFiles/cnvdsgn.dir/rule: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/bin/CMakeFiles/cnvdsgn.dir/rule +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/rule + +# Convenience name for target. +cnvdsgn: app/bin/CMakeFiles/cnvdsgn.dir/rule + +.PHONY : cnvdsgn + +# fast build rule for target. +cnvdsgn/fast: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/cnvdsgn.dir/build.make app/bin/CMakeFiles/cnvdsgn.dir/build +.PHONY : cnvdsgn/fast + +appdefaults.o: appdefaults.c.o + +.PHONY : appdefaults.o + +# target to build an object file +appdefaults.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.o +.PHONY : appdefaults.c.o + +appdefaults.i: appdefaults.c.i + +.PHONY : appdefaults.i + +# target to preprocess a source file +appdefaults.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.i +.PHONY : appdefaults.c.i + +appdefaults.s: appdefaults.c.s + +.PHONY : appdefaults.s + +# target to generate assembly for a file +appdefaults.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/appdefaults.c.s +.PHONY : appdefaults.c.s + +bllnhlp.o: bllnhlp.c.o + +.PHONY : bllnhlp.o + +# target to build an object file +bllnhlp.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.o +.PHONY : bllnhlp.c.o + +bllnhlp.i: bllnhlp.c.i + +.PHONY : bllnhlp.i + +# target to preprocess a source file +bllnhlp.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.i +.PHONY : bllnhlp.c.i + +bllnhlp.s: bllnhlp.c.s + +.PHONY : bllnhlp.s + +# target to generate assembly for a file +bllnhlp.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/bllnhlp.c.s +.PHONY : bllnhlp.c.s + +cbezier.o: cbezier.c.o + +.PHONY : cbezier.o + +# target to build an object file +cbezier.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.o +.PHONY : cbezier.c.o + +cbezier.i: cbezier.c.i + +.PHONY : cbezier.i + +# target to preprocess a source file +cbezier.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.i +.PHONY : cbezier.c.i + +cbezier.s: cbezier.c.s + +.PHONY : cbezier.s + +# target to generate assembly for a file +cbezier.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cbezier.c.s +.PHONY : cbezier.c.s + +cblock.o: cblock.c.o + +.PHONY : cblock.o + +# target to build an object file +cblock.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.o +.PHONY : cblock.c.o + +cblock.i: cblock.c.i + +.PHONY : cblock.i + +# target to preprocess a source file +cblock.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.i +.PHONY : cblock.c.i + +cblock.s: cblock.c.s + +.PHONY : cblock.s + +# target to generate assembly for a file +cblock.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cblock.c.s +.PHONY : cblock.c.s + +ccontrol.o: ccontrol.c.o + +.PHONY : ccontrol.o + +# target to build an object file +ccontrol.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.o +.PHONY : ccontrol.c.o + +ccontrol.i: ccontrol.c.i + +.PHONY : ccontrol.i + +# target to preprocess a source file +ccontrol.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.i +.PHONY : ccontrol.c.i + +ccontrol.s: ccontrol.c.s + +.PHONY : ccontrol.s + +# target to generate assembly for a file +ccontrol.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ccontrol.c.s +.PHONY : ccontrol.c.s + +ccornu.o: ccornu.c.o + +.PHONY : ccornu.o + +# target to build an object file +ccornu.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.o +.PHONY : ccornu.c.o + +ccornu.i: ccornu.c.i + +.PHONY : ccornu.i + +# target to preprocess a source file +ccornu.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.i +.PHONY : ccornu.c.i + +ccornu.s: ccornu.c.s + +.PHONY : ccornu.s + +# target to generate assembly for a file +ccornu.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ccornu.c.s +.PHONY : ccornu.c.s + +ccurve.o: ccurve.c.o + +.PHONY : ccurve.o + +# target to build an object file +ccurve.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.o +.PHONY : ccurve.c.o + +ccurve.i: ccurve.c.i + +.PHONY : ccurve.i + +# target to preprocess a source file +ccurve.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.i +.PHONY : ccurve.c.i + +ccurve.s: ccurve.c.s + +.PHONY : ccurve.s + +# target to generate assembly for a file +ccurve.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ccurve.c.s +.PHONY : ccurve.c.s + +cdraw.o: cdraw.c.o + +.PHONY : cdraw.o + +# target to build an object file +cdraw.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.o +.PHONY : cdraw.c.o + +cdraw.i: cdraw.c.i + +.PHONY : cdraw.i + +# target to preprocess a source file +cdraw.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.i +.PHONY : cdraw.c.i + +cdraw.s: cdraw.c.s + +.PHONY : cdraw.s + +# target to generate assembly for a file +cdraw.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cdraw.c.s +.PHONY : cdraw.c.s + +celev.o: celev.c.o + +.PHONY : celev.o + +# target to build an object file +celev.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.o +.PHONY : celev.c.o + +celev.i: celev.c.i + +.PHONY : celev.i + +# target to preprocess a source file +celev.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.i +.PHONY : celev.c.i + +celev.s: celev.c.s + +.PHONY : celev.s + +# target to generate assembly for a file +celev.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/celev.c.s +.PHONY : celev.c.s + +cgroup.o: cgroup.c.o + +.PHONY : cgroup.o + +# target to build an object file +cgroup.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.o +.PHONY : cgroup.c.o + +cgroup.i: cgroup.c.i + +.PHONY : cgroup.i + +# target to preprocess a source file +cgroup.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.i +.PHONY : cgroup.c.i + +cgroup.s: cgroup.c.s + +.PHONY : cgroup.s + +# target to generate assembly for a file +cgroup.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cgroup.c.s +.PHONY : cgroup.c.s + +chndldto.o: chndldto.c.o + +.PHONY : chndldto.o + +# target to build an object file +chndldto.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.o +.PHONY : chndldto.c.o + +chndldto.i: chndldto.c.i + +.PHONY : chndldto.i + +# target to preprocess a source file +chndldto.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.i +.PHONY : chndldto.c.i + +chndldto.s: chndldto.c.s + +.PHONY : chndldto.s + +# target to generate assembly for a file +chndldto.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/chndldto.c.s +.PHONY : chndldto.c.s + +chotbar.o: chotbar.c.o + +.PHONY : chotbar.o + +# target to build an object file +chotbar.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.o +.PHONY : chotbar.c.o + +chotbar.i: chotbar.c.i + +.PHONY : chotbar.i + +# target to preprocess a source file +chotbar.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.i +.PHONY : chotbar.c.i + +chotbar.s: chotbar.c.s + +.PHONY : chotbar.s + +# target to generate assembly for a file +chotbar.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/chotbar.c.s +.PHONY : chotbar.c.s + +cjoin.o: cjoin.c.o + +.PHONY : cjoin.o + +# target to build an object file +cjoin.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.o +.PHONY : cjoin.c.o + +cjoin.i: cjoin.c.i + +.PHONY : cjoin.i + +# target to preprocess a source file +cjoin.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.i +.PHONY : cjoin.c.i + +cjoin.s: cjoin.c.s + +.PHONY : cjoin.s + +# target to generate assembly for a file +cjoin.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cjoin.c.s +.PHONY : cjoin.c.s + +cmisc.o: cmisc.c.o + +.PHONY : cmisc.o + +# target to build an object file +cmisc.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.o +.PHONY : cmisc.c.o + +cmisc.i: cmisc.c.i + +.PHONY : cmisc.i + +# target to preprocess a source file +cmisc.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.i +.PHONY : cmisc.c.i + +cmisc.s: cmisc.c.s + +.PHONY : cmisc.s + +# target to generate assembly for a file +cmisc.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cmisc.c.s +.PHONY : cmisc.c.s + +cmodify.o: cmodify.c.o + +.PHONY : cmodify.o + +# target to build an object file +cmodify.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.o +.PHONY : cmodify.c.o + +cmodify.i: cmodify.c.i + +.PHONY : cmodify.i + +# target to preprocess a source file +cmodify.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.i +.PHONY : cmodify.c.i + +cmodify.s: cmodify.c.s + +.PHONY : cmodify.s + +# target to generate assembly for a file +cmodify.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cmodify.c.s +.PHONY : cmodify.c.s + +cnote.o: cnote.c.o + +.PHONY : cnote.o + +# target to build an object file +cnote.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.o +.PHONY : cnote.c.o + +cnote.i: cnote.c.i + +.PHONY : cnote.i + +# target to preprocess a source file +cnote.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.i +.PHONY : cnote.c.i + +cnote.s: cnote.c.s + +.PHONY : cnote.s + +# target to generate assembly for a file +cnote.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cnote.c.s +.PHONY : cnote.c.s + +cnvdsgn.o: cnvdsgn.c.o + +.PHONY : cnvdsgn.o + +# target to build an object file +cnvdsgn.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/cnvdsgn.dir/build.make app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o +.PHONY : cnvdsgn.c.o + +cnvdsgn.i: cnvdsgn.c.i + +.PHONY : cnvdsgn.i + +# target to preprocess a source file +cnvdsgn.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/cnvdsgn.dir/build.make app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.i +.PHONY : cnvdsgn.c.i + +cnvdsgn.s: cnvdsgn.c.s + +.PHONY : cnvdsgn.s + +# target to generate assembly for a file +cnvdsgn.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/cnvdsgn.dir/build.make app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.s +.PHONY : cnvdsgn.c.s + +compound.o: compound.c.o + +.PHONY : compound.o + +# target to build an object file +compound.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.o +.PHONY : compound.c.o + +compound.i: compound.c.i + +.PHONY : compound.i + +# target to preprocess a source file +compound.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.i +.PHONY : compound.c.i + +compound.s: compound.c.s + +.PHONY : compound.s + +# target to generate assembly for a file +compound.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/compound.c.s +.PHONY : compound.c.s + +cparalle.o: cparalle.c.o + +.PHONY : cparalle.o + +# target to build an object file +cparalle.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.o +.PHONY : cparalle.c.o + +cparalle.i: cparalle.c.i + +.PHONY : cparalle.i + +# target to preprocess a source file +cparalle.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.i +.PHONY : cparalle.c.i + +cparalle.s: cparalle.c.s + +.PHONY : cparalle.s + +# target to generate assembly for a file +cparalle.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cparalle.c.s +.PHONY : cparalle.c.s + +cprint.o: cprint.c.o + +.PHONY : cprint.o + +# target to build an object file +cprint.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.o +.PHONY : cprint.c.o + +cprint.i: cprint.c.i + +.PHONY : cprint.i + +# target to preprocess a source file +cprint.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.i +.PHONY : cprint.c.i + +cprint.s: cprint.c.s + +.PHONY : cprint.s + +# target to generate assembly for a file +cprint.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cprint.c.s +.PHONY : cprint.c.s + +cprofile.o: cprofile.c.o + +.PHONY : cprofile.o + +# target to build an object file +cprofile.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.o +.PHONY : cprofile.c.o + +cprofile.i: cprofile.c.i + +.PHONY : cprofile.i + +# target to preprocess a source file +cprofile.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.i +.PHONY : cprofile.c.i + +cprofile.s: cprofile.c.s + +.PHONY : cprofile.s + +# target to generate assembly for a file +cprofile.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cprofile.c.s +.PHONY : cprofile.c.s + +cpull.o: cpull.c.o + +.PHONY : cpull.o + +# target to build an object file +cpull.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.o +.PHONY : cpull.c.o + +cpull.i: cpull.c.i + +.PHONY : cpull.i + +# target to preprocess a source file +cpull.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.i +.PHONY : cpull.c.i + +cpull.s: cpull.c.s + +.PHONY : cpull.s + +# target to generate assembly for a file +cpull.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cpull.c.s +.PHONY : cpull.c.s + +cruler.o: cruler.c.o + +.PHONY : cruler.o + +# target to build an object file +cruler.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.o +.PHONY : cruler.c.o + +cruler.i: cruler.c.i + +.PHONY : cruler.i + +# target to preprocess a source file +cruler.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.i +.PHONY : cruler.c.i + +cruler.s: cruler.c.s + +.PHONY : cruler.s + +# target to generate assembly for a file +cruler.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cruler.c.s +.PHONY : cruler.c.s + +cselect.o: cselect.c.o + +.PHONY : cselect.o + +# target to build an object file +cselect.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.o +.PHONY : cselect.c.o + +cselect.i: cselect.c.i + +.PHONY : cselect.i + +# target to preprocess a source file +cselect.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.i +.PHONY : cselect.c.i + +cselect.s: cselect.c.s + +.PHONY : cselect.s + +# target to generate assembly for a file +cselect.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cselect.c.s +.PHONY : cselect.c.s + +csensor.o: csensor.c.o + +.PHONY : csensor.o + +# target to build an object file +csensor.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.o +.PHONY : csensor.c.o + +csensor.i: csensor.c.i + +.PHONY : csensor.i + +# target to preprocess a source file +csensor.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.i +.PHONY : csensor.c.i + +csensor.s: csensor.c.s + +.PHONY : csensor.s + +# target to generate assembly for a file +csensor.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/csensor.c.s +.PHONY : csensor.c.s + +csignal.o: csignal.c.o + +.PHONY : csignal.o + +# target to build an object file +csignal.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.o +.PHONY : csignal.c.o + +csignal.i: csignal.c.i + +.PHONY : csignal.i + +# target to preprocess a source file +csignal.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.i +.PHONY : csignal.c.i + +csignal.s: csignal.c.s + +.PHONY : csignal.s + +# target to generate assembly for a file +csignal.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/csignal.c.s +.PHONY : csignal.c.s + +csnap.o: csnap.c.o + +.PHONY : csnap.o + +# target to build an object file +csnap.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.o +.PHONY : csnap.c.o + +csnap.i: csnap.c.i + +.PHONY : csnap.i + +# target to preprocess a source file +csnap.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.i +.PHONY : csnap.c.i + +csnap.s: csnap.c.s + +.PHONY : csnap.s + +# target to generate assembly for a file +csnap.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/csnap.c.s +.PHONY : csnap.c.s + +csplit.o: csplit.c.o + +.PHONY : csplit.o + +# target to build an object file +csplit.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.o +.PHONY : csplit.c.o + +csplit.i: csplit.c.i + +.PHONY : csplit.i + +# target to preprocess a source file +csplit.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.i +.PHONY : csplit.c.i + +csplit.s: csplit.c.s + +.PHONY : csplit.s + +# target to generate assembly for a file +csplit.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/csplit.c.s +.PHONY : csplit.c.s + +cstraigh.o: cstraigh.c.o + +.PHONY : cstraigh.o + +# target to build an object file +cstraigh.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.o +.PHONY : cstraigh.c.o + +cstraigh.i: cstraigh.c.i + +.PHONY : cstraigh.i + +# target to preprocess a source file +cstraigh.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.i +.PHONY : cstraigh.c.i + +cstraigh.s: cstraigh.c.s + +.PHONY : cstraigh.s + +# target to generate assembly for a file +cstraigh.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cstraigh.c.s +.PHONY : cstraigh.c.s + +cstruct.o: cstruct.c.o + +.PHONY : cstruct.o + +# target to build an object file +cstruct.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.o +.PHONY : cstruct.c.o + +cstruct.i: cstruct.c.i + +.PHONY : cstruct.i + +# target to preprocess a source file +cstruct.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.i +.PHONY : cstruct.c.i + +cstruct.s: cstruct.c.s + +.PHONY : cstruct.s + +# target to generate assembly for a file +cstruct.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cstruct.c.s +.PHONY : cstruct.c.s + +cswitchmotor.o: cswitchmotor.c.o + +.PHONY : cswitchmotor.o + +# target to build an object file +cswitchmotor.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.o +.PHONY : cswitchmotor.c.o + +cswitchmotor.i: cswitchmotor.c.i + +.PHONY : cswitchmotor.i + +# target to preprocess a source file +cswitchmotor.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.i +.PHONY : cswitchmotor.c.i + +cswitchmotor.s: cswitchmotor.c.s + +.PHONY : cswitchmotor.s + +# target to generate assembly for a file +cswitchmotor.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cswitchmotor.c.s +.PHONY : cswitchmotor.c.s + +ctext.o: ctext.c.o + +.PHONY : ctext.o + +# target to build an object file +ctext.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.o +.PHONY : ctext.c.o + +ctext.i: ctext.c.i + +.PHONY : ctext.i + +# target to preprocess a source file +ctext.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.i +.PHONY : ctext.c.i + +ctext.s: ctext.c.s + +.PHONY : ctext.s + +# target to generate assembly for a file +ctext.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ctext.c.s +.PHONY : ctext.c.s + +ctodesgn.o: ctodesgn.c.o + +.PHONY : ctodesgn.o + +# target to build an object file +ctodesgn.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.o + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/mkturnout.dir/build.make app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.o +.PHONY : ctodesgn.c.o + +ctodesgn.i: ctodesgn.c.i + +.PHONY : ctodesgn.i + +# target to preprocess a source file +ctodesgn.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.i + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/mkturnout.dir/build.make app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.i +.PHONY : ctodesgn.c.i + +ctodesgn.s: ctodesgn.c.s + +.PHONY : ctodesgn.s + +# target to generate assembly for a file +ctodesgn.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ctodesgn.c.s + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/mkturnout.dir/build.make app/bin/CMakeFiles/mkturnout.dir/ctodesgn.c.s +.PHONY : ctodesgn.c.s + +ctrain.o: ctrain.c.o + +.PHONY : ctrain.o + +# target to build an object file +ctrain.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.o +.PHONY : ctrain.c.o + +ctrain.i: ctrain.c.i + +.PHONY : ctrain.i + +# target to preprocess a source file +ctrain.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.i +.PHONY : ctrain.c.i + +ctrain.s: ctrain.c.s + +.PHONY : ctrain.s + +# target to generate assembly for a file +ctrain.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/ctrain.c.s +.PHONY : ctrain.c.s + +cturnout.o: cturnout.c.o + +.PHONY : cturnout.o + +# target to build an object file +cturnout.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.o +.PHONY : cturnout.c.o + +cturnout.i: cturnout.c.i + +.PHONY : cturnout.i + +# target to preprocess a source file +cturnout.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.i +.PHONY : cturnout.c.i + +cturnout.s: cturnout.c.s + +.PHONY : cturnout.s + +# target to generate assembly for a file +cturnout.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cturnout.c.s +.PHONY : cturnout.c.s + +cturntbl.o: cturntbl.c.o + +.PHONY : cturntbl.o + +# target to build an object file +cturntbl.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.o +.PHONY : cturntbl.c.o + +cturntbl.i: cturntbl.c.i + +.PHONY : cturntbl.i + +# target to preprocess a source file +cturntbl.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.i +.PHONY : cturntbl.c.i + +cturntbl.s: cturntbl.c.s + +.PHONY : cturntbl.s + +# target to generate assembly for a file +cturntbl.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cturntbl.c.s +.PHONY : cturntbl.c.s + +cundo.o: cundo.c.o + +.PHONY : cundo.o + +# target to build an object file +cundo.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.o +.PHONY : cundo.c.o + +cundo.i: cundo.c.i + +.PHONY : cundo.i + +# target to preprocess a source file +cundo.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.i +.PHONY : cundo.c.i + +cundo.s: cundo.c.s + +.PHONY : cundo.s + +# target to generate assembly for a file +cundo.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/cundo.c.s +.PHONY : cundo.c.s + +custom.o: custom.c.o + +.PHONY : custom.o + +# target to build an object file +custom.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.o +.PHONY : custom.c.o + +custom.i: custom.c.i + +.PHONY : custom.i + +# target to preprocess a source file +custom.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.i +.PHONY : custom.c.i + +custom.s: custom.c.s + +.PHONY : custom.s + +# target to generate assembly for a file +custom.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/custom.c.s +.PHONY : custom.c.s + +dbench.o: dbench.c.o + +.PHONY : dbench.o + +# target to build an object file +dbench.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.o +.PHONY : dbench.c.o + +dbench.i: dbench.c.i + +.PHONY : dbench.i + +# target to preprocess a source file +dbench.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.i +.PHONY : dbench.c.i + +dbench.s: dbench.c.s + +.PHONY : dbench.s + +# target to generate assembly for a file +dbench.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dbench.c.s +.PHONY : dbench.c.s + +dbitmap.o: dbitmap.c.o + +.PHONY : dbitmap.o + +# target to build an object file +dbitmap.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.o +.PHONY : dbitmap.c.o + +dbitmap.i: dbitmap.c.i + +.PHONY : dbitmap.i + +# target to preprocess a source file +dbitmap.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.i +.PHONY : dbitmap.c.i + +dbitmap.s: dbitmap.c.s + +.PHONY : dbitmap.s + +# target to generate assembly for a file +dbitmap.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dbitmap.c.s +.PHONY : dbitmap.c.s + +dcar.o: dcar.c.o + +.PHONY : dcar.o + +# target to build an object file +dcar.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.o +.PHONY : dcar.c.o + +dcar.i: dcar.c.i + +.PHONY : dcar.i + +# target to preprocess a source file +dcar.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.i +.PHONY : dcar.c.i + +dcar.s: dcar.c.s + +.PHONY : dcar.s + +# target to generate assembly for a file +dcar.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dcar.c.s +.PHONY : dcar.c.s + +dcmpnd.o: dcmpnd.c.o + +.PHONY : dcmpnd.o + +# target to build an object file +dcmpnd.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.o +.PHONY : dcmpnd.c.o + +dcmpnd.i: dcmpnd.c.i + +.PHONY : dcmpnd.i + +# target to preprocess a source file +dcmpnd.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.i +.PHONY : dcmpnd.c.i + +dcmpnd.s: dcmpnd.c.s + +.PHONY : dcmpnd.s + +# target to generate assembly for a file +dcmpnd.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dcmpnd.c.s +.PHONY : dcmpnd.c.s + +dcontmgm.o: dcontmgm.c.o + +.PHONY : dcontmgm.o + +# target to build an object file +dcontmgm.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.o +.PHONY : dcontmgm.c.o + +dcontmgm.i: dcontmgm.c.i + +.PHONY : dcontmgm.i + +# target to preprocess a source file +dcontmgm.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.i +.PHONY : dcontmgm.c.i + +dcontmgm.s: dcontmgm.c.s + +.PHONY : dcontmgm.s + +# target to generate assembly for a file +dcontmgm.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dcontmgm.c.s +.PHONY : dcontmgm.c.s + +dcustmgm.o: dcustmgm.c.o + +.PHONY : dcustmgm.o + +# target to build an object file +dcustmgm.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.o +.PHONY : dcustmgm.c.o + +dcustmgm.i: dcustmgm.c.i + +.PHONY : dcustmgm.i + +# target to preprocess a source file +dcustmgm.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.i +.PHONY : dcustmgm.c.i + +dcustmgm.s: dcustmgm.c.s + +.PHONY : dcustmgm.s + +# target to generate assembly for a file +dcustmgm.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dcustmgm.c.s +.PHONY : dcustmgm.c.s + +dease.o: dease.c.o + +.PHONY : dease.o + +# target to build an object file +dease.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.o +.PHONY : dease.c.o + +dease.i: dease.c.i + +.PHONY : dease.i + +# target to preprocess a source file +dease.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.i +.PHONY : dease.c.i + +dease.s: dease.c.s + +.PHONY : dease.s + +# target to generate assembly for a file +dease.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dease.c.s +.PHONY : dease.c.s + +denum.o: denum.c.o + +.PHONY : denum.o + +# target to build an object file +denum.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.o +.PHONY : denum.c.o + +denum.i: denum.c.i + +.PHONY : denum.i + +# target to preprocess a source file +denum.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.i +.PHONY : denum.c.i + +denum.s: denum.c.s + +.PHONY : denum.s + +# target to generate assembly for a file +denum.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/denum.c.s +.PHONY : denum.c.s + +dlayer.o: dlayer.c.o + +.PHONY : dlayer.o + +# target to build an object file +dlayer.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.o +.PHONY : dlayer.c.o + +dlayer.i: dlayer.c.i + +.PHONY : dlayer.i + +# target to preprocess a source file +dlayer.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.i +.PHONY : dlayer.c.i + +dlayer.s: dlayer.c.s + +.PHONY : dlayer.s + +# target to generate assembly for a file +dlayer.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dlayer.c.s +.PHONY : dlayer.c.s + +doption.o: doption.c.o + +.PHONY : doption.o + +# target to build an object file +doption.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.o +.PHONY : doption.c.o + +doption.i: doption.c.i + +.PHONY : doption.i + +# target to preprocess a source file +doption.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.i +.PHONY : doption.c.i + +doption.s: doption.c.s + +.PHONY : doption.s + +# target to generate assembly for a file +doption.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/doption.c.s +.PHONY : doption.c.s + +dpricels.o: dpricels.c.o + +.PHONY : dpricels.o + +# target to build an object file +dpricels.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.o +.PHONY : dpricels.c.o + +dpricels.i: dpricels.c.i + +.PHONY : dpricels.i + +# target to preprocess a source file +dpricels.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.i +.PHONY : dpricels.c.i + +dpricels.s: dpricels.c.s + +.PHONY : dpricels.s + +# target to generate assembly for a file +dpricels.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dpricels.c.s +.PHONY : dpricels.c.s + +dprmfile.o: dprmfile.c.o + +.PHONY : dprmfile.o + +# target to build an object file +dprmfile.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.o +.PHONY : dprmfile.c.o + +dprmfile.i: dprmfile.c.i + +.PHONY : dprmfile.i + +# target to preprocess a source file +dprmfile.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.i +.PHONY : dprmfile.c.i + +dprmfile.s: dprmfile.c.s + +.PHONY : dprmfile.s + +# target to generate assembly for a file +dprmfile.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dprmfile.c.s +.PHONY : dprmfile.c.s + +draw.o: draw.c.o + +.PHONY : draw.o + +# target to build an object file +draw.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.o +.PHONY : draw.c.o + +draw.i: draw.c.i + +.PHONY : draw.i + +# target to preprocess a source file +draw.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.i +.PHONY : draw.c.i + +draw.s: draw.c.s + +.PHONY : draw.s + +# target to generate assembly for a file +draw.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/draw.c.s +.PHONY : draw.c.s + +drawgeom.o: drawgeom.c.o + +.PHONY : drawgeom.o + +# target to build an object file +drawgeom.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.o +.PHONY : drawgeom.c.o + +drawgeom.i: drawgeom.c.i + +.PHONY : drawgeom.i + +# target to preprocess a source file +drawgeom.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.i +.PHONY : drawgeom.c.i + +drawgeom.s: drawgeom.c.s + +.PHONY : drawgeom.s + +# target to generate assembly for a file +drawgeom.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/drawgeom.c.s +.PHONY : drawgeom.c.s + +dxfformat.o: dxfformat.c.o + +.PHONY : dxfformat.o + +# target to build an object file +dxfformat.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.o +.PHONY : dxfformat.c.o + +dxfformat.i: dxfformat.c.i + +.PHONY : dxfformat.i + +# target to preprocess a source file +dxfformat.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.i +.PHONY : dxfformat.c.i + +dxfformat.s: dxfformat.c.s + +.PHONY : dxfformat.s + +# target to generate assembly for a file +dxfformat.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dxfformat.c.s +.PHONY : dxfformat.c.s + +dxfoutput.o: dxfoutput.c.o + +.PHONY : dxfoutput.o + +# target to build an object file +dxfoutput.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.o +.PHONY : dxfoutput.c.o + +dxfoutput.i: dxfoutput.c.i + +.PHONY : dxfoutput.i + +# target to preprocess a source file +dxfoutput.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.i +.PHONY : dxfoutput.c.i + +dxfoutput.s: dxfoutput.c.s + +.PHONY : dxfoutput.s + +# target to generate assembly for a file +dxfoutput.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/dxfoutput.c.s +.PHONY : dxfoutput.c.s + +elev.o: elev.c.o + +.PHONY : elev.o + +# target to build an object file +elev.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.o +.PHONY : elev.c.o + +elev.i: elev.c.i + +.PHONY : elev.i + +# target to preprocess a source file +elev.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.i +.PHONY : elev.c.i + +elev.s: elev.c.s + +.PHONY : elev.s + +# target to generate assembly for a file +elev.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/elev.c.s +.PHONY : elev.c.s + +fileio.o: fileio.c.o + +.PHONY : fileio.o + +# target to build an object file +fileio.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.o +.PHONY : fileio.c.o + +fileio.i: fileio.c.i + +.PHONY : fileio.i + +# target to preprocess a source file +fileio.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.i +.PHONY : fileio.c.i + +fileio.s: fileio.c.s + +.PHONY : fileio.s + +# target to generate assembly for a file +fileio.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/fileio.c.s +.PHONY : fileio.c.s + +i18n.o: i18n.c.o + +.PHONY : i18n.o + +# target to build an object file +i18n.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.o +.PHONY : i18n.c.o + +i18n.i: i18n.c.i + +.PHONY : i18n.i + +# target to preprocess a source file +i18n.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.i +.PHONY : i18n.c.i + +i18n.s: i18n.c.s + +.PHONY : i18n.s + +# target to generate assembly for a file +i18n.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/i18n.c.s +.PHONY : i18n.c.s + +layout.o: layout.c.o + +.PHONY : layout.o + +# target to build an object file +layout.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.o +.PHONY : layout.c.o + +layout.i: layout.c.i + +.PHONY : layout.i + +# target to preprocess a source file +layout.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.i +.PHONY : layout.c.i + +layout.s: layout.c.s + +.PHONY : layout.s + +# target to generate assembly for a file +layout.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/layout.c.s +.PHONY : layout.c.s + +lprintf.o: lprintf.c.o + +.PHONY : lprintf.o + +# target to build an object file +lprintf.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.o +.PHONY : lprintf.c.o + +lprintf.i: lprintf.c.i + +.PHONY : lprintf.i + +# target to preprocess a source file +lprintf.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.i +.PHONY : lprintf.c.i + +lprintf.s: lprintf.c.s + +.PHONY : lprintf.s + +# target to generate assembly for a file +lprintf.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/lprintf.c.s +.PHONY : lprintf.c.s + +macro.o: macro.c.o + +.PHONY : macro.o + +# target to build an object file +macro.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.o +.PHONY : macro.c.o + +macro.i: macro.c.i + +.PHONY : macro.i + +# target to preprocess a source file +macro.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.i +.PHONY : macro.c.i + +macro.s: macro.c.s + +.PHONY : macro.s + +# target to generate assembly for a file +macro.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/macro.c.s +.PHONY : macro.c.s + +misc.o: misc.c.o + +.PHONY : misc.o + +# target to build an object file +misc.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad.dir/build.make app/bin/CMakeFiles/xtrkcad.dir/misc.c.o +.PHONY : misc.c.o + +misc.i: misc.c.i + +.PHONY : misc.i + +# target to preprocess a source file +misc.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad.dir/build.make app/bin/CMakeFiles/xtrkcad.dir/misc.c.i +.PHONY : misc.c.i + +misc.s: misc.c.s + +.PHONY : misc.s + +# target to generate assembly for a file +misc.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad.dir/build.make app/bin/CMakeFiles/xtrkcad.dir/misc.c.s +.PHONY : misc.c.s + +misc2.o: misc2.c.o + +.PHONY : misc2.o + +# target to build an object file +misc2.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.o +.PHONY : misc2.c.o + +misc2.i: misc2.c.i + +.PHONY : misc2.i + +# target to preprocess a source file +misc2.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.i +.PHONY : misc2.c.i + +misc2.s: misc2.c.s + +.PHONY : misc2.s + +# target to generate assembly for a file +misc2.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/misc2.c.s +.PHONY : misc2.c.s + +param.o: param.c.o + +.PHONY : param.o + +# target to build an object file +param.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.o +.PHONY : param.c.o + +param.i: param.c.i + +.PHONY : param.i + +# target to preprocess a source file +param.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.i +.PHONY : param.c.i + +param.s: param.c.s + +.PHONY : param.s + +# target to generate assembly for a file +param.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/param.c.s +.PHONY : param.c.s + +paths.o: paths.c.o + +.PHONY : paths.o + +# target to build an object file +paths.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.o +.PHONY : paths.c.o + +paths.i: paths.c.i + +.PHONY : paths.i + +# target to preprocess a source file +paths.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.i +.PHONY : paths.c.i + +paths.s: paths.c.s + +.PHONY : paths.s + +# target to generate assembly for a file +paths.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/paths.c.s +.PHONY : paths.c.s + +shrtpath.o: shrtpath.c.o + +.PHONY : shrtpath.o + +# target to build an object file +shrtpath.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.o +.PHONY : shrtpath.c.o + +shrtpath.i: shrtpath.c.i + +.PHONY : shrtpath.i + +# target to preprocess a source file +shrtpath.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.i +.PHONY : shrtpath.c.i + +shrtpath.s: shrtpath.c.s + +.PHONY : shrtpath.s + +# target to generate assembly for a file +shrtpath.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/shrtpath.c.s +.PHONY : shrtpath.c.s + +smalldlg.o: smalldlg.c.o + +.PHONY : smalldlg.o + +# target to build an object file +smalldlg.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.o +.PHONY : smalldlg.c.o + +smalldlg.i: smalldlg.c.i + +.PHONY : smalldlg.i + +# target to preprocess a source file +smalldlg.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.i +.PHONY : smalldlg.c.i + +smalldlg.s: smalldlg.c.s + +.PHONY : smalldlg.s + +# target to generate assembly for a file +smalldlg.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/smalldlg.c.s +.PHONY : smalldlg.c.s + +tbezier.o: tbezier.c.o + +.PHONY : tbezier.o + +# target to build an object file +tbezier.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.o +.PHONY : tbezier.c.o + +tbezier.i: tbezier.c.i + +.PHONY : tbezier.i + +# target to preprocess a source file +tbezier.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.i +.PHONY : tbezier.c.i + +tbezier.s: tbezier.c.s + +.PHONY : tbezier.s + +# target to generate assembly for a file +tbezier.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tbezier.c.s +.PHONY : tbezier.c.s + +tcornu.o: tcornu.c.o + +.PHONY : tcornu.o + +# target to build an object file +tcornu.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.o +.PHONY : tcornu.c.o + +tcornu.i: tcornu.c.i + +.PHONY : tcornu.i + +# target to preprocess a source file +tcornu.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.i +.PHONY : tcornu.c.i + +tcornu.s: tcornu.c.s + +.PHONY : tcornu.s + +# target to generate assembly for a file +tcornu.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tcornu.c.s +.PHONY : tcornu.c.s + +tcurve.o: tcurve.c.o + +.PHONY : tcurve.o + +# target to build an object file +tcurve.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.o +.PHONY : tcurve.c.o + +tcurve.i: tcurve.c.i + +.PHONY : tcurve.i + +# target to preprocess a source file +tcurve.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.i +.PHONY : tcurve.c.i + +tcurve.s: tcurve.c.s + +.PHONY : tcurve.s + +# target to generate assembly for a file +tcurve.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tcurve.c.s +.PHONY : tcurve.c.s + +tease.o: tease.c.o + +.PHONY : tease.o + +# target to build an object file +tease.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.o +.PHONY : tease.c.o + +tease.i: tease.c.i + +.PHONY : tease.i + +# target to preprocess a source file +tease.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.i +.PHONY : tease.c.i + +tease.s: tease.c.s + +.PHONY : tease.s + +# target to generate assembly for a file +tease.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tease.c.s +.PHONY : tease.c.s + +track.o: track.c.o + +.PHONY : track.o + +# target to build an object file +track.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.o +.PHONY : track.c.o + +track.i: track.c.i + +.PHONY : track.i + +# target to preprocess a source file +track.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.i +.PHONY : track.c.i + +track.s: track.c.s + +.PHONY : track.s + +# target to generate assembly for a file +track.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/track.c.s +.PHONY : track.c.s + +trkseg.o: trkseg.c.o + +.PHONY : trkseg.o + +# target to build an object file +trkseg.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.o +.PHONY : trkseg.c.o + +trkseg.i: trkseg.c.i + +.PHONY : trkseg.i + +# target to preprocess a source file +trkseg.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.i +.PHONY : trkseg.c.i + +trkseg.s: trkseg.c.s + +.PHONY : trkseg.s + +# target to generate assembly for a file +trkseg.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/trkseg.c.s +.PHONY : trkseg.c.s + +tstraigh.o: tstraigh.c.o + +.PHONY : tstraigh.o + +# target to build an object file +tstraigh.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.o +.PHONY : tstraigh.c.o + +tstraigh.i: tstraigh.c.i + +.PHONY : tstraigh.i + +# target to preprocess a source file +tstraigh.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.i +.PHONY : tstraigh.c.i + +tstraigh.s: tstraigh.c.s + +.PHONY : tstraigh.s + +# target to generate assembly for a file +tstraigh.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/tstraigh.c.s +.PHONY : tstraigh.c.s + +utility.o: utility.c.o + +.PHONY : utility.o + +# target to build an object file +utility.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.o + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/mkturnout.dir/build.make app/bin/CMakeFiles/mkturnout.dir/utility.c.o + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/cnvdsgn.dir/build.make app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o +.PHONY : utility.c.o + +utility.i: utility.c.i + +.PHONY : utility.i + +# target to preprocess a source file +utility.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.i + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/mkturnout.dir/build.make app/bin/CMakeFiles/mkturnout.dir/utility.c.i + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/cnvdsgn.dir/build.make app/bin/CMakeFiles/cnvdsgn.dir/utility.c.i +.PHONY : utility.c.i + +utility.s: utility.c.s + +.PHONY : utility.s + +# target to generate assembly for a file +utility.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/xtrkcad-lib.dir/build.make app/bin/CMakeFiles/xtrkcad-lib.dir/utility.c.s + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/mkturnout.dir/build.make app/bin/CMakeFiles/mkturnout.dir/utility.c.s + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/bin/CMakeFiles/cnvdsgn.dir/build.make app/bin/CMakeFiles/cnvdsgn.dir/utility.c.s +.PHONY : utility.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... test" + @echo "... xtrkcad" + @echo "... package" + @echo "... xtrkcad-lib" + @echo "... mkturnout" + @echo "... cnvdsgn" + @echo "... install/local" + @echo "... install/strip" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... package_source" + @echo "... appdefaults.o" + @echo "... appdefaults.i" + @echo "... appdefaults.s" + @echo "... bllnhlp.o" + @echo "... bllnhlp.i" + @echo "... bllnhlp.s" + @echo "... cbezier.o" + @echo "... cbezier.i" + @echo "... cbezier.s" + @echo "... cblock.o" + @echo "... cblock.i" + @echo "... cblock.s" + @echo "... ccontrol.o" + @echo "... ccontrol.i" + @echo "... ccontrol.s" + @echo "... ccornu.o" + @echo "... ccornu.i" + @echo "... ccornu.s" + @echo "... ccurve.o" + @echo "... ccurve.i" + @echo "... ccurve.s" + @echo "... cdraw.o" + @echo "... cdraw.i" + @echo "... cdraw.s" + @echo "... celev.o" + @echo "... celev.i" + @echo "... celev.s" + @echo "... cgroup.o" + @echo "... cgroup.i" + @echo "... cgroup.s" + @echo "... chndldto.o" + @echo "... chndldto.i" + @echo "... chndldto.s" + @echo "... chotbar.o" + @echo "... chotbar.i" + @echo "... chotbar.s" + @echo "... cjoin.o" + @echo "... cjoin.i" + @echo "... cjoin.s" + @echo "... cmisc.o" + @echo "... cmisc.i" + @echo "... cmisc.s" + @echo "... cmodify.o" + @echo "... cmodify.i" + @echo "... cmodify.s" + @echo "... cnote.o" + @echo "... cnote.i" + @echo "... cnote.s" + @echo "... cnvdsgn.o" + @echo "... cnvdsgn.i" + @echo "... cnvdsgn.s" + @echo "... compound.o" + @echo "... compound.i" + @echo "... compound.s" + @echo "... cparalle.o" + @echo "... cparalle.i" + @echo "... cparalle.s" + @echo "... cprint.o" + @echo "... cprint.i" + @echo "... cprint.s" + @echo "... cprofile.o" + @echo "... cprofile.i" + @echo "... cprofile.s" + @echo "... cpull.o" + @echo "... cpull.i" + @echo "... cpull.s" + @echo "... cruler.o" + @echo "... cruler.i" + @echo "... cruler.s" + @echo "... cselect.o" + @echo "... cselect.i" + @echo "... cselect.s" + @echo "... csensor.o" + @echo "... csensor.i" + @echo "... csensor.s" + @echo "... csignal.o" + @echo "... csignal.i" + @echo "... csignal.s" + @echo "... csnap.o" + @echo "... csnap.i" + @echo "... csnap.s" + @echo "... csplit.o" + @echo "... csplit.i" + @echo "... csplit.s" + @echo "... cstraigh.o" + @echo "... cstraigh.i" + @echo "... cstraigh.s" + @echo "... cstruct.o" + @echo "... cstruct.i" + @echo "... cstruct.s" + @echo "... cswitchmotor.o" + @echo "... cswitchmotor.i" + @echo "... cswitchmotor.s" + @echo "... ctext.o" + @echo "... ctext.i" + @echo "... ctext.s" + @echo "... ctodesgn.o" + @echo "... ctodesgn.i" + @echo "... ctodesgn.s" + @echo "... ctrain.o" + @echo "... ctrain.i" + @echo "... ctrain.s" + @echo "... cturnout.o" + @echo "... cturnout.i" + @echo "... cturnout.s" + @echo "... cturntbl.o" + @echo "... cturntbl.i" + @echo "... cturntbl.s" + @echo "... cundo.o" + @echo "... cundo.i" + @echo "... cundo.s" + @echo "... custom.o" + @echo "... custom.i" + @echo "... custom.s" + @echo "... dbench.o" + @echo "... dbench.i" + @echo "... dbench.s" + @echo "... dbitmap.o" + @echo "... dbitmap.i" + @echo "... dbitmap.s" + @echo "... dcar.o" + @echo "... dcar.i" + @echo "... dcar.s" + @echo "... dcmpnd.o" + @echo "... dcmpnd.i" + @echo "... dcmpnd.s" + @echo "... dcontmgm.o" + @echo "... dcontmgm.i" + @echo "... dcontmgm.s" + @echo "... dcustmgm.o" + @echo "... dcustmgm.i" + @echo "... dcustmgm.s" + @echo "... dease.o" + @echo "... dease.i" + @echo "... dease.s" + @echo "... denum.o" + @echo "... denum.i" + @echo "... denum.s" + @echo "... dlayer.o" + @echo "... dlayer.i" + @echo "... dlayer.s" + @echo "... doption.o" + @echo "... doption.i" + @echo "... doption.s" + @echo "... dpricels.o" + @echo "... dpricels.i" + @echo "... dpricels.s" + @echo "... dprmfile.o" + @echo "... dprmfile.i" + @echo "... dprmfile.s" + @echo "... draw.o" + @echo "... draw.i" + @echo "... draw.s" + @echo "... drawgeom.o" + @echo "... drawgeom.i" + @echo "... drawgeom.s" + @echo "... dxfformat.o" + @echo "... dxfformat.i" + @echo "... dxfformat.s" + @echo "... dxfoutput.o" + @echo "... dxfoutput.i" + @echo "... dxfoutput.s" + @echo "... elev.o" + @echo "... elev.i" + @echo "... elev.s" + @echo "... fileio.o" + @echo "... fileio.i" + @echo "... fileio.s" + @echo "... i18n.o" + @echo "... i18n.i" + @echo "... i18n.s" + @echo "... layout.o" + @echo "... layout.i" + @echo "... layout.s" + @echo "... lprintf.o" + @echo "... lprintf.i" + @echo "... lprintf.s" + @echo "... macro.o" + @echo "... macro.i" + @echo "... macro.s" + @echo "... misc.o" + @echo "... misc.i" + @echo "... misc.s" + @echo "... misc2.o" + @echo "... misc2.i" + @echo "... misc2.s" + @echo "... param.o" + @echo "... param.i" + @echo "... param.s" + @echo "... paths.o" + @echo "... paths.i" + @echo "... paths.s" + @echo "... shrtpath.o" + @echo "... shrtpath.i" + @echo "... shrtpath.s" + @echo "... smalldlg.o" + @echo "... smalldlg.i" + @echo "... smalldlg.s" + @echo "... tbezier.o" + @echo "... tbezier.i" + @echo "... tbezier.s" + @echo "... tcornu.o" + @echo "... tcornu.i" + @echo "... tcornu.s" + @echo "... tcurve.o" + @echo "... tcurve.i" + @echo "... tcurve.s" + @echo "... tease.o" + @echo "... tease.i" + @echo "... tease.s" + @echo "... track.o" + @echo "... track.i" + @echo "... track.s" + @echo "... trkseg.o" + @echo "... trkseg.i" + @echo "... trkseg.s" + @echo "... tstraigh.o" + @echo "... tstraigh.i" + @echo "... tstraigh.s" + @echo "... utility.o" + @echo "... utility.i" + @echo "... utility.s" +.PHONY : help + + + +#============================================================================= +# 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: + cd /home/martin/XTrackCAD/src/work && $(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/app/bin/bitmaps/map.xpm b/app/bin/bitmaps/map.xpm index a1f427a..5d47930 100644 --- a/app/bin/bitmaps/map.xpm +++ b/app/bin/bitmaps/map.xpm @@ -1,22 +1,24 @@ /* XPM */ static char * map_xpm[] = { -"16 16 3 1", +"16 16 5 1", "o c None", " c #000000000000", ". c #FFFFFFFFFFFF", -"ooo ooo", -"ooo ooo", -"oo ........ oo", -"oo ........ oo", -"o .......... o", -"o .......... o", -" ...... .... ", -" .... .. ... ", -" .. .. .... .. ", -" ... ...... . ", -" .............. ", -" ", -" ", -"oooooooooooooooo", -"oooooooooooooooo", -"oooooooooooooooo"}; +"X c #0000FFFFFFFF", +"Y c #FFFF7DF70000", +"................", +". ...... .....", +". . .... . ....", +". .. .. .. . ...", +". YY. ... .. ..", +". .YY. ... ... .", +". X.YY ..X ... .", +". XX.Y YXX X.. .", +". .XX. YYY YX. .", +". ..XX XX. YYX .", +". ...X X.. .YY .", +". ... .. ... .", +".. .. . . .. .", +"... . ... . .", +".... ..... .", +"................"}; diff --git a/app/bin/cbezier.c b/app/bin/cbezier.c index 92855c1..b91a81e 100644 --- a/app/bin/cbezier.c +++ b/app/bin/cbezier.c @@ -101,6 +101,7 @@ static struct { track_p selectTrack; BOOL_T track; DIST_T minRadius; + DIST_T trackGauge; } Da; @@ -497,11 +498,11 @@ EXPORT void DrawBezCurve(trkSeg_p control_arm1, tempD.orig = mainD.orig; tempD.angle = mainD.angle; if (crvSegs_cnt && curveSegs) - DrawSegs( &tempD, zero, 0.0, curveSegs, crvSegs_cnt, trackGauge, color ); + DrawSegs( &tempD, zero, 0.0, curveSegs, crvSegs_cnt, Da.trackGauge, color ); if (cp1Segs_cnt && control_arm1) - DrawSegs( &tempD, zero, 0.0, control_arm1, cp1Segs_cnt, trackGauge, drawColorBlack ); + DrawSegs( &tempD, zero, 0.0, control_arm1, cp1Segs_cnt, Da.trackGauge, drawColorBlack ); if (cp2Segs_cnt && control_arm2) - DrawSegs( &tempD, zero, 0.0, control_arm2, cp2Segs_cnt, trackGauge, drawColorBlack ); + DrawSegs( &tempD, zero, 0.0, control_arm2, cp2Segs_cnt, Da.trackGauge, drawColorBlack ); tempD.funcs->options = oldDrawOptions; tempD.options = oldOptions; @@ -803,7 +804,7 @@ struct extraData { * Note: Available points are shown - if a Bezier track is attached to its neighbor, only the control point on that side is selectable. * Any free end-point can be locked to a unconnected end point using SHIFT during drag. */ -STATUS_T CmdBezModify (track_p trk, wAction_t action, coOrd pos) { +STATUS_T CmdBezModify (track_p trk, wAction_t action, coOrd pos, DIST_T trackG) { BOOL_T track = TRUE; track_p t; double width = 1.0; @@ -812,7 +813,7 @@ STATUS_T CmdBezModify (track_p trk, wAction_t action, coOrd pos) { struct extraData *xx = GetTrkExtraData(trk); cmd = (long)commandContext; - + Da.trackGauge = trackG; switch (action&0xFF) { case C_START: @@ -867,6 +868,8 @@ STATUS_T CmdBezModify (track_p trk, wAction_t action, coOrd pos) { if (Da.track) t = NewBezierTrack( Da.pos, (trkSeg_p)Da.crvSegs_da.ptr, Da.crvSegs_da.cnt); else t = NewBezierLine(Da.pos, (trkSeg_p)Da.crvSegs_da.ptr, Da.crvSegs_da.cnt,xx->bezierData.segsColor,xx->bezierData.segsWidth); + if (Da.track) CopyAttributes( trk, t ); + DeleteTrack(trk, TRUE); if (Da.track) { @@ -955,6 +958,8 @@ STATUS_T CmdBezCurve( wAction_t action, coOrd pos ) Da.color = lineColor; Da.width = (double)lineWidth/mainD.dpi; + Da.trackGauge = trackGauge; + switch (action&0xFF) { case C_START: diff --git a/app/bin/cbezier.h b/app/bin/cbezier.h index 8a8a8b0..8d0dde8 100644 --- a/app/bin/cbezier.h +++ b/app/bin/cbezier.h @@ -39,7 +39,7 @@ extern long lineWidth; typedef void (*bezMessageProc)( char *, ... ); STATUS_T CmdBezCurve( wAction_t, coOrd); -STATUS_T CmdBezModify(track_p, wAction_t, coOrd); +STATUS_T CmdBezModify(track_p, wAction_t, coOrd, DIST_T); STATUS_T CreateBezier( wAction_t, coOrd, BOOL_T, wDrawColor, DIST_T, long, bezMessageProc ); DIST_T BezierDescriptionDistance( coOrd, track_p ); diff --git a/app/bin/cblock.c b/app/bin/cblock.c index b1b14a8..c4f6795 100644 --- a/app/bin/cblock.c +++ b/app/bin/cblock.c @@ -102,8 +102,8 @@ static char blockScript[STR_LONG_SIZE]; static long blockElementCount; static paramData_t blockPLs[] = { -/*0*/ { PD_STRING, blockName, "name", PDO_NOPREF, (void*)200, N_("Name") }, -/*1*/ { PD_STRING, blockScript, "script", PDO_NOPREF, (void*)350, N_("Script") } +/*0*/ { PD_STRING, blockName, "name", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)200, N_("Name"), 0, (void *)sizeof( blockName ) }, +/*1*/ { PD_STRING, blockScript, "script", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)350, N_("Script"), 0, (void *)sizeof( blockScript) } }; static paramGroup_t blockPG = { "block", 0, blockPLs, sizeof blockPLs/sizeof blockPLs[0] }; static wWin_p blockW; @@ -114,8 +114,8 @@ static char blockEditSegs[STR_LONG_SIZE]; static track_p blockEditTrack; static paramData_t blockEditPLs[] = { -/*0*/ { PD_STRING, blockEditName, "name", PDO_NOPREF, (void*)200, N_("Name") }, -/*1*/ { PD_STRING, blockEditScript, "script", PDO_NOPREF, (void*)350, N_("Script") }, +/*0*/ { PD_STRING, blockEditName, "name", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)200, N_("Name"), 0, (void *)sizeof(blockEditName) }, +/*1*/ { PD_STRING, blockEditScript, "script", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)350, N_("Script"), 0, (void *)sizeof(blockEditScript) }, /*2*/ { PD_STRING, blockEditSegs, "segments", PDO_NOPREF, (void*)350, N_("Segments"), BO_READONLY }, }; static paramGroup_t blockEditPG = { "block", 0, blockEditPLs, sizeof blockEditPLs/sizeof blockEditPLs[0] }; diff --git a/app/bin/ccontrol.c b/app/bin/ccontrol.c index 8ff0396..4729511 100644 --- a/app/bin/ccontrol.c +++ b/app/bin/ccontrol.c @@ -381,15 +381,15 @@ static char controlEditOffScript[STR_LONG_SIZE]; static paramFloatRange_t r_1000_1000 = { -1000.0, 1000.0, 80 }; static paramData_t controlEditPLs[] = { #define I_CONTROLNAME (0) - /*0*/ { PD_STRING, controlEditName, "name", PDO_NOPREF, (void*)200, N_("Name") }, + /*0*/ { PD_STRING, controlEditName, "name", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)200, N_("Name"), 0, (void *)sizeof(controlEditName) }, #define I_ORIGX (1) /*1*/ { PD_FLOAT, &controlEditOrig.x, "origx", PDO_DIM, &r_1000_1000, N_("Orgin X") }, #define I_ORIGY (2) /*2*/ { PD_FLOAT, &controlEditOrig.y, "origy", PDO_DIM, &r_1000_1000, N_("Origin Y") }, #define I_CONTROLONSCRIPT (3) - /*3*/ { PD_STRING, controlEditOnScript, "script", PDO_NOPREF, (void*)350, N_("On Script") }, + /*3*/ { PD_STRING, controlEditOnScript, "script", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)350, N_("On Script"), 0, (void *)sizeof(controlEditOnScript) }, #define I_CONTROLOFFSCRIPT (4) - /*4*/ { PD_STRING, controlEditOffScript, "script", PDO_NOPREF, (void*)350, N_("Off Script") }, + /*4*/ { PD_STRING, controlEditOffScript, "script", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)350, N_("Off Script"), 0, (void *)sizeof(controlEditOffScript) }, }; static paramGroup_t controlEditPG = { "controlEdit", 0, controlEditPLs, sizeof controlEditPLs/sizeof controlEditPLs[0] }; diff --git a/app/bin/ccornu.c b/app/bin/ccornu.c index b67d245..5515d75 100644 --- a/app/bin/ccornu.c +++ b/app/bin/ccornu.c @@ -89,6 +89,7 @@ extern TRKTYP_T T_BEZIER; extern TRKTYP_T T_CORNU; + /* * STATE INFO */ @@ -129,6 +130,7 @@ static struct { track_p selectTrack; DIST_T minRadius; BOOL_T circleorHelix[2]; + DIST_T trackGauge; bezctx * bezc; } Da; @@ -283,7 +285,7 @@ BOOL_T CallCornu(coOrd pos[2], track_p trk[2], EPINX_T ep[2], dynArr_t * array_p if (trk[i]) { if (!GetTrackParams(PARAMS_CORNU,trk[i],pos[i],¶ms)) return FALSE; cp->pos[i] = pos[i]; - if (Da.ep[i]>=0) angle = GetTrkEndAngle(trk[i],ep[i]); + if (ep && ep[i]>=0) angle = GetTrkEndAngle(trk[i],ep[i]); else angle = params.angle; //Turntable only if (Da.circleorHelix[i]) { //Helix/Circle only cp->radius[i] = params.arcR; @@ -311,7 +313,7 @@ BOOL_T CallCornu(coOrd pos[2], track_p trk[2], EPINX_T ep[2], dynArr_t * array_p } } - return CallCornu0(pos,cp->center,cp->angle,cp->radius,array_p,TRUE); + return CallCornu0(pos,cp->center,cp->angle,cp->radius,array_p,ep?TRUE:FALSE); } @@ -340,19 +342,19 @@ EXPORT void DrawCornuCurve( tempD.orig = mainD.orig; tempD.angle = mainD.angle; if (first_trk) - DrawSegs( &tempD, zero, 0.0, first_trk, 1, trackGauge, drawColorBlack ); + DrawSegs( &tempD, zero, 0.0, first_trk, 1, Da.trackGauge, drawColorBlack ); if (crvSegs_cnt && curveSegs) - DrawSegs( &tempD, zero, 0.0, curveSegs, crvSegs_cnt, trackGauge, color ); + DrawSegs( &tempD, zero, 0.0, curveSegs, crvSegs_cnt, Da.trackGauge, color ); if (second_trk) - DrawSegs( &tempD, zero, 0.0, second_trk, 1, trackGauge, drawColorBlack ); + DrawSegs( &tempD, zero, 0.0, second_trk, 1, Da.trackGauge, drawColorBlack ); if (ep1Segs_cnt && point1) - DrawSegs( &tempD, zero, 0.0, point1, ep1Segs_cnt, trackGauge, drawColorBlack ); + DrawSegs( &tempD, zero, 0.0, point1, ep1Segs_cnt, Da.trackGauge, drawColorBlack ); if (ep2Segs_cnt && point2) - DrawSegs( &tempD, zero, 0.0, point2, ep2Segs_cnt, trackGauge, drawColorBlack ); + DrawSegs( &tempD, zero, 0.0, point2, ep2Segs_cnt, Da.trackGauge, drawColorBlack ); if (extend1_trk) - DrawSegs( &tempD, zero, 0.0, extend1_trk, 1, trackGauge, drawColorBlack); + DrawSegs( &tempD, zero, 0.0, extend1_trk, 1, Da.trackGauge, drawColorBlack); if (extend2_trk) - DrawSegs( &tempD, zero, 0.0, extend2_trk, 1, trackGauge, drawColorBlack); + DrawSegs( &tempD, zero, 0.0, extend2_trk, 1, Da.trackGauge, drawColorBlack); tempD.funcs->options = oldDrawOptions; tempD.options = oldOptions; @@ -709,9 +711,9 @@ EXPORT STATUS_T AdjustCornuCurve( else Da.crvSegs_da_cnt = 0; Da.minRadius = CornuMinRadius(Da.pos,Da.crvSegs_da); DIST_T rin = Da.radius[0]; - InfoMessage( _("Cornu : Min Radius=%s Max Rate of Radius Change=%s Length=%s Winding Arc=%s"), + InfoMessage( _("Cornu : Min Radius=%s MaxRateofCurveChange/Scale=%s Length=%s Winding Arc=%s"), FormatDistance(Da.minRadius), - FormatDistance(CornuMaxRateofChangeofCurvature(Da.pos,Da.crvSegs_da,&rin)), + FormatFloat(CornuMaxRateofChangeofCurvature(Da.pos,Da.crvSegs_da,&rin)*GetScaleRatio(GetLayoutCurScale())), FormatDistance(CornuLength(Da.pos,Da.crvSegs_da)), FormatDistance(CornuTotalWindingArc(Da.pos,Da.crvSegs_da))); DrawTempCornu(); @@ -745,10 +747,12 @@ EXPORT STATUS_T AdjustCornuCurve( return C_CONTINUE; } for (int i=0;i<2;i++) { - if (FindDistance(Da.pos[i],GetTrkEndPos(Da.trk[i],1-Da.ep[i])) < minLength) { - wBeep(); - InfoMessage(_("Cornu end %d too close to other end of connect track - reposition it"),i+1); - return C_CONTINUE; + if (!(QueryTrack(Da.trk[i],Q_CAN_ADD_ENDPOINTS))) { // Not Turntable + if (FindDistance(Da.pos[i],GetTrkEndPos(Da.trk[i],1-Da.ep[i])) < minLength) { + wBeep(); + InfoMessage(_("Cornu end %d too close to other end of connect track - reposition it"),i+1); + return C_CONTINUE; + } } } @@ -818,10 +822,12 @@ struct extraData { * - C_CANCEL (Esc) sets the state to NONE and reshows the original track unchanged. * */ -STATUS_T CmdCornuModify (track_p trk, wAction_t action, coOrd pos) { +STATUS_T CmdCornuModify (track_p trk, wAction_t action, coOrd pos, DIST_T trackG ) { track_p t; struct extraData *xx = GetTrkExtraData(trk); + Da.trackGauge = trackG; + switch (action&0xFF) { case C_START: Da.state = NONE; @@ -890,6 +896,15 @@ STATUS_T CmdCornuModify (track_p trk, wAction_t action, coOrd pos) { wBeep(); return C_CONTINUE; } + for (int i=0;i<2;i++) { + if (!(QueryTrack(Da.trk[i],Q_CAN_ADD_ENDPOINTS))) { // Not Turntable + if (FindDistance(Da.pos[i],GetTrkEndPos(Da.trk[i],1-Da.ep[i])) < minLength) { + wBeep(); + InfoMessage(_("Cornu end %d too close to other end of connect track - reposition it"),i+1); + return C_CONTINUE; + } + } + } UndoStart( _("Modify Cornu"), "newCornu - CR" ); for (int i=0;i<2;i++) { if (!Da.trk[i] && Da.extend[i]) { @@ -899,6 +914,7 @@ STATUS_T CmdCornuModify (track_p trk, wAction_t action, coOrd pos) { } else { Da.trk[i] = NewCurvedTrack(Da.extendSeg[i].u.c.center,fabs(Da.extendSeg[i].u.c.radius), Da.extendSeg[i].u.c.a0,Da.extendSeg[i].u.c.a1,FALSE); + if (Da.angle[i]>180) Da.ep[i] = (Da.extendSeg[i].u.c.a0>90 && Da.extendSeg[i].u.c.a0<270)?0:1; else @@ -930,6 +946,8 @@ STATUS_T CmdCornuModify (track_p trk, wAction_t action, coOrd pos) { return C_TERMINATE; } + CopyAttributes( trk, t ); + DeleteTrack(trk, TRUE); if (Da.trk[0]) UndoModify(Da.trk[0]); @@ -937,14 +955,20 @@ STATUS_T CmdCornuModify (track_p trk, wAction_t action, coOrd pos) { for (int i=0;i<2;i++) { //Attach new track if (Da.trk[i] && Da.ep[i] != -1) { //Like the old track - MoveEndPt(&Da.trk[i],&Da.ep[i],Da.pos[i],0); - if (GetTrkType(Da.trk[i])==T_BEZIER) { //Bezier split position not precise, so readjust Cornu - GetConnectedTrackParms(Da.trk[i],GetTrkEndPos(Da.trk[i],Da.ep[i]),i,Da.ep[i]); - ANGLE_T endAngle = NormalizeAngle(GetTrkEndAngle(Da.trk[i],Da.ep[i])+180); - SetCornuEndPt(t,i,GetTrkEndPos(Da.trk[i],Da.ep[i]),Da.center[i],endAngle,Da.radius[i]); + if (MoveEndPt(&Da.trk[i],&Da.ep[i],Da.pos[i],0)) { + if (GetTrkType(Da.trk[i])==T_BEZIER) { //Bezier split position not precise, so readjust Cornu + GetConnectedTrackParms(Da.trk[i],GetTrkEndPos(Da.trk[i],Da.ep[i]),i,Da.ep[i]); + ANGLE_T endAngle = NormalizeAngle(GetTrkEndAngle(Da.trk[i],Da.ep[i])+180); + SetCornuEndPt(t,i,GetTrkEndPos(Da.trk[i],Da.ep[i]),Da.center[i],endAngle,Da.radius[i]); + } + if (Da.ep[i]>= 0) + ConnectTracks(t,i,Da.trk[i],Da.ep[i]); + } else { + UndoUndo(); + wBeep(); + InfoMessage(_("Connected Track End Adjust for end %d failed"),i); + return C_TERMINATE; } - if (Da.ep[i]>= 0) - ConnectTracks(t,i,Da.trk[i],Da.ep[i]); } } UndoEnd(); @@ -1020,7 +1044,7 @@ DIST_T CornuTotalWindingArc(coOrd pos[4],dynArr_t segs) { } DIST_T CornuMaxRateofChangeofCurvature(coOrd pos[4], dynArr_t segs, DIST_T * last_c) { - DIST_T r_max = 0.0, rc, lc = 0; + DIST_T r_max = 0.0, rc, lc = 0.0; lc = * last_c; segProcData_t segProcData; if (segs.cnt == 0 ) return r_max; @@ -1029,15 +1053,15 @@ DIST_T CornuMaxRateofChangeofCurvature(coOrd pos[4], dynArr_t segs, DIST_T * las if (t.type == SEG_FILCRCL) continue; SegProc(SEGPROC_LENGTH,&t,&segProcData); if (t.type == SEG_CRVTRK || t.type == SEG_CRVLIN) { - rc = fabs(1/t.u.c.radius - lc)/segProcData.length.length/2; - lc = 1/t.u.c.radius; + rc = fabs(1/fabs(t.u.c.radius) - lc)/segProcData.length.length/2; + lc = 1/fabs(t.u.c.radius); } else if (t.type == SEG_BEZLIN || t.type == SEG_BEZTRK) { rc = CornuMaxRateofChangeofCurvature(t.u.b.pos, t.bezSegs,&lc); //recurse } else { - rc = fabs(0-lc)/segProcData.length.length/2; - lc = 0; + rc = fabs(0.0-lc)/segProcData.length.length/2; + lc = 0.0; } - if (rc>r_max) r_max = rc; + if (rc > r_max) r_max = rc; } * last_c = lc; return r_max; @@ -1059,6 +1083,8 @@ STATUS_T CmdCornu( wAction_t action, coOrd pos ) Da.color = lineColor; Da.width = (double)lineWidth/mainD.dpi; + Da.trackGauge = trackGauge; + switch (action&0xFF) { case C_START: diff --git a/app/bin/ccornu.h b/app/bin/ccornu.h index a11e713..b279cb4 100644 --- a/app/bin/ccornu.h +++ b/app/bin/ccornu.h @@ -20,4 +20,4 @@ DIST_T CornuMaxRateofChangeofCurvature(coOrd pos[4],dynArr_t segs,DIST_T * last_ DIST_T CornuLength(coOrd pos[4],dynArr_t segs); DIST_T CornuTotalWindingArc(coOrd pos[4],dynArr_t segs); -STATUS_T CmdCornuModify (track_p trk, wAction_t action, coOrd pos); +STATUS_T CmdCornuModify (track_p trk, wAction_t action, coOrd pos, DIST_T trackG); diff --git a/app/bin/cdraw.c b/app/bin/cdraw.c index 418f32a..a4a35bd 100644 --- a/app/bin/cdraw.c +++ b/app/bin/cdraw.c @@ -168,6 +168,15 @@ static track_p MakeDrawFromSeg1( xx->angle = angle; xx->segCnt = 1; memcpy( xx->segs, sp, sizeof *(trkSeg_p)0 ); + + if (xx->segs[0].type == SEG_POLY || + xx->segs[0].type == SEG_FILPOLY) { + xx->segs[0].u.p.pts = (coOrd*)MyMalloc( (sp->u.p.cnt) * sizeof *(coOrd*)NULL ); + memcpy(xx->segs[0].u.p.pts, sp->u.p.pts, sp->u.p.cnt * sizeof *(coOrd*)NULL); + } + if (xx->segs[0].type == SEG_TEXT) { + xx->segs[0].u.t.string = MyStrdup(sp->u.t.string); + } ComputeDrawBoundingBox( trk ); return trk; } diff --git a/app/bin/celev.c b/app/bin/celev.c index 2677f2e..11de45a 100644 --- a/app/bin/celev.c +++ b/app/bin/celev.c @@ -55,7 +55,7 @@ static paramData_t elevationPLs[] = { #define I_GRADE (3) { PD_MESSAGE, NULL, "grade", 0, (void*)80 }, #define I_STATION (4) - { PD_STRING, elevStationV, "station", PDO_DLGUNDERCMDBUTT, (void*)200 } }; + { PD_STRING, elevStationV, "station", PDO_DLGUNDERCMDBUTT|PDO_STRINGLIMITLENGTH, (void*)200, NULL, 0, (void *)sizeof(elevStationV) } }; static paramGroup_t elevationPG = { "elev", 0, elevationPLs, sizeof elevationPLs/sizeof elevationPLs[0] }; diff --git a/app/bin/cgroup.c b/app/bin/cgroup.c index b173987..6393f89 100644 --- a/app/bin/cgroup.c +++ b/app/bin/cgroup.c @@ -616,9 +616,9 @@ char * groupReplaceLabels[] = { N_("Replace with new group?"), NULL }; static wWin_p groupW; static paramIntegerRange_t r0_999999 = { 0, 999999 }; static paramData_t groupPLs[] = { -/*0*/ { PD_STRING, groupManuf, "manuf", PDO_NOPREF, (void*)350, N_("Manufacturer") }, -/*1*/ { PD_STRING, groupDesc, "desc", PDO_NOPREF, (void*)230, N_("Description") }, -/*2*/ { PD_STRING, groupPartno, "partno", PDO_NOPREF|PDO_DLGHORZ|PDO_DLGIGNORELABELWIDTH, (void*)100, N_("#") }, +/*0*/ { PD_STRING, groupManuf, "manuf", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)350, N_("Manufacturer"), 0, (void *)sizeof(groupManuf) }, +/*1*/ { PD_STRING, groupDesc, "desc", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)230, N_("Description"), 0, (void *)sizeof(groupDesc) }, +/*2*/ { PD_STRING, groupPartno, "partno", PDO_NOPREF|PDO_DLGHORZ|PDO_DLGIGNORELABELWIDTH|PDO_STRINGLIMITLENGTH, (void*)100, N_("#"), 0, (void *)sizeof(groupPartno) }, /*3*/ { PD_LONG, &groupSegCnt, "segcnt", PDO_NOPREF, &r0_999999, N_("# Segments"), BO_READONLY }, /*4*/ { PD_TOGGLE, &groupReplace, "replace", 0, groupReplaceLabels, "", BC_HORZ|BC_NOBORDER } }; static paramGroup_t groupPG = { "group", 0, groupPLs, sizeof groupPLs/sizeof groupPLs[0] }; diff --git a/app/bin/cmake_install.cmake b/app/bin/cmake_install.cmake new file mode 100644 index 0000000..87c12fa --- /dev/null +++ b/app/bin/cmake_install.cmake @@ -0,0 +1,56 @@ +# Install script for directory: /home/martin/XTrackCAD/src/work/app/bin + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/xtrkcad" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/xtrkcad") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/xtrkcad" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/martin/XTrackCAD/src/work/app/bin/xtrkcad") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/xtrkcad" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/xtrkcad") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/xtrkcad") + endif() + endif() +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/martin/XTrackCAD/src/work/app/bin/unittest/cmake_install.cmake") + +endif() + diff --git a/app/bin/cmisc.c b/app/bin/cmisc.c index 227a7d0..4822540 100644 --- a/app/bin/cmisc.c +++ b/app/bin/cmisc.c @@ -127,7 +127,7 @@ static paramData_t describePLs[] = { #define I_EDITLIST_N I_EDITLIST_0+1 #define I_TEXT_0 I_EDITLIST_N - { PD_TEXT, NULL, "T1", 0, &tdata }, + { PD_TEXT, NULL, "T1", 0, &tdata, NULL, BT_HSCROLL }, #define I_TEXT_N I_TEXT_0+1 #define I_PIVOT_0 I_TEXT_N @@ -267,10 +267,18 @@ static void DescribeUpdate( } if ((ddp->mode&DESC_CHANGE) == 0) { - continue; + if ((ddp->mode&DESC_CHANGE2) == 0) + continue; } ddp->mode &= ~DESC_CHANGE; + if (ddp->type == DESC_POS) { //POS Has two fields + if (ddp->mode&DESC_CHANGE2) { + ddp->mode &= ~DESC_CHANGE2; //Second time + } else { + ddp->mode |= DESC_CHANGE2; //First time + } + } ParamLoadControl(&describePG, inx); } } @@ -343,6 +351,9 @@ static wControl_p AllocateButt(descData_p ddp, void * valueP, char * label, if (label && ddp->type != DESC_TEXT) { wControlSetLabel(describePLs[inx].control, label); describePLs[inx].winLabel = label; + } else { + wControlSetLabel(describePLs[inx].control, ""); + describePLs[inx].winLabel = ""; } return describePLs[inx].control; diff --git a/app/bin/cmodify.c b/app/bin/cmodify.c index 594d742..ded3421 100644 --- a/app/bin/cmodify.c +++ b/app/bin/cmodify.c @@ -59,6 +59,7 @@ static BOOL_T modifyCornuMode; static STATUS_T ModifyBezier(wAction_t action, coOrd pos) { STATUS_T rc = C_CONTINUE; if (Dex.Trk == NULL) return C_ERROR; //No track picked yet! + trackGauge = (IsTrack(Dex.Trk)?GetTrkGauge(Dex.Trk):0.0); switch (action&0xFF) { case C_START: case C_DOWN: @@ -66,15 +67,15 @@ static STATUS_T ModifyBezier(wAction_t action, coOrd pos) { case C_UP: case C_OK: case C_TEXT: - rc = CmdBezModify(Dex.Trk, action, pos); + rc = CmdBezModify(Dex.Trk, action, pos, trackGauge); break; case C_TERMINATE: - rc = CmdBezModify(Dex.Trk, action, pos); + rc = CmdBezModify(Dex.Trk, action, pos, trackGauge); Dex.Trk = NULL; modifyBezierMode = FALSE; break; case C_REDRAW: - rc = CmdBezModify(Dex.Trk, action, pos); + rc = CmdBezModify(Dex.Trk, action, pos, trackGauge); break; } return rc; @@ -87,6 +88,7 @@ static STATUS_T ModifyBezier(wAction_t action, coOrd pos) { static STATUS_T ModifyCornu(wAction_t action, coOrd pos) { STATUS_T rc = C_CONTINUE; if (Dex.Trk == NULL) return C_ERROR; //No track picked yet! + trackGauge = (IsTrack(Dex.Trk)?GetTrkGauge(Dex.Trk):0.0); switch (action&0xFF) { case C_START: case C_DOWN: @@ -94,15 +96,15 @@ static STATUS_T ModifyCornu(wAction_t action, coOrd pos) { case C_UP: case C_OK: case C_TEXT: - rc = CmdCornuModify(Dex.Trk, action, pos); + rc = CmdCornuModify(Dex.Trk, action, pos, trackGauge); break; case C_TERMINATE: - rc = CmdCornuModify(Dex.Trk, action, pos); + rc = CmdCornuModify(Dex.Trk, action, pos, trackGauge); Dex.Trk = NULL; modifyCornuMode = FALSE; break; case C_REDRAW: - rc = CmdCornuModify(Dex.Trk, action, pos); + rc = CmdCornuModify(Dex.Trk, action, pos, trackGauge); break; } return rc; @@ -173,6 +175,7 @@ static STATUS_T CmdModify( Dex.Trk = NULL; return C_CONTINUE; } + trackGauge = (IsTrack(Dex.Trk)?GetTrkGauge(Dex.Trk):0.0); if (QueryTrack( Dex.Trk, Q_CAN_MODIFY_CONTROL_POINTS )) { //Bezier modifyBezierMode = TRUE; if (ModifyBezier(C_START, pos) != C_CONTINUE) { //Call Start with track @@ -192,8 +195,6 @@ static STATUS_T CmdModify( return C_CONTINUE; //That's it } - - trackGauge = (IsTrack(Dex.Trk)?GetTrkGauge(Dex.Trk):0.0); if ( (MyGetKeyState()&WKEY_SHIFT) && QueryTrack( Dex.Trk, Q_CAN_MODIFYRADIUS )&& (inx=PickUnconnectedEndPoint(pos,Dex.Trk)) >= 0 ) { diff --git a/app/bin/compound.c b/app/bin/compound.c index 972ff82..dad7dda 100644 --- a/app/bin/compound.c +++ b/app/bin/compound.c @@ -522,7 +522,7 @@ static descData_t compoundDesc[] = { /*SC*/ { DESC_LONG, N_("# Segments"), &compoundData.segCnt }, /*LY*/ { DESC_LAYER, N_("Layer"), &compoundData.layerNumber }, { DESC_NULL } }; - +#define MAX_DESCRIBE_ENDS 4 static void UpdateCompound( track_p trk, int inx, descData_p descUpd, BOOL_T needUndoStart ) @@ -682,7 +682,7 @@ static void UpdateCompound( track_p trk, int inx, descData_p descUpd, BOOL_T nee case E3: case AN: case OR: - for (int i=0;i<compoundData.epCnt;i++) { + for (int i=0;(i<compoundData.epCnt)&&(i<MAX_DESCRIBE_ENDS);i++) { compoundData.endPt[i] = GetTrkEndPos(trk,i); compoundDesc[i*(E1-E0)+E0].mode |= DESC_CHANGE; trackParams_t params; @@ -803,7 +803,7 @@ void DescribeCompound( compoundDesc[SC].mode = DESC_RO; compoundDesc[LY].mode = DESC_NOREDRAW; if (compoundData.epCnt >0) { - for (int i=0;i<compoundData.epCnt;i++) { + for (int i=0;(i<compoundData.epCnt)&&(i<MAX_DESCRIBE_ENDS);i++) { compoundDesc[A0+(E1-E0)*i].mode = (int)mode; compoundDesc[R0+(E1-E0)*i].mode = DESC_RO; compoundDesc[C0+(E1-E0)*i].mode = DESC_RO; @@ -952,6 +952,7 @@ EXPORT track_p NewCompound( xx->segCnt = segCnt; xx->segs = memdup( segs, segCnt * sizeof *segs ); trkSeg_p p = xx->segs; + CopyPoly(xx->segs, xx->segCnt); FixUpBezierSegs(xx->segs,xx->segCnt); ComputeCompoundBoundingBox( trk ); SetDescriptionOrig( trk ); diff --git a/app/bin/cselect.c b/app/bin/cselect.c index 861f03f..ac1e13b 100644 --- a/app/bin/cselect.c +++ b/app/bin/cselect.c @@ -578,9 +578,9 @@ static paramData_t rescalePLs[] = { #define I_RESCALE_MODE (0) { PD_RADIO, &rescaleMode, "toggle", PDO_NOPREF, &rescaleToggleLabels, N_("Rescale by:"), BC_HORZ|BC_NOBORDER }, #define I_RESCALE_FROM_SCALE (1) - { PD_STRING, rescaleFromScale, "fromS", PDO_NOPREF, (void *)100, N_("From:") }, + { PD_STRING, rescaleFromScale, "fromS", PDO_NOPREF|PDO_STRINGLIMITLENGTH, (void *)100, N_("From:"),0, (void *)sizeof(rescaleFromScale) }, #define I_RESCALE_FROM_GAUGE (2) - { PD_STRING, rescaleFromGauge, "fromG", PDO_NOPREF|PDO_DLGHORZ, (void *)100, " / " }, + { PD_STRING, rescaleFromGauge, "fromG", PDO_NOPREF|PDO_DLGHORZ | PDO_STRINGLIMITLENGTH, (void *)100, " / ", 0, (void *)sizeof(rescaleFromGauge) }, #define I_RESCALE_TO_SCALE (3) { PD_DROPLIST, &rescaleToScaleInx, "toS", PDO_NOPREF|PDO_LISTINDEX, (void *)100, N_("To: ") }, #define I_RESCALE_TO_GAUGE (4) diff --git a/app/bin/csensor.c b/app/bin/csensor.c index db34b95..7ee842d 100644 --- a/app/bin/csensor.c +++ b/app/bin/csensor.c @@ -353,13 +353,13 @@ static char sensorEditScript[STR_LONG_SIZE]; static paramFloatRange_t r_1000_1000 = { -1000.0, 1000.0, 80 }; static paramData_t sensorEditPLs[] = { #define I_SENSORNAME (0) - /*0*/ { PD_STRING, sensorEditName, "name", PDO_NOPREF, (void*)200, N_("Name") }, + /*0*/ { PD_STRING, sensorEditName, "name", PDO_NOPREF|PDO_STRINGLIMITLENGTH, (void*)200, N_("Name"), 0, (void *)sizeof(sensorEditName) }, #define I_ORIGX (1) /*1*/ { PD_FLOAT, &sensorEditOrig.x, "origx", PDO_DIM, &r_1000_1000, N_("Orgin X") }, #define I_ORIGY (2) /*2*/ { PD_FLOAT, &sensorEditOrig.y, "origy", PDO_DIM, &r_1000_1000, N_("Origin Y") }, #define I_SENSORSCRIPT (3) - /*3*/ { PD_STRING, sensorEditScript, "script", PDO_NOPREF, (void*)350, N_("Script") }, + /*3*/ { PD_STRING, sensorEditScript, "script", PDO_NOPREF|PDO_STRINGLIMITLENGTH, (void*)350, N_("Script"), 0, (void *)sizeof(sensorEditScript) }, }; static paramGroup_t sensorEditPG = { "sensorEdit", 0, sensorEditPLs, sizeof sensorEditPLs/sizeof sensorEditPLs[0] }; diff --git a/app/bin/csignal.c b/app/bin/csignal.c index 2f02e58..05ec789 100644 --- a/app/bin/csignal.c +++ b/app/bin/csignal.c @@ -481,7 +481,7 @@ static paramFloatRange_t r_1000_1000 = { -1000.0, 1000.0, 80 }; static paramFloatRange_t r0_360 = { 0.0, 360.0, 80 }; static paramData_t signalEditPLs[] = { #define I_SIGNALNAME (0) - /*0*/ { PD_STRING, signalEditName, "name", PDO_NOPREF, (void*)200, N_("Name") }, + /*0*/ { PD_STRING, signalEditName, "name", PDO_NOPREF|PDO_STRINGLIMITLENGTH, (void*)200, N_("Name"), 0, (void *)sizeof(signalEditName) }, #define I_ORIGX (1) /*1*/ { PD_FLOAT, &signalEditOrig.x, "origx", PDO_DIM, &r_1000_1000, N_("Orgin X") }, #define I_ORIGY (2) @@ -507,9 +507,9 @@ static paramIntegerRange_t rm1_999999 = { -1, 999999 }; static paramData_t aspectEditPLs[] = { #define I_ASPECTNAME (0) - /*0*/ { PD_STRING, signalAspectEditName, "name", PDO_NOPREF, (void*)200, N_("Name") }, + /*0*/ { PD_STRING, signalAspectEditName, "name", PDO_NOPREF|PDO_STRINGLIMITLENGTH, (void*)200, N_("Name"), 0, (void *)sizeof(signalAspectEditName) }, #define I_ASPECTSCRIPT (1) - /*1*/ { PD_STRING, signalAspectEditScript, "script", PDO_NOPREF, (void*)350, N_("Script") }, + /*1*/ { PD_STRING, signalAspectEditScript, "script", PDO_NOPREF|PDO_STRINGLIMITLENGTH, (void*)350, N_("Script"), 0, (void *)sizeof(signalAspectEditScript) }, #define I_ASPECTINDEX (2) /*2*/ { PD_LONG, &signalAspectEditIndex, "index", PDO_NOPREF, &rm1_999999, N_("Aspect Index"), BO_READONLY }, }; diff --git a/app/bin/csnap.c b/app/bin/csnap.c index 0f0f353..4c4d948 100644 --- a/app/bin/csnap.c +++ b/app/bin/csnap.c @@ -30,6 +30,8 @@ #include "track.h" #include "utility.h" +#define bigdot_width 3 + /***************************************************************************** * @@ -44,9 +46,6 @@ EXPORT long minGridSpacing = 3; static wDrawBitMap_p cross0_bm; #endif -#include "bitmaps/bigdot.xbm" -static wDrawBitMap_p bigdot_bm; - #define DEFAULTGRIDSPACING (1.0) EXPORT void MapGrid( @@ -129,7 +128,7 @@ void static DrawGridPoint( x0 = (wPos_t)(p0.x*dpi+0.5) + lborder; y0 = (wPos_t)(p0.y*dpi+0.5) + bborder; if ( bigdot ) - wDrawBitMap( D->d, bigdot_bm, x0, y0, Color, (wDrawOpts)D->funcs->options ); + wDrawFilledCircle(D->d, x0, y0, (wPos_t)(bigdot_width+0.5)/2, Color, (wDrawOpts)D->funcs->options ); else wDrawPoint( D->d, x0, y0, Color, (wDrawOpts)D->funcs->options ); } @@ -209,9 +208,7 @@ EXPORT void DrawGrid( if (!cross0_bm) cross0_bm = wDrawBitMapCreate( mainD.d, cross0_width, cross0_height, 2, 2, cross0_bits ); #endif - if (!bigdot_bm) - bigdot_bm = wDrawBitMapCreate( mainD.d, bigdot_width, bigdot_height, 1, 1, bigdot_bits ); - + wSetCursor( wCursorWait ); dpi = D->dpi/D->scale; Gdx = cos(D2R(Gangle)); diff --git a/app/bin/cstruct.c b/app/bin/cstruct.c index 41c47e5..6ad240c 100644 --- a/app/bin/cstruct.c +++ b/app/bin/cstruct.c @@ -122,6 +122,7 @@ EXPORT turnoutInfo_t * CreateNewStructure( } to->segCnt = segCnt; to->segs = (trkSeg_p)memdup( segData, (sizeof *segData) * segCnt ); + CopyPoly(to->segs,segCnt); GetSegBounds( zero, 0.0, to->segCnt, to->segs, &to->orig, &to->size ); #ifdef REORIGSTRUCT GetSegBounds( zero, 0.0, to->segCnt, to->segs, &orig, &to->size ); diff --git a/app/bin/cswitchmotor.c b/app/bin/cswitchmotor.c index 3d39a68..259e105 100644 --- a/app/bin/cswitchmotor.c +++ b/app/bin/cswitchmotor.c @@ -83,10 +83,10 @@ static char switchmotorPointSense[STR_LONG_SIZE]; static track_p switchmotorTurnout; static paramData_t switchmotorPLs[] = { -/*0*/ { PD_STRING, switchmotorName, "name", PDO_NOPREF, (void*)200, N_("Name") }, -/*1*/ { PD_STRING, switchmotorNormal, "normal", PDO_NOPREF, (void*)350, N_("Normal") }, -/*2*/ { PD_STRING, switchmotorReverse, "reverse", PDO_NOPREF, (void*)350, N_("Reverse") }, -/*3*/ { PD_STRING, switchmotorPointSense, "pointSense", PDO_NOPREF, (void*)350, N_("Point Sense") } +/*0*/ { PD_STRING, switchmotorName, "name", PDO_NOPREF|PDO_STRINGLIMITLENGTH, (void*)200, N_("Name"), 0, (void *)sizeof(switchmotorName) }, +/*1*/ { PD_STRING, switchmotorNormal, "normal", PDO_NOPREF|PDO_STRINGLIMITLENGTH, (void*)350, N_("Normal"), 0, (void *)sizeof(switchmotorNormal) }, +/*2*/ { PD_STRING, switchmotorReverse, "reverse", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)350, N_("Reverse"), 0, (void *)sizeof(switchmotorReverse) }, +/*3*/ { PD_STRING, switchmotorPointSense, "pointSense", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)350, N_("Point Sense"), 0, (void *)sizeof(switchmotorPointSense) } }; static paramGroup_t switchmotorPG = { "switchmotor", 0, switchmotorPLs, sizeof switchmotorPLs/sizeof switchmotorPLs[0] }; @@ -102,10 +102,10 @@ static track_p switchmotorEditTrack; static paramIntegerRange_t r0_999999 = { 0, 999999 }; static paramData_t switchmotorEditPLs[] = { -/*0*/ { PD_STRING, switchmotorEditName, "name", PDO_NOPREF, (void*)200, N_("Name") }, -/*1*/ { PD_STRING, switchmotorEditNormal, "normal", PDO_NOPREF, (void*)350, N_("Normal") }, -/*2*/ { PD_STRING, switchmotorEditReverse, "reverse", PDO_NOPREF, (void*)350, N_("Reverse") }, -/*3*/ { PD_STRING, switchmotorEditPointSense, "pointSense", PDO_NOPREF, (void*)350, N_("Point Sense") }, +/*0*/ { PD_STRING, switchmotorEditName, "name", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)200, N_("Name"), 0, (void *)sizeof(switchmotorEditName) }, +/*1*/ { PD_STRING, switchmotorEditNormal, "normal", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)350, N_("Normal"), 0, (void *)sizeof(switchmotorEditNormal) }, +/*2*/ { PD_STRING, switchmotorEditReverse, "reverse", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)350, N_("Reverse"), 0, (void *)sizeof(switchmotorEditReverse) }, +/*3*/ { PD_STRING, switchmotorEditPointSense, "pointSense", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)350, N_("Point Sense"), 0, (void *)sizeof(switchmotorEditPointSense) }, /*4*/ { PD_LONG, &switchmotorEditTonum, "turnoutNumber", PDO_NOPREF, &r0_999999, N_("Turnout Number"), BO_READONLY }, }; diff --git a/app/bin/ctodesgn.c b/app/bin/ctodesgn.c index 392b405..45566d1 100644 --- a/app/bin/ctodesgn.c +++ b/app/bin/ctodesgn.c @@ -145,13 +145,13 @@ static paramData_t turnDesignPLs[] = { #define I_TO_LAST_FLOAT (6) { PD_FLOAT, &newTurnAngle2, "angle2", PDO_DLGIGNORELABELWIDTH, &r0_360, N_("Angle") }, #define I_TOMANUF (7) - { PD_STRING, &newTurnManufacturer, "manuf", 0, NULL, N_("Manufacturer") }, + { PD_STRING, &newTurnManufacturer, "manuf", PDO_STRINGLIMITLENGTH, NULL, N_("Manufacturer"),0, (void *)sizeof(newTurnManufacturer)}, #define I_TOLDESC (8) - { PD_STRING, &newTurnLeftDesc, "desc1", 0, NULL, N_("Left Description") }, - { PD_STRING, &newTurnLeftPartno, "partno1", PDO_DLGHORZ, NULL, N_(" #") }, + { PD_STRING, &newTurnLeftDesc, "desc1", PDO_STRINGLIMITLENGTH, NULL, N_("Left Description"), 0, (void *)sizeof(newTurnLeftDesc) }, + { PD_STRING, &newTurnLeftPartno, "partno1", PDO_DLGHORZ | PDO_STRINGLIMITLENGTH, NULL, N_(" #"), 0, (void *)sizeof(newTurnLeftPartno) }, #define I_TORDESC (10) - { PD_STRING, &newTurnRightDesc, "desc2", 0, NULL, N_("Right Description") }, - { PD_STRING, &newTurnRightPartno, "partno2", PDO_DLGHORZ, NULL, N_(" #") }, + { PD_STRING, &newTurnRightDesc, "desc2", PDO_STRINGLIMITLENGTH, NULL, N_("Right Description"),0, (void *)sizeof(newTurnRightDesc) }, + { PD_STRING, &newTurnRightPartno, "partno2", PDO_DLGHORZ | PDO_STRINGLIMITLENGTH, NULL, N_(" #"),0, (void *)sizeof(newTurnRightPartno) }, { PD_FLOAT, &newTurnRoadbedWidth, "roadbedWidth", PDO_DIM, &r0_100, N_("Roadbed Width") }, { PD_LONG, &newTurnRoadbedLineWidth, "roadbedLineWidth", PDO_DLGHORZ, &i0_100, N_("Line Width") }, { PD_COLORLIST, &roadbedColor, "color", PDO_DLGHORZ|PDO_DLGBOXEND, NULL, N_("Color") }, diff --git a/app/bin/cturnout.c b/app/bin/cturnout.c index c3125ad..eace782 100644 --- a/app/bin/cturnout.c +++ b/app/bin/cturnout.c @@ -127,8 +127,8 @@ EXPORT turnoutInfo_t * CreateNewTurnout( } to->segCnt = segCnt; to->segs = (trkSeg_p)memdup( segData, (sizeof *segData) * segCnt ); + CopyPoly(to->segs,segCnt); FixUpBezierSegs(to->segs,to->segCnt); - GetSegBounds( zero, 0.0, segCnt, to->segs, &to->orig, &to->size ); to->endCnt = endPtCnt; to->endPt = (trkEndPt_t*)memdup( endPts, (sizeof *endPts) * to->endCnt ); diff --git a/app/bin/dcar.c b/app/bin/dcar.c index 9236f1b..bd3d11d 100644 --- a/app/bin/dcar.c +++ b/app/bin/dcar.c @@ -1944,7 +1944,7 @@ static paramData_t carDlgPLs[] = { #define I_CD_MANUF_LIST (A+0) { PD_DROPLIST, &carDlgManufInx, "manuf", PDO_NOPREF, (void*)350, N_("Manufacturer"), BL_EDITABLE }, #define I_CD_PROTOTYPE_STR (A+1) - { PD_STRING, &carDlgProtoStr, "prototype", PDO_NOPREF, (void*)350, N_("Prototype") }, + { PD_STRING, &carDlgProtoStr, "prototype", PDO_NOPREF|PDO_STRINGLIMITLENGTH, (void*)350, N_("Prototype"), 0, (void *)sizeof(carDlgProtoStr) }, #define I_CD_PROTOKIND_LIST (A+2) { PD_DROPLIST, &carDlgKindInx, "protokind-list", PDO_NOPREF, (void*)125, N_("Prototype"), 0 }, #define I_CD_PROTOTYPE_LIST (A+3) @@ -1954,11 +1954,11 @@ static paramData_t carDlgPLs[] = { #define I_CD_PARTNO_LIST (A+5) { PD_DROPLIST, &carDlgPartnoInx, "partno-list", PDO_NOPREF, (void*)350, N_("Part"), BL_EDITABLE }, #define I_CD_PARTNO_STR (A+6) - { PD_STRING, &carDlgPartnoStr, "partno", PDO_NOPREF, (void*)350, N_("Part Number") }, + { PD_STRING, &carDlgPartnoStr, "partno", PDO_NOPREF|PDO_STRINGLIMITLENGTH, (void*)350, N_("Part Number"), 0, (void *)sizeof(carDlgPartnoStr) }, #define I_CD_ISLOCO (A+7) { PD_TOGGLE, &carDlgIsLoco, "isLoco", PDO_NOPREF|PDO_DLGWIDE, isLocoLabels, N_("Loco?"), BC_HORZ|BC_NOBORDER }, #define I_CD_DESC_STR (A+8) - { PD_STRING, &carDlgDescStr, "desc", PDO_NOPREF, (void*)350, N_("Description"), 0 }, + { PD_STRING, &carDlgDescStr, "desc", PDO_NOPREF|PDO_STRINGLIMITLENGTH, (void*)350, N_("Description"), 0, (void *)sizeof(carDlgDescStr) }, #define I_CD_IMPORT (A+9) { PD_BUTTON, NULL, "import", 0, 0, N_("Import") }, #define I_CD_RESET (A+10) @@ -1973,9 +1973,9 @@ static paramData_t carDlgPLs[] = { #define I_CD_ROADNAME_LIST (B+0) { PD_DROPLIST, &carDlgRoadnameInx, "road", PDO_NOPREF|PDO_DLGWIDE, (void*)350, N_("Road"), BL_EDITABLE }, #define I_CD_REPMARK (B+1) - { PD_STRING, carDlgRepmarkStr, "repmark", PDO_NOPREF, (void*)60, N_("Reporting Mark") }, + { PD_STRING, carDlgRepmarkStr, "repmark", PDO_NOPREF|PDO_STRINGLIMITLENGTH, (void*)60, N_("Reporting Mark"), 0, (void *)sizeof(carDlgRepmarkStr) }, #define I_CD_NUMBER (B+2) - { PD_STRING, carDlgNumberStr, "number", PDO_NOPREF|PDO_DLGWIDE|PDO_DLGHORZ, (void*)80, N_("Number") }, + { PD_STRING, carDlgNumberStr, "number", PDO_NOPREF|PDO_DLGWIDE|PDO_DLGHORZ|PDO_STRINGLIMITLENGTH, (void*)80, N_("Number"), 0, (void *)sizeof(carDlgNumberStr) }, #define I_CD_BODYCOLOR (B+3) { PD_COLORLIST, &carDlgBodyColor, "bodyColor", PDO_DLGWIDE|PDO_DLGHORZ, NULL, N_("Color") }, #define I_CD_CARLENGTH (B+4) diff --git a/app/bin/dcmpnd.c b/app/bin/dcmpnd.c index 8b92e41..fc3c116 100644 --- a/app/bin/dcmpnd.c +++ b/app/bin/dcmpnd.c @@ -447,9 +447,9 @@ static char renamePartno[STR_SIZE]; static turnoutInfo_t * renameTo; static paramData_t renamePLs[] = { -/*0*/ { PD_STRING, renameManuf, "manuf", PDO_NOPREF, (void*)350, N_("Manufacturer") }, -/*1*/ { PD_STRING, renameDesc, "desc", PDO_NOPREF, (void*)230, N_("Description") }, -/*2*/ { PD_STRING, renamePartno, "partno", PDO_NOPREF|PDO_DLGHORZ|PDO_DLGIGNORELABELWIDTH, (void*)100, N_("#") } }; +/*0*/ { PD_STRING, renameManuf, "manuf", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)350, N_("Manufacturer"), 0, (void *)sizeof(renameManuf) }, +/*1*/ { PD_STRING, renameDesc, "desc", PDO_NOPREF | PDO_STRINGLIMITLENGTH, (void*)230, N_("Description"), 0, (void *)sizeof(renameDesc) }, +/*2*/ { PD_STRING, renamePartno, "partno", PDO_NOPREF|PDO_DLGHORZ|PDO_DLGIGNORELABELWIDTH | PDO_STRINGLIMITLENGTH, (void*)100, N_("#"), 0, (void *)sizeof(renamePartno) } }; static paramGroup_t renamePG = { "rename", 0, renamePLs, sizeof renamePLs/sizeof renamePLs[0] }; diff --git a/app/bin/dcustmgm.c b/app/bin/dcustmgm.c index ce6bdeb..870b0fa 100644 --- a/app/bin/dcustmgm.c +++ b/app/bin/dcustmgm.c @@ -159,7 +159,7 @@ EXPORT FILE * customMgmF; static char custMgmContentsStr[STR_SIZE]; static BOOL_T custMgmProceed; static paramData_t custMgmContentsPLs[] = { - { PD_STRING, custMgmContentsStr, "label", 0, (void*)400, N_("Label") } }; + { PD_STRING, custMgmContentsStr, "label", PDO_STRINGLIMITLENGTH, (void*)400, N_("Label"), 0, (void *)sizeof(custMgmContentsStr) } }; static paramGroup_t custMgmContentsPG = { "contents", 0, custMgmContentsPLs, sizeof custMgmContentsPLs/sizeof custMgmContentsPLs[0] }; static void CustMgmContentsOk( void * junk ) diff --git a/app/bin/dlayer.c b/app/bin/dlayer.c index 71d151e..925b1f8 100644 --- a/app/bin/dlayer.c +++ b/app/bin/dlayer.c @@ -441,7 +441,7 @@ static paramData_t layerPLs[] = { #define I_LIST (0) { PD_DROPLIST, NULL, "layer", PDO_LISTINDEX|PDO_DLGNOLABELALIGN, (void*)250 }, #define I_NAME (1) - { PD_STRING, layerName, "name", PDO_NOPREF, (void*)(250-54), N_("Name") }, + { PD_STRING, layerName, "name", PDO_NOPREF|PDO_STRINGLIMITLENGTH, (void*)(250-54), N_("Name"), 0, (void *)sizeof(layerName) }, #define I_COLOR (2) { PD_COLORLIST, &layerColor, "color", PDO_NOPREF, NULL, N_("Color") }, #define I_VIS (3) diff --git a/app/bin/layout.c b/app/bin/layout.c index 0328474..68266c4 100644 --- a/app/bin/layout.c +++ b/app/bin/layout.c @@ -233,8 +233,8 @@ static wWin_p layoutW; static paramData_t layoutPLs[] = { { PD_FLOAT, &thisLayout.props.roomSize.x, "roomsizeX", PDO_NOPREF | PDO_DIM | PDO_NOPSHUPD | PDO_DRAW, &r1_9999999, N_("Room Width"), 0, (void*)(CHANGE_MAIN | CHANGE_MAP) }, { PD_FLOAT, &thisLayout.props.roomSize.y, "roomsizeY", PDO_NOPREF | PDO_DIM | PDO_NOPSHUPD | PDO_DRAW | PDO_DLGHORZ, &r1_9999999, N_(" Height"), 0, (void*)(CHANGE_MAIN | CHANGE_MAP) }, - { PD_STRING, &thisLayout.props.title1, "title1", PDO_NOPSHUPD, NULL, N_("Layout Title"), 0, (void *)sizeof(thisLayout.props.title1) }, - { PD_STRING, &thisLayout.props.title2, "title2", PDO_NOPSHUPD, NULL, N_("Subtitle"), 0, (void *)sizeof(thisLayout.props.title2) }, + { PD_STRING, &thisLayout.props.title1, "title1", PDO_NOPSHUPD | PDO_STRINGLIMITLENGTH, NULL, N_("Layout Title"), 0, (void *)sizeof(thisLayout.props.title1) }, + { PD_STRING, &thisLayout.props.title2, "title2", PDO_NOPSHUPD | PDO_STRINGLIMITLENGTH, NULL, N_("Subtitle"), 0, (void *)sizeof(thisLayout.props.title2) }, #define SCALEINX (4) { PD_DROPLIST, &thisLayout.props.curScaleDescInx, "scale", PDO_NOPREF | PDO_NOPSHUPD | PDO_NORECORD | PDO_NOUPDACT, (void *)120, N_("Scale"), 0, (void*)(CHANGE_SCALE) }, #define GAUGEINX (5) diff --git a/app/bin/param.c b/app/bin/param.c index e513bc3..47399ee 100644 --- a/app/bin/param.c +++ b/app/bin/param.c @@ -589,9 +589,9 @@ EXPORT void ParamLoadControl( if (p->oldD.s) MyFree( p->oldD.s ); if (p->context) { - p->oldD.s = MyMalloc((intptr_t)p->context); - strncpy(p->oldD.s, (char*)p->valueP, (intptr_t)p->context); - *(p->oldD.s + (intptr_t)p->context - 1) = '\0'; + p->oldD.s = MyMalloc((uint32_t)p->context); + strncpy(p->oldD.s, (char*)p->valueP, (uint32_t)p->context); + *(p->oldD.s + (uint32_t)p->context - 1) = '\0'; wStringSetValue((wString_p)p->control, (char*)p->oldD.s); } else { @@ -730,12 +730,12 @@ EXPORT long ParamUpdate( if (p->oldD.s) MyFree( p->oldD.s ); p->oldD.s = MyStrdup( stringV ); - if ( /*(p->option&PDO_NOUPDUPD)==0 &&*/ p->valueP) { - if (p->context) { - strncpy((char*)p->valueP, stringV, (intptr_t)p->context); - ((char *)p->valueP)[(intptr_t)p->context - 1] = '\0'; - if (strlen(stringV) > (uintptr_t)p->context) { - NoticeMessage2(0, MSG_ENTERED_STRING_TRUNCATED, _("Ok"), NULL, (intptr_t)p->context); + if ( p->valueP ) { + if (p->option & PDO_STRINGLIMITLENGTH ) { + strncpy((char*)p->valueP, stringV, (uint32_t)p->context); + ((char *)p->valueP)[(uint32_t)p->context - 1] = '\0'; + if (strlen(stringV) > (uint32_t)p->context) { + NoticeMessage2(0, MSG_ENTERED_STRING_TRUNCATED, _("Ok"), NULL, (uint32_t)p->context); } } diff --git a/app/bin/param.h b/app/bin/param.h index 355f3e7..ae426fb 100644 --- a/app/bin/param.h +++ b/app/bin/param.h @@ -59,6 +59,7 @@ typedef enum { #define PDO_DRAW (1L<<8) #define PDO_FILE (1L<<9) +#define PDO_STRINGLIMITLENGTH (1L<<11) /**< context has maximum length for string */ #define PDO_SMALLDIM (1L<<12) #define PDO_DLGSTARTBTNS (1L<<13) @@ -67,6 +68,7 @@ typedef enum { #define PDO_DLGBOXEND (1L<<16) /**< draw recessed frame around the controls */ #define PDO_DLGRESETMARGIN (1L<<17) /**< position control on the left ?*/ #define PDO_DLGIGNORELABELWIDTH (1L<<18) + #define PDO_DLGHORZ (1L<<20) /**< arrange on same line as previous element */ #define PDO_DLGNEWCOLUMN (1L<<21) #define PDO_DLGNOLABELALIGN (1L<<22) diff --git a/app/bin/tcornu.c b/app/bin/tcornu.c index 9d9587a..2299fd8 100644 --- a/app/bin/tcornu.c +++ b/app/bin/tcornu.c @@ -294,7 +294,7 @@ static descData_t cornuDesc[] = { /*C1*/ { DESC_POS, N_("Center X,Y"), &cornData.center[1] }, /*Z1*/ { DESC_DIM, N_("Z2"), &cornData.elev[1] }, /*RA*/ { DESC_DIM, N_("Minimum Radius"), &cornData.minRadius }, -/*RR*/ { DESC_DIM, N_("Maximum Rate Of Change Of Curvature"), &cornData.maxRateOfChange }, +/*RR*/ { DESC_FLOAT, N_("Max Rate Of Curve Change/Scale"), &cornData.maxRateOfChange }, /*WA*/ { DESC_ANGLE, N_("Total Winding Angle"), &cornData.windingAngle }, /*LN*/ { DESC_DIM, N_("Length"), &cornData.length }, /*GR*/ { DESC_FLOAT, N_("Grade"), &cornData.grade }, @@ -309,59 +309,76 @@ static void UpdateCornu( track_p trk, int inx, descData_p descUpd, BOOL_T final EPINX_T ep; cornuParm_t cp; - - if ( inx == -1 ) return; updateEndPts = FALSE; + UndrawNewTrack(trk); switch ( inx ) { case P0: if (GetTrkEndTrk(trk,0)) break; updateEndPts = TRUE; xx->cornuData.pos[0] = cornData.pos[0]; + Translate(&xx->cornuData.c[0],xx->cornuData.pos[0],xx->cornuData.a[0]+90,xx->cornuData.r[0]); + cornData.center[0] = xx->cornuData.c[0]; cornuDesc[P0].mode |= DESC_CHANGE; + cornuDesc[C0].mode |= DESC_CHANGE; /* no break */ case P1: if (GetTrkEndTrk(trk,1)) break; updateEndPts = TRUE; xx->cornuData.pos[1]= cornData.pos[1]; + Translate(&xx->cornuData.c[1],xx->cornuData.pos[1],xx->cornuData.a[1]-90,xx->cornuData.r[1]); + cornData.center[1] = xx->cornuData.c[1]; cornuDesc[P1].mode |= DESC_CHANGE; + cornuDesc[C1].mode |= DESC_CHANGE; break; case A0: if (GetTrkEndTrk(trk,0)) break; updateEndPts = TRUE; xx->cornuData.a[0] = cornData.angle[0]; + Translate(&xx->cornuData.c[0],xx->cornuData.pos[0],xx->cornuData.a[0]+90,xx->cornuData.r[0]); + cornData.center[0] = xx->cornuData.c[0]; cornuDesc[A0].mode |= DESC_CHANGE; + cornuDesc[C0].mode |= DESC_CHANGE; break; case A1: if (GetTrkEndTrk(trk,1)) break; updateEndPts = TRUE; xx->cornuData.a[1]= cornData.angle[1]; + Translate(&xx->cornuData.c[1],xx->cornuData.pos[1],xx->cornuData.a[1]-90,xx->cornuData.r[1]); + cornData.center[1] = xx->cornuData.c[1]; cornuDesc[A1].mode |= DESC_CHANGE; + cornuDesc[C1].mode |= DESC_CHANGE; break; case C0: if (GetTrkEndTrk(trk,0)) break; - updateEndPts = TRUE; - xx->cornuData.c[0] = cornData.center[0]; - cornuDesc[C0].mode |= DESC_CHANGE; + //updateEndPts = TRUE; + //xx->cornuData.c[0] = cornData.center[0]; + //cornuDesc[C0].mode |= DESC_CHANGE; break; case C1: if (GetTrkEndTrk(trk,1)) break; - updateEndPts = TRUE; - xx->cornuData.c[1] = cornData.center[1]; - cornuDesc[C1].mode |= DESC_CHANGE; + //updateEndPts = TRUE; + //xx->cornuData.c[1] = cornData.center[1]; + //cornuDesc[C1].mode |= DESC_CHANGE; break; case R0: if (GetTrkEndTrk(trk,0)) break; updateEndPts = TRUE; xx->cornuData.r[0] = cornData.radius[0]; + Translate(&xx->cornuData.c[0],xx->cornuData.pos[0],NormalizeAngle(xx->cornuData.a[0]+90),xx->cornuData.r[0]); + cornData.center[0] = xx->cornuData.c[0]; cornuDesc[R0].mode |= DESC_CHANGE; + cornuDesc[C0].mode |= DESC_CHANGE; break; case R1: if (GetTrkEndTrk(trk,1)) break; updateEndPts = TRUE; xx->cornuData.r[1]= cornData.radius[1]; + Translate(&xx->cornuData.c[1],xx->cornuData.pos[1],NormalizeAngle(xx->cornuData.a[1]-90),xx->cornuData.r[1]); + cornData.center[1] = xx->cornuData.c[1]; cornuDesc[R1].mode |= DESC_CHANGE; + cornuDesc[C1].mode |= DESC_CHANGE; break; case Z0: case Z1: @@ -396,13 +413,11 @@ static void UpdateCornu( track_p trk, int inx, descData_p descUpd, BOOL_T final } } - EPINX_T new_ep[2]; track_p ts[2]; ts[0] = GetTrkEndTrk(trk,0); ts[1] = GetTrkEndTrk(trk,1); SetUpCornuParmFromTracks(ts,&cp,xx); - CallCornu(xx->cornuData.pos, tracks, new_ep, &xx->cornuData.arcSegs, &cp); - + CallCornu(xx->cornuData.pos, tracks, NULL, &xx->cornuData.arcSegs, &cp); //FixUpCornu(xx->bezierData.pos, xx, IsTrack(trk)); ComputeCornuBoundingBox(trk, xx); @@ -427,7 +442,7 @@ static void DescribeCornu( track_p trk, char * str, CSIZE_T len ) cornData.length = xx->cornuData.length; cornData.minRadius = xx->cornuData.minCurveRadius; - cornData.maxRateOfChange = xx->cornuData.maxRateofChange; + cornData.maxRateOfChange = xx->cornuData.maxRateofChange*GetScaleRatio(GetLayoutCurScale()); cornData.windingAngle = xx->cornuData.windingAngle; cornData.layerNumber = GetTrkLayer(trk); cornData.pos[0] = xx->cornuData.pos[0]; @@ -459,8 +474,8 @@ static void DescribeCornu( track_p trk, char * str, CSIZE_T len ) cornuDesc[A0].mode = !trk0?0:DESC_RO; cornuDesc[A1].mode = !trk1?0:DESC_RO; - cornuDesc[C0].mode = !trk0?0:DESC_RO; - cornuDesc[C1].mode = !trk1?0:DESC_RO; + cornuDesc[C0].mode = DESC_RO; + cornuDesc[C1].mode = DESC_RO; cornuDesc[R0].mode = !trk0?0:DESC_RO; cornuDesc[R1].mode = !trk1?0:DESC_RO; cornuDesc[GR].mode = DESC_RO; diff --git a/app/bin/track.h b/app/bin/track.h index e39a98f..385a043 100644 --- a/app/bin/track.h +++ b/app/bin/track.h @@ -393,8 +393,7 @@ void CurveSegProc( segProc_e, trkSeg_p, segProcData_p ); void JointSegProc( segProc_e, trkSeg_p, segProcData_p ); void BezierSegProc( segProc_e, trkSeg_p, segProcData_p ); //Used in Cornu join void CleanSegs( dynArr_t *); - - +void CopyPoly(trkSeg_p seg_p, wIndex_t segCnt); /* debug.c */ void SetDebug( char * ); @@ -621,6 +620,7 @@ typedef enum { DESC_NULL, DESC_POS, DESC_FLOAT, DESC_ANGLE, DESC_LONG, DESC_COLO #define DESC_RO (1<<0) #define DESC_IGNORE (1<<1) #define DESC_NOREDRAW (1<<2) +#define DESC_CHANGE2 (1<<4) #define DESC_CHANGE (1<<8) typedef enum { DESC_PIVOT_FIRST, DESC_PIVOT_MID, DESC_PIVOT_SECOND, DESC_PIVOT_NONE } descPivot_t; #define DESC_PIVOT_1 diff --git a/app/bin/trkseg.c b/app/bin/trkseg.c index 9517a09..97de5e8 100644 --- a/app/bin/trkseg.c +++ b/app/bin/trkseg.c @@ -1131,7 +1131,7 @@ EXPORT BOOL_T ReadSegs( void ) int i; DIST_T elev0, elev1; BOOL_T hasElev; - BOOL_T isPolyV2; + BOOL_T isPolyV2, noVersion; BOOL_T improvedEnds; FLOAT_T ignoreFloat; char type; @@ -1167,6 +1167,9 @@ EXPORT BOOL_T ReadSegs( void ) } type = *cp++; hasElev = FALSE; + noVersion = TRUE; + if ( *cp != ' ') + noVersion = FALSE; if ( *cp == '3' ) { cp++; hasElev = TRUE; @@ -1237,7 +1240,6 @@ EXPORT BOOL_T ReadSegs( void ) rc = FALSE; break; } - rgb = 0; s->color = wDrawFindColor( rgb ); break; case SEG_CRVTRK: @@ -1256,7 +1258,6 @@ EXPORT BOOL_T ReadSegs( void ) rc = FALSE; break; } - rgb = 0; s->color = wDrawFindColor( rgb ); break; case SEG_JNTTRK: @@ -1279,7 +1280,6 @@ EXPORT BOOL_T ReadSegs( void ) s->u.j.negate = ( option&1 )!=0; s->u.j.flip = ( option&2 )!=0; s->u.j.Scurve = ( option&4 )!=0; - rgb = 0; s->color = wDrawFindColor( rgb ); break; case SEG_BEZTRK: @@ -1298,7 +1298,6 @@ EXPORT BOOL_T ReadSegs( void ) rc = FALSE; break; } - rgb = 0; s->color = wDrawFindColor( rgb ); break; case SEG_BEZLIN: @@ -1340,6 +1339,7 @@ EXPORT BOOL_T ReadSegs( void ) DYNARR_APPEND( trkSeg_t, tempSegs_da, 10 ); s = &tempSegs(tempSegs_da.cnt-1); s->type = type; + s->u.p.polyType = FREEFORM; if (isPolyV2) { if ( !GetArgs( cp, "lwdd", &rgb, &s->width, @@ -1359,9 +1359,14 @@ EXPORT BOOL_T ReadSegs( void ) s->u.p.pts = (coOrd*)MyMalloc( s->u.p.cnt * sizeof *(coOrd*)NULL ); for ( i=0; i<s->u.p.cnt; i++ ) { cp = GetNextLine(); - if (cp == NULL || !GetArgs( cp, hasElev?"pf":"pY", &s->u.p.pts[i], &elev0 ) ) { + if (cp == NULL || !GetArgs( cp, "p", &s->u.p.pts[i])) { rc = FALSE; - /*??*/break; + } + if (!noVersion) { + if (cp == NULL || !GetArgs( cp, hasElev?"f":"Y", &elev0 ) ) { + rc = FALSE; + /*??*/break; + } } } s->u.p.angle = 0.0; @@ -1505,8 +1510,8 @@ EXPORT BOOL_T WriteSegsEnd( for ( i=0; i<segCnt; i++ ) { switch ( segs[i].type ) { case SEG_STRTRK: - rc &= fprintf( f, "\t%c 0 %0.6f %0.6f %0.6f %0.6f %0.6f\n", - segs[i].type, segs[i].width, + rc &= fprintf( f, "\t%c %ld %0.6f %0.6f %0.6f %0.6f %0.6f\n", + segs[i].type, wDrawGetRGB(segs[i].color), segs[i].width, segs[i].u.l.pos[0].x, segs[i].u.l.pos[0].y, segs[i].u.l.pos[1].x, segs[i].u.l.pos[1].y ) > 0; break; @@ -1532,16 +1537,16 @@ EXPORT BOOL_T WriteSegsEnd( BenchOutputOption(segs[i].u.l.option) ) > 0; break; case SEG_CRVTRK: - rc &= fprintf( f, "\t%c 0 %0.6f %0.6f %0.6f %0.6f %0.6f %0.6f\n", - segs[i].type, segs[i].width, + rc &= fprintf( f, "\t%c %ld %0.6f %0.6f %0.6f %0.6f %0.6f %0.6f\n", + segs[i].type, wDrawGetRGB(segs[i].color), segs[i].width, segs[i].u.c.radius, segs[i].u.c.center.x, segs[i].u.c.center.y, segs[i].u.c.a0, segs[i].u.c.a1 ) > 0; break; case SEG_JNTTRK: option = (segs[i].u.j.negate?1:0) + (segs[i].u.j.flip?2:0) + (segs[i].u.j.Scurve?4:0); - rc &= fprintf( f, "\t%c 0 %0.6f %0.6f %0.6f %0.6f %0.6f %0.6f %0.6f %0.6f %ld\n", - segs[i].type, segs[i].width, + rc &= fprintf( f, "\t%c %ld %0.6f %0.6f %0.6f %0.6f %0.6f %0.6f %0.6f %0.6f %ld\n", + segs[i].type, wDrawGetRGB(segs[i].color), segs[i].width, segs[i].u.j.pos.x, segs[i].u.j.pos.y, segs[i].u.j.angle, segs[i].u.j.l0, @@ -1552,8 +1557,8 @@ EXPORT BOOL_T WriteSegsEnd( break; case SEG_BEZTRK: case SEG_BEZLIN: - rc &= fprintf( f, "\t%c3 0 %0.6f %0.6f %0.6f %0.6f %0.6f %0.6f %0.6f %0.6f %0.6f\n", - segs[i].type, segs[i].width, + rc &= fprintf( f, "\t%c3 %ld %0.6f %0.6f %0.6f %0.6f %0.6f %0.6f %0.6f %0.6f %0.6f\n", + segs[i].type, wDrawGetRGB(segs[i].color), segs[i].width, segs[i].u.l.pos[0].x, segs[i].u.l.pos[0].y, segs[i].u.l.pos[1].x, segs[i].u.l.pos[1].y, segs[i].u.l.pos[2].x, segs[i].u.l.pos[2].y, @@ -2013,6 +2018,11 @@ EXPORT void CleanSegs(dynArr_t * seg_p) { t.bezSegs.max = 0; t.bezSegs.ptr = NULL; } + if (t.type == SEG_POLY || t.type == SEG_FILPOLY) { + if (t.u.p.pts) MyFree(t.u.p.pts); + t.u.p.cnt = 0; + t.u.p.pts = NULL; + } } seg_p->cnt = 0; if (seg_p->ptr) MyFree(seg_p->ptr); @@ -2020,4 +2030,16 @@ EXPORT void CleanSegs(dynArr_t * seg_p) { seg_p->max = 0; } +EXPORT void CopyPoly(trkSeg_p p, wIndex_t segCnt) { + coOrd * newPts; + for (int i=0;i<segCnt;i++,p++) { + if (p->type == SEG_POLY || p->type == SEG_FILPOLY) { + newPts = memdup( p->u.p.pts, p->u.p.cnt*sizeof *(coOrd*)0 ); + p->u.p.pts = newPts; + } + } +} + + + diff --git a/app/bin/unittest/CMakeFiles/CMakeDirectoryInformation.cmake b/app/bin/unittest/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..2569371 --- /dev/null +++ b/app/bin/unittest/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/app/bin/unittest/CMakeFiles/defaultstest.dir/DependInfo.cmake b/app/bin/unittest/CMakeFiles/defaultstest.dir/DependInfo.cmake new file mode 100644 index 0000000..56939f1 --- /dev/null +++ b/app/bin/unittest/CMakeFiles/defaultstest.dir/DependInfo.cmake @@ -0,0 +1,32 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "/home/martin/XTrackCAD/src/work/app/bin/unittest/defaultstest.c" "/home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/defaultstest.dir/defaultstest.c.o" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_C + "XTRKCAD_CMAKE_BUILD" + ) + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/local/include" + "app/bin" + "app/dynstring" + "app/cornu" + "." + "app/help" + "app/wlib/include" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/app/bin/unittest/CMakeFiles/defaultstest.dir/build.make b/app/bin/unittest/CMakeFiles/defaultstest.dir/build.make new file mode 100644 index 0000000..1f33a58 --- /dev/null +++ b/app/bin/unittest/CMakeFiles/defaultstest.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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 + +# Include any dependencies generated for this target. +include app/bin/unittest/CMakeFiles/defaultstest.dir/depend.make + +# Include the progress variables for this target. +include app/bin/unittest/CMakeFiles/defaultstest.dir/progress.make + +# Include the compile flags for this target's objects. +include app/bin/unittest/CMakeFiles/defaultstest.dir/flags.make + +app/bin/unittest/CMakeFiles/defaultstest.dir/defaultstest.c.o: app/bin/unittest/CMakeFiles/defaultstest.dir/flags.make +app/bin/unittest/CMakeFiles/defaultstest.dir/defaultstest.c.o: app/bin/unittest/defaultstest.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object app/bin/unittest/CMakeFiles/defaultstest.dir/defaultstest.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/defaultstest.dir/defaultstest.c.o -c /home/martin/XTrackCAD/src/work/app/bin/unittest/defaultstest.c + +app/bin/unittest/CMakeFiles/defaultstest.dir/defaultstest.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/defaultstest.dir/defaultstest.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/unittest/defaultstest.c > CMakeFiles/defaultstest.dir/defaultstest.c.i + +app/bin/unittest/CMakeFiles/defaultstest.dir/defaultstest.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/defaultstest.dir/defaultstest.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/unittest/defaultstest.c -o CMakeFiles/defaultstest.dir/defaultstest.c.s + +app/bin/unittest/CMakeFiles/defaultstest.dir/defaultstest.c.o.requires: + +.PHONY : app/bin/unittest/CMakeFiles/defaultstest.dir/defaultstest.c.o.requires + +app/bin/unittest/CMakeFiles/defaultstest.dir/defaultstest.c.o.provides: app/bin/unittest/CMakeFiles/defaultstest.dir/defaultstest.c.o.requires + $(MAKE) -f app/bin/unittest/CMakeFiles/defaultstest.dir/build.make app/bin/unittest/CMakeFiles/defaultstest.dir/defaultstest.c.o.provides.build +.PHONY : app/bin/unittest/CMakeFiles/defaultstest.dir/defaultstest.c.o.provides + +app/bin/unittest/CMakeFiles/defaultstest.dir/defaultstest.c.o.provides.build: app/bin/unittest/CMakeFiles/defaultstest.dir/defaultstest.c.o + + +# Object files for target defaultstest +defaultstest_OBJECTS = \ +"CMakeFiles/defaultstest.dir/defaultstest.c.o" + +# External object files for target defaultstest +defaultstest_EXTERNAL_OBJECTS = + +app/bin/unittest/defaultstest: app/bin/unittest/CMakeFiles/defaultstest.dir/defaultstest.c.o +app/bin/unittest/defaultstest: app/bin/unittest/CMakeFiles/defaultstest.dir/build.make +app/bin/unittest/defaultstest: /usr/local/lib/libcmocka.so +app/bin/unittest/defaultstest: app/bin/unittest/CMakeFiles/defaultstest.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable defaultstest" + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/defaultstest.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +app/bin/unittest/CMakeFiles/defaultstest.dir/build: app/bin/unittest/defaultstest + +.PHONY : app/bin/unittest/CMakeFiles/defaultstest.dir/build + +app/bin/unittest/CMakeFiles/defaultstest.dir/requires: app/bin/unittest/CMakeFiles/defaultstest.dir/defaultstest.c.o.requires + +.PHONY : app/bin/unittest/CMakeFiles/defaultstest.dir/requires + +app/bin/unittest/CMakeFiles/defaultstest.dir/clean: + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && $(CMAKE_COMMAND) -P CMakeFiles/defaultstest.dir/cmake_clean.cmake +.PHONY : app/bin/unittest/CMakeFiles/defaultstest.dir/clean + +app/bin/unittest/CMakeFiles/defaultstest.dir/depend: + cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/bin/unittest /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/bin/unittest /home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/defaultstest.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : app/bin/unittest/CMakeFiles/defaultstest.dir/depend + diff --git a/app/bin/unittest/CMakeFiles/defaultstest.dir/cmake_clean.cmake b/app/bin/unittest/CMakeFiles/defaultstest.dir/cmake_clean.cmake new file mode 100644 index 0000000..0856865 --- /dev/null +++ b/app/bin/unittest/CMakeFiles/defaultstest.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/defaultstest.dir/defaultstest.c.o" + "defaultstest.pdb" + "defaultstest" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/defaultstest.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/app/bin/unittest/CMakeFiles/defaultstest.dir/depend.make b/app/bin/unittest/CMakeFiles/defaultstest.dir/depend.make new file mode 100644 index 0000000..ab0d7d0 --- /dev/null +++ b/app/bin/unittest/CMakeFiles/defaultstest.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for defaultstest. +# This may be replaced when dependencies are built. diff --git a/app/bin/unittest/CMakeFiles/defaultstest.dir/flags.make b/app/bin/unittest/CMakeFiles/defaultstest.dir/flags.make new file mode 100644 index 0000000..5131b8b --- /dev/null +++ b/app/bin/unittest/CMakeFiles/defaultstest.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# compile C with /usr/bin/gcc +C_FLAGS = -g3 -gdwarf-2 -std=gnu99 + +C_DEFINES = -DXTRKCAD_CMAKE_BUILD + +C_INCLUDES = -I/usr/local/include -I/home/martin/XTrackCAD/src/work/app/bin -I/home/martin/XTrackCAD/src/work/app/dynstring -I/home/martin/XTrackCAD/src/work/app/cornu -I/home/martin/XTrackCAD/src/work -I/home/martin/XTrackCAD/src/work/app/help -I/home/martin/XTrackCAD/src/work/app/wlib/include + diff --git a/app/bin/unittest/CMakeFiles/defaultstest.dir/link.txt b/app/bin/unittest/CMakeFiles/defaultstest.dir/link.txt new file mode 100644 index 0000000..321b689 --- /dev/null +++ b/app/bin/unittest/CMakeFiles/defaultstest.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -g3 -gdwarf-2 CMakeFiles/defaultstest.dir/defaultstest.c.o -o defaultstest -rdynamic /usr/local/lib/libcmocka.so -Wl,-rpath,/usr/local/lib diff --git a/app/bin/unittest/CMakeFiles/defaultstest.dir/progress.make b/app/bin/unittest/CMakeFiles/defaultstest.dir/progress.make new file mode 100644 index 0000000..d7043a9 --- /dev/null +++ b/app/bin/unittest/CMakeFiles/defaultstest.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 3 + diff --git a/app/bin/unittest/CMakeFiles/dxfformattest.dir/DependInfo.cmake b/app/bin/unittest/CMakeFiles/dxfformattest.dir/DependInfo.cmake new file mode 100644 index 0000000..4efb51d --- /dev/null +++ b/app/bin/unittest/CMakeFiles/dxfformattest.dir/DependInfo.cmake @@ -0,0 +1,34 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "/home/martin/XTrackCAD/src/work/app/bin/dxfformat.c" "/home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/dxfformattest.dir/__/dxfformat.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/unittest/dxfformattest.c" "/home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/dxfformattest.dir/dxfformattest.c.o" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_C + "XTRKCAD_CMAKE_BUILD" + ) + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/local/include" + "app/bin" + "app/dynstring" + "app/cornu" + "." + "app/help" + "app/wlib/include" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/martin/XTrackCAD/src/work/app/dynstring/CMakeFiles/dynstring.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/app/bin/unittest/CMakeFiles/dxfformattest.dir/build.make b/app/bin/unittest/CMakeFiles/dxfformattest.dir/build.make new file mode 100644 index 0000000..da52919 --- /dev/null +++ b/app/bin/unittest/CMakeFiles/dxfformattest.dir/build.make @@ -0,0 +1,142 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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 + +# Include any dependencies generated for this target. +include app/bin/unittest/CMakeFiles/dxfformattest.dir/depend.make + +# Include the progress variables for this target. +include app/bin/unittest/CMakeFiles/dxfformattest.dir/progress.make + +# Include the compile flags for this target's objects. +include app/bin/unittest/CMakeFiles/dxfformattest.dir/flags.make + +app/bin/unittest/CMakeFiles/dxfformattest.dir/dxfformattest.c.o: app/bin/unittest/CMakeFiles/dxfformattest.dir/flags.make +app/bin/unittest/CMakeFiles/dxfformattest.dir/dxfformattest.c.o: app/bin/unittest/dxfformattest.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object app/bin/unittest/CMakeFiles/dxfformattest.dir/dxfformattest.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/dxfformattest.dir/dxfformattest.c.o -c /home/martin/XTrackCAD/src/work/app/bin/unittest/dxfformattest.c + +app/bin/unittest/CMakeFiles/dxfformattest.dir/dxfformattest.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/dxfformattest.dir/dxfformattest.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/unittest/dxfformattest.c > CMakeFiles/dxfformattest.dir/dxfformattest.c.i + +app/bin/unittest/CMakeFiles/dxfformattest.dir/dxfformattest.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/dxfformattest.dir/dxfformattest.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/unittest/dxfformattest.c -o CMakeFiles/dxfformattest.dir/dxfformattest.c.s + +app/bin/unittest/CMakeFiles/dxfformattest.dir/dxfformattest.c.o.requires: + +.PHONY : app/bin/unittest/CMakeFiles/dxfformattest.dir/dxfformattest.c.o.requires + +app/bin/unittest/CMakeFiles/dxfformattest.dir/dxfformattest.c.o.provides: app/bin/unittest/CMakeFiles/dxfformattest.dir/dxfformattest.c.o.requires + $(MAKE) -f app/bin/unittest/CMakeFiles/dxfformattest.dir/build.make app/bin/unittest/CMakeFiles/dxfformattest.dir/dxfformattest.c.o.provides.build +.PHONY : app/bin/unittest/CMakeFiles/dxfformattest.dir/dxfformattest.c.o.provides + +app/bin/unittest/CMakeFiles/dxfformattest.dir/dxfformattest.c.o.provides.build: app/bin/unittest/CMakeFiles/dxfformattest.dir/dxfformattest.c.o + + +app/bin/unittest/CMakeFiles/dxfformattest.dir/__/dxfformat.c.o: app/bin/unittest/CMakeFiles/dxfformattest.dir/flags.make +app/bin/unittest/CMakeFiles/dxfformattest.dir/__/dxfformat.c.o: app/bin/dxfformat.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object app/bin/unittest/CMakeFiles/dxfformattest.dir/__/dxfformat.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/dxfformattest.dir/__/dxfformat.c.o -c /home/martin/XTrackCAD/src/work/app/bin/dxfformat.c + +app/bin/unittest/CMakeFiles/dxfformattest.dir/__/dxfformat.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/dxfformattest.dir/__/dxfformat.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/dxfformat.c > CMakeFiles/dxfformattest.dir/__/dxfformat.c.i + +app/bin/unittest/CMakeFiles/dxfformattest.dir/__/dxfformat.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/dxfformattest.dir/__/dxfformat.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/dxfformat.c -o CMakeFiles/dxfformattest.dir/__/dxfformat.c.s + +app/bin/unittest/CMakeFiles/dxfformattest.dir/__/dxfformat.c.o.requires: + +.PHONY : app/bin/unittest/CMakeFiles/dxfformattest.dir/__/dxfformat.c.o.requires + +app/bin/unittest/CMakeFiles/dxfformattest.dir/__/dxfformat.c.o.provides: app/bin/unittest/CMakeFiles/dxfformattest.dir/__/dxfformat.c.o.requires + $(MAKE) -f app/bin/unittest/CMakeFiles/dxfformattest.dir/build.make app/bin/unittest/CMakeFiles/dxfformattest.dir/__/dxfformat.c.o.provides.build +.PHONY : app/bin/unittest/CMakeFiles/dxfformattest.dir/__/dxfformat.c.o.provides + +app/bin/unittest/CMakeFiles/dxfformattest.dir/__/dxfformat.c.o.provides.build: app/bin/unittest/CMakeFiles/dxfformattest.dir/__/dxfformat.c.o + + +# Object files for target dxfformattest +dxfformattest_OBJECTS = \ +"CMakeFiles/dxfformattest.dir/dxfformattest.c.o" \ +"CMakeFiles/dxfformattest.dir/__/dxfformat.c.o" + +# External object files for target dxfformattest +dxfformattest_EXTERNAL_OBJECTS = + +app/bin/unittest/dxfformattest: app/bin/unittest/CMakeFiles/dxfformattest.dir/dxfformattest.c.o +app/bin/unittest/dxfformattest: app/bin/unittest/CMakeFiles/dxfformattest.dir/__/dxfformat.c.o +app/bin/unittest/dxfformattest: app/bin/unittest/CMakeFiles/dxfformattest.dir/build.make +app/bin/unittest/dxfformattest: app/dynstring/libdynstring.a +app/bin/unittest/dxfformattest: /usr/local/lib/libcmocka.so +app/bin/unittest/dxfformattest: app/bin/unittest/CMakeFiles/dxfformattest.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable dxfformattest" + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/dxfformattest.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +app/bin/unittest/CMakeFiles/dxfformattest.dir/build: app/bin/unittest/dxfformattest + +.PHONY : app/bin/unittest/CMakeFiles/dxfformattest.dir/build + +app/bin/unittest/CMakeFiles/dxfformattest.dir/requires: app/bin/unittest/CMakeFiles/dxfformattest.dir/dxfformattest.c.o.requires +app/bin/unittest/CMakeFiles/dxfformattest.dir/requires: app/bin/unittest/CMakeFiles/dxfformattest.dir/__/dxfformat.c.o.requires + +.PHONY : app/bin/unittest/CMakeFiles/dxfformattest.dir/requires + +app/bin/unittest/CMakeFiles/dxfformattest.dir/clean: + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && $(CMAKE_COMMAND) -P CMakeFiles/dxfformattest.dir/cmake_clean.cmake +.PHONY : app/bin/unittest/CMakeFiles/dxfformattest.dir/clean + +app/bin/unittest/CMakeFiles/dxfformattest.dir/depend: + cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/bin/unittest /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/bin/unittest /home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/dxfformattest.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : app/bin/unittest/CMakeFiles/dxfformattest.dir/depend + diff --git a/app/bin/unittest/CMakeFiles/dxfformattest.dir/cmake_clean.cmake b/app/bin/unittest/CMakeFiles/dxfformattest.dir/cmake_clean.cmake new file mode 100644 index 0000000..550c677 --- /dev/null +++ b/app/bin/unittest/CMakeFiles/dxfformattest.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/dxfformattest.dir/dxfformattest.c.o" + "CMakeFiles/dxfformattest.dir/__/dxfformat.c.o" + "dxfformattest.pdb" + "dxfformattest" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/dxfformattest.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/app/bin/unittest/CMakeFiles/dxfformattest.dir/depend.make b/app/bin/unittest/CMakeFiles/dxfformattest.dir/depend.make new file mode 100644 index 0000000..0cc6281 --- /dev/null +++ b/app/bin/unittest/CMakeFiles/dxfformattest.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for dxfformattest. +# This may be replaced when dependencies are built. diff --git a/app/bin/unittest/CMakeFiles/dxfformattest.dir/flags.make b/app/bin/unittest/CMakeFiles/dxfformattest.dir/flags.make new file mode 100644 index 0000000..5131b8b --- /dev/null +++ b/app/bin/unittest/CMakeFiles/dxfformattest.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# compile C with /usr/bin/gcc +C_FLAGS = -g3 -gdwarf-2 -std=gnu99 + +C_DEFINES = -DXTRKCAD_CMAKE_BUILD + +C_INCLUDES = -I/usr/local/include -I/home/martin/XTrackCAD/src/work/app/bin -I/home/martin/XTrackCAD/src/work/app/dynstring -I/home/martin/XTrackCAD/src/work/app/cornu -I/home/martin/XTrackCAD/src/work -I/home/martin/XTrackCAD/src/work/app/help -I/home/martin/XTrackCAD/src/work/app/wlib/include + diff --git a/app/bin/unittest/CMakeFiles/dxfformattest.dir/link.txt b/app/bin/unittest/CMakeFiles/dxfformattest.dir/link.txt new file mode 100644 index 0000000..a3d9c89 --- /dev/null +++ b/app/bin/unittest/CMakeFiles/dxfformattest.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -g3 -gdwarf-2 CMakeFiles/dxfformattest.dir/dxfformattest.c.o CMakeFiles/dxfformattest.dir/__/dxfformat.c.o -o dxfformattest -rdynamic ../../dynstring/libdynstring.a /usr/local/lib/libcmocka.so -Wl,-rpath,/usr/local/lib diff --git a/app/bin/unittest/CMakeFiles/dxfformattest.dir/progress.make b/app/bin/unittest/CMakeFiles/dxfformattest.dir/progress.make new file mode 100644 index 0000000..7db5e5c --- /dev/null +++ b/app/bin/unittest/CMakeFiles/dxfformattest.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 4 +CMAKE_PROGRESS_3 = + diff --git a/app/bin/unittest/CMakeFiles/pathstest.dir/DependInfo.cmake b/app/bin/unittest/CMakeFiles/pathstest.dir/DependInfo.cmake new file mode 100644 index 0000000..b2223fc --- /dev/null +++ b/app/bin/unittest/CMakeFiles/pathstest.dir/DependInfo.cmake @@ -0,0 +1,33 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "/home/martin/XTrackCAD/src/work/app/bin/unittest/pathstest.c" "/home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/pathstest.dir/pathstest.c.o" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_C + "XTRKCAD_CMAKE_BUILD" + ) + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/local/include" + "app/bin" + "app/dynstring" + "app/cornu" + "." + "app/help" + "app/wlib/include" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/martin/XTrackCAD/src/work/app/dynstring/CMakeFiles/dynstring.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/app/bin/unittest/CMakeFiles/pathstest.dir/build.make b/app/bin/unittest/CMakeFiles/pathstest.dir/build.make new file mode 100644 index 0000000..ce97781 --- /dev/null +++ b/app/bin/unittest/CMakeFiles/pathstest.dir/build.make @@ -0,0 +1,115 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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 + +# Include any dependencies generated for this target. +include app/bin/unittest/CMakeFiles/pathstest.dir/depend.make + +# Include the progress variables for this target. +include app/bin/unittest/CMakeFiles/pathstest.dir/progress.make + +# Include the compile flags for this target's objects. +include app/bin/unittest/CMakeFiles/pathstest.dir/flags.make + +app/bin/unittest/CMakeFiles/pathstest.dir/pathstest.c.o: app/bin/unittest/CMakeFiles/pathstest.dir/flags.make +app/bin/unittest/CMakeFiles/pathstest.dir/pathstest.c.o: app/bin/unittest/pathstest.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object app/bin/unittest/CMakeFiles/pathstest.dir/pathstest.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/pathstest.dir/pathstest.c.o -c /home/martin/XTrackCAD/src/work/app/bin/unittest/pathstest.c + +app/bin/unittest/CMakeFiles/pathstest.dir/pathstest.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/pathstest.dir/pathstest.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/unittest/pathstest.c > CMakeFiles/pathstest.dir/pathstest.c.i + +app/bin/unittest/CMakeFiles/pathstest.dir/pathstest.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/pathstest.dir/pathstest.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/unittest/pathstest.c -o CMakeFiles/pathstest.dir/pathstest.c.s + +app/bin/unittest/CMakeFiles/pathstest.dir/pathstest.c.o.requires: + +.PHONY : app/bin/unittest/CMakeFiles/pathstest.dir/pathstest.c.o.requires + +app/bin/unittest/CMakeFiles/pathstest.dir/pathstest.c.o.provides: app/bin/unittest/CMakeFiles/pathstest.dir/pathstest.c.o.requires + $(MAKE) -f app/bin/unittest/CMakeFiles/pathstest.dir/build.make app/bin/unittest/CMakeFiles/pathstest.dir/pathstest.c.o.provides.build +.PHONY : app/bin/unittest/CMakeFiles/pathstest.dir/pathstest.c.o.provides + +app/bin/unittest/CMakeFiles/pathstest.dir/pathstest.c.o.provides.build: app/bin/unittest/CMakeFiles/pathstest.dir/pathstest.c.o + + +# Object files for target pathstest +pathstest_OBJECTS = \ +"CMakeFiles/pathstest.dir/pathstest.c.o" + +# External object files for target pathstest +pathstest_EXTERNAL_OBJECTS = + +app/bin/unittest/pathstest: app/bin/unittest/CMakeFiles/pathstest.dir/pathstest.c.o +app/bin/unittest/pathstest: app/bin/unittest/CMakeFiles/pathstest.dir/build.make +app/bin/unittest/pathstest: app/dynstring/libdynstring.a +app/bin/unittest/pathstest: /usr/local/lib/libcmocka.so +app/bin/unittest/pathstest: app/bin/unittest/CMakeFiles/pathstest.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pathstest" + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/pathstest.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +app/bin/unittest/CMakeFiles/pathstest.dir/build: app/bin/unittest/pathstest + +.PHONY : app/bin/unittest/CMakeFiles/pathstest.dir/build + +app/bin/unittest/CMakeFiles/pathstest.dir/requires: app/bin/unittest/CMakeFiles/pathstest.dir/pathstest.c.o.requires + +.PHONY : app/bin/unittest/CMakeFiles/pathstest.dir/requires + +app/bin/unittest/CMakeFiles/pathstest.dir/clean: + cd /home/martin/XTrackCAD/src/work/app/bin/unittest && $(CMAKE_COMMAND) -P CMakeFiles/pathstest.dir/cmake_clean.cmake +.PHONY : app/bin/unittest/CMakeFiles/pathstest.dir/clean + +app/bin/unittest/CMakeFiles/pathstest.dir/depend: + cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/bin/unittest /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/bin/unittest /home/martin/XTrackCAD/src/work/app/bin/unittest/CMakeFiles/pathstest.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : app/bin/unittest/CMakeFiles/pathstest.dir/depend + diff --git a/app/bin/unittest/CMakeFiles/pathstest.dir/cmake_clean.cmake b/app/bin/unittest/CMakeFiles/pathstest.dir/cmake_clean.cmake new file mode 100644 index 0000000..32724d3 --- /dev/null +++ b/app/bin/unittest/CMakeFiles/pathstest.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/pathstest.dir/pathstest.c.o" + "pathstest.pdb" + "pathstest" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/pathstest.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/app/bin/unittest/CMakeFiles/pathstest.dir/depend.make b/app/bin/unittest/CMakeFiles/pathstest.dir/depend.make new file mode 100644 index 0000000..c2a85c4 --- /dev/null +++ b/app/bin/unittest/CMakeFiles/pathstest.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for pathstest. +# This may be replaced when dependencies are built. diff --git a/app/bin/unittest/CMakeFiles/pathstest.dir/flags.make b/app/bin/unittest/CMakeFiles/pathstest.dir/flags.make new file mode 100644 index 0000000..5131b8b --- /dev/null +++ b/app/bin/unittest/CMakeFiles/pathstest.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# compile C with /usr/bin/gcc +C_FLAGS = -g3 -gdwarf-2 -std=gnu99 + +C_DEFINES = -DXTRKCAD_CMAKE_BUILD + +C_INCLUDES = -I/usr/local/include -I/home/martin/XTrackCAD/src/work/app/bin -I/home/martin/XTrackCAD/src/work/app/dynstring -I/home/martin/XTrackCAD/src/work/app/cornu -I/home/martin/XTrackCAD/src/work -I/home/martin/XTrackCAD/src/work/app/help -I/home/martin/XTrackCAD/src/work/app/wlib/include + diff --git a/app/bin/unittest/CMakeFiles/pathstest.dir/link.txt b/app/bin/unittest/CMakeFiles/pathstest.dir/link.txt new file mode 100644 index 0000000..df666a9 --- /dev/null +++ b/app/bin/unittest/CMakeFiles/pathstest.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -g3 -gdwarf-2 CMakeFiles/pathstest.dir/pathstest.c.o -o pathstest -rdynamic ../../dynstring/libdynstring.a /usr/local/lib/libcmocka.so -Wl,-rpath,/usr/local/lib diff --git a/app/bin/unittest/CMakeFiles/pathstest.dir/progress.make b/app/bin/unittest/CMakeFiles/pathstest.dir/progress.make new file mode 100644 index 0000000..14e668e --- /dev/null +++ b/app/bin/unittest/CMakeFiles/pathstest.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 31 +CMAKE_PROGRESS_2 = + diff --git a/app/bin/unittest/CMakeFiles/progress.marks b/app/bin/unittest/CMakeFiles/progress.marks new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/app/bin/unittest/CMakeFiles/progress.marks @@ -0,0 +1 @@ +4 diff --git a/app/bin/unittest/CTestTestfile.cmake b/app/bin/unittest/CTestTestfile.cmake new file mode 100644 index 0000000..96187a6 --- /dev/null +++ b/app/bin/unittest/CTestTestfile.cmake @@ -0,0 +1,9 @@ +# CMake generated Testfile for +# Source directory: /home/martin/XTrackCAD/src/work/app/bin/unittest +# Build directory: /home/martin/XTrackCAD/src/work/app/bin/unittest +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test(DXFOutputTest "dxfformattest") +add_test(PathsTest "pathstest") +add_test(DefaultsTest "defaultstest") diff --git a/app/bin/unittest/Makefile b/app/bin/unittest/Makefile new file mode 100644 index 0000000..fed6efb --- /dev/null +++ b/app/bin/unittest/Makefile @@ -0,0 +1,386 @@ +# 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 + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# 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 + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: install/local + +.PHONY : install/local/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: install/strip + +.PHONY : install/strip/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake - |