delete build file in test_cases and rename README file
This commit is contained in:
parent
73244d2c83
commit
5c8ee87a61
|
@ -1 +0,0 @@
|
||||||
catkin_make
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,67 +0,0 @@
|
||||||
set(CMAKE_C_COMPILER "/usr/bin/cc")
|
|
||||||
set(CMAKE_C_COMPILER_ARG1 "")
|
|
||||||
set(CMAKE_C_COMPILER_ID "GNU")
|
|
||||||
set(CMAKE_C_COMPILER_VERSION "5.4.0")
|
|
||||||
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 "8")
|
|
||||||
set(CMAKE_C_COMPILER_ABI "ELF")
|
|
||||||
set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
|
||||||
|
|
||||||
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 "x86_64-linux-gnu")
|
|
||||||
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/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
|
|
||||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
|
|
@ -1,68 +0,0 @@
|
||||||
set(CMAKE_CXX_COMPILER "/usr/bin/c++")
|
|
||||||
set(CMAKE_CXX_COMPILER_ARG1 "")
|
|
||||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
|
||||||
set(CMAKE_CXX_COMPILER_VERSION "5.4.0")
|
|
||||||
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
|
||||||
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98")
|
|
||||||
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 "8")
|
|
||||||
set(CMAKE_CXX_COMPILER_ABI "ELF")
|
|
||||||
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
|
||||||
|
|
||||||
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 "x86_64-linux-gnu")
|
|
||||||
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/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
|
|
||||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,15 +0,0 @@
|
||||||
set(CMAKE_HOST_SYSTEM "Linux-4.15.0-46-generic")
|
|
||||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
|
||||||
set(CMAKE_HOST_SYSTEM_VERSION "4.15.0-46-generic")
|
|
||||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
set(CMAKE_SYSTEM "Linux-4.15.0-46-generic")
|
|
||||||
set(CMAKE_SYSTEM_NAME "Linux")
|
|
||||||
set(CMAKE_SYSTEM_VERSION "4.15.0-46-generic")
|
|
||||||
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
|
|
||||||
|
|
||||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
||||||
|
|
||||||
set(CMAKE_SYSTEM_LOADED 1)
|
|
|
@ -1,544 +0,0 @@
|
||||||
#ifdef __cplusplus
|
|
||||||
# error "A C++ compiler has been selected for C."
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(__18CXX)
|
|
||||||
# define ID_VOID_MAIN
|
|
||||||
#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(__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 "]";
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const char* info_language_dialect_default = "INFO" ":" "dialect_default["
|
|
||||||
#if !defined(__STDC_VERSION__)
|
|
||||||
"90"
|
|
||||||
#elif __STDC_VERSION__ >= 201000L
|
|
||||||
"11"
|
|
||||||
#elif __STDC_VERSION__ >= 199901L
|
|
||||||
"99"
|
|
||||||
#else
|
|
||||||
#endif
|
|
||||||
"]";
|
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
|
||||||
|
|
||||||
#ifdef ID_VOID_MAIN
|
|
||||||
void main() {}
|
|
||||||
#else
|
|
||||||
int main(int argc, char* argv[])
|
|
||||||
{
|
|
||||||
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
|
|
Binary file not shown.
|
@ -1,533 +0,0 @@
|
||||||
/* 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;
|
|
||||||
}
|
|
Binary file not shown.
|
@ -1,16 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# Relative path conversion top directories.
|
|
||||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/howe/Code/howe/Hector_Quadrotor_Case/src")
|
|
||||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/howe/Code/howe/Hector_Quadrotor_Case/build")
|
|
||||||
|
|
||||||
# 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})
|
|
|
@ -1,55 +0,0 @@
|
||||||
Determining if the pthread_create exist failed with the following output:
|
|
||||||
Change Dir: /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/make" "cmTC_a51d7/fast"
|
|
||||||
/usr/bin/make -f CMakeFiles/cmTC_a51d7.dir/build.make CMakeFiles/cmTC_a51d7.dir/build
|
|
||||||
make[1]: Entering directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
Building C object CMakeFiles/cmTC_a51d7.dir/CheckSymbolExists.c.o
|
|
||||||
/usr/bin/cc -o CMakeFiles/cmTC_a51d7.dir/CheckSymbolExists.c.o -c /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
|
||||||
Linking C executable cmTC_a51d7
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a51d7.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/cc CMakeFiles/cmTC_a51d7.dir/CheckSymbolExists.c.o -o cmTC_a51d7 -rdynamic
|
|
||||||
CMakeFiles/cmTC_a51d7.dir/CheckSymbolExists.c.o: In function `main':
|
|
||||||
CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
|
|
||||||
collect2: error: ld returned 1 exit status
|
|
||||||
CMakeFiles/cmTC_a51d7.dir/build.make:97: recipe for target 'cmTC_a51d7' failed
|
|
||||||
make[1]: *** [cmTC_a51d7] Error 1
|
|
||||||
make[1]: Leaving directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
Makefile:126: recipe for target 'cmTC_a51d7/fast' failed
|
|
||||||
make: *** [cmTC_a51d7/fast] Error 2
|
|
||||||
|
|
||||||
File /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
|
||||||
/* */
|
|
||||||
#include <pthread.h>
|
|
||||||
|
|
||||||
int main(int argc, char** argv)
|
|
||||||
{
|
|
||||||
(void)argv;
|
|
||||||
#ifndef pthread_create
|
|
||||||
return ((int*)(&pthread_create))[argc];
|
|
||||||
#else
|
|
||||||
(void)argc;
|
|
||||||
return 0;
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
Determining if the function pthread_create exists in the pthreads failed with the following output:
|
|
||||||
Change Dir: /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/make" "cmTC_58875/fast"
|
|
||||||
/usr/bin/make -f CMakeFiles/cmTC_58875.dir/build.make CMakeFiles/cmTC_58875.dir/build
|
|
||||||
make[1]: Entering directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
Building C object CMakeFiles/cmTC_58875.dir/CheckFunctionExists.c.o
|
|
||||||
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_58875.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
|
|
||||||
Linking C executable cmTC_58875
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_58875.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_58875.dir/CheckFunctionExists.c.o -o cmTC_58875 -rdynamic -lpthreads
|
|
||||||
/usr/bin/ld: cannot find -lpthreads
|
|
||||||
collect2: error: ld returned 1 exit status
|
|
||||||
CMakeFiles/cmTC_58875.dir/build.make:97: recipe for target 'cmTC_58875' failed
|
|
||||||
make[1]: *** [cmTC_58875] Error 1
|
|
||||||
make[1]: Leaving directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
Makefile:126: recipe for target 'cmTC_58875/fast' failed
|
|
||||||
make: *** [cmTC_58875/fast] Error 2
|
|
||||||
|
|
||||||
|
|
|
@ -1,582 +0,0 @@
|
||||||
The system is: Linux - 4.15.0-46-generic - x86_64
|
|
||||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
|
||||||
Compiler: /usr/bin/cc
|
|
||||||
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/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/3.5.1/CompilerIdC/a.out"
|
|
||||||
|
|
||||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
|
||||||
Compiler: /usr/bin/c++
|
|
||||||
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/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/3.5.1/CompilerIdCXX/a.out"
|
|
||||||
|
|
||||||
Determining if the C compiler works passed with the following output:
|
|
||||||
Change Dir: /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/make" "cmTC_99b4e/fast"
|
|
||||||
/usr/bin/make -f CMakeFiles/cmTC_99b4e.dir/build.make CMakeFiles/cmTC_99b4e.dir/build
|
|
||||||
make[1]: Entering directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
Building C object CMakeFiles/cmTC_99b4e.dir/testCCompiler.c.o
|
|
||||||
/usr/bin/cc -o CMakeFiles/cmTC_99b4e.dir/testCCompiler.c.o -c /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp/testCCompiler.c
|
|
||||||
Linking C executable cmTC_99b4e
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_99b4e.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/cc CMakeFiles/cmTC_99b4e.dir/testCCompiler.c.o -o cmTC_99b4e -rdynamic
|
|
||||||
make[1]: Leaving directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
|
|
||||||
|
|
||||||
Detecting C compiler ABI info compiled with the following output:
|
|
||||||
Change Dir: /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/make" "cmTC_df317/fast"
|
|
||||||
/usr/bin/make -f CMakeFiles/cmTC_df317.dir/build.make CMakeFiles/cmTC_df317.dir/build
|
|
||||||
make[1]: Entering directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
Building C object CMakeFiles/cmTC_df317.dir/CMakeCCompilerABI.c.o
|
|
||||||
/usr/bin/cc -o CMakeFiles/cmTC_df317.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
|
|
||||||
Linking C executable cmTC_df317
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_df317.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/cc -v CMakeFiles/cmTC_df317.dir/CMakeCCompilerABI.c.o -o cmTC_df317 -rdynamic
|
|
||||||
Using built-in specs.
|
|
||||||
COLLECT_GCC=/usr/bin/cc
|
|
||||||
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
|
|
||||||
Target: x86_64-linux-gnu
|
|
||||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.11' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
|
||||||
Thread model: posix
|
|
||||||
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.11)
|
|
||||||
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/
|
|
||||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/
|
|
||||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_df317' '-rdynamic' '-mtune=generic' '-march=x86-64'
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccgBgftY.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 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_df317 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_df317.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o
|
|
||||||
make[1]: Leaving directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
|
|
||||||
|
|
||||||
Parsed C implicit link information from above output:
|
|
||||||
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
|
||||||
ignore line: [Change Dir: /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp]
|
|
||||||
ignore line: []
|
|
||||||
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_df317/fast"]
|
|
||||||
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_df317.dir/build.make CMakeFiles/cmTC_df317.dir/build]
|
|
||||||
ignore line: [make[1]: Entering directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp']
|
|
||||||
ignore line: [Building C object CMakeFiles/cmTC_df317.dir/CMakeCCompilerABI.c.o]
|
|
||||||
ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_df317.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
|
|
||||||
ignore line: [Linking C executable cmTC_df317]
|
|
||||||
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_df317.dir/link.txt --verbose=1]
|
|
||||||
ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_df317.dir/CMakeCCompilerABI.c.o -o cmTC_df317 -rdynamic ]
|
|
||||||
ignore line: [Using built-in specs.]
|
|
||||||
ignore line: [COLLECT_GCC=/usr/bin/cc]
|
|
||||||
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper]
|
|
||||||
ignore line: [Target: x86_64-linux-gnu]
|
|
||||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.11' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
|
|
||||||
ignore line: [Thread model: posix]
|
|
||||||
ignore line: [gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.11) ]
|
|
||||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/]
|
|
||||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/]
|
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_df317' '-rdynamic' '-mtune=generic' '-march=x86-64']
|
|
||||||
link line: [ /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccgBgftY.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 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_df317 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_df317.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o]
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/5/collect2] ==> ignore
|
|
||||||
arg [-plugin] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so] ==> ignore
|
|
||||||
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper] ==> ignore
|
|
||||||
arg [-plugin-opt=-fresolution=/tmp/ccgBgftY.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 [--sysroot=/] ==> ignore
|
|
||||||
arg [--build-id] ==> ignore
|
|
||||||
arg [--eh-frame-hdr] ==> ignore
|
|
||||||
arg [-m] ==> ignore
|
|
||||||
arg [elf_x86_64] ==> ignore
|
|
||||||
arg [--hash-style=gnu] ==> ignore
|
|
||||||
arg [--as-needed] ==> ignore
|
|
||||||
arg [-export-dynamic] ==> ignore
|
|
||||||
arg [-dynamic-linker] ==> ignore
|
|
||||||
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
|
|
||||||
arg [-zrelro] ==> ignore
|
|
||||||
arg [-o] ==> ignore
|
|
||||||
arg [cmTC_df317] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o] ==> ignore
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib]
|
|
||||||
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
|
|
||||||
arg [-L/lib/../lib] ==> dir [/lib/../lib]
|
|
||||||
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
|
|
||||||
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..]
|
|
||||||
arg [CMakeFiles/cmTC_df317.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/x86_64-linux-gnu/5/crtend.o] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o] ==> ignore
|
|
||||||
remove lib [gcc]
|
|
||||||
remove lib [gcc_s]
|
|
||||||
remove lib [gcc]
|
|
||||||
remove lib [gcc_s]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5] ==> [/usr/lib/gcc/x86_64-linux-gnu/5]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> [/usr/lib]
|
|
||||||
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
|
|
||||||
collapse library dir [/lib/../lib] ==> [/lib]
|
|
||||||
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
|
||||||
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> [/usr/lib]
|
|
||||||
implicit libs: [c]
|
|
||||||
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
|
|
||||||
implicit fwks: []
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Detecting C [-std=c11] compiler features compiled with the following output:
|
|
||||||
Change Dir: /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/make" "cmTC_60758/fast"
|
|
||||||
/usr/bin/make -f CMakeFiles/cmTC_60758.dir/build.make CMakeFiles/cmTC_60758.dir/build
|
|
||||||
make[1]: Entering directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
Building C object CMakeFiles/cmTC_60758.dir/feature_tests.c.o
|
|
||||||
/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_60758.dir/feature_tests.c.o -c /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/feature_tests.c
|
|
||||||
Linking C executable cmTC_60758
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_60758.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/cc CMakeFiles/cmTC_60758.dir/feature_tests.c.o -o cmTC_60758 -rdynamic
|
|
||||||
make[1]: Leaving directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
|
|
||||||
|
|
||||||
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/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/make" "cmTC_b604e/fast"
|
|
||||||
/usr/bin/make -f CMakeFiles/cmTC_b604e.dir/build.make CMakeFiles/cmTC_b604e.dir/build
|
|
||||||
make[1]: Entering directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
Building C object CMakeFiles/cmTC_b604e.dir/feature_tests.c.o
|
|
||||||
/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_b604e.dir/feature_tests.c.o -c /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/feature_tests.c
|
|
||||||
Linking C executable cmTC_b604e
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b604e.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/cc CMakeFiles/cmTC_b604e.dir/feature_tests.c.o -o cmTC_b604e -rdynamic
|
|
||||||
make[1]: Leaving directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
|
|
||||||
|
|
||||||
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/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/make" "cmTC_e9507/fast"
|
|
||||||
/usr/bin/make -f CMakeFiles/cmTC_e9507.dir/build.make CMakeFiles/cmTC_e9507.dir/build
|
|
||||||
make[1]: Entering directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
Building C object CMakeFiles/cmTC_e9507.dir/feature_tests.c.o
|
|
||||||
/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_e9507.dir/feature_tests.c.o -c /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/feature_tests.c
|
|
||||||
Linking C executable cmTC_e9507
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e9507.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/cc CMakeFiles/cmTC_e9507.dir/feature_tests.c.o -o cmTC_e9507 -rdynamic
|
|
||||||
make[1]: Leaving directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
|
|
||||||
|
|
||||||
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/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/make" "cmTC_ac36f/fast"
|
|
||||||
/usr/bin/make -f CMakeFiles/cmTC_ac36f.dir/build.make CMakeFiles/cmTC_ac36f.dir/build
|
|
||||||
make[1]: Entering directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
Building CXX object CMakeFiles/cmTC_ac36f.dir/testCXXCompiler.cxx.o
|
|
||||||
/usr/bin/c++ -o CMakeFiles/cmTC_ac36f.dir/testCXXCompiler.cxx.o -c /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
|
|
||||||
Linking CXX executable cmTC_ac36f
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ac36f.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/c++ CMakeFiles/cmTC_ac36f.dir/testCXXCompiler.cxx.o -o cmTC_ac36f -rdynamic
|
|
||||||
make[1]: Leaving directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
|
|
||||||
|
|
||||||
Detecting CXX compiler ABI info compiled with the following output:
|
|
||||||
Change Dir: /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/make" "cmTC_507be/fast"
|
|
||||||
/usr/bin/make -f CMakeFiles/cmTC_507be.dir/build.make CMakeFiles/cmTC_507be.dir/build
|
|
||||||
make[1]: Entering directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
Building CXX object CMakeFiles/cmTC_507be.dir/CMakeCXXCompilerABI.cpp.o
|
|
||||||
/usr/bin/c++ -o CMakeFiles/cmTC_507be.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
|
|
||||||
Linking CXX executable cmTC_507be
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_507be.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/c++ -v CMakeFiles/cmTC_507be.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_507be -rdynamic
|
|
||||||
Using built-in specs.
|
|
||||||
COLLECT_GCC=/usr/bin/c++
|
|
||||||
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
|
|
||||||
Target: x86_64-linux-gnu
|
|
||||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.11' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
|
||||||
Thread model: posix
|
|
||||||
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.11)
|
|
||||||
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/
|
|
||||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/
|
|
||||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_507be' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccnu8uSj.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 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_507be /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_507be.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o
|
|
||||||
make[1]: Leaving directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
|
|
||||||
|
|
||||||
Parsed CXX implicit link information from above output:
|
|
||||||
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
|
||||||
ignore line: [Change Dir: /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp]
|
|
||||||
ignore line: []
|
|
||||||
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_507be/fast"]
|
|
||||||
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_507be.dir/build.make CMakeFiles/cmTC_507be.dir/build]
|
|
||||||
ignore line: [make[1]: Entering directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp']
|
|
||||||
ignore line: [Building CXX object CMakeFiles/cmTC_507be.dir/CMakeCXXCompilerABI.cpp.o]
|
|
||||||
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_507be.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
|
|
||||||
ignore line: [Linking CXX executable cmTC_507be]
|
|
||||||
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_507be.dir/link.txt --verbose=1]
|
|
||||||
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_507be.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_507be -rdynamic ]
|
|
||||||
ignore line: [Using built-in specs.]
|
|
||||||
ignore line: [COLLECT_GCC=/usr/bin/c++]
|
|
||||||
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper]
|
|
||||||
ignore line: [Target: x86_64-linux-gnu]
|
|
||||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.11' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
|
|
||||||
ignore line: [Thread model: posix]
|
|
||||||
ignore line: [gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.11) ]
|
|
||||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/]
|
|
||||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/]
|
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_507be' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
|
|
||||||
link line: [ /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccnu8uSj.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 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_507be /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_507be.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o]
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/5/collect2] ==> ignore
|
|
||||||
arg [-plugin] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so] ==> ignore
|
|
||||||
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper] ==> ignore
|
|
||||||
arg [-plugin-opt=-fresolution=/tmp/ccnu8uSj.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 [--sysroot=/] ==> ignore
|
|
||||||
arg [--build-id] ==> ignore
|
|
||||||
arg [--eh-frame-hdr] ==> ignore
|
|
||||||
arg [-m] ==> ignore
|
|
||||||
arg [elf_x86_64] ==> ignore
|
|
||||||
arg [--hash-style=gnu] ==> ignore
|
|
||||||
arg [--as-needed] ==> ignore
|
|
||||||
arg [-export-dynamic] ==> ignore
|
|
||||||
arg [-dynamic-linker] ==> ignore
|
|
||||||
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
|
|
||||||
arg [-zrelro] ==> ignore
|
|
||||||
arg [-o] ==> ignore
|
|
||||||
arg [cmTC_507be] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o] ==> ignore
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib]
|
|
||||||
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
|
|
||||||
arg [-L/lib/../lib] ==> dir [/lib/../lib]
|
|
||||||
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
|
|
||||||
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..]
|
|
||||||
arg [CMakeFiles/cmTC_507be.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/x86_64-linux-gnu/5/crtend.o] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o] ==> ignore
|
|
||||||
remove lib [gcc_s]
|
|
||||||
remove lib [gcc]
|
|
||||||
remove lib [gcc_s]
|
|
||||||
remove lib [gcc]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5] ==> [/usr/lib/gcc/x86_64-linux-gnu/5]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> [/usr/lib]
|
|
||||||
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
|
|
||||||
collapse library dir [/lib/../lib] ==> [/lib]
|
|
||||||
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
|
||||||
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> [/usr/lib]
|
|
||||||
implicit libs: [stdc++;m;c]
|
|
||||||
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
|
|
||||||
implicit fwks: []
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Detecting CXX [-std=c++14] compiler features compiled with the following output:
|
|
||||||
Change Dir: /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/make" "cmTC_c45e0/fast"
|
|
||||||
/usr/bin/make -f CMakeFiles/cmTC_c45e0.dir/build.make CMakeFiles/cmTC_c45e0.dir/build
|
|
||||||
make[1]: Entering directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
Building CXX object CMakeFiles/cmTC_c45e0.dir/feature_tests.cxx.o
|
|
||||||
/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_c45e0.dir/feature_tests.cxx.o -c /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/feature_tests.cxx
|
|
||||||
Linking CXX executable cmTC_c45e0
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c45e0.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/c++ CMakeFiles/cmTC_c45e0.dir/feature_tests.cxx.o -o cmTC_c45e0 -rdynamic
|
|
||||||
make[1]: Leaving directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
|
|
||||||
|
|
||||||
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/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/make" "cmTC_9f578/fast"
|
|
||||||
/usr/bin/make -f CMakeFiles/cmTC_9f578.dir/build.make CMakeFiles/cmTC_9f578.dir/build
|
|
||||||
make[1]: Entering directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
Building CXX object CMakeFiles/cmTC_9f578.dir/feature_tests.cxx.o
|
|
||||||
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_9f578.dir/feature_tests.cxx.o -c /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/feature_tests.cxx
|
|
||||||
Linking CXX executable cmTC_9f578
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9f578.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/c++ CMakeFiles/cmTC_9f578.dir/feature_tests.cxx.o -o cmTC_9f578 -rdynamic
|
|
||||||
make[1]: Leaving directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
|
|
||||||
|
|
||||||
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/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/make" "cmTC_dac65/fast"
|
|
||||||
/usr/bin/make -f CMakeFiles/cmTC_dac65.dir/build.make CMakeFiles/cmTC_dac65.dir/build
|
|
||||||
make[1]: Entering directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
Building CXX object CMakeFiles/cmTC_dac65.dir/feature_tests.cxx.o
|
|
||||||
/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_dac65.dir/feature_tests.cxx.o -c /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/feature_tests.cxx
|
|
||||||
Linking CXX executable cmTC_dac65
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dac65.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/c++ CMakeFiles/cmTC_dac65.dir/feature_tests.cxx.o -o cmTC_dac65 -rdynamic
|
|
||||||
make[1]: Leaving directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
|
|
||||||
|
|
||||||
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 the include file pthread.h exists passed with the following output:
|
|
||||||
Change Dir: /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/make" "cmTC_f8f0e/fast"
|
|
||||||
/usr/bin/make -f CMakeFiles/cmTC_f8f0e.dir/build.make CMakeFiles/cmTC_f8f0e.dir/build
|
|
||||||
make[1]: Entering directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
Building C object CMakeFiles/cmTC_f8f0e.dir/CheckIncludeFile.c.o
|
|
||||||
/usr/bin/cc -o CMakeFiles/cmTC_f8f0e.dir/CheckIncludeFile.c.o -c /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
|
|
||||||
Linking C executable cmTC_f8f0e
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f8f0e.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/cc CMakeFiles/cmTC_f8f0e.dir/CheckIncludeFile.c.o -o cmTC_f8f0e -rdynamic
|
|
||||||
make[1]: Leaving directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
|
|
||||||
|
|
||||||
Determining if the function pthread_create exists in the pthread passed with the following output:
|
|
||||||
Change Dir: /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/make" "cmTC_ef8ec/fast"
|
|
||||||
/usr/bin/make -f CMakeFiles/cmTC_ef8ec.dir/build.make CMakeFiles/cmTC_ef8ec.dir/build
|
|
||||||
make[1]: Entering directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
Building C object CMakeFiles/cmTC_ef8ec.dir/CheckFunctionExists.c.o
|
|
||||||
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_ef8ec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
|
|
||||||
Linking C executable cmTC_ef8ec
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ef8ec.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_ef8ec.dir/CheckFunctionExists.c.o -o cmTC_ef8ec -rdynamic -lpthread
|
|
||||||
make[1]: Leaving directory '/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/CMakeTmp'
|
|
||||||
|
|
||||||
|
|
|
@ -1,279 +0,0 @@
|
||||||
# Hashes of file build rules.
|
|
||||||
631a3d80aafad8d141d4013a44ccd4f5 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector/ControllerConfig.h
|
|
||||||
6247a5752ab3f5cf532236e6a4672944 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector/FollowerConfig.h
|
|
||||||
97ab13895137921fd5b99978f0b1f465 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_msgs/Controller_Commands.h
|
|
||||||
68852a4f2208fd517c86462ed16258ce /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_msgs/Controller_Internals.h
|
|
||||||
4ac7cfccd9921077bd7ea36409b388f2 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_msgs/Current_Path.h
|
|
||||||
7555911eb513d74e0c65badabbd43954 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_msgs/Down_Data_New.h
|
|
||||||
f4fe32bc79d46aab8c149d8ef40e1d03 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_msgs/Formation_Type.h
|
|
||||||
e05452f1c242d72c4514f11a42283f9c /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_msgs/Goal_Info.h
|
|
||||||
719ddb24d7fa66e1343607e7ff74197a /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_msgs/State.h
|
|
||||||
c24827b75aaf17b8a9ad67cb3be067e5 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_msgs/State29.h
|
|
||||||
1277b393809222ac349f8101aa6e3d29 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_msgs/Up_Data_New.h
|
|
||||||
debfde86f487e270916929bcbe1ffa64 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_msgs/Waypoint.h
|
|
||||||
b20a77f8f13428904e4277922f97067d /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/Altimeter.h
|
|
||||||
5066833c78e8a026fadde55f2853ee52 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/AttitudeCommand.h
|
|
||||||
cb7ccf5f03d48fd15c721fe1488a9ea0 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/Compass.h
|
|
||||||
1cb343202ccaee1932bda82f96f60bb2 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/ControllerState.h
|
|
||||||
9ed3d87751fe8a4c98f66b52430ff735 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/HeadingCommand.h
|
|
||||||
a7fcb13ad06468253b101bcfb138cc7b /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/HeightCommand.h
|
|
||||||
3a9e81d46c65f8574fa1c34f86967530 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/MotorCommand.h
|
|
||||||
d888603d4f52828b2af392bcd504edcc /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/MotorPWM.h
|
|
||||||
b9728d570e60e107df2f8504bbadd27c /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/MotorStatus.h
|
|
||||||
53ecd1d6498a100f30c105cd3578e91c /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/PositionXYCommand.h
|
|
||||||
4de57d3a60a9d92bb16a2e0fba713525 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/RC.h
|
|
||||||
9aaeeac47135a0f37e94531e61bf5d14 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/RawImu.h
|
|
||||||
c2c334bc87dd7a0e5e90fb00f8ccee5d /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/RawMagnetic.h
|
|
||||||
7c6c8f9bcef971e69c8274086fb0aa2c /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/RawRC.h
|
|
||||||
2c43aa0a073c65873cf1f4b85649bf4a /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/RuddersCommand.h
|
|
||||||
63114862788d6fb54c4f9cef51179a81 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/ServoCommand.h
|
|
||||||
3ad99088e66c068db84431b7c80540fd /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/Supply.h
|
|
||||||
f861117e6efd3b218b62183d89f727bd /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/ThrustCommand.h
|
|
||||||
c5a04a1e27404ca09b6178bf544b8c62 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/VelocityXYCommand.h
|
|
||||||
46598015cc9560b1f8a251f9e080eae4 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/VelocityZCommand.h
|
|
||||||
96a3e656b9fc721b651adda435f576a5 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/hector_uav_msgs/YawrateCommand.h
|
|
||||||
c3ea8a728742d4615ed68fdd70a4c941 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/rosflight_msgs/Airspeed.h
|
|
||||||
27fc971580e5c46116494412a190c192 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/rosflight_msgs/Attitude.h
|
|
||||||
dc213d4ff911c2bee783691d5c4e4134 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/rosflight_msgs/Barometer.h
|
|
||||||
23e60d659e87653506fe6950d25871e3 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/rosflight_msgs/Command.h
|
|
||||||
9c3f61139dde934ada537052faed3d7b /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/rosflight_msgs/GPS.h
|
|
||||||
99e195b6156182c29094af7892d9a7b6 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/rosflight_msgs/OutputRaw.h
|
|
||||||
f49f0f9ff50cfe6c99d24ee712bb55e0 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/rosflight_msgs/ParamFile.h
|
|
||||||
601d04c3e8993d9a69bc10c56cd1baff /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/rosflight_msgs/ParamGet.h
|
|
||||||
43be6c533a8417958ea473f4f4c44cc4 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/rosflight_msgs/ParamSet.h
|
|
||||||
c81b8dc5e82b9c6f04060168721d71cf /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/rosflight_msgs/RCRaw.h
|
|
||||||
cda31ef4d8cd1fe50fcef684c0cb8e5d /home/howe/Code/howe/Hector_Quadrotor_Case/devel/include/rosflight_msgs/Status.h
|
|
||||||
c68edbfb17b0f0c24b6a63115c9416e8 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_msgs/msg/_Controller_Commands.py
|
|
||||||
5b81a049603e8585453d1337529badb2 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_msgs/msg/_Controller_Internals.py
|
|
||||||
a6c80869ac0361397c7424d5372ab75b /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_msgs/msg/_Current_Path.py
|
|
||||||
e28c0e850ec1842d91ce4fce2fc23a34 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_msgs/msg/_Down_Data_New.py
|
|
||||||
2903473b7591e626f3c987088b9d365c /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_msgs/msg/_Formation_Type.py
|
|
||||||
0b5a3b10088b3675184ff65ca75d63fc /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_msgs/msg/_Goal_Info.py
|
|
||||||
ce3dbae353d1be04dec1c5538c35a0b1 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_msgs/msg/_State.py
|
|
||||||
1c0c358fac197b713f53a474eb4bd18b /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_msgs/msg/_State29.py
|
|
||||||
13a5c19bd8d8c60a4e4c4a48ae652c79 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_msgs/msg/_Up_Data_New.py
|
|
||||||
d63392d537e0aaac8034eb971ffb4770 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_msgs/msg/_Waypoint.py
|
|
||||||
5ec481b0a474adcb0ef8d2ff8e697387 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_msgs/msg/__init__.py
|
|
||||||
5dc70457281dcba237f2fe09bf0b3aca /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_Altimeter.py
|
|
||||||
4277297b24c2cda7ffc3268ba373deb2 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_AttitudeCommand.py
|
|
||||||
da6477c53ca2c13333ba14c360ab3cfa /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_Compass.py
|
|
||||||
a2748b4ef17744a89bcb39da805ae4e8 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_ControllerState.py
|
|
||||||
fd0ff5215b13c5788f423733dbf390d3 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_HeadingCommand.py
|
|
||||||
60285a6921c7f5e0f82bbec3ec7d12e3 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_HeightCommand.py
|
|
||||||
5b24ff816119b424599b099429ea4bd7 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_MotorCommand.py
|
|
||||||
5b7b74ec1a97def603e79462914b31d4 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_MotorPWM.py
|
|
||||||
d2add86d63bb4bb13a93a76bfd7db7d3 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_MotorStatus.py
|
|
||||||
bd342d883be89333a11972def6e74602 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_PositionXYCommand.py
|
|
||||||
442bea1a35b57fa955815fea2235046a /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_RC.py
|
|
||||||
d3d7c366cb29abaa98fa1a99c5002381 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_RawImu.py
|
|
||||||
36b125a5896856419467aae48fda2d57 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_RawMagnetic.py
|
|
||||||
cc5ec17f808c2dbcb8f0c882525b4113 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_RawRC.py
|
|
||||||
078333fee4d80d1e773e080a729a7e96 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_RuddersCommand.py
|
|
||||||
57a1951f3d9c6e5405c9e8b13ba0c502 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_ServoCommand.py
|
|
||||||
bc11a0f5886a2c2dab1c94a2e48f0d20 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_Supply.py
|
|
||||||
a43930268d3fb3b98b81f9830c059c0e /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_ThrustCommand.py
|
|
||||||
9150416cb8c65191f786636f8c9b4d89 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_VelocityXYCommand.py
|
|
||||||
23c82da8996d40089a58582d420e77f3 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_VelocityZCommand.py
|
|
||||||
c55f85516644b85744c9e008f61d3d62 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/_YawrateCommand.py
|
|
||||||
d703d768432b8a97e8293fb24fabf86d /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/hector_uav_msgs/msg/__init__.py
|
|
||||||
22db602bd610054ba451edc9c22081c4 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/rosflight_msgs/msg/_Airspeed.py
|
|
||||||
3e7e2ff946c3d1f7deba1a1f2e47317a /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/rosflight_msgs/msg/_Attitude.py
|
|
||||||
cf4fbbc026a4f02ce3ef025a3b16ba14 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/rosflight_msgs/msg/_Barometer.py
|
|
||||||
2a1e33e43a0251dba4113a6d5064b61f /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/rosflight_msgs/msg/_Command.py
|
|
||||||
41266fc3eb0285ecf7b4dcd7f5afaeab /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/rosflight_msgs/msg/_GPS.py
|
|
||||||
edb4d745a50deb6b01291fb8a555deff /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/rosflight_msgs/msg/_OutputRaw.py
|
|
||||||
a31b12490ec32c1ed310b7cddbf5d1c6 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/rosflight_msgs/msg/_RCRaw.py
|
|
||||||
679822a9cf4f5e44482ce67988bd28df /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/rosflight_msgs/msg/_Status.py
|
|
||||||
158af7711979c0b584766b5f102793a7 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/rosflight_msgs/msg/__init__.py
|
|
||||||
879b90455f3caa6e544758055c77bc2e /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/rosflight_msgs/srv/_ParamFile.py
|
|
||||||
79df3f263f94b4740f4571da65dfbeca /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/rosflight_msgs/srv/_ParamGet.py
|
|
||||||
a2006789a304104bf80face300b5f1e6 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/rosflight_msgs/srv/_ParamSet.py
|
|
||||||
2f55749c50a6cfa02b5c908612443abe /home/howe/Code/howe/Hector_Quadrotor_Case/devel/lib/python2.7/dist-packages/rosflight_msgs/srv/__init__.py
|
|
||||||
b69dcf26858d78237798b54c8fdaff07 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_msgs/msg/Controller_Commands.lisp
|
|
||||||
688a17d58c0f2e729807e506a5782c67 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_msgs/msg/Controller_Internals.lisp
|
|
||||||
e2fffc0592de68d29f170b47b2d63922 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_msgs/msg/Current_Path.lisp
|
|
||||||
59b4ec338c552e0dd74cd7b299544f30 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_msgs/msg/Down_Data_New.lisp
|
|
||||||
0045c0db691b6bc7e364a524c573953c /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_msgs/msg/Formation_Type.lisp
|
|
||||||
c82a25f0eb049f2bfcb50080cfa8ce79 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_msgs/msg/Goal_Info.lisp
|
|
||||||
a1701b3ed39715be41d6b5a18d36f200 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_msgs/msg/State.lisp
|
|
||||||
7b5ee71e6b40dcfe40f726ed2b0cd9be /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_msgs/msg/State29.lisp
|
|
||||||
f0a325bb4a758ac70220c5c3530d6218 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_msgs/msg/Up_Data_New.lisp
|
|
||||||
b34817cf0107a896a20441ee17586f6f /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_msgs/msg/Waypoint.lisp
|
|
||||||
895d096c4913a6b517f563a9cd75541a /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/Altimeter.lisp
|
|
||||||
0eb812d29f0617cc3fd8187ff7b7cd39 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/AttitudeCommand.lisp
|
|
||||||
5fe3251ce42313981d1af9f32934c942 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/Compass.lisp
|
|
||||||
e48703dc2d2791670f932cbf711f7916 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/ControllerState.lisp
|
|
||||||
95ff41791e87575ee230bc01492fd152 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/HeadingCommand.lisp
|
|
||||||
460fe5574f3e02731ac1032b2982c201 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/HeightCommand.lisp
|
|
||||||
e62d538aa8a492938178b0cfa7387205 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/MotorCommand.lisp
|
|
||||||
ddffdb80f9992e784b1f130c2c6ff3c0 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/MotorPWM.lisp
|
|
||||||
ab5547d2e65eb45b3bb07cef2656bf79 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/MotorStatus.lisp
|
|
||||||
a334d7dec6c45e009f6b370310c03c36 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/PositionXYCommand.lisp
|
|
||||||
b118b2d7ac4f5b88abbf8caaad7cd4b8 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/RC.lisp
|
|
||||||
932ed4ff5e70648c9dae307971ef4b21 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/RawImu.lisp
|
|
||||||
79ade41a0aca224133623d4ebee6f3ae /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/RawMagnetic.lisp
|
|
||||||
ca3a562c905f0ea8bd97250a0dc4dbcd /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/RawRC.lisp
|
|
||||||
ffda860b7c50f55692d9ebc6e9050611 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/RuddersCommand.lisp
|
|
||||||
e3af20360d9082c904008c678ea356f8 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/ServoCommand.lisp
|
|
||||||
f46efb4a97a00677732db81d0b3660e3 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/Supply.lisp
|
|
||||||
2bd34aa1e4f6bd16c972082d075f0887 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/ThrustCommand.lisp
|
|
||||||
e71adf8b6fb7d4bc114157a5db42a1ec /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/VelocityXYCommand.lisp
|
|
||||||
72e1e218a393721a2d866ef17d9c6f10 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/VelocityZCommand.lisp
|
|
||||||
aeadf365784a7d1a3939d8cd15e1bfdf /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/hector_uav_msgs/msg/YawrateCommand.lisp
|
|
||||||
2a325335f3703115c991e6adb2ab54c0 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/rosflight_msgs/msg/Airspeed.lisp
|
|
||||||
e5d721d14dd6e3addf187a48c2be7582 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/rosflight_msgs/msg/Attitude.lisp
|
|
||||||
9555e44452a197ac94d96637985eaa93 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/rosflight_msgs/msg/Barometer.lisp
|
|
||||||
d19a2ecfb33b188ddaea2332efd91fac /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/rosflight_msgs/msg/Command.lisp
|
|
||||||
25d5f11de8fa536787ff4d6607866d8f /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/rosflight_msgs/msg/GPS.lisp
|
|
||||||
f3aa078a441daa7aecea1e3fc1aee016 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/rosflight_msgs/msg/OutputRaw.lisp
|
|
||||||
88a327780d8d6d30eb94bf08df745b00 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/rosflight_msgs/msg/RCRaw.lisp
|
|
||||||
e4de599e3fb2ccd754b65fdc88cb6662 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/rosflight_msgs/msg/Status.lisp
|
|
||||||
2ccd607b492ba8c8af76f2e6357e2c12 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/rosflight_msgs/srv/ParamFile.lisp
|
|
||||||
7edc772ed6d5d6f11439cf9550b9c062 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/rosflight_msgs/srv/ParamGet.lisp
|
|
||||||
5c393d739e424c921d19edbe72a5c1f2 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp/ros/rosflight_msgs/srv/ParamSet.lisp
|
|
||||||
202518d477349ea2b6f5079654841a85 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_msgs/msg/Controller_Commands.js
|
|
||||||
f152c4891a30ffc44f2576c2dfb50c99 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_msgs/msg/Controller_Internals.js
|
|
||||||
07a5ac542654953154dc95cdf83bc1cb /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_msgs/msg/Current_Path.js
|
|
||||||
7816754f0c01fed4c2e5b4d9839cfcc5 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_msgs/msg/Down_Data_New.js
|
|
||||||
c56435f06d572a9b5d9a4ae88fd84b58 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_msgs/msg/Formation_Type.js
|
|
||||||
523391742e520d60f1e62d45e38ba662 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_msgs/msg/Goal_Info.js
|
|
||||||
eb76962ce203cbc233b08f4dc12dd59d /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_msgs/msg/State.js
|
|
||||||
0fb037ac253a79e5696c32b299927b84 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_msgs/msg/State29.js
|
|
||||||
ea028ac370610867f5c2aa62e4c6a7ae /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_msgs/msg/Up_Data_New.js
|
|
||||||
e5ec2606fa4288a130da051bf6c547dd /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_msgs/msg/Waypoint.js
|
|
||||||
43c9d3ac811fec94c30b91195ab436a8 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/Altimeter.js
|
|
||||||
a21a8a9c6d9fb0b86136681abb81dc2a /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/AttitudeCommand.js
|
|
||||||
45c21081ed0abfe36b61330b6aa46344 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/Compass.js
|
|
||||||
5954bd67bb9c07967792e9e30cc4e28a /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/ControllerState.js
|
|
||||||
5dce5e9310c7bc470da2f488a8712a8f /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/HeadingCommand.js
|
|
||||||
3cb6404a2c8d1e39e217ce4b0a444d14 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/HeightCommand.js
|
|
||||||
479e9b382b9a5b5634579d0c6b237f16 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/MotorCommand.js
|
|
||||||
fe00734a8b67352640c84a2ea2a3dae0 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/MotorPWM.js
|
|
||||||
e69fbed89fad0084a305e6dddde551fe /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/MotorStatus.js
|
|
||||||
93e8a4448c1457a79325bcee83fbb85f /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/PositionXYCommand.js
|
|
||||||
82b6fb069c801f962ffd330ff242b474 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/RC.js
|
|
||||||
42ec055bbfb76d894136ee5d4a3c1236 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/RawImu.js
|
|
||||||
badad094afabd06421f75ab4877ff760 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/RawMagnetic.js
|
|
||||||
707864e5490919312f6064cc95f044a5 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/RawRC.js
|
|
||||||
29f7c6894cee42f4944ed4615b69dc93 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/RuddersCommand.js
|
|
||||||
6b23bfb5bac3fb2381dc103d04139b83 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/ServoCommand.js
|
|
||||||
35bd7a39474eb6041fe189ae1bc3eca0 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/Supply.js
|
|
||||||
583efb167e89dfcf6e258fa0c43e88c4 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/ThrustCommand.js
|
|
||||||
1e433ba9f59193c178672e8f3f78bea5 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/VelocityXYCommand.js
|
|
||||||
aa32cb76e03757a6d8009f67dd90b49e /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/VelocityZCommand.js
|
|
||||||
340f8691fddb5dfd16d5b19a4b22af3f /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/hector_uav_msgs/msg/YawrateCommand.js
|
|
||||||
356e791dc409fd4f8777e707ac298331 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/rosflight_msgs/msg/Airspeed.js
|
|
||||||
83a4e24d7903de7e9d3eaaf5c9d16b11 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/rosflight_msgs/msg/Attitude.js
|
|
||||||
39528b555929f60ef11d5cbd84fae2fe /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/rosflight_msgs/msg/Barometer.js
|
|
||||||
eda0c89b43677ff370ab762a936732d8 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/rosflight_msgs/msg/Command.js
|
|
||||||
f5f5e561cbdc07972a6b07bb571add15 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/rosflight_msgs/msg/GPS.js
|
|
||||||
9e25e95c71684e23a3c2a982aa8763f5 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/rosflight_msgs/msg/OutputRaw.js
|
|
||||||
acf2ff7055c8307538cb01f56ad3a601 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/rosflight_msgs/msg/RCRaw.js
|
|
||||||
1f4d255e821bccf0164e59590ff8d5ac /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/rosflight_msgs/msg/Status.js
|
|
||||||
f99e1c7304a14e3bca525b7b5263cd7b /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/rosflight_msgs/srv/ParamFile.js
|
|
||||||
8913114152ec605ec1316bf65835d39a /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/rosflight_msgs/srv/ParamGet.js
|
|
||||||
9427e2ea4097d608c7155afd946eb646 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/gennodejs/ros/rosflight_msgs/srv/ParamSet.js
|
|
||||||
7a2f29b5fe22f26c597dbe10045618be /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_msgs/manifest.l
|
|
||||||
4eb2aafc31b9bf1c0ac4e45afb19f9c2 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_msgs/msg/Controller_Commands.l
|
|
||||||
5329360a9a2f8ed513509c58aee461dc /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_msgs/msg/Controller_Internals.l
|
|
||||||
206149095562a757558a37338e73f51d /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_msgs/msg/Current_Path.l
|
|
||||||
cd66c74023e634b92fbd2dc3650c8ebf /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_msgs/msg/Down_Data_New.l
|
|
||||||
54a6f94acbd794188e66a75b1f4d46b1 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_msgs/msg/Formation_Type.l
|
|
||||||
6314469571fc43016a9b65d6c72d68b4 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_msgs/msg/Goal_Info.l
|
|
||||||
a22e0c183ce986f7514526453695d76d /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_msgs/msg/State.l
|
|
||||||
93e92c8c44951bcae2c57bc25c4bd7e9 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_msgs/msg/State29.l
|
|
||||||
d890d01539879de2988180e02b9995a6 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_msgs/msg/Up_Data_New.l
|
|
||||||
e53a45746fe484205d6de961d431d9b4 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_msgs/msg/Waypoint.l
|
|
||||||
85b2849344c61d99f4cd6731e2ce5da4 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/manifest.l
|
|
||||||
4eac2198cb11a2997ee3ca1ee13b6ddb /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/Altimeter.l
|
|
||||||
49574572af82796ebdfc7366ed1e60a7 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/AttitudeCommand.l
|
|
||||||
fca6b3c4deca61074549525ea44ffb9f /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/Compass.l
|
|
||||||
6905100947e64ae124c4609406bb7489 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/ControllerState.l
|
|
||||||
4eeff8b60608714bfcc9087064988988 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/HeadingCommand.l
|
|
||||||
d416ea661cf7060c50b8d7b450e29c5c /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/HeightCommand.l
|
|
||||||
8fc02bc651e4e3f648ef265934d34209 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/MotorCommand.l
|
|
||||||
4e0b4ffbb727924396019fd7bbc9f50f /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/MotorPWM.l
|
|
||||||
bcce8433200fd1a4080a9a86f1b75f43 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/MotorStatus.l
|
|
||||||
ce6478a1b8770abbf562d523521d297c /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/PositionXYCommand.l
|
|
||||||
7c620f7493ddea2d967508c5c73cd450 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/RC.l
|
|
||||||
799e82eceb01ac29485b225dae7e9e61 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/RawImu.l
|
|
||||||
66b15b46cd493c9fd8d931d24a312bad /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/RawMagnetic.l
|
|
||||||
a9651572a5376394a8050b40643f3804 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/RawRC.l
|
|
||||||
84222772fa51c4bb19ca332dd7431a82 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/RuddersCommand.l
|
|
||||||
10b55aa5a898382c4acc5675771a0bed /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/ServoCommand.l
|
|
||||||
b50537426467a71f1ee8c9e355660adb /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/Supply.l
|
|
||||||
849a7364d4f76dc81c53d890fd120f4d /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/ThrustCommand.l
|
|
||||||
eb7bf8294ccfebda79baf9e6497af5eb /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/VelocityXYCommand.l
|
|
||||||
53731fe2fcc2d8d38ad01cf58ac667b3 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/VelocityZCommand.l
|
|
||||||
d8ca3a0af48bd07696af30fda4c57a22 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/hector_uav_msgs/msg/YawrateCommand.l
|
|
||||||
f09f5852415578dde7c94b2acbf0011e /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/rosflight_msgs/manifest.l
|
|
||||||
5c2980f5be8267eee61589b453dbc60e /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/rosflight_msgs/msg/Airspeed.l
|
|
||||||
2ff2e54fcd51fbc1c85377cbfa2ba79a /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/rosflight_msgs/msg/Attitude.l
|
|
||||||
77a9e4f7ee70c237cc79d82c62015568 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/rosflight_msgs/msg/Barometer.l
|
|
||||||
65c937a5fd32fbf6a1ccef8feff6fe2c /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/rosflight_msgs/msg/Command.l
|
|
||||||
4c03aa3d707b5911cf74ba3ae6238d33 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/rosflight_msgs/msg/GPS.l
|
|
||||||
17edaa316e16c0b142e3cda7fc921677 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/rosflight_msgs/msg/OutputRaw.l
|
|
||||||
a8168676462ddea3c121d159ab1534bc /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/rosflight_msgs/msg/RCRaw.l
|
|
||||||
0cc9bdfbc9fde7aa8380d2fc91d55a4b /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/rosflight_msgs/msg/Status.l
|
|
||||||
a100f0c911582e824d54cf49845e6830 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/rosflight_msgs/srv/ParamFile.l
|
|
||||||
5ea21a12feb03d7dc3b0cfbfc816ce10 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/rosflight_msgs/srv/ParamGet.l
|
|
||||||
018d45ed437c8314efa542a094039da8 /home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/roseus/ros/rosflight_msgs/srv/ParamSet.l
|
|
||||||
f113acbd0e698c609b1fea43ee7824c7 CMakeFiles/clean_test_results
|
|
||||||
2934a3d8203171a8e356b56fe12555ad hector_quadrotor/hector/CMakeFiles/hector_gencfg
|
|
||||||
21904ac7468a6204d56686b06c3e6ed7 hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Controller_Commands
|
|
||||||
3e923b5bc56d19b0c57405ad208f5d0f hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Controller_Internals
|
|
||||||
f88558a553e685d292b01cd3cd100ddb hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Current_Path
|
|
||||||
744f742fa79573d22949f5e4a969c1da hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Down_Data_New
|
|
||||||
ef1168973cd00330d5c2ac0aaae217d0 hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Formation_Type
|
|
||||||
ed9b56b42a66951ab9d012d339fc1fb2 hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Goal_Info
|
|
||||||
7e83643c1b257e9b19558156228e29d3 hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_State
|
|
||||||
11852d9172073fb4ea785a25f5615585 hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_State29
|
|
||||||
17fcefd8ddde255fe22969297c5ee70f hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Up_Data_New
|
|
||||||
32d29e8bc17283f71117b8d62ea06daa hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Waypoint
|
|
||||||
7bd3b72edb704defe50d73788a1435e0 hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages_cpp
|
|
||||||
7bd3b72edb704defe50d73788a1435e0 hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages_eus
|
|
||||||
7bd3b72edb704defe50d73788a1435e0 hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages_lisp
|
|
||||||
7bd3b72edb704defe50d73788a1435e0 hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages_nodejs
|
|
||||||
7bd3b72edb704defe50d73788a1435e0 hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages_py
|
|
||||||
3da82558cb107a71cc071b1db75afd42 hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_Altimeter
|
|
||||||
77c22c9adbe7fbd4761356d49fd4e2b8 hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_AttitudeCommand
|
|
||||||
b9a1fc88b3b1b8b80945c036a547d7ed hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_Compass
|
|
||||||
6cc42530691c8968eced852549db91fe hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_ControllerState
|
|
||||||
6ab2f3c38763b145a45fc2d4ea10c19d hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_HeadingCommand
|
|
||||||
bde56bc28ed1477ffbfa0a9e91c6f477 hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_HeightCommand
|
|
||||||
056a4356ca0c7de7816640964a769e9c hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_MotorCommand
|
|
||||||
9cd0023a1f6fa6e204af51039710c258 hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_MotorPWM
|
|
||||||
8eb12afc7080b258ef3d03b3d011a18d hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_MotorStatus
|
|
||||||
4473327478e8db82053ef6e2e8a207ed hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_PositionXYCommand
|
|
||||||
1078c35897624f70356de348b180081d hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_RC
|
|
||||||
efef808e819188a049e02e6ccfd7623a hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_RawImu
|
|
||||||
0d2e3b85f602ba65858bfc11d5962742 hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_RawMagnetic
|
|
||||||
56ef1baf0eb347712e133d8193c561e5 hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_RawRC
|
|
||||||
c7f02020aebc52d3513f486e3d2baef4 hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_RuddersCommand
|
|
||||||
df3a85b842a1a2bd9e4d8d0fff3f3b1c hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_ServoCommand
|
|
||||||
79eee364b0e527c1b5e9b965598cac4d hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_Supply
|
|
||||||
dd13b8bfc2632984f6597bfae7b7659b hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_ThrustCommand
|
|
||||||
8eb64ce9b2551f30ac940b2f37913348 hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_VelocityXYCommand
|
|
||||||
41e6eb5f6332f5e69c48e4d89caa959f hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_VelocityZCommand
|
|
||||||
25f3d42080b6cc09693aaf0866fdcccd hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_YawrateCommand
|
|
||||||
9381e83bc69c063bd832b96af7291f0f hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages_cpp
|
|
||||||
9381e83bc69c063bd832b96af7291f0f hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages_eus
|
|
||||||
9381e83bc69c063bd832b96af7291f0f hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages_lisp
|
|
||||||
9381e83bc69c063bd832b96af7291f0f hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages_nodejs
|
|
||||||
9381e83bc69c063bd832b96af7291f0f hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages_py
|
|
||||||
3c66e9fa9b46cb762d0dac46479fc2d0 rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_Airspeed
|
|
||||||
5bd4a06ef4c24a3a8c722308b0a48d05 rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_Attitude
|
|
||||||
c4d2b462ae0607dac644cd236da9d032 rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_Barometer
|
|
||||||
5faa2e164d30ec6235c69572e5a4e950 rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_Command
|
|
||||||
638f8c0273a7a31689570f11c2acbdd6 rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_GPS
|
|
||||||
85c4299e0ee9a888c455cba4eb2fcb3f rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_OutputRaw
|
|
||||||
e000d669d75d4820574067fdf44b191e rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_ParamFile
|
|
||||||
6ab7f5406e4e6a6267c17868dc91a351 rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_ParamGet
|
|
||||||
b673d75c16acd64dd53ca2460795073d rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_ParamSet
|
|
||||||
a65215e8346ec2956932bb62e010d36b rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_RCRaw
|
|
||||||
b6ce0c0ce454d16826a4570aeb30a6f7 rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_Status
|
|
||||||
15928d80c78239f4464472f1f696e865 rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages_cpp
|
|
||||||
15928d80c78239f4464472f1f696e865 rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages_eus
|
|
||||||
15928d80c78239f4464472f1f696e865 rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages_lisp
|
|
||||||
15928d80c78239f4464472f1f696e865 rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages_nodejs
|
|
||||||
15928d80c78239f4464472f1f696e865 rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages_py
|
|
|
@ -1,689 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# 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"
|
|
||||||
"CMakeFiles/3.5.1/CMakeCCompiler.cmake"
|
|
||||||
"CMakeFiles/3.5.1/CMakeCXXCompiler.cmake"
|
|
||||||
"CMakeFiles/3.5.1/CMakeSystem.cmake"
|
|
||||||
"CMakeFiles/feature_tests.c"
|
|
||||||
"CMakeFiles/feature_tests.cxx"
|
|
||||||
"catkin/catkin_generated/version/package.cmake"
|
|
||||||
"catkin_generated/installspace/_setup_util.py"
|
|
||||||
"catkin_generated/order_packages.cmake"
|
|
||||||
"hector_quadrotor/hector/catkin_generated/ordered_paths.cmake"
|
|
||||||
"hector_quadrotor/hector/catkin_generated/package.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/catkin_generated/hector_msgs-msg-extras.cmake.develspace.in"
|
|
||||||
"hector_quadrotor/hector_msgs/catkin_generated/hector_msgs-msg-extras.cmake.installspace.in"
|
|
||||||
"hector_quadrotor/hector_msgs/catkin_generated/ordered_paths.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/catkin_generated/package.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/cmake/hector_msgs-genmsg.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor/catkin_generated/package.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/catkin_generated/ordered_paths.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/catkin_generated/package.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/catkin_generated/ordered_paths.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/catkin_generated/package.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_demo/catkin_generated/package.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_description/catkin_generated/package.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_gazebo/catkin_generated/package.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_gazebo_plugins/catkin_generated/ordered_paths.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_gazebo_plugins/catkin_generated/package.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_model/catkin_generated/ordered_paths.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_model/catkin_generated/package.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/catkin_generated/ordered_paths.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/catkin_generated/package.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_teleop/catkin_generated/ordered_paths.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_teleop/catkin_generated/package.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/catkin_generated/hector_uav_msgs-msg-extras.cmake.develspace.in"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/catkin_generated/hector_uav_msgs-msg-extras.cmake.installspace.in"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/catkin_generated/ordered_paths.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/catkin_generated/package.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/cmake/hector_uav_msgs-genmsg.cmake"
|
|
||||||
"rosflight_msgs/catkin_generated/ordered_paths.cmake"
|
|
||||||
"rosflight_msgs/catkin_generated/package.cmake"
|
|
||||||
"rosflight_msgs/catkin_generated/rosflight_msgs-msg-extras.cmake.develspace.in"
|
|
||||||
"rosflight_msgs/catkin_generated/rosflight_msgs-msg-extras.cmake.installspace.in"
|
|
||||||
"rosflight_msgs/cmake/rosflight_msgs-genmsg.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/hector_msgs/cmake/hector_msgs-msg-extras.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/hector_msgs/cmake/hector_msgs-msg-paths.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/hector_msgs/cmake/hector_msgsConfig-version.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/hector_msgs/cmake/hector_msgsConfig.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/hector_quadrotor_controller/cmake/hector_quadrotor_controllerConfig-version.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/hector_quadrotor_controller/cmake/hector_quadrotor_controllerConfig.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/hector_quadrotor_model/cmake/hector_quadrotor_modelConfig-version.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/hector_quadrotor_model/cmake/hector_quadrotor_modelConfig.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/hector_uav_msgs/cmake/hector_uav_msgs-msg-extras.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/hector_uav_msgs/cmake/hector_uav_msgs-msg-paths.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/hector_uav_msgs/cmake/hector_uav_msgsConfig-version.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/hector_uav_msgs/cmake/hector_uav_msgsConfig.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/rosflight_msgs/cmake/rosflight_msgs-msg-extras.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/rosflight_msgs/cmake/rosflight_msgs-msg-paths.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/rosflight_msgs/cmake/rosflight_msgsConfig-version.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/rosflight_msgs/cmake/rosflight_msgsConfig.cmake"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/CMakeLists.txt"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector/CMakeLists.txt"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector/package.xml"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_msgs/CMakeLists.txt"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_msgs/package.xml"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor/CMakeLists.txt"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor/package.xml"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_controller/CMakeLists.txt"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_controller/package.xml"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeLists.txt"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_controller_gazebo/package.xml"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_demo/CMakeLists.txt"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_demo/package.xml"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_description/CMakeLists.txt"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_description/package.xml"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_gazebo/CMakeLists.txt"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_gazebo/package.xml"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_gazebo/urdf/CMakeLists.txt"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_gazebo/urdf/quadrotor_plugins.gazebo.xacro.in"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeLists.txt"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_gazebo_plugins/package.xml"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_model/CMakeLists.txt"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_model/package.xml"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeLists.txt"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_pose_estimation/package.xml"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_teleop/CMakeLists.txt"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_quadrotor_teleop/package.xml"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_uav_msgs/CMakeLists.txt"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/hector_quadrotor/hector_uav_msgs/package.xml"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/rosflight_msgs/CMakeLists.txt"
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/src/rosflight_msgs/package.xml"
|
|
||||||
"/opt/ros/kinetic/share/actionlib/cmake/actionlib-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/actionlib/cmake/actionlibConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/actionlib/cmake/actionlibConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/actionlib_msgs/cmake/actionlib_msgs-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/actionlib_msgs/cmake/actionlib_msgs-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/actionlib_msgs/cmake/actionlib_msgsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/actionlib_msgs/cmake/actionlib_msgsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/angles/cmake/anglesConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/angles/cmake/anglesConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/bond/cmake/bond-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/bond/cmake/bondConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/bond/cmake/bondConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/bondcpp/cmake/bondcppConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/bondcpp/cmake/bondcppConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/../package.xml"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/all.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/assert.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/atomic_configure_file.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/catkinConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/catkin_add_env_hooks.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/catkin_destinations.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/catkin_download.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/catkin_generate_environment.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/catkin_install_python.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/catkin_libraries.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/catkin_metapackage.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/catkin_package.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/catkin_package_xml.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/catkin_python_setup.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/catkin_symlink_install.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/catkin_workspace.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/custom_install.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/debug_message.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/em/order_packages.cmake.em"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/em/pkg.pc.em"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/em_expand.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/empy.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/find_program_required.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/interrogate_setup_dot_py.py"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/legacy.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/list_append_deduplicate.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/list_append_unique.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/list_insert_in_workspace_order.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/platform/lsb.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/platform/ubuntu.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/platform/windows.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/python.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/safe_execute_process.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/stamp.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/string_starts_with.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/templates/_setup_util.py.in"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/templates/env.sh.in"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/templates/generate_cached_setup.py.in"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/templates/order_packages.context.py.in"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/templates/pkg.context.pc.in"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/templates/pkgConfig-version.cmake.in"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/templates/pkgConfig.cmake.in"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/templates/rosinstall.in"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/templates/setup.bash.in"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/templates/setup.sh.in"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/templates/setup.zsh.in"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/test/catkin_download_test_data.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/test/gtest.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/test/nosetests.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/test/tests.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/tools/doxygen.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/tools/libraries.cmake"
|
|
||||||
"/opt/ros/kinetic/share/catkin/cmake/tools/rt.cmake"
|
|
||||||
"/opt/ros/kinetic/share/class_loader/cmake/class_loader-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/class_loader/cmake/class_loaderConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/class_loader/cmake/class_loaderConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/cmake_modules/cmake/Modules/FindEigen.cmake"
|
|
||||||
"/opt/ros/kinetic/share/cmake_modules/cmake/cmake_modules-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/cmake_modules/cmake/cmake_modulesConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/cmake_modules/cmake/cmake_modulesConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/control_msgs/cmake/control_msgs-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/control_msgs/cmake/control_msgsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/control_msgs/cmake/control_msgsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/control_toolbox/cmake/control_toolbox-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/control_toolbox/cmake/control_toolboxConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/control_toolbox/cmake/control_toolboxConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/controller_interface/cmake/controller_interfaceConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/controller_interface/cmake/controller_interfaceConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/controller_manager/cmake/controller_managerConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/controller_manager/cmake/controller_managerConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/controller_manager_msgs/cmake/controller_manager_msgs-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/controller_manager_msgs/cmake/controller_manager_msgsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/controller_manager_msgs/cmake/controller_manager_msgsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/cpp_common/cmake/cpp_commonConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/cpp_common/cmake/cpp_commonConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/dynamic_reconfigure/cmake/../cmake/setup_custom_pythonpath.sh.in"
|
|
||||||
"/opt/ros/kinetic/share/dynamic_reconfigure/cmake/dynamic_reconfigure-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/dynamic_reconfigure/cmake/dynamic_reconfigure-macros.cmake"
|
|
||||||
"/opt/ros/kinetic/share/dynamic_reconfigure/cmake/dynamic_reconfigure-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/dynamic_reconfigure/cmake/dynamic_reconfigureConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/dynamic_reconfigure/cmake/dynamic_reconfigureConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/gazebo_ros_control/cmake/gazebo_ros_controlConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/gazebo_ros_control/cmake/gazebo_ros_controlConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/gencpp/cmake/gencpp-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/gencpp/cmake/gencppConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/gencpp/cmake/gencppConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/geneus/cmake/geneus-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/geneus/cmake/geneusConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/geneus/cmake/geneusConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/genlisp/cmake/genlisp-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/genlisp/cmake/genlispConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/genlisp/cmake/genlispConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/genmsg/cmake/genmsg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/genmsg/cmake/genmsgConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/genmsg/cmake/genmsgConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/genmsg/cmake/pkg-genmsg.cmake.em"
|
|
||||||
"/opt/ros/kinetic/share/genmsg/cmake/pkg-genmsg.context.in"
|
|
||||||
"/opt/ros/kinetic/share/genmsg/cmake/pkg-msg-extras.cmake.in"
|
|
||||||
"/opt/ros/kinetic/share/genmsg/cmake/pkg-msg-paths.cmake.develspace.in"
|
|
||||||
"/opt/ros/kinetic/share/genmsg/cmake/pkg-msg-paths.cmake.installspace.in"
|
|
||||||
"/opt/ros/kinetic/share/gennodejs/cmake/gennodejs-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/gennodejs/cmake/gennodejsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/gennodejs/cmake/gennodejsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/genpy/cmake/genpy-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/genpy/cmake/genpyConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/genpy/cmake/genpyConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/geographic_msgs/cmake/geographic_msgs-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/geographic_msgs/cmake/geographic_msgsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/geographic_msgs/cmake/geographic_msgsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/geometry_msgs/cmake/geometry_msgs-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/geometry_msgs/cmake/geometry_msgs-msg-paths.cmake"
|
|
||||||
"/opt/ros/kinetic/share/geometry_msgs/cmake/geometry_msgsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/geometry_msgs/cmake/geometry_msgsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/hardware_interface/cmake/hardware_interfaceConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/hardware_interface/cmake/hardware_interfaceConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/hector_gazebo_plugins/cmake/hector_gazebo_plugins-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/hector_gazebo_plugins/cmake/hector_gazebo_pluginsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/hector_gazebo_plugins/cmake/hector_gazebo_pluginsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/hector_pose_estimation/cmake/hector_pose_estimationConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/hector_pose_estimation/cmake/hector_pose_estimationConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/hector_pose_estimation_core/cmake/hector_pose_estimation_coreConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/hector_pose_estimation_core/cmake/hector_pose_estimation_coreConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/joint_limits_interface/cmake/joint_limits_interfaceConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/joint_limits_interface/cmake/joint_limits_interfaceConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/message_filters/cmake/message_filtersConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/message_filters/cmake/message_filtersConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/message_generation/cmake/message_generationConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/message_generation/cmake/message_generationConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/message_runtime/cmake/message_runtimeConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/message_runtime/cmake/message_runtimeConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/nav_msgs/cmake/nav_msgs-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/nav_msgs/cmake/nav_msgsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/nav_msgs/cmake/nav_msgsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/nodelet/cmake/nodelet-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/nodelet/cmake/nodeletConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/nodelet/cmake/nodeletConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/pluginlib/cmake/pluginlibConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/pluginlib/cmake/pluginlibConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/realtime_tools/cmake/realtime_toolsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/realtime_tools/cmake/realtime_toolsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/rosconsole/cmake/rosconsole-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/rosconsole/cmake/rosconsoleConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/rosconsole/cmake/rosconsoleConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/rosconsole_bridge/cmake/rosconsole_bridgeConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/rosconsole_bridge/cmake/rosconsole_bridgeConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/roscpp/cmake/roscpp-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/roscpp/cmake/roscppConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/roscpp/cmake/roscppConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/roscpp_serialization/cmake/roscpp_serializationConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/roscpp_serialization/cmake/roscpp_serializationConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/roscpp_traits/cmake/roscpp_traitsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/roscpp_traits/cmake/roscpp_traitsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/rosgraph/cmake/rosgraphConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/rosgraph/cmake/rosgraphConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/rosgraph_msgs/cmake/rosgraph_msgs-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/rosgraph_msgs/cmake/rosgraph_msgsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/rosgraph_msgs/cmake/rosgraph_msgsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/roslib/cmake/roslib-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/roslib/cmake/roslibConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/roslib/cmake/roslibConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/rospack/cmake/rospackConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/rospack/cmake/rospackConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/rospy/cmake/rospyConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/rospy/cmake/rospyConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/rostime/cmake/rostimeConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/rostime/cmake/rostimeConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/sensor_msgs/cmake/sensor_msgs-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/sensor_msgs/cmake/sensor_msgsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/sensor_msgs/cmake/sensor_msgsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/smclib/cmake/smclibConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/smclib/cmake/smclibConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/std_msgs/cmake/std_msgs-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/std_msgs/cmake/std_msgs-msg-paths.cmake"
|
|
||||||
"/opt/ros/kinetic/share/std_msgs/cmake/std_msgsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/std_msgs/cmake/std_msgsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/std_srvs/cmake/std_srvs-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/std_srvs/cmake/std_srvsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/std_srvs/cmake/std_srvsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/tf/cmake/tf-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/tf/cmake/tfConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/tf/cmake/tfConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/tf2/cmake/tf2Config-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/tf2/cmake/tf2Config.cmake"
|
|
||||||
"/opt/ros/kinetic/share/tf2_msgs/cmake/tf2_msgs-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/tf2_msgs/cmake/tf2_msgsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/tf2_msgs/cmake/tf2_msgsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/tf2_py/cmake/tf2_pyConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/tf2_py/cmake/tf2_pyConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/tf2_ros/cmake/tf2_rosConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/tf2_ros/cmake/tf2_rosConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/trajectory_msgs/cmake/trajectory_msgs-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/trajectory_msgs/cmake/trajectory_msgsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/trajectory_msgs/cmake/trajectory_msgsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/transmission_interface/cmake/transmission_interfaceConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/transmission_interface/cmake/transmission_interfaceConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/urdf/cmake/urdfConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/urdf/cmake/urdfConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/uuid_msgs/cmake/uuid_msgs-msg-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/uuid_msgs/cmake/uuid_msgsConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/uuid_msgs/cmake/uuid_msgsConfig.cmake"
|
|
||||||
"/opt/ros/kinetic/share/xmlrpcpp/cmake/xmlrpcpp-extras.cmake"
|
|
||||||
"/opt/ros/kinetic/share/xmlrpcpp/cmake/xmlrpcppConfig-version.cmake"
|
|
||||||
"/opt/ros/kinetic/share/xmlrpcpp/cmake/xmlrpcppConfig.cmake"
|
|
||||||
"/usr/lib/cmake/eigen3/Eigen3Config.cmake"
|
|
||||||
"/usr/lib/x86_64-linux-gnu/cmake/sdformat/SDFormatConfig.cmake"
|
|
||||||
"/usr/lib/x86_64-linux-gnu/cmake/sdformat/SDFormatConfigVersion.cmake"
|
|
||||||
"/usr/local/lib/cmake/gazebo/gazebo-config-version.cmake"
|
|
||||||
"/usr/local/lib/cmake/gazebo/gazebo-config.cmake"
|
|
||||||
"/usr/local/lib/cmake/ignition-math2/ignition-math2-config-version.cmake"
|
|
||||||
"/usr/local/lib/cmake/ignition-math2/ignition-math2-config.cmake"
|
|
||||||
"/usr/share/OGRE/cmake/modules/FindOGRE.cmake"
|
|
||||||
"/usr/share/OGRE/cmake/modules/FindPkgMacros.cmake"
|
|
||||||
"/usr/share/OGRE/cmake/modules/PreprocessorUtils.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeCCompiler.cmake.in"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeCInformation.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeCXXCompiler.cmake.in"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeCXXInformation.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeCommonLanguageInclude.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeCompilerIdDetection.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeConfigurableFile.in"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeDetermineCCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeDetermineCXXCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeDetermineCompileFeatures.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeDetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeDetermineCompilerABI.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeDetermineCompilerId.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeDetermineSystem.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeFindBinUtils.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeFindDependencyMacro.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeGenericSystem.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeLanguageInformation.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeParseArguments.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeParseImplicitLinkInfo.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeSystem.cmake.in"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeSystemSpecificInformation.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeSystemSpecificInitialize.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeTestCCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeTestCXXCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeTestCompilerCommon.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CMakeUnixFindMake.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CheckFunctionExists.c"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CheckIncludeFile.c.in"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CheckIncludeFile.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CheckLibraryExists.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/CheckSymbolExists.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/ADSP-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/Borland-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/Clang-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/Cray-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/GHS-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/GNU-C-FeatureTests.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/GNU-C.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/GNU-CXX-FeatureTests.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/GNU-CXX.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/GNU-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/GNU.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/HP-C-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/IAR-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/Intel-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/MIPSpro-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/MSVC-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/PGI-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/PathScale-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/SCO-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/TI-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/Watcom-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/XL-C-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/FindBoost.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/FindGTest.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/FindPackageMessage.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/FindPkgConfig.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/FindProtobuf.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/FindPythonInterp.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/FindThreads.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Internal/FeatureTesting.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/MultiArchCross.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Platform/Linux-CXX.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Platform/Linux-GNU-C.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Platform/Linux-GNU-CXX.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Platform/Linux-GNU.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Platform/Linux.cmake"
|
|
||||||
"/usr/share/cmake-3.5/Modules/Platform/UnixPaths.cmake"
|
|
||||||
"/usr/src/gmock/CMakeLists.txt"
|
|
||||||
"/usr/src/gtest/CMakeLists.txt"
|
|
||||||
"/usr/src/gtest/cmake/internal_utils.cmake"
|
|
||||||
)
|
|
||||||
|
|
||||||
# The corresponding makefile is:
|
|
||||||
set(CMAKE_MAKEFILE_OUTPUTS
|
|
||||||
"Makefile"
|
|
||||||
"CMakeFiles/cmake.check_cache"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Byproducts of CMake generate step:
|
|
||||||
set(CMAKE_MAKEFILE_PRODUCTS
|
|
||||||
"CMakeFiles/3.5.1/CMakeSystem.cmake"
|
|
||||||
"CMakeFiles/3.5.1/CMakeCCompiler.cmake"
|
|
||||||
"CMakeFiles/3.5.1/CMakeCXXCompiler.cmake"
|
|
||||||
"CMakeFiles/3.5.1/CMakeCCompiler.cmake"
|
|
||||||
"CMakeFiles/3.5.1/CMakeCXXCompiler.cmake"
|
|
||||||
"catkin_generated/stamps/Project/package.xml.stamp"
|
|
||||||
"catkin_generated/installspace/_setup_util.py"
|
|
||||||
"catkin_generated/stamps/Project/_setup_util.py.stamp"
|
|
||||||
"catkin_generated/installspace/env.sh"
|
|
||||||
"catkin_generated/installspace/setup.bash"
|
|
||||||
"catkin_generated/installspace/setup.sh"
|
|
||||||
"catkin_generated/installspace/setup.zsh"
|
|
||||||
"catkin_generated/installspace/.rosinstall"
|
|
||||||
"catkin_generated/generate_cached_setup.py"
|
|
||||||
"catkin_generated/env_cached.sh"
|
|
||||||
"catkin_generated/stamps/Project/interrogate_setup_dot_py.py.stamp"
|
|
||||||
"catkin_generated/order_packages.py"
|
|
||||||
"catkin_generated/stamps/Project/order_packages.cmake.em.stamp"
|
|
||||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"gtest/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"gtest/gtest/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_demo/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_description/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_model/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_teleop/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_gazebo/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_gazebo/urdf/CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Dependency information for all targets:
|
|
||||||
set(CMAKE_DEPEND_INFO_FILES
|
|
||||||
"CMakeFiles/clean_test_results.dir/DependInfo.cmake"
|
|
||||||
"CMakeFiles/run_tests.dir/DependInfo.cmake"
|
|
||||||
"CMakeFiles/download_extra_data.dir/DependInfo.cmake"
|
|
||||||
"CMakeFiles/tests.dir/DependInfo.cmake"
|
|
||||||
"CMakeFiles/doxygen.dir/DependInfo.cmake"
|
|
||||||
"gtest/CMakeFiles/gmock.dir/DependInfo.cmake"
|
|
||||||
"gtest/CMakeFiles/gmock_main.dir/DependInfo.cmake"
|
|
||||||
"gtest/gtest/CMakeFiles/gtest.dir/DependInfo.cmake"
|
|
||||||
"gtest/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor/CMakeFiles/_catkin_empty_exported_target.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_genpy.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_gennodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Current_Path.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Formation_Type.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Goal_Info.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/std_msgs_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/std_msgs_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Up_Data_New.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_State.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/std_msgs_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/std_msgs_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/std_msgs_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Waypoint.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Down_Data_New.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_State29.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Controller_Commands.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Controller_Internals.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_gencpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_geneus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_genlisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_genpy.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_gennodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_genlisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_geneus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_gencpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_Supply.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_YawrateCommand.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_MotorCommand.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_RuddersCommand.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_AttitudeCommand.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_HeadingCommand.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_RawMagnetic.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_HeightCommand.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_VelocityXYCommand.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_MotorPWM.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_Compass.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_RC.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_PositionXYCommand.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_ServoCommand.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_MotorStatus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_RawRC.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_VelocityZCommand.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_ControllerState.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_Altimeter.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_ThrustCommand.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_RawImu.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/rosflight_msgs_genpy.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/rosflight_msgs_gennodejs.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_Airspeed.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/geometry_msgs_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_Status.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_Barometer.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_ParamGet.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_GPS.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_OutputRaw.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/geometry_msgs_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_RCRaw.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/rosflight_msgs_genlisp.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/rosflight_msgs_geneus.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_ParamFile.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_ParamSet.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_Attitude.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_Command.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"rosflight_msgs/CMakeFiles/rosflight_msgs_gencpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_model/CMakeFiles/hector_quadrotor_aerodynamics.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_model/CMakeFiles/hector_quadrotor_propulsion.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_model/CMakeFiles/roscpp_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_model/CMakeFiles/roscpp_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_model/CMakeFiles/roscpp_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_model/CMakeFiles/roscpp_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_model/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_model/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_model/CMakeFiles/roscpp_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_model/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_model/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_model/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/hector_path_point_transfer.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/hector_path_planner.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/hector_path_manager.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/hector_path_follower.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/hector_estimator_99pub.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/hector_pseudo_controller.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/hector_gencfg.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/tf2_msgs_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/tf2_msgs_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/tf2_msgs_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/actionlib_msgs_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/actionlib_msgs_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/tf2_msgs_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/sensor_msgs_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/actionlib_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/tf_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/actionlib_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/dynamic_reconfigure_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/actionlib_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/dynamic_reconfigure_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/dynamic_reconfigure_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/dynamic_reconfigure_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/dynamic_reconfigure_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/tf_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/actionlib_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/sensor_msgs_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/tf_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/hector_estimator_statesub.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/tf2_msgs_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/dynamic_reconfigure_gencfg.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/tf_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/tf_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector/CMakeFiles/actionlib_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/CMakeFiles/hector_quadrotor_twist_controller.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/CMakeFiles/hector_quadrotor_pose_controller.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/CMakeFiles/hector_quadrotor_controller.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/CMakeFiles/hector_quadrotor_motor_controller.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/CMakeFiles/nav_msgs_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/CMakeFiles/nav_msgs_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/CMakeFiles/std_srvs_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/CMakeFiles/nav_msgs_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/CMakeFiles/std_srvs_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/CMakeFiles/nav_msgs_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/CMakeFiles/std_srvs_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/CMakeFiles/std_srvs_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/CMakeFiles/nav_msgs_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller/CMakeFiles/std_srvs_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_teleop/CMakeFiles/quadrotor_teleop.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_quadrotor_simple_controller.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_plugins_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_plugins_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_plugins_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_quadrotor_propulsion.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_plugins_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_plugins_gencfg.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_plugins_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_ros_baro.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_quadrotor_aerodynamics.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/uuid_msgs_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/uuid_msgs_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/uuid_msgs_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/uuid_msgs_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/geographic_msgs_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/hector_quadrotor_pose_estimation_node.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/geographic_msgs_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/bond_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/nodelet_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/geographic_msgs_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/hector_quadrotor_pose_estimation.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/geographic_msgs_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/nodelet_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/geographic_msgs_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/hector_quadrotor_pose_estimation_nodelet.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/nodelet_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/bond_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/nodelet_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/nodelet_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/bond_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/uuid_msgs_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/bond_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/bond_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_toolbox_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_toolbox_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/controller_manager_msgs_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_msgs_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_toolbox_gencfg.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/controller_manager_msgs_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/controller_manager_msgs_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/hector_quadrotor_controller_gazebo.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_toolbox_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/controller_manager_msgs_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_msgs_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_msgs_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_msgs_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/controller_manager_msgs_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_msgs_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/trajectory_msgs_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_toolbox_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/trajectory_msgs_generate_messages_eus.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/trajectory_msgs_generate_messages_lisp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_toolbox_generate_messages_cpp.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/trajectory_msgs_generate_messages_nodejs.dir/DependInfo.cmake"
|
|
||||||
"hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/trajectory_msgs_generate_messages_py.dir/DependInfo.cmake"
|
|
||||||
)
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,342 +0,0 @@
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/clean_test_results.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/run_tests.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/download_extra_data.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/tests.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/doxygen.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/gmock.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/gmock_main.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/CMakeFiles/gtest.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/CMakeFiles/gtest_main.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor/CMakeFiles/_catkin_empty_exported_target.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_demo/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_demo/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_demo/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_demo/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_demo/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_demo/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_demo/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_description/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_description/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_description/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_description/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_description/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_description/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_description/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_genpy.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_gennodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Current_Path.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Formation_Type.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Goal_Info.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/std_msgs_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/std_msgs_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Up_Data_New.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_State.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/std_msgs_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/std_msgs_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/std_msgs_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Waypoint.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Down_Data_New.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_State29.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Controller_Commands.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/_hector_msgs_generate_messages_check_deps_Controller_Internals.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_gencpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_geneus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/CMakeFiles/hector_msgs_genlisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_genpy.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_gennodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_genlisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_geneus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_gencpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_Supply.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_YawrateCommand.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_MotorCommand.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_RuddersCommand.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_AttitudeCommand.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_HeadingCommand.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_RawMagnetic.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_HeightCommand.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/hector_uav_msgs_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_VelocityXYCommand.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_MotorPWM.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_Compass.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_RC.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_PositionXYCommand.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_ServoCommand.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_MotorStatus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_RawRC.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_VelocityZCommand.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_ControllerState.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_Altimeter.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_ThrustCommand.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/CMakeFiles/_hector_uav_msgs_generate_messages_check_deps_RawImu.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/rosflight_msgs_genpy.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/rosflight_msgs_gennodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_Airspeed.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/geometry_msgs_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_Status.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_Barometer.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/geometry_msgs_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_ParamGet.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_GPS.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_OutputRaw.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/geometry_msgs_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_RCRaw.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/rosflight_msgs_genlisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/geometry_msgs_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/rosflight_msgs_geneus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_ParamFile.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_ParamSet.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_Attitude.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/_rosflight_msgs_generate_messages_check_deps_Command.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/rosflight_msgs_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/CMakeFiles/rosflight_msgs_gencpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/hector_quadrotor_aerodynamics.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/hector_quadrotor_propulsion.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/roscpp_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/roscpp_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/roscpp_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/roscpp_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/roscpp_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/CMakeFiles/rosgraph_msgs_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/hector_path_point_transfer.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/hector_path_planner.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/hector_path_manager.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/hector_path_follower.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/hector_estimator_99pub.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/hector_pseudo_controller.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/hector_gencfg.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/tf2_msgs_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/tf2_msgs_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/tf2_msgs_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/actionlib_msgs_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/actionlib_msgs_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/actionlib_msgs_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/tf2_msgs_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/sensor_msgs_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/sensor_msgs_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/sensor_msgs_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/actionlib_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/tf_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/actionlib_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/dynamic_reconfigure_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/actionlib_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/dynamic_reconfigure_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/dynamic_reconfigure_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/dynamic_reconfigure_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/dynamic_reconfigure_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/tf_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/actionlib_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/sensor_msgs_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/tf_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/actionlib_msgs_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/hector_estimator_statesub.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/tf2_msgs_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/dynamic_reconfigure_gencfg.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/tf_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/tf_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/CMakeFiles/actionlib_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/hector_quadrotor_twist_controller.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/hector_quadrotor_pose_controller.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/hector_quadrotor_controller.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/hector_quadrotor_motor_controller.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/nav_msgs_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/nav_msgs_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/std_srvs_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/nav_msgs_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/std_srvs_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/nav_msgs_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/std_srvs_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/std_srvs_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/nav_msgs_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/CMakeFiles/std_srvs_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_teleop/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_teleop/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_teleop/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_teleop/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_teleop/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_teleop/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_teleop/CMakeFiles/quadrotor_teleop.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_teleop/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_quadrotor_simple_controller.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_plugins_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_plugins_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_plugins_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_quadrotor_propulsion.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_plugins_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_plugins_gencfg.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_plugins_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_ros_baro.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/CMakeFiles/hector_gazebo_quadrotor_aerodynamics.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/uuid_msgs_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/uuid_msgs_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/uuid_msgs_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/uuid_msgs_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/geographic_msgs_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/hector_quadrotor_pose_estimation_node.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/geographic_msgs_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/bond_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/nodelet_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/geographic_msgs_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/hector_quadrotor_pose_estimation.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/geographic_msgs_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/nodelet_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/geographic_msgs_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/hector_quadrotor_pose_estimation_nodelet.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/nodelet_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/bond_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/nodelet_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/nodelet_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/bond_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/uuid_msgs_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/bond_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/CMakeFiles/bond_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_toolbox_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_toolbox_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/controller_manager_msgs_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_msgs_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_toolbox_gencfg.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/controller_manager_msgs_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/controller_manager_msgs_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/hector_quadrotor_controller_gazebo.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_toolbox_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/controller_manager_msgs_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_msgs_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_msgs_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_msgs_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/controller_manager_msgs_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_msgs_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/trajectory_msgs_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_toolbox_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/trajectory_msgs_generate_messages_eus.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/trajectory_msgs_generate_messages_lisp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/control_toolbox_generate_messages_cpp.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/trajectory_msgs_generate_messages_nodejs.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/CMakeFiles/trajectory_msgs_generate_messages_py.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo/CMakeFiles/edit_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo/urdf/CMakeFiles/list_install_components.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo/urdf/CMakeFiles/install.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo/urdf/CMakeFiles/rebuild_cache.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo/urdf/CMakeFiles/install/strip.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo/urdf/CMakeFiles/install/local.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo/urdf/CMakeFiles/test.dir
|
|
||||||
/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo/urdf/CMakeFiles/edit_cache.dir
|
|
|
@ -1,11 +0,0 @@
|
||||||
# The set of languages for which implicit dependencies are needed:
|
|
||||||
set(CMAKE_DEPENDS_LANGUAGES
|
|
||||||
)
|
|
||||||
# The set of files for implicit dependencies of each language:
|
|
||||||
|
|
||||||
# Targets to which this target links.
|
|
||||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
||||||
)
|
|
||||||
|
|
||||||
# Fortran module output directory.
|
|
||||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
|
@ -1,76 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# 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/howe/Code/howe/Hector_Quadrotor_Case/src
|
|
||||||
|
|
||||||
# The top-level build directory on which CMake was run.
|
|
||||||
CMAKE_BINARY_DIR = /home/howe/Code/howe/Hector_Quadrotor_Case/build
|
|
||||||
|
|
||||||
# Utility rule file for clean_test_results.
|
|
||||||
|
|
||||||
# Include the progress variables for this target.
|
|
||||||
include CMakeFiles/clean_test_results.dir/progress.make
|
|
||||||
|
|
||||||
CMakeFiles/clean_test_results:
|
|
||||||
/usr/bin/python /opt/ros/kinetic/share/catkin/cmake/test/remove_test_results.py /home/howe/Code/howe/Hector_Quadrotor_Case/build/test_results
|
|
||||||
|
|
||||||
clean_test_results: CMakeFiles/clean_test_results
|
|
||||||
clean_test_results: CMakeFiles/clean_test_results.dir/build.make
|
|
||||||
|
|
||||||
.PHONY : clean_test_results
|
|
||||||
|
|
||||||
# Rule to build all files generated by this target.
|
|
||||||
CMakeFiles/clean_test_results.dir/build: clean_test_results
|
|
||||||
|
|
||||||
.PHONY : CMakeFiles/clean_test_results.dir/build
|
|
||||||
|
|
||||||
CMakeFiles/clean_test_results.dir/clean:
|
|
||||||
$(CMAKE_COMMAND) -P CMakeFiles/clean_test_results.dir/cmake_clean.cmake
|
|
||||||
.PHONY : CMakeFiles/clean_test_results.dir/clean
|
|
||||||
|
|
||||||
CMakeFiles/clean_test_results.dir/depend:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/howe/Code/howe/Hector_Quadrotor_Case/src /home/howe/Code/howe/Hector_Quadrotor_Case/src /home/howe/Code/howe/Hector_Quadrotor_Case/build /home/howe/Code/howe/Hector_Quadrotor_Case/build /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/clean_test_results.dir/DependInfo.cmake --color=$(COLOR)
|
|
||||||
.PHONY : CMakeFiles/clean_test_results.dir/depend
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
file(REMOVE_RECURSE
|
|
||||||
"CMakeFiles/clean_test_results"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Per-language clean rules from dependency scanning.
|
|
||||||
foreach(lang )
|
|
||||||
include(CMakeFiles/clean_test_results.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
||||||
endforeach()
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
|
|
@ -1,11 +0,0 @@
|
||||||
# The set of languages for which implicit dependencies are needed:
|
|
||||||
set(CMAKE_DEPENDS_LANGUAGES
|
|
||||||
)
|
|
||||||
# The set of files for implicit dependencies of each language:
|
|
||||||
|
|
||||||
# Targets to which this target links.
|
|
||||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
||||||
)
|
|
||||||
|
|
||||||
# Fortran module output directory.
|
|
||||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
|
@ -1,72 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# 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/howe/Code/howe/Hector_Quadrotor_Case/src
|
|
||||||
|
|
||||||
# The top-level build directory on which CMake was run.
|
|
||||||
CMAKE_BINARY_DIR = /home/howe/Code/howe/Hector_Quadrotor_Case/build
|
|
||||||
|
|
||||||
# Utility rule file for download_extra_data.
|
|
||||||
|
|
||||||
# Include the progress variables for this target.
|
|
||||||
include CMakeFiles/download_extra_data.dir/progress.make
|
|
||||||
|
|
||||||
download_extra_data: CMakeFiles/download_extra_data.dir/build.make
|
|
||||||
|
|
||||||
.PHONY : download_extra_data
|
|
||||||
|
|
||||||
# Rule to build all files generated by this target.
|
|
||||||
CMakeFiles/download_extra_data.dir/build: download_extra_data
|
|
||||||
|
|
||||||
.PHONY : CMakeFiles/download_extra_data.dir/build
|
|
||||||
|
|
||||||
CMakeFiles/download_extra_data.dir/clean:
|
|
||||||
$(CMAKE_COMMAND) -P CMakeFiles/download_extra_data.dir/cmake_clean.cmake
|
|
||||||
.PHONY : CMakeFiles/download_extra_data.dir/clean
|
|
||||||
|
|
||||||
CMakeFiles/download_extra_data.dir/depend:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/howe/Code/howe/Hector_Quadrotor_Case/src /home/howe/Code/howe/Hector_Quadrotor_Case/src /home/howe/Code/howe/Hector_Quadrotor_Case/build /home/howe/Code/howe/Hector_Quadrotor_Case/build /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/download_extra_data.dir/DependInfo.cmake --color=$(COLOR)
|
|
||||||
.PHONY : CMakeFiles/download_extra_data.dir/depend
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
|
|
||||||
# Per-language clean rules from dependency scanning.
|
|
||||||
foreach(lang )
|
|
||||||
include(CMakeFiles/download_extra_data.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
||||||
endforeach()
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
# The set of languages for which implicit dependencies are needed:
|
|
||||||
set(CMAKE_DEPENDS_LANGUAGES
|
|
||||||
)
|
|
||||||
# The set of files for implicit dependencies of each language:
|
|
||||||
|
|
||||||
# Targets to which this target links.
|
|
||||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
||||||
)
|
|
||||||
|
|
||||||
# Fortran module output directory.
|
|
||||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
|
@ -1,72 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# 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/howe/Code/howe/Hector_Quadrotor_Case/src
|
|
||||||
|
|
||||||
# The top-level build directory on which CMake was run.
|
|
||||||
CMAKE_BINARY_DIR = /home/howe/Code/howe/Hector_Quadrotor_Case/build
|
|
||||||
|
|
||||||
# Utility rule file for doxygen.
|
|
||||||
|
|
||||||
# Include the progress variables for this target.
|
|
||||||
include CMakeFiles/doxygen.dir/progress.make
|
|
||||||
|
|
||||||
doxygen: CMakeFiles/doxygen.dir/build.make
|
|
||||||
|
|
||||||
.PHONY : doxygen
|
|
||||||
|
|
||||||
# Rule to build all files generated by this target.
|
|
||||||
CMakeFiles/doxygen.dir/build: doxygen
|
|
||||||
|
|
||||||
.PHONY : CMakeFiles/doxygen.dir/build
|
|
||||||
|
|
||||||
CMakeFiles/doxygen.dir/clean:
|
|
||||||
$(CMAKE_COMMAND) -P CMakeFiles/doxygen.dir/cmake_clean.cmake
|
|
||||||
.PHONY : CMakeFiles/doxygen.dir/clean
|
|
||||||
|
|
||||||
CMakeFiles/doxygen.dir/depend:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/howe/Code/howe/Hector_Quadrotor_Case/src /home/howe/Code/howe/Hector_Quadrotor_Case/src /home/howe/Code/howe/Hector_Quadrotor_Case/build /home/howe/Code/howe/Hector_Quadrotor_Case/build /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/doxygen.dir/DependInfo.cmake --color=$(COLOR)
|
|
||||||
.PHONY : CMakeFiles/doxygen.dir/depend
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
|
|
||||||
# Per-language clean rules from dependency scanning.
|
|
||||||
foreach(lang )
|
|
||||||
include(CMakeFiles/doxygen.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
||||||
endforeach()
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
Binary file not shown.
|
@ -1,34 +0,0 @@
|
||||||
|
|
||||||
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]; }
|
|
|
@ -1,405 +0,0 @@
|
||||||
|
|
||||||
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]; }
|
|
|
@ -1 +0,0 @@
|
||||||
97
|
|
|
@ -1,11 +0,0 @@
|
||||||
# The set of languages for which implicit dependencies are needed:
|
|
||||||
set(CMAKE_DEPENDS_LANGUAGES
|
|
||||||
)
|
|
||||||
# The set of files for implicit dependencies of each language:
|
|
||||||
|
|
||||||
# Targets to which this target links.
|
|
||||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
||||||
)
|
|
||||||
|
|
||||||
# Fortran module output directory.
|
|
||||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
|
@ -1,72 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# 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/howe/Code/howe/Hector_Quadrotor_Case/src
|
|
||||||
|
|
||||||
# The top-level build directory on which CMake was run.
|
|
||||||
CMAKE_BINARY_DIR = /home/howe/Code/howe/Hector_Quadrotor_Case/build
|
|
||||||
|
|
||||||
# Utility rule file for run_tests.
|
|
||||||
|
|
||||||
# Include the progress variables for this target.
|
|
||||||
include CMakeFiles/run_tests.dir/progress.make
|
|
||||||
|
|
||||||
run_tests: CMakeFiles/run_tests.dir/build.make
|
|
||||||
|
|
||||||
.PHONY : run_tests
|
|
||||||
|
|
||||||
# Rule to build all files generated by this target.
|
|
||||||
CMakeFiles/run_tests.dir/build: run_tests
|
|
||||||
|
|
||||||
.PHONY : CMakeFiles/run_tests.dir/build
|
|
||||||
|
|
||||||
CMakeFiles/run_tests.dir/clean:
|
|
||||||
$(CMAKE_COMMAND) -P CMakeFiles/run_tests.dir/cmake_clean.cmake
|
|
||||||
.PHONY : CMakeFiles/run_tests.dir/clean
|
|
||||||
|
|
||||||
CMakeFiles/run_tests.dir/depend:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/howe/Code/howe/Hector_Quadrotor_Case/src /home/howe/Code/howe/Hector_Quadrotor_Case/src /home/howe/Code/howe/Hector_Quadrotor_Case/build /home/howe/Code/howe/Hector_Quadrotor_Case/build /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/run_tests.dir/DependInfo.cmake --color=$(COLOR)
|
|
||||||
.PHONY : CMakeFiles/run_tests.dir/depend
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
|
|
||||||
# Per-language clean rules from dependency scanning.
|
|
||||||
foreach(lang )
|
|
||||||
include(CMakeFiles/run_tests.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
||||||
endforeach()
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
# The set of languages for which implicit dependencies are needed:
|
|
||||||
set(CMAKE_DEPENDS_LANGUAGES
|
|
||||||
)
|
|
||||||
# The set of files for implicit dependencies of each language:
|
|
||||||
|
|
||||||
# Targets to which this target links.
|
|
||||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
||||||
)
|
|
||||||
|
|
||||||
# Fortran module output directory.
|
|
||||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
|
@ -1,72 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# 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/howe/Code/howe/Hector_Quadrotor_Case/src
|
|
||||||
|
|
||||||
# The top-level build directory on which CMake was run.
|
|
||||||
CMAKE_BINARY_DIR = /home/howe/Code/howe/Hector_Quadrotor_Case/build
|
|
||||||
|
|
||||||
# Utility rule file for tests.
|
|
||||||
|
|
||||||
# Include the progress variables for this target.
|
|
||||||
include CMakeFiles/tests.dir/progress.make
|
|
||||||
|
|
||||||
tests: CMakeFiles/tests.dir/build.make
|
|
||||||
|
|
||||||
.PHONY : tests
|
|
||||||
|
|
||||||
# Rule to build all files generated by this target.
|
|
||||||
CMakeFiles/tests.dir/build: tests
|
|
||||||
|
|
||||||
.PHONY : CMakeFiles/tests.dir/build
|
|
||||||
|
|
||||||
CMakeFiles/tests.dir/clean:
|
|
||||||
$(CMAKE_COMMAND) -P CMakeFiles/tests.dir/cmake_clean.cmake
|
|
||||||
.PHONY : CMakeFiles/tests.dir/clean
|
|
||||||
|
|
||||||
CMakeFiles/tests.dir/depend:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/howe/Code/howe/Hector_Quadrotor_Case/src /home/howe/Code/howe/Hector_Quadrotor_Case/src /home/howe/Code/howe/Hector_Quadrotor_Case/build /home/howe/Code/howe/Hector_Quadrotor_Case/build /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles/tests.dir/DependInfo.cmake --color=$(COLOR)
|
|
||||||
.PHONY : CMakeFiles/tests.dir/depend
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
|
|
||||||
# Per-language clean rules from dependency scanning.
|
|
||||||
foreach(lang )
|
|
||||||
include(CMakeFiles/tests.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
||||||
endforeach()
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
# CMake generated Testfile for
|
|
||||||
# Source directory: /home/howe/Code/howe/Hector_Quadrotor_Case/src
|
|
||||||
# Build directory: /home/howe/Code/howe/Hector_Quadrotor_Case/build
|
|
||||||
#
|
|
||||||
# This file includes the relevant testing commands required for
|
|
||||||
# testing this directory and lists subdirectories to be tested as well.
|
|
||||||
subdirs(gtest)
|
|
||||||
subdirs(hector_quadrotor/hector_quadrotor)
|
|
||||||
subdirs(hector_quadrotor/hector_quadrotor_demo)
|
|
||||||
subdirs(hector_quadrotor/hector_quadrotor_description)
|
|
||||||
subdirs(hector_quadrotor/hector_msgs)
|
|
||||||
subdirs(hector_quadrotor/hector_uav_msgs)
|
|
||||||
subdirs(rosflight_msgs)
|
|
||||||
subdirs(hector_quadrotor/hector_quadrotor_model)
|
|
||||||
subdirs(hector_quadrotor/hector)
|
|
||||||
subdirs(hector_quadrotor/hector_quadrotor_controller)
|
|
||||||
subdirs(hector_quadrotor/hector_quadrotor_teleop)
|
|
||||||
subdirs(hector_quadrotor/hector_quadrotor_gazebo_plugins)
|
|
||||||
subdirs(hector_quadrotor/hector_quadrotor_pose_estimation)
|
|
||||||
subdirs(hector_quadrotor/hector_quadrotor_controller_gazebo)
|
|
||||||
subdirs(hector_quadrotor/hector_quadrotor_gazebo)
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,20 +0,0 @@
|
||||||
set(_CATKIN_CURRENT_PACKAGE "catkin")
|
|
||||||
set(catkin_VERSION "0.7.14")
|
|
||||||
set(catkin_MAINTAINER "Dirk Thomas <dthomas@osrfoundation.org>")
|
|
||||||
set(catkin_PACKAGE_FORMAT "2")
|
|
||||||
set(catkin_BUILD_DEPENDS "python-empy" "python-argparse" "python-catkin-pkg")
|
|
||||||
set(catkin_BUILD_DEPENDS_python-catkin-pkg_VERSION_GT "0.4.3")
|
|
||||||
set(catkin_BUILD_EXPORT_DEPENDS "google-mock" "gtest" "python-empy" "python-nose" "python-argparse" "python-catkin-pkg")
|
|
||||||
set(catkin_BUILD_EXPORT_DEPENDS_python-catkin-pkg_VERSION_GT "0.4.3")
|
|
||||||
set(catkin_BUILDTOOL_DEPENDS "cmake")
|
|
||||||
set(catkin_BUILDTOOL_EXPORT_DEPENDS "cmake")
|
|
||||||
set(catkin_EXEC_DEPENDS "python-argparse" "python-catkin-pkg")
|
|
||||||
set(catkin_EXEC_DEPENDS_python-catkin-pkg_VERSION_GT "0.4.3")
|
|
||||||
set(catkin_RUN_DEPENDS "python-argparse" "python-catkin-pkg" "google-mock" "gtest" "python-empy" "python-nose")
|
|
||||||
set(catkin_RUN_DEPENDS_python-catkin-pkg_VERSION_GT "0.4.3")
|
|
||||||
set(catkin_TEST_DEPENDS "python-mock" "python-nose")
|
|
||||||
set(catkin_DOC_DEPENDS )
|
|
||||||
set(catkin_URL_WEBSITE "http://www.ros.org/wiki/catkin")
|
|
||||||
set(catkin_URL_BUGTRACKER "https://github.com/ros/catkin/issues")
|
|
||||||
set(catkin_URL_REPOSITORY "https://github.com/ros/catkin")
|
|
||||||
set(catkin_DEPRECATED "")
|
|
|
@ -1,16 +0,0 @@
|
||||||
#!/usr/bin/env sh
|
|
||||||
# generated from catkin/cmake/templates/env.sh.in
|
|
||||||
|
|
||||||
if [ $# -eq 0 ] ; then
|
|
||||||
/bin/echo "Usage: env.sh COMMANDS"
|
|
||||||
/bin/echo "Calling env.sh without arguments is not supported anymore. Instead spawn a subshell and source a setup file manually."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# ensure to not use different shell type which was set before
|
|
||||||
CATKIN_SHELL=sh
|
|
||||||
|
|
||||||
# source setup_cached.sh from same directory as this file
|
|
||||||
_CATKIN_SETUP_DIR=$(cd "`dirname "$0"`" > /dev/null && pwd)
|
|
||||||
. "$_CATKIN_SETUP_DIR/setup_cached.sh"
|
|
||||||
exec "$@"
|
|
|
@ -1,30 +0,0 @@
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
from __future__ import print_function
|
|
||||||
import argparse
|
|
||||||
import os
|
|
||||||
import stat
|
|
||||||
import sys
|
|
||||||
|
|
||||||
# find the import for catkin's python package - either from source space or from an installed underlay
|
|
||||||
if os.path.exists(os.path.join('/opt/ros/kinetic/share/catkin/cmake', 'catkinConfig.cmake.in')):
|
|
||||||
sys.path.insert(0, os.path.join('/opt/ros/kinetic/share/catkin/cmake', '..', 'python'))
|
|
||||||
try:
|
|
||||||
from catkin.environment_cache import generate_environment_script
|
|
||||||
except ImportError:
|
|
||||||
# search for catkin package in all workspaces and prepend to path
|
|
||||||
for workspace in "/opt/ros/kinetic".split(';'):
|
|
||||||
python_path = os.path.join(workspace, 'lib/python2.7/dist-packages')
|
|
||||||
if os.path.isdir(os.path.join(python_path, 'catkin')):
|
|
||||||
sys.path.insert(0, python_path)
|
|
||||||
break
|
|
||||||
from catkin.environment_cache import generate_environment_script
|
|
||||||
|
|
||||||
code = generate_environment_script('/home/howe/Code/howe/Hector_Quadrotor_Case/devel/env.sh')
|
|
||||||
|
|
||||||
output_filename = '/home/howe/Code/howe/Hector_Quadrotor_Case/build/catkin_generated/setup_cached.sh'
|
|
||||||
with open(output_filename, 'w') as f:
|
|
||||||
#print('Generate script for cached setup "%s"' % output_filename)
|
|
||||||
f.write('\n'.join(code))
|
|
||||||
|
|
||||||
mode = os.stat(output_filename).st_mode
|
|
||||||
os.chmod(output_filename, mode | stat.S_IXUSR)
|
|
|
@ -1,2 +0,0 @@
|
||||||
- setup-file:
|
|
||||||
local-name: /home/howe/Code/howe/Hector_Quadrotor_Case/install/setup.sh
|
|
|
@ -1,290 +0,0 @@
|
||||||
#!/usr/bin/python
|
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
# Software License Agreement (BSD License)
|
|
||||||
#
|
|
||||||
# Copyright (c) 2012, Willow Garage, Inc.
|
|
||||||
# All rights reserved.
|
|
||||||
#
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
|
||||||
# modification, are permitted provided that the following conditions
|
|
||||||
# are met:
|
|
||||||
#
|
|
||||||
# * Redistributions of source code must retain the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer.
|
|
||||||
# * Redistributions in binary form must reproduce the above
|
|
||||||
# copyright notice, this list of conditions and the following
|
|
||||||
# disclaimer in the documentation and/or other materials provided
|
|
||||||
# with the distribution.
|
|
||||||
# * Neither the name of Willow Garage, Inc. nor the names of its
|
|
||||||
# contributors may be used to endorse or promote products derived
|
|
||||||
# from this software without specific prior written permission.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
||||||
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
||||||
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
||||||
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
|
|
||||||
'''This file generates shell code for the setup.SHELL scripts to set environment variables'''
|
|
||||||
|
|
||||||
from __future__ import print_function
|
|
||||||
import argparse
|
|
||||||
import copy
|
|
||||||
import errno
|
|
||||||
import os
|
|
||||||
import platform
|
|
||||||
import sys
|
|
||||||
|
|
||||||
CATKIN_MARKER_FILE = '.catkin'
|
|
||||||
|
|
||||||
system = platform.system()
|
|
||||||
IS_DARWIN = (system == 'Darwin')
|
|
||||||
IS_WINDOWS = (system == 'Windows')
|
|
||||||
|
|
||||||
# subfolder of workspace prepended to CMAKE_PREFIX_PATH
|
|
||||||
ENV_VAR_SUBFOLDERS = {
|
|
||||||
'CMAKE_PREFIX_PATH': '',
|
|
||||||
'LD_LIBRARY_PATH' if not IS_DARWIN else 'DYLD_LIBRARY_PATH': ['lib', os.path.join('lib', 'x86_64-linux-gnu')],
|
|
||||||
'PATH': 'bin',
|
|
||||||
'PKG_CONFIG_PATH': [os.path.join('lib', 'pkgconfig'), os.path.join('lib', 'x86_64-linux-gnu', 'pkgconfig')],
|
|
||||||
'PYTHONPATH': 'lib/python2.7/dist-packages',
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
def rollback_env_variables(environ, env_var_subfolders):
|
|
||||||
'''
|
|
||||||
Generate shell code to reset environment variables
|
|
||||||
by unrolling modifications based on all workspaces in CMAKE_PREFIX_PATH.
|
|
||||||
This does not cover modifications performed by environment hooks.
|
|
||||||
'''
|
|
||||||
lines = []
|
|
||||||
unmodified_environ = copy.copy(environ)
|
|
||||||
for key in sorted(env_var_subfolders.keys()):
|
|
||||||
subfolders = env_var_subfolders[key]
|
|
||||||
if not isinstance(subfolders, list):
|
|
||||||
subfolders = [subfolders]
|
|
||||||
value = _rollback_env_variable(unmodified_environ, key, subfolders)
|
|
||||||
if value is not None:
|
|
||||||
environ[key] = value
|
|
||||||
lines.append(assignment(key, value))
|
|
||||||
if lines:
|
|
||||||
lines.insert(0, comment('reset environment variables by unrolling modifications based on all workspaces in CMAKE_PREFIX_PATH'))
|
|
||||||
return lines
|
|
||||||
|
|
||||||
|
|
||||||
def _rollback_env_variable(environ, name, subfolders):
|
|
||||||
'''
|
|
||||||
For each catkin workspace in CMAKE_PREFIX_PATH remove the first entry from env[NAME] matching workspace + subfolder.
|
|
||||||
|
|
||||||
:param subfolders: list of str '' or subfoldername that may start with '/'
|
|
||||||
:returns: the updated value of the environment variable.
|
|
||||||
'''
|
|
||||||
value = environ[name] if name in environ else ''
|
|
||||||
env_paths = [path for path in value.split(os.pathsep) if path]
|
|
||||||
value_modified = False
|
|
||||||
for subfolder in subfolders:
|
|
||||||
if subfolder:
|
|
||||||
if subfolder.startswith(os.path.sep) or (os.path.altsep and subfolder.startswith(os.path.altsep)):
|
|
||||||
subfolder = subfolder[1:]
|
|
||||||
if subfolder.endswith(os.path.sep) or (os.path.altsep and subfolder.endswith(os.path.altsep)):
|
|
||||||
subfolder = subfolder[:-1]
|
|
||||||
for ws_path in _get_workspaces(environ, include_fuerte=True, include_non_existing=True):
|
|
||||||
path_to_find = os.path.join(ws_path, subfolder) if subfolder else ws_path
|
|
||||||
path_to_remove = None
|
|
||||||
for env_path in env_paths:
|
|
||||||
env_path_clean = env_path[:-1] if env_path and env_path[-1] in [os.path.sep, os.path.altsep] else env_path
|
|
||||||
if env_path_clean == path_to_find:
|
|
||||||
path_to_remove = env_path
|
|
||||||
break
|
|
||||||
if path_to_remove:
|
|
||||||
env_paths.remove(path_to_remove)
|
|
||||||
value_modified = True
|
|
||||||
new_value = os.pathsep.join(env_paths)
|
|
||||||
return new_value if value_modified else None
|
|
||||||
|
|
||||||
|
|
||||||
def _get_workspaces(environ, include_fuerte=False, include_non_existing=False):
|
|
||||||
'''
|
|
||||||
Based on CMAKE_PREFIX_PATH return all catkin workspaces.
|
|
||||||
|
|
||||||
:param include_fuerte: The flag if paths starting with '/opt/ros/fuerte' should be considered workspaces, ``bool``
|
|
||||||
'''
|
|
||||||
# get all cmake prefix paths
|
|
||||||
env_name = 'CMAKE_PREFIX_PATH'
|
|
||||||
value = environ[env_name] if env_name in environ else ''
|
|
||||||
paths = [path for path in value.split(os.pathsep) if path]
|
|
||||||
# remove non-workspace paths
|
|
||||||
workspaces = [path for path in paths if os.path.isfile(os.path.join(path, CATKIN_MARKER_FILE)) or (include_fuerte and path.startswith('/opt/ros/fuerte')) or (include_non_existing and not os.path.exists(path))]
|
|
||||||
return workspaces
|
|
||||||
|
|
||||||
|
|
||||||
def prepend_env_variables(environ, env_var_subfolders, workspaces):
|
|
||||||
'''
|
|
||||||
Generate shell code to prepend environment variables
|
|
||||||
for the all workspaces.
|
|
||||||
'''
|
|
||||||
lines = []
|
|
||||||
lines.append(comment('prepend folders of workspaces to environment variables'))
|
|
||||||
|
|
||||||
paths = [path for path in workspaces.split(os.pathsep) if path]
|
|
||||||
|
|
||||||
prefix = _prefix_env_variable(environ, 'CMAKE_PREFIX_PATH', paths, '')
|
|
||||||
lines.append(prepend(environ, 'CMAKE_PREFIX_PATH', prefix))
|
|
||||||
|
|
||||||
for key in sorted([key for key in env_var_subfolders.keys() if key != 'CMAKE_PREFIX_PATH']):
|
|
||||||
subfolder = env_var_subfolders[key]
|
|
||||||
prefix = _prefix_env_variable(environ, key, paths, subfolder)
|
|
||||||
lines.append(prepend(environ, key, prefix))
|
|
||||||
return lines
|
|
||||||
|
|
||||||
|
|
||||||
def _prefix_env_variable(environ, name, paths, subfolders):
|
|
||||||
'''
|
|
||||||
Return the prefix to prepend to the environment variable NAME, adding any path in NEW_PATHS_STR without creating duplicate or empty items.
|
|
||||||
'''
|
|
||||||
value = environ[name] if name in environ else ''
|
|
||||||
environ_paths = [path for path in value.split(os.pathsep) if path]
|
|
||||||
checked_paths = []
|
|
||||||
for path in paths:
|
|
||||||
if not isinstance(subfolders, list):
|
|
||||||
subfolders = [subfolders]
|
|
||||||
for subfolder in subfolders:
|
|
||||||
path_tmp = path
|
|
||||||
if subfolder:
|
|
||||||
path_tmp = os.path.join(path_tmp, subfolder)
|
|
||||||
# skip nonexistent paths
|
|
||||||
if not os.path.exists(path_tmp):
|
|
||||||
continue
|
|
||||||
# exclude any path already in env and any path we already added
|
|
||||||
if path_tmp not in environ_paths and path_tmp not in checked_paths:
|
|
||||||
checked_paths.append(path_tmp)
|
|
||||||
prefix_str = os.pathsep.join(checked_paths)
|
|
||||||
if prefix_str != '' and environ_paths:
|
|
||||||
prefix_str += os.pathsep
|
|
||||||
return prefix_str
|
|
||||||
|
|
||||||
|
|
||||||
def assignment(key, value):
|
|
||||||
if not IS_WINDOWS:
|
|
||||||
return 'export %s="%s"' % (key, value)
|
|
||||||
else:
|
|
||||||
return 'set %s=%s' % (key, value)
|
|
||||||
|
|
||||||
|
|
||||||
def comment(msg):
|
|
||||||
if not IS_WINDOWS:
|
|
||||||
return '# %s' % msg
|
|
||||||
else:
|
|
||||||
return 'REM %s' % msg
|
|
||||||
|
|
||||||
|
|
||||||
def prepend(environ, key, prefix):
|
|
||||||
if key not in environ or not environ[key]:
|
|
||||||
return assignment(key, prefix)
|
|
||||||
if not IS_WINDOWS:
|
|
||||||
return 'export %s="%s$%s"' % (key, prefix, key)
|
|
||||||
else:
|
|
||||||
return 'set %s=%s%%%s%%' % (key, prefix, key)
|
|
||||||
|
|
||||||
|
|
||||||
def find_env_hooks(environ, cmake_prefix_path):
|
|
||||||
'''
|
|
||||||
Generate shell code with found environment hooks
|
|
||||||
for the all workspaces.
|
|
||||||
'''
|
|
||||||
lines = []
|
|
||||||
lines.append(comment('found environment hooks in workspaces'))
|
|
||||||
|
|
||||||
generic_env_hooks = []
|
|
||||||
generic_env_hooks_workspace = []
|
|
||||||
specific_env_hooks = []
|
|
||||||
specific_env_hooks_workspace = []
|
|
||||||
generic_env_hooks_by_filename = {}
|
|
||||||
specific_env_hooks_by_filename = {}
|
|
||||||
generic_env_hook_ext = 'bat' if IS_WINDOWS else 'sh'
|
|
||||||
specific_env_hook_ext = environ['CATKIN_SHELL'] if not IS_WINDOWS and 'CATKIN_SHELL' in environ and environ['CATKIN_SHELL'] else None
|
|
||||||
# remove non-workspace paths
|
|
||||||
workspaces = [path for path in cmake_prefix_path.split(os.pathsep) if path and os.path.isfile(os.path.join(path, CATKIN_MARKER_FILE))]
|
|
||||||
for workspace in reversed(workspaces):
|
|
||||||
env_hook_dir = os.path.join(workspace, 'etc', 'catkin', 'profile.d')
|
|
||||||
if os.path.isdir(env_hook_dir):
|
|
||||||
for filename in sorted(os.listdir(env_hook_dir)):
|
|
||||||
if filename.endswith('.%s' % generic_env_hook_ext):
|
|
||||||
# remove previous env hook with same name if present
|
|
||||||
if filename in generic_env_hooks_by_filename:
|
|
||||||
i = generic_env_hooks.index(generic_env_hooks_by_filename[filename])
|
|
||||||
generic_env_hooks.pop(i)
|
|
||||||
generic_env_hooks_workspace.pop(i)
|
|
||||||
# append env hook
|
|
||||||
generic_env_hooks.append(os.path.join(env_hook_dir, filename))
|
|
||||||
generic_env_hooks_workspace.append(workspace)
|
|
||||||
generic_env_hooks_by_filename[filename] = generic_env_hooks[-1]
|
|
||||||
elif specific_env_hook_ext is not None and filename.endswith('.%s' % specific_env_hook_ext):
|
|
||||||
# remove previous env hook with same name if present
|
|
||||||
if filename in specific_env_hooks_by_filename:
|
|
||||||
i = specific_env_hooks.index(specific_env_hooks_by_filename[filename])
|
|
||||||
specific_env_hooks.pop(i)
|
|
||||||
specific_env_hooks_workspace.pop(i)
|
|
||||||
# append env hook
|
|
||||||
specific_env_hooks.append(os.path.join(env_hook_dir, filename))
|
|
||||||
specific_env_hooks_workspace.append(workspace)
|
|
||||||
specific_env_hooks_by_filename[filename] = specific_env_hooks[-1]
|
|
||||||
env_hooks = generic_env_hooks + specific_env_hooks
|
|
||||||
env_hooks_workspace = generic_env_hooks_workspace + specific_env_hooks_workspace
|
|
||||||
count = len(env_hooks)
|
|
||||||
lines.append(assignment('_CATKIN_ENVIRONMENT_HOOKS_COUNT', count))
|
|
||||||
for i in range(count):
|
|
||||||
lines.append(assignment('_CATKIN_ENVIRONMENT_HOOKS_%d' % i, env_hooks[i]))
|
|
||||||
lines.append(assignment('_CATKIN_ENVIRONMENT_HOOKS_%d_WORKSPACE' % i, env_hooks_workspace[i]))
|
|
||||||
return lines
|
|
||||||
|
|
||||||
|
|
||||||
def _parse_arguments(args=None):
|
|
||||||
parser = argparse.ArgumentParser(description='Generates code blocks for the setup.SHELL script.')
|
|
||||||
parser.add_argument('--extend', action='store_true', help='Skip unsetting previous environment variables to extend context')
|
|
||||||
return parser.parse_known_args(args=args)[0]
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
try:
|
|
||||||
try:
|
|
||||||
args = _parse_arguments()
|
|
||||||
except Exception as e:
|
|
||||||
print(e, file=sys.stderr)
|
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
# environment at generation time
|
|
||||||
CMAKE_PREFIX_PATH = '/opt/ros/kinetic'.split(';')
|
|
||||||
# prepend current workspace if not already part of CPP
|
|
||||||
base_path = os.path.dirname(__file__)
|
|
||||||
if base_path not in CMAKE_PREFIX_PATH:
|
|
||||||
CMAKE_PREFIX_PATH.insert(0, base_path)
|
|
||||||
CMAKE_PREFIX_PATH = os.pathsep.join(CMAKE_PREFIX_PATH)
|
|
||||||
|
|
||||||
environ = dict(os.environ)
|
|
||||||
lines = []
|
|
||||||
if not args.extend:
|
|
||||||
lines += rollback_env_variables(environ, ENV_VAR_SUBFOLDERS)
|
|
||||||
lines += prepend_env_variables(environ, ENV_VAR_SUBFOLDERS, CMAKE_PREFIX_PATH)
|
|
||||||
lines += find_env_hooks(environ, CMAKE_PREFIX_PATH)
|
|
||||||
print('\n'.join(lines))
|
|
||||||
|
|
||||||
# need to explicitly flush the output
|
|
||||||
sys.stdout.flush()
|
|
||||||
except IOError as e:
|
|
||||||
# and catch potential "broken pipe" if stdout is not writable
|
|
||||||
# which can happen when piping the output to a file but the disk is full
|
|
||||||
if e.errno == errno.EPIPE:
|
|
||||||
print(e, file=sys.stderr)
|
|
||||||
sys.exit(2)
|
|
||||||
raise
|
|
||||||
|
|
||||||
sys.exit(0)
|
|
|
@ -1,16 +0,0 @@
|
||||||
#!/usr/bin/env sh
|
|
||||||
# generated from catkin/cmake/templates/env.sh.in
|
|
||||||
|
|
||||||
if [ $# -eq 0 ] ; then
|
|
||||||
/bin/echo "Usage: env.sh COMMANDS"
|
|
||||||
/bin/echo "Calling env.sh without arguments is not supported anymore. Instead spawn a subshell and source a setup file manually."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# ensure to not use different shell type which was set before
|
|
||||||
CATKIN_SHELL=sh
|
|
||||||
|
|
||||||
# source setup.sh from same directory as this file
|
|
||||||
_CATKIN_SETUP_DIR=$(cd "`dirname "$0"`" > /dev/null && pwd)
|
|
||||||
. "$_CATKIN_SETUP_DIR/setup.sh"
|
|
||||||
exec "$@"
|
|
|
@ -1,8 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
# generated from catkin/cmake/templates/setup.bash.in
|
|
||||||
|
|
||||||
CATKIN_SHELL=bash
|
|
||||||
|
|
||||||
# source setup.sh from same directory as this file
|
|
||||||
_CATKIN_SETUP_DIR=$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" > /dev/null && pwd)
|
|
||||||
. "$_CATKIN_SETUP_DIR/setup.sh"
|
|
|
@ -1,95 +0,0 @@
|
||||||
#!/usr/bin/env sh
|
|
||||||
# generated from catkin/cmake/template/setup.sh.in
|
|
||||||
|
|
||||||
# Sets various environment variables and sources additional environment hooks.
|
|
||||||
# It tries it's best to undo changes from a previously sourced setup file before.
|
|
||||||
# Supported command line options:
|
|
||||||
# --extend: skips the undoing of changes from a previously sourced setup file
|
|
||||||
# (in plain sh shell which does't support arguments for sourced scripts you
|
|
||||||
# can set the environment variable `CATKIN_SETUP_UTIL_ARGS=--extend` instead)
|
|
||||||
|
|
||||||
# since this file is sourced either use the provided _CATKIN_SETUP_DIR
|
|
||||||
# or fall back to the destination set at configure time
|
|
||||||
: ${_CATKIN_SETUP_DIR:=/home/howe/Code/howe/Hector_Quadrotor_Case/install}
|
|
||||||
_SETUP_UTIL="$_CATKIN_SETUP_DIR/_setup_util.py"
|
|
||||||
unset _CATKIN_SETUP_DIR
|
|
||||||
|
|
||||||
if [ ! -f "$_SETUP_UTIL" ]; then
|
|
||||||
echo "Missing Python script: $_SETUP_UTIL"
|
|
||||||
return 22
|
|
||||||
fi
|
|
||||||
|
|
||||||
# detect if running on Darwin platform
|
|
||||||
_UNAME=`uname -s`
|
|
||||||
_IS_DARWIN=0
|
|
||||||
if [ "$_UNAME" = "Darwin" ]; then
|
|
||||||
_IS_DARWIN=1
|
|
||||||
fi
|
|
||||||
unset _UNAME
|
|
||||||
|
|
||||||
# make sure to export all environment variables
|
|
||||||
export CMAKE_PREFIX_PATH
|
|
||||||
if [ $_IS_DARWIN -eq 0 ]; then
|
|
||||||
export LD_LIBRARY_PATH
|
|
||||||
else
|
|
||||||
export DYLD_LIBRARY_PATH
|
|
||||||
fi
|
|
||||||
unset _IS_DARWIN
|
|
||||||
export PATH
|
|
||||||
export PKG_CONFIG_PATH
|
|
||||||
export PYTHONPATH
|
|
||||||
|
|
||||||
# remember type of shell if not already set
|
|
||||||
if [ -z "$CATKIN_SHELL" ]; then
|
|
||||||
CATKIN_SHELL=sh
|
|
||||||
fi
|
|
||||||
|
|
||||||
# invoke Python script to generate necessary exports of environment variables
|
|
||||||
# use TMPDIR if it exists, otherwise fall back to /tmp
|
|
||||||
if [ -d "${TMPDIR:-}" ]; then
|
|
||||||
_TMPDIR="${TMPDIR}"
|
|
||||||
else
|
|
||||||
_TMPDIR=/tmp
|
|
||||||
fi
|
|
||||||
_SETUP_TMP=`mktemp "${_TMPDIR}/setup.sh.XXXXXXXXXX"`
|
|
||||||
unset _TMPDIR
|
|
||||||
if [ $? -ne 0 -o ! -f "$_SETUP_TMP" ]; then
|
|
||||||
echo "Could not create temporary file: $_SETUP_TMP"
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
CATKIN_SHELL=$CATKIN_SHELL "$_SETUP_UTIL" $@ ${CATKIN_SETUP_UTIL_ARGS:-} >> "$_SETUP_TMP"
|
|
||||||
_RC=$?
|
|
||||||
if [ $_RC -ne 0 ]; then
|
|
||||||
if [ $_RC -eq 2 ]; then
|
|
||||||
echo "Could not write the output of '$_SETUP_UTIL' to temporary file '$_SETUP_TMP': may be the disk if full?"
|
|
||||||
else
|
|
||||||
echo "Failed to run '\"$_SETUP_UTIL\" $@': return code $_RC"
|
|
||||||
fi
|
|
||||||
unset _RC
|
|
||||||
unset _SETUP_UTIL
|
|
||||||
rm -f "$_SETUP_TMP"
|
|
||||||
unset _SETUP_TMP
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
unset _RC
|
|
||||||
unset _SETUP_UTIL
|
|
||||||
. "$_SETUP_TMP"
|
|
||||||
rm -f "$_SETUP_TMP"
|
|
||||||
unset _SETUP_TMP
|
|
||||||
|
|
||||||
# source all environment hooks
|
|
||||||
_i=0
|
|
||||||
while [ $_i -lt $_CATKIN_ENVIRONMENT_HOOKS_COUNT ]; do
|
|
||||||
eval _envfile=\$_CATKIN_ENVIRONMENT_HOOKS_$_i
|
|
||||||
unset _CATKIN_ENVIRONMENT_HOOKS_$_i
|
|
||||||
eval _envfile_workspace=\$_CATKIN_ENVIRONMENT_HOOKS_${_i}_WORKSPACE
|
|
||||||
unset _CATKIN_ENVIRONMENT_HOOKS_${_i}_WORKSPACE
|
|
||||||
# set workspace for environment hook
|
|
||||||
CATKIN_ENV_HOOK_WORKSPACE=$_envfile_workspace
|
|
||||||
. "$_envfile"
|
|
||||||
unset CATKIN_ENV_HOOK_WORKSPACE
|
|
||||||
_i=$((_i + 1))
|
|
||||||
done
|
|
||||||
unset _i
|
|
||||||
|
|
||||||
unset _CATKIN_ENVIRONMENT_HOOKS_COUNT
|
|
|
@ -1,8 +0,0 @@
|
||||||
#!/usr/bin/env zsh
|
|
||||||
# generated from catkin/cmake/templates/setup.zsh.in
|
|
||||||
|
|
||||||
CATKIN_SHELL=zsh
|
|
||||||
|
|
||||||
# source setup.sh from same directory as this file
|
|
||||||
_CATKIN_SETUP_DIR=$(builtin cd -q "`dirname "$0"`" > /dev/null && pwd)
|
|
||||||
emulate -R zsh -c 'source "$_CATKIN_SETUP_DIR/setup.sh"'
|
|
|
@ -1,66 +0,0 @@
|
||||||
# generated from catkin/cmake/em/order_packages.cmake.em
|
|
||||||
|
|
||||||
set(CATKIN_ORDERED_PACKAGES "")
|
|
||||||
set(CATKIN_ORDERED_PACKAGE_PATHS "")
|
|
||||||
set(CATKIN_ORDERED_PACKAGES_IS_META "")
|
|
||||||
set(CATKIN_ORDERED_PACKAGES_BUILD_TYPE "")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES "hector_quadrotor")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "hector_quadrotor/hector_quadrotor")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES "hector_quadrotor_demo")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "hector_quadrotor/hector_quadrotor_demo")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES "hector_quadrotor_description")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "hector_quadrotor/hector_quadrotor_description")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES "hector_msgs")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "hector_quadrotor/hector_msgs")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES "hector_uav_msgs")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "hector_quadrotor/hector_uav_msgs")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES "rosflight_msgs")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "rosflight_msgs")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES "hector_quadrotor_model")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "hector_quadrotor/hector_quadrotor_model")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES "hector")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "hector_quadrotor/hector")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES "hector_quadrotor_controller")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "hector_quadrotor/hector_quadrotor_controller")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES "hector_quadrotor_teleop")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "hector_quadrotor/hector_quadrotor_teleop")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES "hector_quadrotor_gazebo_plugins")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "hector_quadrotor/hector_quadrotor_gazebo_plugins")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES "hector_quadrotor_pose_estimation")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "hector_quadrotor/hector_quadrotor_pose_estimation")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES "hector_quadrotor_controller_gazebo")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "hector_quadrotor/hector_quadrotor_controller_gazebo")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES "hector_quadrotor_gazebo")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "hector_quadrotor/hector_quadrotor_gazebo")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "False")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "catkin")
|
|
||||||
|
|
||||||
set(CATKIN_MESSAGE_GENERATORS )
|
|
||||||
|
|
||||||
set(CATKIN_METAPACKAGE_CMAKE_TEMPLATE "/usr/lib/python2.7/dist-packages/catkin_pkg/templates/metapackage.cmake.in")
|
|
|
@ -1,5 +0,0 @@
|
||||||
# generated from catkin/cmake/template/order_packages.context.py.in
|
|
||||||
source_root_dir = "/home/howe/Code/howe/Hector_Quadrotor_Case/src"
|
|
||||||
whitelisted_packages = "".split(';') if "" != "" else []
|
|
||||||
blacklisted_packages = "".split(';') if "" != "" else []
|
|
||||||
underlay_workspaces = "/opt/ros/kinetic".split(';') if "/opt/ros/kinetic" != "" else []
|
|
|
@ -1,13 +0,0 @@
|
||||||
#!/usr/bin/env sh
|
|
||||||
# generated from catkin/python/catkin/environment_cache.py
|
|
||||||
|
|
||||||
# based on a snapshot of the environment before and after calling the setup script
|
|
||||||
# it emulates the modifications of the setup script without recurring computations
|
|
||||||
|
|
||||||
# new environment variables
|
|
||||||
|
|
||||||
# modified environment variables
|
|
||||||
export CMAKE_PREFIX_PATH="/home/howe/Code/howe/Hector_Quadrotor_Case/devel:$CMAKE_PREFIX_PATH"
|
|
||||||
export PWD="/home/howe/Code/howe/Hector_Quadrotor_Case/build"
|
|
||||||
export ROSLISP_PACKAGE_DIRECTORIES="/home/howe/Code/howe/Hector_Quadrotor_Case/devel/share/common-lisp"
|
|
||||||
export ROS_PACKAGE_PATH="/home/howe/Code/howe/Hector_Quadrotor_Case/src:$ROS_PACKAGE_PATH"
|
|
|
@ -1,290 +0,0 @@
|
||||||
#!/usr/bin/python
|
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
# Software License Agreement (BSD License)
|
|
||||||
#
|
|
||||||
# Copyright (c) 2012, Willow Garage, Inc.
|
|
||||||
# All rights reserved.
|
|
||||||
#
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
|
||||||
# modification, are permitted provided that the following conditions
|
|
||||||
# are met:
|
|
||||||
#
|
|
||||||
# * Redistributions of source code must retain the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer.
|
|
||||||
# * Redistributions in binary form must reproduce the above
|
|
||||||
# copyright notice, this list of conditions and the following
|
|
||||||
# disclaimer in the documentation and/or other materials provided
|
|
||||||
# with the distribution.
|
|
||||||
# * Neither the name of Willow Garage, Inc. nor the names of its
|
|
||||||
# contributors may be used to endorse or promote products derived
|
|
||||||
# from this software without specific prior written permission.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
||||||
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
||||||
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
||||||
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
|
|
||||||
'''This file generates shell code for the setup.SHELL scripts to set environment variables'''
|
|
||||||
|
|
||||||
from __future__ import print_function
|
|
||||||
import argparse
|
|
||||||
import copy
|
|
||||||
import errno
|
|
||||||
import os
|
|
||||||
import platform
|
|
||||||
import sys
|
|
||||||
|
|
||||||
CATKIN_MARKER_FILE = '.catkin'
|
|
||||||
|
|
||||||
system = platform.system()
|
|
||||||
IS_DARWIN = (system == 'Darwin')
|
|
||||||
IS_WINDOWS = (system == 'Windows')
|
|
||||||
|
|
||||||
# subfolder of workspace prepended to CMAKE_PREFIX_PATH
|
|
||||||
ENV_VAR_SUBFOLDERS = {
|
|
||||||
'CMAKE_PREFIX_PATH': '',
|
|
||||||
'LD_LIBRARY_PATH' if not IS_DARWIN else 'DYLD_LIBRARY_PATH': ['lib', os.path.join('lib', 'x86_64-linux-gnu')],
|
|
||||||
'PATH': 'bin',
|
|
||||||
'PKG_CONFIG_PATH': [os.path.join('lib', 'pkgconfig'), os.path.join('lib', 'x86_64-linux-gnu', 'pkgconfig')],
|
|
||||||
'PYTHONPATH': 'lib/python2.7/dist-packages',
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
def rollback_env_variables(environ, env_var_subfolders):
|
|
||||||
'''
|
|
||||||
Generate shell code to reset environment variables
|
|
||||||
by unrolling modifications based on all workspaces in CMAKE_PREFIX_PATH.
|
|
||||||
This does not cover modifications performed by environment hooks.
|
|
||||||
'''
|
|
||||||
lines = []
|
|
||||||
unmodified_environ = copy.copy(environ)
|
|
||||||
for key in sorted(env_var_subfolders.keys()):
|
|
||||||
subfolders = env_var_subfolders[key]
|
|
||||||
if not isinstance(subfolders, list):
|
|
||||||
subfolders = [subfolders]
|
|
||||||
value = _rollback_env_variable(unmodified_environ, key, subfolders)
|
|
||||||
if value is not None:
|
|
||||||
environ[key] = value
|
|
||||||
lines.append(assignment(key, value))
|
|
||||||
if lines:
|
|
||||||
lines.insert(0, comment('reset environment variables by unrolling modifications based on all workspaces in CMAKE_PREFIX_PATH'))
|
|
||||||
return lines
|
|
||||||
|
|
||||||
|
|
||||||
def _rollback_env_variable(environ, name, subfolders):
|
|
||||||
'''
|
|
||||||
For each catkin workspace in CMAKE_PREFIX_PATH remove the first entry from env[NAME] matching workspace + subfolder.
|
|
||||||
|
|
||||||
:param subfolders: list of str '' or subfoldername that may start with '/'
|
|
||||||
:returns: the updated value of the environment variable.
|
|
||||||
'''
|
|
||||||
value = environ[name] if name in environ else ''
|
|
||||||
env_paths = [path for path in value.split(os.pathsep) if path]
|
|
||||||
value_modified = False
|
|
||||||
for subfolder in subfolders:
|
|
||||||
if subfolder:
|
|
||||||
if subfolder.startswith(os.path.sep) or (os.path.altsep and subfolder.startswith(os.path.altsep)):
|
|
||||||
subfolder = subfolder[1:]
|
|
||||||
if subfolder.endswith(os.path.sep) or (os.path.altsep and subfolder.endswith(os.path.altsep)):
|
|
||||||
subfolder = subfolder[:-1]
|
|
||||||
for ws_path in _get_workspaces(environ, include_fuerte=True, include_non_existing=True):
|
|
||||||
path_to_find = os.path.join(ws_path, subfolder) if subfolder else ws_path
|
|
||||||
path_to_remove = None
|
|
||||||
for env_path in env_paths:
|
|
||||||
env_path_clean = env_path[:-1] if env_path and env_path[-1] in [os.path.sep, os.path.altsep] else env_path
|
|
||||||
if env_path_clean == path_to_find:
|
|
||||||
path_to_remove = env_path
|
|
||||||
break
|
|
||||||
if path_to_remove:
|
|
||||||
env_paths.remove(path_to_remove)
|
|
||||||
value_modified = True
|
|
||||||
new_value = os.pathsep.join(env_paths)
|
|
||||||
return new_value if value_modified else None
|
|
||||||
|
|
||||||
|
|
||||||
def _get_workspaces(environ, include_fuerte=False, include_non_existing=False):
|
|
||||||
'''
|
|
||||||
Based on CMAKE_PREFIX_PATH return all catkin workspaces.
|
|
||||||
|
|
||||||
:param include_fuerte: The flag if paths starting with '/opt/ros/fuerte' should be considered workspaces, ``bool``
|
|
||||||
'''
|
|
||||||
# get all cmake prefix paths
|
|
||||||
env_name = 'CMAKE_PREFIX_PATH'
|
|
||||||
value = environ[env_name] if env_name in environ else ''
|
|
||||||
paths = [path for path in value.split(os.pathsep) if path]
|
|
||||||
# remove non-workspace paths
|
|
||||||
workspaces = [path for path in paths if os.path.isfile(os.path.join(path, CATKIN_MARKER_FILE)) or (include_fuerte and path.startswith('/opt/ros/fuerte')) or (include_non_existing and not os.path.exists(path))]
|
|
||||||
return workspaces
|
|
||||||
|
|
||||||
|
|
||||||
def prepend_env_variables(environ, env_var_subfolders, workspaces):
|
|
||||||
'''
|
|
||||||
Generate shell code to prepend environment variables
|
|
||||||
for the all workspaces.
|
|
||||||
'''
|
|
||||||
lines = []
|
|
||||||
lines.append(comment('prepend folders of workspaces to environment variables'))
|
|
||||||
|
|
||||||
paths = [path for path in workspaces.split(os.pathsep) if path]
|
|
||||||
|
|
||||||
prefix = _prefix_env_variable(environ, 'CMAKE_PREFIX_PATH', paths, '')
|
|
||||||
lines.append(prepend(environ, 'CMAKE_PREFIX_PATH', prefix))
|
|
||||||
|
|
||||||
for key in sorted([key for key in env_var_subfolders.keys() if key != 'CMAKE_PREFIX_PATH']):
|
|
||||||
subfolder = env_var_subfolders[key]
|
|
||||||
prefix = _prefix_env_variable(environ, key, paths, subfolder)
|
|
||||||
lines.append(prepend(environ, key, prefix))
|
|
||||||
return lines
|
|
||||||
|
|
||||||
|
|
||||||
def _prefix_env_variable(environ, name, paths, subfolders):
|
|
||||||
'''
|
|
||||||
Return the prefix to prepend to the environment variable NAME, adding any path in NEW_PATHS_STR without creating duplicate or empty items.
|
|
||||||
'''
|
|
||||||
value = environ[name] if name in environ else ''
|
|
||||||
environ_paths = [path for path in value.split(os.pathsep) if path]
|
|
||||||
checked_paths = []
|
|
||||||
for path in paths:
|
|
||||||
if not isinstance(subfolders, list):
|
|
||||||
subfolders = [subfolders]
|
|
||||||
for subfolder in subfolders:
|
|
||||||
path_tmp = path
|
|
||||||
if subfolder:
|
|
||||||
path_tmp = os.path.join(path_tmp, subfolder)
|
|
||||||
# skip nonexistent paths
|
|
||||||
if not os.path.exists(path_tmp):
|
|
||||||
continue
|
|
||||||
# exclude any path already in env and any path we already added
|
|
||||||
if path_tmp not in environ_paths and path_tmp not in checked_paths:
|
|
||||||
checked_paths.append(path_tmp)
|
|
||||||
prefix_str = os.pathsep.join(checked_paths)
|
|
||||||
if prefix_str != '' and environ_paths:
|
|
||||||
prefix_str += os.pathsep
|
|
||||||
return prefix_str
|
|
||||||
|
|
||||||
|
|
||||||
def assignment(key, value):
|
|
||||||
if not IS_WINDOWS:
|
|
||||||
return 'export %s="%s"' % (key, value)
|
|
||||||
else:
|
|
||||||
return 'set %s=%s' % (key, value)
|
|
||||||
|
|
||||||
|
|
||||||
def comment(msg):
|
|
||||||
if not IS_WINDOWS:
|
|
||||||
return '# %s' % msg
|
|
||||||
else:
|
|
||||||
return 'REM %s' % msg
|
|
||||||
|
|
||||||
|
|
||||||
def prepend(environ, key, prefix):
|
|
||||||
if key not in environ or not environ[key]:
|
|
||||||
return assignment(key, prefix)
|
|
||||||
if not IS_WINDOWS:
|
|
||||||
return 'export %s="%s$%s"' % (key, prefix, key)
|
|
||||||
else:
|
|
||||||
return 'set %s=%s%%%s%%' % (key, prefix, key)
|
|
||||||
|
|
||||||
|
|
||||||
def find_env_hooks(environ, cmake_prefix_path):
|
|
||||||
'''
|
|
||||||
Generate shell code with found environment hooks
|
|
||||||
for the all workspaces.
|
|
||||||
'''
|
|
||||||
lines = []
|
|
||||||
lines.append(comment('found environment hooks in workspaces'))
|
|
||||||
|
|
||||||
generic_env_hooks = []
|
|
||||||
generic_env_hooks_workspace = []
|
|
||||||
specific_env_hooks = []
|
|
||||||
specific_env_hooks_workspace = []
|
|
||||||
generic_env_hooks_by_filename = {}
|
|
||||||
specific_env_hooks_by_filename = {}
|
|
||||||
generic_env_hook_ext = 'bat' if IS_WINDOWS else 'sh'
|
|
||||||
specific_env_hook_ext = environ['CATKIN_SHELL'] if not IS_WINDOWS and 'CATKIN_SHELL' in environ and environ['CATKIN_SHELL'] else None
|
|
||||||
# remove non-workspace paths
|
|
||||||
workspaces = [path for path in cmake_prefix_path.split(os.pathsep) if path and os.path.isfile(os.path.join(path, CATKIN_MARKER_FILE))]
|
|
||||||
for workspace in reversed(workspaces):
|
|
||||||
env_hook_dir = os.path.join(workspace, 'etc', 'catkin', 'profile.d')
|
|
||||||
if os.path.isdir(env_hook_dir):
|
|
||||||
for filename in sorted(os.listdir(env_hook_dir)):
|
|
||||||
if filename.endswith('.%s' % generic_env_hook_ext):
|
|
||||||
# remove previous env hook with same name if present
|
|
||||||
if filename in generic_env_hooks_by_filename:
|
|
||||||
i = generic_env_hooks.index(generic_env_hooks_by_filename[filename])
|
|
||||||
generic_env_hooks.pop(i)
|
|
||||||
generic_env_hooks_workspace.pop(i)
|
|
||||||
# append env hook
|
|
||||||
generic_env_hooks.append(os.path.join(env_hook_dir, filename))
|
|
||||||
generic_env_hooks_workspace.append(workspace)
|
|
||||||
generic_env_hooks_by_filename[filename] = generic_env_hooks[-1]
|
|
||||||
elif specific_env_hook_ext is not None and filename.endswith('.%s' % specific_env_hook_ext):
|
|
||||||
# remove previous env hook with same name if present
|
|
||||||
if filename in specific_env_hooks_by_filename:
|
|
||||||
i = specific_env_hooks.index(specific_env_hooks_by_filename[filename])
|
|
||||||
specific_env_hooks.pop(i)
|
|
||||||
specific_env_hooks_workspace.pop(i)
|
|
||||||
# append env hook
|
|
||||||
specific_env_hooks.append(os.path.join(env_hook_dir, filename))
|
|
||||||
specific_env_hooks_workspace.append(workspace)
|
|
||||||
specific_env_hooks_by_filename[filename] = specific_env_hooks[-1]
|
|
||||||
env_hooks = generic_env_hooks + specific_env_hooks
|
|
||||||
env_hooks_workspace = generic_env_hooks_workspace + specific_env_hooks_workspace
|
|
||||||
count = len(env_hooks)
|
|
||||||
lines.append(assignment('_CATKIN_ENVIRONMENT_HOOKS_COUNT', count))
|
|
||||||
for i in range(count):
|
|
||||||
lines.append(assignment('_CATKIN_ENVIRONMENT_HOOKS_%d' % i, env_hooks[i]))
|
|
||||||
lines.append(assignment('_CATKIN_ENVIRONMENT_HOOKS_%d_WORKSPACE' % i, env_hooks_workspace[i]))
|
|
||||||
return lines
|
|
||||||
|
|
||||||
|
|
||||||
def _parse_arguments(args=None):
|
|
||||||
parser = argparse.ArgumentParser(description='Generates code blocks for the setup.SHELL script.')
|
|
||||||
parser.add_argument('--extend', action='store_true', help='Skip unsetting previous environment variables to extend context')
|
|
||||||
return parser.parse_known_args(args=args)[0]
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
try:
|
|
||||||
try:
|
|
||||||
args = _parse_arguments()
|
|
||||||
except Exception as e:
|
|
||||||
print(e, file=sys.stderr)
|
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
# environment at generation time
|
|
||||||
CMAKE_PREFIX_PATH = '/opt/ros/kinetic'.split(';')
|
|
||||||
# prepend current workspace if not already part of CPP
|
|
||||||
base_path = os.path.dirname(__file__)
|
|
||||||
if base_path not in CMAKE_PREFIX_PATH:
|
|
||||||
CMAKE_PREFIX_PATH.insert(0, base_path)
|
|
||||||
CMAKE_PREFIX_PATH = os.pathsep.join(CMAKE_PREFIX_PATH)
|
|
||||||
|
|
||||||
environ = dict(os.environ)
|
|
||||||
lines = []
|
|
||||||
if not args.extend:
|
|
||||||
lines += rollback_env_variables(environ, ENV_VAR_SUBFOLDERS)
|
|
||||||
lines += prepend_env_variables(environ, ENV_VAR_SUBFOLDERS, CMAKE_PREFIX_PATH)
|
|
||||||
lines += find_env_hooks(environ, CMAKE_PREFIX_PATH)
|
|
||||||
print('\n'.join(lines))
|
|
||||||
|
|
||||||
# need to explicitly flush the output
|
|
||||||
sys.stdout.flush()
|
|
||||||
except IOError as e:
|
|
||||||
# and catch potential "broken pipe" if stdout is not writable
|
|
||||||
# which can happen when piping the output to a file but the disk is full
|
|
||||||
if e.errno == errno.EPIPE:
|
|
||||||
print(e, file=sys.stderr)
|
|
||||||
sys.exit(2)
|
|
||||||
raise
|
|
||||||
|
|
||||||
sys.exit(0)
|
|
|
@ -1,253 +0,0 @@
|
||||||
#!/usr/bin/env python
|
|
||||||
|
|
||||||
# Software License Agreement (BSD License)
|
|
||||||
#
|
|
||||||
# Copyright (c) 2012, Willow Garage, Inc.
|
|
||||||
# All rights reserved.
|
|
||||||
#
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
|
||||||
# modification, are permitted provided that the following conditions
|
|
||||||
# are met:
|
|
||||||
#
|
|
||||||
# * Redistributions of source code must retain the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer.
|
|
||||||
# * Redistributions in binary form must reproduce the above
|
|
||||||
# copyright notice, this list of conditions and the following
|
|
||||||
# disclaimer in the documentation and/or other materials provided
|
|
||||||
# with the distribution.
|
|
||||||
# * Neither the name of Willow Garage, Inc. nor the names of its
|
|
||||||
# contributors may be used to endorse or promote products derived
|
|
||||||
# from this software without specific prior written permission.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
||||||
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
||||||
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
||||||
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
|
|
||||||
from __future__ import print_function
|
|
||||||
import os
|
|
||||||
import runpy
|
|
||||||
import sys
|
|
||||||
|
|
||||||
import distutils.core
|
|
||||||
try:
|
|
||||||
import setuptools
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
from argparse import ArgumentParser
|
|
||||||
|
|
||||||
|
|
||||||
def _get_locations(pkgs, package_dir):
|
|
||||||
"""
|
|
||||||
based on setuptools logic and the package_dir dict, builds a dict
|
|
||||||
of location roots for each pkg in pkgs.
|
|
||||||
See http://docs.python.org/distutils/setupscript.html
|
|
||||||
|
|
||||||
:returns: a dict {pkgname: root} for each pkgname in pkgs (and each of their parents)
|
|
||||||
"""
|
|
||||||
# package_dir contains a dict {package_name: relativepath}
|
|
||||||
# Example {'': 'src', 'foo': 'lib', 'bar': 'lib2'}
|
|
||||||
#
|
|
||||||
# '' means where to look for any package unless a parent package
|
|
||||||
# is listed so package bar.pot is expected at lib2/bar/pot,
|
|
||||||
# whereas package sup.dee is expected at src/sup/dee
|
|
||||||
#
|
|
||||||
# if package_dir does not state anything about a package,
|
|
||||||
# setuptool expects the package folder to be in the root of the
|
|
||||||
# project
|
|
||||||
locations = {}
|
|
||||||
allprefix = package_dir.get('', '')
|
|
||||||
for pkg in pkgs:
|
|
||||||
parent_location = None
|
|
||||||
splits = pkg.split('.')
|
|
||||||
# we iterate over compound name from parent to child
|
|
||||||
# so once we found parent, children just append to their parent
|
|
||||||
for key_len in range(len(splits)):
|
|
||||||
key = '.'.join(splits[:key_len + 1])
|
|
||||||
if key not in locations:
|
|
||||||
if key in package_dir:
|
|
||||||
locations[key] = package_dir[key]
|
|
||||||
elif parent_location is not None:
|
|
||||||
locations[key] = os.path.join(parent_location, splits[key_len])
|
|
||||||
else:
|
|
||||||
locations[key] = os.path.join(allprefix, key)
|
|
||||||
parent_location = locations[key]
|
|
||||||
return locations
|
|
||||||
|
|
||||||
|
|
||||||
def generate_cmake_file(package_name, version, scripts, package_dir, pkgs, modules):
|
|
||||||
"""
|
|
||||||
Generates lines to add to a cmake file which will set variables
|
|
||||||
|
|
||||||
:param version: str, format 'int.int.int'
|
|
||||||
:param scripts: [list of str]: relative paths to scripts
|
|
||||||
:param package_dir: {modulename: path}
|
|
||||||
:pkgs: [list of str] python_packages declared in catkin package
|
|
||||||
:modules: [list of str] python modules
|
|
||||||
"""
|
|
||||||
prefix = '%s_SETUP_PY' % package_name
|
|
||||||
result = []
|
|
||||||
result.append(r'set(%s_VERSION "%s")' % (prefix, version))
|
|
||||||
result.append(r'set(%s_SCRIPTS "%s")' % (prefix, ';'.join(scripts)))
|
|
||||||
|
|
||||||
# Remove packages with '.' separators.
|
|
||||||
#
|
|
||||||
# setuptools allows specifying submodules in other folders than
|
|
||||||
# their parent
|
|
||||||
#
|
|
||||||
# The symlink approach of catkin does not work with such submodules.
|
|
||||||
# In the common case, this does not matter as the submodule is
|
|
||||||
# within the containing module. We verify this assumption, and if
|
|
||||||
# it passes, we remove submodule packages.
|
|
||||||
locations = _get_locations(pkgs, package_dir)
|
|
||||||
for pkgname, location in locations.items():
|
|
||||||
if not '.' in pkgname:
|
|
||||||
continue
|
|
||||||
splits = pkgname.split('.')
|
|
||||||
# hack: ignore write-combining setup.py files for msg and srv files
|
|
||||||
if splits[1] in ['msg', 'srv']:
|
|
||||||
continue
|
|
||||||
# check every child has the same root folder as its parent
|
|
||||||
root_name = splits[0]
|
|
||||||
root_location = location
|
|
||||||
for _ in range(len(splits) - 1):
|
|
||||||
root_location = os.path.dirname(root_location)
|
|
||||||
if root_location != locations[root_name]:
|
|
||||||
raise RuntimeError(
|
|
||||||
"catkin_export_python does not support setup.py files that combine across multiple directories: %s in %s, %s in %s" % (pkgname, location, root_name, locations[root_name]))
|
|
||||||
|
|
||||||
# If checks pass, remove all submodules
|
|
||||||
pkgs = [p for p in pkgs if '.' not in p]
|
|
||||||
|
|
||||||
resolved_pkgs = []
|
|
||||||
for pkg in pkgs:
|
|
||||||
resolved_pkgs += [locations[pkg]]
|
|
||||||
|
|
||||||
result.append(r'set(%s_PACKAGES "%s")' % (prefix, ';'.join(pkgs)))
|
|
||||||
result.append(r'set(%s_PACKAGE_DIRS "%s")' % (prefix, ';'.join(resolved_pkgs).replace("\\", "/")))
|
|
||||||
|
|
||||||
# skip modules which collide with package names
|
|
||||||
filtered_modules = []
|
|
||||||
for modname in modules:
|
|
||||||
splits = modname.split('.')
|
|
||||||
# check all parents too
|
|
||||||
equals_package = [('.'.join(splits[:-i]) in locations) for i in range(len(splits))]
|
|
||||||
if any(equals_package):
|
|
||||||
continue
|
|
||||||
filtered_modules.append(modname)
|
|
||||||
module_locations = _get_locations(filtered_modules, package_dir)
|
|
||||||
|
|
||||||
result.append(r'set(%s_MODULES "%s")' % (prefix, ';'.join(['%s.py' % m.replace('.', '/') for m in filtered_modules])))
|
|
||||||
result.append(r'set(%s_MODULE_DIRS "%s")' % (prefix, ';'.join([module_locations[m] for m in filtered_modules]).replace("\\", "/")))
|
|
||||||
|
|
||||||
return result
|
|
||||||
|
|
||||||
|
|
||||||
def _create_mock_setup_function(package_name, outfile):
|
|
||||||
"""
|
|
||||||
Creates a function to call instead of distutils.core.setup or
|
|
||||||
setuptools.setup, which just captures some args and writes them
|
|
||||||
into a file that can be used from cmake
|
|
||||||
|
|
||||||
:param package_name: name of the package
|
|
||||||
:param outfile: filename that cmake will use afterwards
|
|
||||||
:returns: a function to replace disutils.core.setup and setuptools.setup
|
|
||||||
"""
|
|
||||||
|
|
||||||
def setup(*args, **kwargs):
|
|
||||||
'''
|
|
||||||
Checks kwargs and writes a scriptfile
|
|
||||||
'''
|
|
||||||
if 'version' not in kwargs:
|
|
||||||
sys.stderr.write("\n*** Unable to find 'version' in setup.py of %s\n" % package_name)
|
|
||||||
raise RuntimeError("version not found in setup.py")
|
|
||||||
version = kwargs['version']
|
|
||||||
package_dir = kwargs.get('package_dir', {})
|
|
||||||
|
|
||||||
pkgs = kwargs.get('packages', [])
|
|
||||||
scripts = kwargs.get('scripts', [])
|
|
||||||
modules = kwargs.get('py_modules', [])
|
|
||||||
|
|
||||||
unsupported_args = [
|
|
||||||
'entry_points',
|
|
||||||
'exclude_package_data',
|
|
||||||
'ext_modules ',
|
|
||||||
'ext_package',
|
|
||||||
'include_package_data',
|
|
||||||
'namespace_packages',
|
|
||||||
'setup_requires',
|
|
||||||
'use_2to3',
|
|
||||||
'zip_safe']
|
|
||||||
used_unsupported_args = [arg for arg in unsupported_args if arg in kwargs]
|
|
||||||
if used_unsupported_args:
|
|
||||||
sys.stderr.write("*** Arguments %s to setup() not supported in catkin devel space in setup.py of %s\n" % (used_unsupported_args, package_name))
|
|
||||||
|
|
||||||
result = generate_cmake_file(package_name=package_name,
|
|
||||||
version=version,
|
|
||||||
scripts=scripts,
|
|
||||||
package_dir=package_dir,
|
|
||||||
pkgs=pkgs,
|
|
||||||
modules=modules)
|
|
||||||
with open(outfile, 'w') as out:
|
|
||||||
out.write('\n'.join(result))
|
|
||||||
|
|
||||||
return setup
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
|
||||||
"""
|
|
||||||
Script main, parses arguments and invokes Dummy.setup indirectly.
|
|
||||||
"""
|
|
||||||
parser = ArgumentParser(description='Utility to read setup.py values from cmake macros. Creates a file with CMake set commands setting variables.')
|
|
||||||
parser.add_argument('package_name', help='Name of catkin package')
|
|
||||||
parser.add_argument('setupfile_path', help='Full path to setup.py')
|
|
||||||
parser.add_argument('outfile', help='Where to write result to')
|
|
||||||
|
|
||||||
args = parser.parse_args()
|
|
||||||
|
|
||||||
# print("%s" % sys.argv)
|
|
||||||
# PACKAGE_NAME = sys.argv[1]
|
|
||||||
# OUTFILE = sys.argv[3]
|
|
||||||
# print("Interrogating setup.py for package %s into %s " % (PACKAGE_NAME, OUTFILE),
|
|
||||||
# file=sys.stderr)
|
|
||||||
|
|
||||||
# print("executing %s" % args.setupfile_path)
|
|
||||||
|
|
||||||
# be sure you're in the directory containing
|
|
||||||
# setup.py so the sys.path manipulation works,
|
|
||||||
# so the import of __version__ works
|
|
||||||
os.chdir(os.path.dirname(os.path.abspath(args.setupfile_path)))
|
|
||||||
|
|
||||||
# patch setup() function of distutils and setuptools for the
|
|
||||||
# context of evaluating setup.py
|
|
||||||
try:
|
|
||||||
fake_setup = _create_mock_setup_function(package_name=args.package_name,
|
|
||||||
outfile=args.outfile)
|
|
||||||
|
|
||||||
distutils_backup = distutils.core.setup
|
|
||||||
distutils.core.setup = fake_setup
|
|
||||||
try:
|
|
||||||
setuptools_backup = setuptools.setup
|
|
||||||
setuptools.setup = fake_setup
|
|
||||||
except NameError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
runpy.run_path(args.setupfile_path)
|
|
||||||
finally:
|
|
||||||
distutils.core.setup = distutils_backup
|
|
||||||
try:
|
|
||||||
setuptools.setup = setuptools_backup
|
|
||||||
except NameError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
main()
|
|
|
@ -1,56 +0,0 @@
|
||||||
# generated from catkin/cmake/em/order_packages.cmake.em
|
|
||||||
@{
|
|
||||||
import os
|
|
||||||
try:
|
|
||||||
from catkin_pkg.cmake import get_metapackage_cmake_template_path
|
|
||||||
except ImportError as e:
|
|
||||||
raise RuntimeError('ImportError: "from catkin_pkg.cmake import get_metapackage_cmake_template_path" failed: %s\nMake sure that you have installed "catkin_pkg", it is up to date and on the PYTHONPATH.' % e)
|
|
||||||
try:
|
|
||||||
from catkin_pkg.topological_order import topological_order
|
|
||||||
except ImportError as e:
|
|
||||||
raise RuntimeError('ImportError: "from catkin_pkg.topological_order import topological_order" failed: %s\nMake sure that you have installed "catkin_pkg", it is up to date and on the PYTHONPATH.' % e)
|
|
||||||
try:
|
|
||||||
from catkin_pkg.package import InvalidPackage
|
|
||||||
except ImportError as e:
|
|
||||||
raise RuntimeError('ImportError: "from catkin_pkg.package import InvalidPackage" failed: %s\nMake sure that you have installed "catkin_pkg", it is up to date and on the PYTHONPATH.' % e)
|
|
||||||
# vars defined in order_packages.context.py.in
|
|
||||||
try:
|
|
||||||
ordered_packages = topological_order(os.path.normpath(source_root_dir), whitelisted=whitelisted_packages, blacklisted=blacklisted_packages, underlay_workspaces=underlay_workspaces)
|
|
||||||
except InvalidPackage as e:
|
|
||||||
print('message(FATAL_ERROR "%s")' % ('%s' % e).replace('"', '\\"'))
|
|
||||||
ordered_packages = []
|
|
||||||
fatal_error = False
|
|
||||||
}@
|
|
||||||
|
|
||||||
set(CATKIN_ORDERED_PACKAGES "")
|
|
||||||
set(CATKIN_ORDERED_PACKAGE_PATHS "")
|
|
||||||
set(CATKIN_ORDERED_PACKAGES_IS_META "")
|
|
||||||
set(CATKIN_ORDERED_PACKAGES_BUILD_TYPE "")
|
|
||||||
@[for path, package in ordered_packages]@
|
|
||||||
@[if path is None]@
|
|
||||||
message(FATAL_ERROR "Circular dependency in subset of packages:\n@package")
|
|
||||||
@{
|
|
||||||
fatal_error = True
|
|
||||||
}@
|
|
||||||
@[elif package.name != 'catkin']@
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES "@(package.name)")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGE_PATHS "@(path.replace('\\','/'))")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_IS_META "@(str('metapackage' in [e.tagname for e in package.exports]))")
|
|
||||||
list(APPEND CATKIN_ORDERED_PACKAGES_BUILD_TYPE "@(str([e.content for e in package.exports if e.tagname == 'build_type'][0]) if 'build_type' in [e.tagname for e in package.exports] else 'catkin')")
|
|
||||||
@{
|
|
||||||
deprecated = [e for e in package.exports if e.tagname == 'deprecated']
|
|
||||||
}@
|
|
||||||
@[if deprecated]@
|
|
||||||
message("WARNING: Package '@(package.name)' is deprecated@(' (%s)' % deprecated[0].content if deprecated[0].content else '')")
|
|
||||||
@[end if]@
|
|
||||||
@[end if]@
|
|
||||||
@[end for]@
|
|
||||||
|
|
||||||
@[if not fatal_error]@
|
|
||||||
@{
|
|
||||||
message_generators = [package.name for (_, package) in ordered_packages if 'message_generator' in [e.tagname for e in package.exports]]
|
|
||||||
}@
|
|
||||||
set(CATKIN_MESSAGE_GENERATORS @(' '.join(message_generators)))
|
|
||||||
@[end if]@
|
|
||||||
|
|
||||||
set(CATKIN_METAPACKAGE_CMAKE_TEMPLATE "@(get_metapackage_cmake_template_path().replace('\\','/'))")
|
|
|
@ -1,38 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<package format="2">
|
|
||||||
<name>catkin</name>
|
|
||||||
<version>0.7.14</version>
|
|
||||||
<description>Low-level build system macros and infrastructure for ROS.</description>
|
|
||||||
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
|
|
||||||
<license>BSD</license>
|
|
||||||
|
|
||||||
<url type="website">http://www.ros.org/wiki/catkin</url>
|
|
||||||
<url type="bugtracker">https://github.com/ros/catkin/issues</url>
|
|
||||||
<url type="repository">https://github.com/ros/catkin</url>
|
|
||||||
|
|
||||||
<author>Troy Straszheim</author>
|
|
||||||
<author>Morten Kjaergaard</author>
|
|
||||||
<author>Brian Gerkey</author>
|
|
||||||
<author>Dirk Thomas</author>
|
|
||||||
|
|
||||||
<buildtool_depend>cmake</buildtool_depend>
|
|
||||||
<buildtool_export_depend>cmake</buildtool_export_depend>
|
|
||||||
|
|
||||||
<depend>python-argparse</depend>
|
|
||||||
<depend version_gt="0.4.3">python-catkin-pkg</depend>
|
|
||||||
|
|
||||||
<build_depend>python-empy</build_depend>
|
|
||||||
|
|
||||||
<build_export_depend>google-mock</build_export_depend>
|
|
||||||
<build_export_depend>gtest</build_export_depend>
|
|
||||||
<build_export_depend>python-empy</build_export_depend>
|
|
||||||
<build_export_depend>python-nose</build_export_depend>
|
|
||||||
|
|
||||||
<test_depend>python-mock</test_depend>
|
|
||||||
<test_depend>python-nose</test_depend>
|
|
||||||
|
|
||||||
<export>
|
|
||||||
<rosdoc config="rosdoc.yaml"/>
|
|
||||||
<architecture_independent/>
|
|
||||||
</export>
|
|
||||||
</package>
|
|
|
@ -1,2 +0,0 @@
|
||||||
hector_quadrotor/hector:hector_quadrotor/hector_msgs:hector_quadrotor/hector_quadrotor:hector_quadrotor/hector_quadrotor_controller:hector_quadrotor/hector_quadrotor_controller_gazebo:hector_quadrotor/hector_quadrotor_demo:hector_quadrotor/hector_quadrotor_description:hector_quadrotor/hector_quadrotor_gazebo:hector_quadrotor/hector_quadrotor_gazebo_plugins:hector_quadrotor/hector_quadrotor_model:hector_quadrotor/hector_quadrotor_pose_estimation:hector_quadrotor/hector_quadrotor_teleop:hector_quadrotor/hector_uav_msgs:rosflight_msgs
|
|
||||||
-DCATKIN_DEVEL_PREFIX=/home/howe/Code/howe/Hector_Quadrotor_Case/devel -DCMAKE_INSTALL_PREFIX=/home/howe/Code/howe/Hector_Quadrotor_Case/install -G Unix Makefiles
|
|
|
@ -1,146 +0,0 @@
|
||||||
# Install script for directory: /home/howe/Code/howe/Hector_Quadrotor_Case/src
|
|
||||||
|
|
||||||
# Set the install prefix
|
|
||||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
|
||||||
set(CMAKE_INSTALL_PREFIX "/home/howe/Code/howe/Hector_Quadrotor_Case/install")
|
|
||||||
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 "")
|
|
||||||
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 "1")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
|
|
||||||
|
|
||||||
if (NOT EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}")
|
|
||||||
file(MAKE_DIRECTORY "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}")
|
|
||||||
endif()
|
|
||||||
if (NOT EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/.catkin")
|
|
||||||
file(WRITE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/.catkin" "")
|
|
||||||
endif()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
|
|
||||||
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/install/_setup_util.py")
|
|
||||||
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
|
||||||
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
|
||||||
endif()
|
|
||||||
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
|
||||||
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
|
||||||
endif()
|
|
||||||
file(INSTALL DESTINATION "/home/howe/Code/howe/Hector_Quadrotor_Case/install" TYPE PROGRAM FILES "/home/howe/Code/howe/Hector_Quadrotor_Case/build/catkin_generated/installspace/_setup_util.py")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
|
|
||||||
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/install/env.sh")
|
|
||||||
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
|
||||||
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
|
||||||
endif()
|
|
||||||
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
|
||||||
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
|
||||||
endif()
|
|
||||||
file(INSTALL DESTINATION "/home/howe/Code/howe/Hector_Quadrotor_Case/install" TYPE PROGRAM FILES "/home/howe/Code/howe/Hector_Quadrotor_Case/build/catkin_generated/installspace/env.sh")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
|
|
||||||
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/install/setup.bash")
|
|
||||||
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
|
||||||
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
|
||||||
endif()
|
|
||||||
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
|
||||||
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
|
||||||
endif()
|
|
||||||
file(INSTALL DESTINATION "/home/howe/Code/howe/Hector_Quadrotor_Case/install" TYPE FILE FILES "/home/howe/Code/howe/Hector_Quadrotor_Case/build/catkin_generated/installspace/setup.bash")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
|
|
||||||
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/install/setup.sh")
|
|
||||||
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
|
||||||
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
|
||||||
endif()
|
|
||||||
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
|
||||||
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
|
||||||
endif()
|
|
||||||
file(INSTALL DESTINATION "/home/howe/Code/howe/Hector_Quadrotor_Case/install" TYPE FILE FILES "/home/howe/Code/howe/Hector_Quadrotor_Case/build/catkin_generated/installspace/setup.sh")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
|
|
||||||
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/install/setup.zsh")
|
|
||||||
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
|
||||||
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
|
||||||
endif()
|
|
||||||
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
|
||||||
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
|
||||||
endif()
|
|
||||||
file(INSTALL DESTINATION "/home/howe/Code/howe/Hector_Quadrotor_Case/install" TYPE FILE FILES "/home/howe/Code/howe/Hector_Quadrotor_Case/build/catkin_generated/installspace/setup.zsh")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
|
|
||||||
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/install/.rosinstall")
|
|
||||||
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
|
||||||
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
|
||||||
endif()
|
|
||||||
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
|
||||||
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
|
||||||
endif()
|
|
||||||
file(INSTALL DESTINATION "/home/howe/Code/howe/Hector_Quadrotor_Case/install" TYPE FILE FILES "/home/howe/Code/howe/Hector_Quadrotor_Case/build/catkin_generated/installspace/.rosinstall")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
|
||||||
# Include the install script for each subdirectory.
|
|
||||||
include("/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/cmake_install.cmake")
|
|
||||||
include("/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor/cmake_install.cmake")
|
|
||||||
include("/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_demo/cmake_install.cmake")
|
|
||||||
include("/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_description/cmake_install.cmake")
|
|
||||||
include("/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_msgs/cmake_install.cmake")
|
|
||||||
include("/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_uav_msgs/cmake_install.cmake")
|
|
||||||
include("/home/howe/Code/howe/Hector_Quadrotor_Case/build/rosflight_msgs/cmake_install.cmake")
|
|
||||||
include("/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_model/cmake_install.cmake")
|
|
||||||
include("/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector/cmake_install.cmake")
|
|
||||||
include("/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller/cmake_install.cmake")
|
|
||||||
include("/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_teleop/cmake_install.cmake")
|
|
||||||
include("/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo_plugins/cmake_install.cmake")
|
|
||||||
include("/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_pose_estimation/cmake_install.cmake")
|
|
||||||
include("/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_controller_gazebo/cmake_install.cmake")
|
|
||||||
include("/home/howe/Code/howe/Hector_Quadrotor_Case/build/hector_quadrotor/hector_quadrotor_gazebo/cmake_install.cmake")
|
|
||||||
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(CMAKE_INSTALL_COMPONENT)
|
|
||||||
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
|
||||||
else()
|
|
||||||
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
|
||||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
|
||||||
file(WRITE "/home/howe/Code/howe/Hector_Quadrotor_Case/build/${CMAKE_INSTALL_MANIFEST}"
|
|
||||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
|
@ -1,16 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# Relative path conversion top directories.
|
|
||||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/src/gmock")
|
|
||||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/howe/Code/howe/Hector_Quadrotor_Case/build")
|
|
||||||
|
|
||||||
# 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})
|
|
|
@ -1,30 +0,0 @@
|
||||||
# The set of languages for which implicit dependencies are needed:
|
|
||||||
set(CMAKE_DEPENDS_LANGUAGES
|
|
||||||
"CXX"
|
|
||||||
)
|
|
||||||
# The set of files for implicit dependencies of each language:
|
|
||||||
set(CMAKE_DEPENDS_CHECK_CXX
|
|
||||||
"/usr/src/gmock/src/gmock-all.cc" "/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.o"
|
|
||||||
"/usr/src/gtest/src/gtest-all.cc" "/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o"
|
|
||||||
)
|
|
||||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
|
||||||
|
|
||||||
# Preprocessor definitions for this target.
|
|
||||||
set(CMAKE_TARGET_DEFINITIONS_CXX
|
|
||||||
"GTEST_CREATE_SHARED_LIBRARY=1"
|
|
||||||
)
|
|
||||||
|
|
||||||
# The include file search paths:
|
|
||||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
|
||||||
"/usr/src/gmock/include"
|
|
||||||
"/usr/src/gmock"
|
|
||||||
"/usr/src/gtest/include"
|
|
||||||
"/usr/src/gtest"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Targets to which this target links.
|
|
||||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
||||||
)
|
|
||||||
|
|
||||||
# Fortran module output directory.
|
|
||||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
|
@ -1,140 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# 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/howe/Code/howe/Hector_Quadrotor_Case/src
|
|
||||||
|
|
||||||
# The top-level build directory on which CMake was run.
|
|
||||||
CMAKE_BINARY_DIR = /home/howe/Code/howe/Hector_Quadrotor_Case/build
|
|
||||||
|
|
||||||
# Include any dependencies generated for this target.
|
|
||||||
include gtest/CMakeFiles/gmock.dir/depend.make
|
|
||||||
|
|
||||||
# Include the progress variables for this target.
|
|
||||||
include gtest/CMakeFiles/gmock.dir/progress.make
|
|
||||||
|
|
||||||
# Include the compile flags for this target's objects.
|
|
||||||
include gtest/CMakeFiles/gmock.dir/flags.make
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o: gtest/CMakeFiles/gmock.dir/flags.make
|
|
||||||
gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o: /usr/src/gtest/src/gtest-all.cc
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o -c /usr/src/gtest/src/gtest-all.cc
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.i: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.i"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /usr/src/gtest/src/gtest-all.cc > CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.i
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.s: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.s"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /usr/src/gtest/src/gtest-all.cc -o CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.s
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o.requires:
|
|
||||||
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o.requires
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o.provides: gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o.requires
|
|
||||||
$(MAKE) -f gtest/CMakeFiles/gmock.dir/build.make gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o.provides.build
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o.provides
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o.provides.build: gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o
|
|
||||||
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.o: gtest/CMakeFiles/gmock.dir/flags.make
|
|
||||||
gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.o: /usr/src/gmock/src/gmock-all.cc
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.o"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gmock.dir/src/gmock-all.cc.o -c /usr/src/gmock/src/gmock-all.cc
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.i: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gmock.dir/src/gmock-all.cc.i"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /usr/src/gmock/src/gmock-all.cc > CMakeFiles/gmock.dir/src/gmock-all.cc.i
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.s: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gmock.dir/src/gmock-all.cc.s"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /usr/src/gmock/src/gmock-all.cc -o CMakeFiles/gmock.dir/src/gmock-all.cc.s
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.o.requires:
|
|
||||||
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.o.requires
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.o.provides: gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.o.requires
|
|
||||||
$(MAKE) -f gtest/CMakeFiles/gmock.dir/build.make gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.o.provides.build
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.o.provides
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.o.provides.build: gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.o
|
|
||||||
|
|
||||||
|
|
||||||
# Object files for target gmock
|
|
||||||
gmock_OBJECTS = \
|
|
||||||
"CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o" \
|
|
||||||
"CMakeFiles/gmock.dir/src/gmock-all.cc.o"
|
|
||||||
|
|
||||||
# External object files for target gmock
|
|
||||||
gmock_EXTERNAL_OBJECTS =
|
|
||||||
|
|
||||||
gtest/libgmock.so: gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o
|
|
||||||
gtest/libgmock.so: gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.o
|
|
||||||
gtest/libgmock.so: gtest/CMakeFiles/gmock.dir/build.make
|
|
||||||
gtest/libgmock.so: gtest/CMakeFiles/gmock.dir/link.txt
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX shared library libgmock.so"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gmock.dir/link.txt --verbose=$(VERBOSE)
|
|
||||||
|
|
||||||
# Rule to build all files generated by this target.
|
|
||||||
gtest/CMakeFiles/gmock.dir/build: gtest/libgmock.so
|
|
||||||
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock.dir/build
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock.dir/requires: gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o.requires
|
|
||||||
gtest/CMakeFiles/gmock.dir/requires: gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.o.requires
|
|
||||||
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock.dir/requires
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock.dir/clean:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gmock.dir/cmake_clean.cmake
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock.dir/clean
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock.dir/depend:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/howe/Code/howe/Hector_Quadrotor_Case/src /usr/src/gmock /home/howe/Code/howe/Hector_Quadrotor_Case/build /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/gmock.dir/DependInfo.cmake --color=$(COLOR)
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock.dir/depend
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
file(REMOVE_RECURSE
|
|
||||||
"CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o"
|
|
||||||
"CMakeFiles/gmock.dir/src/gmock-all.cc.o"
|
|
||||||
"libgmock.pdb"
|
|
||||||
"libgmock.so"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Per-language clean rules from dependency scanning.
|
|
||||||
foreach(lang CXX)
|
|
||||||
include(CMakeFiles/gmock.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
||||||
endforeach()
|
|
|
@ -1,2 +0,0 @@
|
||||||
# Empty dependencies file for gmock.
|
|
||||||
# This may be replaced when dependencies are built.
|
|
|
@ -1,10 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# compile CXX with /usr/bin/c++
|
|
||||||
CXX_FLAGS = -fPIC -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
|
|
||||||
|
|
||||||
CXX_DEFINES = -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgmock_EXPORTS
|
|
||||||
|
|
||||||
CXX_INCLUDES = -I/usr/src/gmock/include -I/usr/src/gmock -I/usr/src/gtest/include -I/usr/src/gtest
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/bin/c++ -fPIC -shared -Wl,-soname,libgmock.so -o libgmock.so CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o CMakeFiles/gmock.dir/src/gmock-all.cc.o -lpthread
|
|
|
@ -1,4 +0,0 @@
|
||||||
CMAKE_PROGRESS_1 =
|
|
||||||
CMAKE_PROGRESS_2 =
|
|
||||||
CMAKE_PROGRESS_3 = 1
|
|
||||||
|
|
|
@ -1,31 +0,0 @@
|
||||||
# The set of languages for which implicit dependencies are needed:
|
|
||||||
set(CMAKE_DEPENDS_LANGUAGES
|
|
||||||
"CXX"
|
|
||||||
)
|
|
||||||
# The set of files for implicit dependencies of each language:
|
|
||||||
set(CMAKE_DEPENDS_CHECK_CXX
|
|
||||||
"/usr/src/gmock/src/gmock-all.cc" "/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o"
|
|
||||||
"/usr/src/gmock/src/gmock_main.cc" "/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o"
|
|
||||||
"/usr/src/gtest/src/gtest-all.cc" "/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o"
|
|
||||||
)
|
|
||||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
|
||||||
|
|
||||||
# Preprocessor definitions for this target.
|
|
||||||
set(CMAKE_TARGET_DEFINITIONS_CXX
|
|
||||||
"GTEST_CREATE_SHARED_LIBRARY=1"
|
|
||||||
)
|
|
||||||
|
|
||||||
# The include file search paths:
|
|
||||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
|
||||||
"/usr/src/gmock/include"
|
|
||||||
"/usr/src/gmock"
|
|
||||||
"/usr/src/gtest/include"
|
|
||||||
"/usr/src/gtest"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Targets to which this target links.
|
|
||||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
||||||
)
|
|
||||||
|
|
||||||
# Fortran module output directory.
|
|
||||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
|
@ -1,167 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# 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/howe/Code/howe/Hector_Quadrotor_Case/src
|
|
||||||
|
|
||||||
# The top-level build directory on which CMake was run.
|
|
||||||
CMAKE_BINARY_DIR = /home/howe/Code/howe/Hector_Quadrotor_Case/build
|
|
||||||
|
|
||||||
# Include any dependencies generated for this target.
|
|
||||||
include gtest/CMakeFiles/gmock_main.dir/depend.make
|
|
||||||
|
|
||||||
# Include the progress variables for this target.
|
|
||||||
include gtest/CMakeFiles/gmock_main.dir/progress.make
|
|
||||||
|
|
||||||
# Include the compile flags for this target's objects.
|
|
||||||
include gtest/CMakeFiles/gmock_main.dir/flags.make
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o: gtest/CMakeFiles/gmock_main.dir/flags.make
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o: /usr/src/gtest/src/gtest-all.cc
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o -c /usr/src/gtest/src/gtest-all.cc
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.i: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.i"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /usr/src/gtest/src/gtest-all.cc > CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.i
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.s: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.s"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /usr/src/gtest/src/gtest-all.cc -o CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.s
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o.requires:
|
|
||||||
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o.requires
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o.provides: gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o.requires
|
|
||||||
$(MAKE) -f gtest/CMakeFiles/gmock_main.dir/build.make gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o.provides.build
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o.provides
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o.provides.build: gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o
|
|
||||||
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o: gtest/CMakeFiles/gmock_main.dir/flags.make
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o: /usr/src/gmock/src/gmock-all.cc
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gmock_main.dir/src/gmock-all.cc.o -c /usr/src/gmock/src/gmock-all.cc
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.i: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gmock_main.dir/src/gmock-all.cc.i"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /usr/src/gmock/src/gmock-all.cc > CMakeFiles/gmock_main.dir/src/gmock-all.cc.i
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.s: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gmock_main.dir/src/gmock-all.cc.s"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /usr/src/gmock/src/gmock-all.cc -o CMakeFiles/gmock_main.dir/src/gmock-all.cc.s
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o.requires:
|
|
||||||
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o.requires
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o.provides: gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o.requires
|
|
||||||
$(MAKE) -f gtest/CMakeFiles/gmock_main.dir/build.make gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o.provides.build
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o.provides
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o.provides.build: gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o
|
|
||||||
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: gtest/CMakeFiles/gmock_main.dir/flags.make
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: /usr/src/gmock/src/gmock_main.cc
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gmock_main.dir/src/gmock_main.cc.o -c /usr/src/gmock/src/gmock_main.cc
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.i: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gmock_main.dir/src/gmock_main.cc.i"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /usr/src/gmock/src/gmock_main.cc > CMakeFiles/gmock_main.dir/src/gmock_main.cc.i
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.s: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gmock_main.dir/src/gmock_main.cc.s"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /usr/src/gmock/src/gmock_main.cc -o CMakeFiles/gmock_main.dir/src/gmock_main.cc.s
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.requires:
|
|
||||||
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.requires
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.provides: gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.requires
|
|
||||||
$(MAKE) -f gtest/CMakeFiles/gmock_main.dir/build.make gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.provides.build
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.provides
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.provides.build: gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
|
|
||||||
|
|
||||||
|
|
||||||
# Object files for target gmock_main
|
|
||||||
gmock_main_OBJECTS = \
|
|
||||||
"CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o" \
|
|
||||||
"CMakeFiles/gmock_main.dir/src/gmock-all.cc.o" \
|
|
||||||
"CMakeFiles/gmock_main.dir/src/gmock_main.cc.o"
|
|
||||||
|
|
||||||
# External object files for target gmock_main
|
|
||||||
gmock_main_EXTERNAL_OBJECTS =
|
|
||||||
|
|
||||||
gtest/libgmock_main.so: gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o
|
|
||||||
gtest/libgmock_main.so: gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o
|
|
||||||
gtest/libgmock_main.so: gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
|
|
||||||
gtest/libgmock_main.so: gtest/CMakeFiles/gmock_main.dir/build.make
|
|
||||||
gtest/libgmock_main.so: gtest/CMakeFiles/gmock_main.dir/link.txt
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX shared library libgmock_main.so"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gmock_main.dir/link.txt --verbose=$(VERBOSE)
|
|
||||||
|
|
||||||
# Rule to build all files generated by this target.
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/build: gtest/libgmock_main.so
|
|
||||||
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock_main.dir/build
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/requires: gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o.requires
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/requires: gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o.requires
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/requires: gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.requires
|
|
||||||
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock_main.dir/requires
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/clean:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gmock_main.dir/cmake_clean.cmake
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock_main.dir/clean
|
|
||||||
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/depend:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/howe/Code/howe/Hector_Quadrotor_Case/src /usr/src/gmock /home/howe/Code/howe/Hector_Quadrotor_Case/build /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/gmock_main.dir/DependInfo.cmake --color=$(COLOR)
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock_main.dir/depend
|
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
file(REMOVE_RECURSE
|
|
||||||
"CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o"
|
|
||||||
"CMakeFiles/gmock_main.dir/src/gmock-all.cc.o"
|
|
||||||
"CMakeFiles/gmock_main.dir/src/gmock_main.cc.o"
|
|
||||||
"libgmock_main.pdb"
|
|
||||||
"libgmock_main.so"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Per-language clean rules from dependency scanning.
|
|
||||||
foreach(lang CXX)
|
|
||||||
include(CMakeFiles/gmock_main.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
||||||
endforeach()
|
|
|
@ -1,2 +0,0 @@
|
||||||
# Empty dependencies file for gmock_main.
|
|
||||||
# This may be replaced when dependencies are built.
|
|
|
@ -1,10 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# compile CXX with /usr/bin/c++
|
|
||||||
CXX_FLAGS = -fPIC -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
|
|
||||||
|
|
||||||
CXX_DEFINES = -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgmock_main_EXPORTS
|
|
||||||
|
|
||||||
CXX_INCLUDES = -I/usr/src/gmock/include -I/usr/src/gmock -I/usr/src/gtest/include -I/usr/src/gtest
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/bin/c++ -fPIC -shared -Wl,-soname,libgmock_main.so -o libgmock_main.so CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o CMakeFiles/gmock_main.dir/src/gmock-all.cc.o CMakeFiles/gmock_main.dir/src/gmock_main.cc.o -lpthread
|
|
|
@ -1,5 +0,0 @@
|
||||||
CMAKE_PROGRESS_1 =
|
|
||||||
CMAKE_PROGRESS_2 =
|
|
||||||
CMAKE_PROGRESS_3 = 2
|
|
||||||
CMAKE_PROGRESS_4 =
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1,7 +0,0 @@
|
||||||
# CMake generated Testfile for
|
|
||||||
# Source directory: /usr/src/gmock
|
|
||||||
# Build directory: /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest
|
|
||||||
#
|
|
||||||
# This file includes the relevant testing commands required for
|
|
||||||
# testing this directory and lists subdirectories to be tested as well.
|
|
||||||
subdirs(gtest)
|
|
|
@ -1,322 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# 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/howe/Code/howe/Hector_Quadrotor_Case/src
|
|
||||||
|
|
||||||
# The top-level build directory on which CMake was run.
|
|
||||||
CMAKE_BINARY_DIR = /home/howe/Code/howe/Hector_Quadrotor_Case/build
|
|
||||||
|
|
||||||
#=============================================================================
|
|
||||||
# Targets provided globally by CMake.
|
|
||||||
|
|
||||||
# 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
|
|
||||||
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 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 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 edit_cache
|
|
||||||
edit_cache:
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
|
||||||
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
||||||
.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 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
|
|
||||||
|
|
||||||
# The main all target
|
|
||||||
all: cmake_check_build_system
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/CMakeFiles/progress.marks
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/all
|
|
||||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles 0
|
|
||||||
.PHONY : all
|
|
||||||
|
|
||||||
# The main clean target
|
|
||||||
clean:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/clean
|
|
||||||
.PHONY : clean
|
|
||||||
|
|
||||||
# The main clean target
|
|
||||||
clean/fast: clean
|
|
||||||
|
|
||||||
.PHONY : clean/fast
|
|
||||||
|
|
||||||
# Prepare targets for installation.
|
|
||||||
preinstall: all
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/preinstall
|
|
||||||
.PHONY : preinstall
|
|
||||||
|
|
||||||
# Prepare targets for installation.
|
|
||||||
preinstall/fast:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/preinstall
|
|
||||||
.PHONY : preinstall/fast
|
|
||||||
|
|
||||||
# clear depends
|
|
||||||
depend:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
||||||
.PHONY : depend
|
|
||||||
|
|
||||||
# Convenience name for target.
|
|
||||||
gtest/CMakeFiles/gmock.dir/rule:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/CMakeFiles/gmock.dir/rule
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock.dir/rule
|
|
||||||
|
|
||||||
# Convenience name for target.
|
|
||||||
gmock: gtest/CMakeFiles/gmock.dir/rule
|
|
||||||
|
|
||||||
.PHONY : gmock
|
|
||||||
|
|
||||||
# fast build rule for target.
|
|
||||||
gmock/fast:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock.dir/build.make gtest/CMakeFiles/gmock.dir/build
|
|
||||||
.PHONY : gmock/fast
|
|
||||||
|
|
||||||
# Convenience name for target.
|
|
||||||
gtest/CMakeFiles/gmock_main.dir/rule:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/CMakeFiles/gmock_main.dir/rule
|
|
||||||
.PHONY : gtest/CMakeFiles/gmock_main.dir/rule
|
|
||||||
|
|
||||||
# Convenience name for target.
|
|
||||||
gmock_main: gtest/CMakeFiles/gmock_main.dir/rule
|
|
||||||
|
|
||||||
.PHONY : gmock_main
|
|
||||||
|
|
||||||
# fast build rule for target.
|
|
||||||
gmock_main/fast:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock_main.dir/build.make gtest/CMakeFiles/gmock_main.dir/build
|
|
||||||
.PHONY : gmock_main/fast
|
|
||||||
|
|
||||||
src/gmock-all.o: src/gmock-all.cc.o
|
|
||||||
|
|
||||||
.PHONY : src/gmock-all.o
|
|
||||||
|
|
||||||
# target to build an object file
|
|
||||||
src/gmock-all.cc.o:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock.dir/build.make gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.o
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock_main.dir/build.make gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o
|
|
||||||
.PHONY : src/gmock-all.cc.o
|
|
||||||
|
|
||||||
src/gmock-all.i: src/gmock-all.cc.i
|
|
||||||
|
|
||||||
.PHONY : src/gmock-all.i
|
|
||||||
|
|
||||||
# target to preprocess a source file
|
|
||||||
src/gmock-all.cc.i:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock.dir/build.make gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.i
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock_main.dir/build.make gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.i
|
|
||||||
.PHONY : src/gmock-all.cc.i
|
|
||||||
|
|
||||||
src/gmock-all.s: src/gmock-all.cc.s
|
|
||||||
|
|
||||||
.PHONY : src/gmock-all.s
|
|
||||||
|
|
||||||
# target to generate assembly for a file
|
|
||||||
src/gmock-all.cc.s:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock.dir/build.make gtest/CMakeFiles/gmock.dir/src/gmock-all.cc.s
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock_main.dir/build.make gtest/CMakeFiles/gmock_main.dir/src/gmock-all.cc.s
|
|
||||||
.PHONY : src/gmock-all.cc.s
|
|
||||||
|
|
||||||
src/gmock_main.o: src/gmock_main.cc.o
|
|
||||||
|
|
||||||
.PHONY : src/gmock_main.o
|
|
||||||
|
|
||||||
# target to build an object file
|
|
||||||
src/gmock_main.cc.o:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock_main.dir/build.make gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
|
|
||||||
.PHONY : src/gmock_main.cc.o
|
|
||||||
|
|
||||||
src/gmock_main.i: src/gmock_main.cc.i
|
|
||||||
|
|
||||||
.PHONY : src/gmock_main.i
|
|
||||||
|
|
||||||
# target to preprocess a source file
|
|
||||||
src/gmock_main.cc.i:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock_main.dir/build.make gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.i
|
|
||||||
.PHONY : src/gmock_main.cc.i
|
|
||||||
|
|
||||||
src/gmock_main.s: src/gmock_main.cc.s
|
|
||||||
|
|
||||||
.PHONY : src/gmock_main.s
|
|
||||||
|
|
||||||
# target to generate assembly for a file
|
|
||||||
src/gmock_main.cc.s:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock_main.dir/build.make gtest/CMakeFiles/gmock_main.dir/src/gmock_main.cc.s
|
|
||||||
.PHONY : src/gmock_main.cc.s
|
|
||||||
|
|
||||||
usr/src/gtest/src/gtest-all.o: usr/src/gtest/src/gtest-all.cc.o
|
|
||||||
|
|
||||||
.PHONY : usr/src/gtest/src/gtest-all.o
|
|
||||||
|
|
||||||
# target to build an object file
|
|
||||||
usr/src/gtest/src/gtest-all.cc.o:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock.dir/build.make gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.o
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock_main.dir/build.make gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.o
|
|
||||||
.PHONY : usr/src/gtest/src/gtest-all.cc.o
|
|
||||||
|
|
||||||
usr/src/gtest/src/gtest-all.i: usr/src/gtest/src/gtest-all.cc.i
|
|
||||||
|
|
||||||
.PHONY : usr/src/gtest/src/gtest-all.i
|
|
||||||
|
|
||||||
# target to preprocess a source file
|
|
||||||
usr/src/gtest/src/gtest-all.cc.i:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock.dir/build.make gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.i
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock_main.dir/build.make gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.i
|
|
||||||
.PHONY : usr/src/gtest/src/gtest-all.cc.i
|
|
||||||
|
|
||||||
usr/src/gtest/src/gtest-all.s: usr/src/gtest/src/gtest-all.cc.s
|
|
||||||
|
|
||||||
.PHONY : usr/src/gtest/src/gtest-all.s
|
|
||||||
|
|
||||||
# target to generate assembly for a file
|
|
||||||
usr/src/gtest/src/gtest-all.cc.s:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock.dir/build.make gtest/CMakeFiles/gmock.dir/usr/src/gtest/src/gtest-all.cc.s
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(MAKE) -f gtest/CMakeFiles/gmock_main.dir/build.make gtest/CMakeFiles/gmock_main.dir/usr/src/gtest/src/gtest-all.cc.s
|
|
||||||
.PHONY : usr/src/gtest/src/gtest-all.cc.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 "... list_install_components"
|
|
||||||
@echo "... install"
|
|
||||||
@echo "... rebuild_cache"
|
|
||||||
@echo "... test"
|
|
||||||
@echo "... edit_cache"
|
|
||||||
@echo "... gmock"
|
|
||||||
@echo "... gmock_main"
|
|
||||||
@echo "... install/strip"
|
|
||||||
@echo "... install/local"
|
|
||||||
@echo "... src/gmock-all.o"
|
|
||||||
@echo "... src/gmock-all.i"
|
|
||||||
@echo "... src/gmock-all.s"
|
|
||||||
@echo "... src/gmock_main.o"
|
|
||||||
@echo "... src/gmock_main.i"
|
|
||||||
@echo "... src/gmock_main.s"
|
|
||||||
@echo "... usr/src/gtest/src/gtest-all.o"
|
|
||||||
@echo "... usr/src/gtest/src/gtest-all.i"
|
|
||||||
@echo "... usr/src/gtest/src/gtest-all.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/howe/Code/howe/Hector_Quadrotor_Case/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
||||||
.PHONY : cmake_check_build_system
|
|
||||||
|
|
|
@ -1,40 +0,0 @@
|
||||||
# Install script for directory: /usr/src/gmock
|
|
||||||
|
|
||||||
# Set the install prefix
|
|
||||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
|
||||||
set(CMAKE_INSTALL_PREFIX "/home/howe/Code/howe/Hector_Quadrotor_Case/install")
|
|
||||||
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 "")
|
|
||||||
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 "1")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
|
||||||
# Include the install script for each subdirectory.
|
|
||||||
include("/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/cmake_install.cmake")
|
|
||||||
|
|
||||||
endif()
|
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# Relative path conversion top directories.
|
|
||||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/src/gtest")
|
|
||||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/howe/Code/howe/Hector_Quadrotor_Case/build")
|
|
||||||
|
|
||||||
# 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})
|
|
|
@ -1,27 +0,0 @@
|
||||||
# The set of languages for which implicit dependencies are needed:
|
|
||||||
set(CMAKE_DEPENDS_LANGUAGES
|
|
||||||
"CXX"
|
|
||||||
)
|
|
||||||
# The set of files for implicit dependencies of each language:
|
|
||||||
set(CMAKE_DEPENDS_CHECK_CXX
|
|
||||||
"/usr/src/gtest/src/gtest-all.cc" "/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o"
|
|
||||||
)
|
|
||||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
|
||||||
|
|
||||||
# Preprocessor definitions for this target.
|
|
||||||
set(CMAKE_TARGET_DEFINITIONS_CXX
|
|
||||||
"GTEST_CREATE_SHARED_LIBRARY=1"
|
|
||||||
)
|
|
||||||
|
|
||||||
# The include file search paths:
|
|
||||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
|
||||||
"/usr/src/gtest/include"
|
|
||||||
"/usr/src/gtest"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Targets to which this target links.
|
|
||||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
||||||
)
|
|
||||||
|
|
||||||
# Fortran module output directory.
|
|
||||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
|
@ -1,113 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# 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/howe/Code/howe/Hector_Quadrotor_Case/src
|
|
||||||
|
|
||||||
# The top-level build directory on which CMake was run.
|
|
||||||
CMAKE_BINARY_DIR = /home/howe/Code/howe/Hector_Quadrotor_Case/build
|
|
||||||
|
|
||||||
# Include any dependencies generated for this target.
|
|
||||||
include gtest/gtest/CMakeFiles/gtest.dir/depend.make
|
|
||||||
|
|
||||||
# Include the progress variables for this target.
|
|
||||||
include gtest/gtest/CMakeFiles/gtest.dir/progress.make
|
|
||||||
|
|
||||||
# Include the compile flags for this target's objects.
|
|
||||||
include gtest/gtest/CMakeFiles/gtest.dir/flags.make
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: gtest/gtest/CMakeFiles/gtest.dir/flags.make
|
|
||||||
gtest/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: /usr/src/gtest/src/gtest-all.cc
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object gtest/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /usr/src/gtest/src/gtest-all.cc
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.i: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest.dir/src/gtest-all.cc.i"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /usr/src/gtest/src/gtest-all.cc > CMakeFiles/gtest.dir/src/gtest-all.cc.i
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.s: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest.dir/src/gtest-all.cc.s"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /usr/src/gtest/src/gtest-all.cc -o CMakeFiles/gtest.dir/src/gtest-all.cc.s
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires:
|
|
||||||
|
|
||||||
.PHONY : gtest/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides: gtest/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires
|
|
||||||
$(MAKE) -f gtest/gtest/CMakeFiles/gtest.dir/build.make gtest/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides.build
|
|
||||||
.PHONY : gtest/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides.build: gtest/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
|
|
||||||
|
|
||||||
|
|
||||||
# Object files for target gtest
|
|
||||||
gtest_OBJECTS = \
|
|
||||||
"CMakeFiles/gtest.dir/src/gtest-all.cc.o"
|
|
||||||
|
|
||||||
# External object files for target gtest
|
|
||||||
gtest_EXTERNAL_OBJECTS =
|
|
||||||
|
|
||||||
gtest/gtest/libgtest.so: gtest/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
|
|
||||||
gtest/gtest/libgtest.so: gtest/gtest/CMakeFiles/gtest.dir/build.make
|
|
||||||
gtest/gtest/libgtest.so: gtest/gtest/CMakeFiles/gtest.dir/link.txt
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX shared library libgtest.so"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=$(VERBOSE)
|
|
||||||
|
|
||||||
# Rule to build all files generated by this target.
|
|
||||||
gtest/gtest/CMakeFiles/gtest.dir/build: gtest/gtest/libgtest.so
|
|
||||||
|
|
||||||
.PHONY : gtest/gtest/CMakeFiles/gtest.dir/build
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest.dir/requires: gtest/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires
|
|
||||||
|
|
||||||
.PHONY : gtest/gtest/CMakeFiles/gtest.dir/requires
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest.dir/clean:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean.cmake
|
|
||||||
.PHONY : gtest/gtest/CMakeFiles/gtest.dir/clean
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest.dir/depend:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/howe/Code/howe/Hector_Quadrotor_Case/src /usr/src/gtest /home/howe/Code/howe/Hector_Quadrotor_Case/build /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/CMakeFiles/gtest.dir/DependInfo.cmake --color=$(COLOR)
|
|
||||||
.PHONY : gtest/gtest/CMakeFiles/gtest.dir/depend
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
file(REMOVE_RECURSE
|
|
||||||
"CMakeFiles/gtest.dir/src/gtest-all.cc.o"
|
|
||||||
"libgtest.pdb"
|
|
||||||
"libgtest.so"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Per-language clean rules from dependency scanning.
|
|
||||||
foreach(lang CXX)
|
|
||||||
include(CMakeFiles/gtest.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
||||||
endforeach()
|
|
|
@ -1,2 +0,0 @@
|
||||||
# Empty dependencies file for gtest.
|
|
||||||
# This may be replaced when dependencies are built.
|
|
|
@ -1,10 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# compile CXX with /usr/bin/c++
|
|
||||||
CXX_FLAGS = -fPIC -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
|
|
||||||
|
|
||||||
CXX_DEFINES = -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_EXPORTS
|
|
||||||
|
|
||||||
CXX_INCLUDES = -I/usr/src/gtest/include -I/usr/src/gtest
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/bin/c++ -fPIC -shared -Wl,-soname,libgtest.so -o libgtest.so CMakeFiles/gtest.dir/src/gtest-all.cc.o -L/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/src -lpthread -Wl,-rpath,/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/src
|
|
|
@ -1,3 +0,0 @@
|
||||||
CMAKE_PROGRESS_1 =
|
|
||||||
CMAKE_PROGRESS_2 = 3
|
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
# The set of languages for which implicit dependencies are needed:
|
|
||||||
set(CMAKE_DEPENDS_LANGUAGES
|
|
||||||
"CXX"
|
|
||||||
)
|
|
||||||
# The set of files for implicit dependencies of each language:
|
|
||||||
set(CMAKE_DEPENDS_CHECK_CXX
|
|
||||||
"/usr/src/gtest/src/gtest_main.cc" "/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
|
|
||||||
)
|
|
||||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
|
||||||
|
|
||||||
# Preprocessor definitions for this target.
|
|
||||||
set(CMAKE_TARGET_DEFINITIONS_CXX
|
|
||||||
"GTEST_CREATE_SHARED_LIBRARY=1"
|
|
||||||
)
|
|
||||||
|
|
||||||
# The include file search paths:
|
|
||||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
|
||||||
"/usr/src/gtest/include"
|
|
||||||
"/usr/src/gtest"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Targets to which this target links.
|
|
||||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
||||||
"/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/CMakeFiles/gtest.dir/DependInfo.cmake"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Fortran module output directory.
|
|
||||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
|
@ -1,114 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# 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/howe/Code/howe/Hector_Quadrotor_Case/src
|
|
||||||
|
|
||||||
# The top-level build directory on which CMake was run.
|
|
||||||
CMAKE_BINARY_DIR = /home/howe/Code/howe/Hector_Quadrotor_Case/build
|
|
||||||
|
|
||||||
# Include any dependencies generated for this target.
|
|
||||||
include gtest/gtest/CMakeFiles/gtest_main.dir/depend.make
|
|
||||||
|
|
||||||
# Include the progress variables for this target.
|
|
||||||
include gtest/gtest/CMakeFiles/gtest_main.dir/progress.make
|
|
||||||
|
|
||||||
# Include the compile flags for this target's objects.
|
|
||||||
include gtest/gtest/CMakeFiles/gtest_main.dir/flags.make
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: gtest/gtest/CMakeFiles/gtest_main.dir/flags.make
|
|
||||||
gtest/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: /usr/src/gtest/src/gtest_main.cc
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object gtest/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /usr/src/gtest/src/gtest_main.cc
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.i: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest_main.dir/src/gtest_main.cc.i"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /usr/src/gtest/src/gtest_main.cc > CMakeFiles/gtest_main.dir/src/gtest_main.cc.i
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.s: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest_main.dir/src/gtest_main.cc.s"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /usr/src/gtest/src/gtest_main.cc -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.s
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires:
|
|
||||||
|
|
||||||
.PHONY : gtest/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides: gtest/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires
|
|
||||||
$(MAKE) -f gtest/gtest/CMakeFiles/gtest_main.dir/build.make gtest/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides.build
|
|
||||||
.PHONY : gtest/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides.build: gtest/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
|
|
||||||
|
|
||||||
|
|
||||||
# Object files for target gtest_main
|
|
||||||
gtest_main_OBJECTS = \
|
|
||||||
"CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
|
|
||||||
|
|
||||||
# External object files for target gtest_main
|
|
||||||
gtest_main_EXTERNAL_OBJECTS =
|
|
||||||
|
|
||||||
gtest/gtest/libgtest_main.so: gtest/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
|
|
||||||
gtest/gtest/libgtest_main.so: gtest/gtest/CMakeFiles/gtest_main.dir/build.make
|
|
||||||
gtest/gtest/libgtest_main.so: gtest/gtest/libgtest.so
|
|
||||||
gtest/gtest/libgtest_main.so: gtest/gtest/CMakeFiles/gtest_main.dir/link.txt
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/howe/Code/howe/Hector_Quadrotor_Case/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX shared library libgtest_main.so"
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest_main.dir/link.txt --verbose=$(VERBOSE)
|
|
||||||
|
|
||||||
# Rule to build all files generated by this target.
|
|
||||||
gtest/gtest/CMakeFiles/gtest_main.dir/build: gtest/gtest/libgtest_main.so
|
|
||||||
|
|
||||||
.PHONY : gtest/gtest/CMakeFiles/gtest_main.dir/build
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest_main.dir/requires: gtest/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires
|
|
||||||
|
|
||||||
.PHONY : gtest/gtest/CMakeFiles/gtest_main.dir/requires
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest_main.dir/clean:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest_main.dir/cmake_clean.cmake
|
|
||||||
.PHONY : gtest/gtest/CMakeFiles/gtest_main.dir/clean
|
|
||||||
|
|
||||||
gtest/gtest/CMakeFiles/gtest_main.dir/depend:
|
|
||||||
cd /home/howe/Code/howe/Hector_Quadrotor_Case/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/howe/Code/howe/Hector_Quadrotor_Case/src /usr/src/gtest /home/howe/Code/howe/Hector_Quadrotor_Case/build /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest /home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake --color=$(COLOR)
|
|
||||||
.PHONY : gtest/gtest/CMakeFiles/gtest_main.dir/depend
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
file(REMOVE_RECURSE
|
|
||||||
"CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
|
|
||||||
"libgtest_main.pdb"
|
|
||||||
"libgtest_main.so"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Per-language clean rules from dependency scanning.
|
|
||||||
foreach(lang CXX)
|
|
||||||
include(CMakeFiles/gtest_main.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
||||||
endforeach()
|
|
|
@ -1,2 +0,0 @@
|
||||||
# Empty dependencies file for gtest_main.
|
|
||||||
# This may be replaced when dependencies are built.
|
|
|
@ -1,10 +0,0 @@
|
||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
|
|
||||||
|
|
||||||
# compile CXX with /usr/bin/c++
|
|
||||||
CXX_FLAGS = -fPIC -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
|
|
||||||
|
|
||||||
CXX_DEFINES = -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_main_EXPORTS
|
|
||||||
|
|
||||||
CXX_INCLUDES = -I/usr/src/gtest/include -I/usr/src/gtest
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/bin/c++ -fPIC -shared -Wl,-soname,libgtest_main.so -o libgtest_main.so CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -L/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/src -lpthread libgtest.so -lpthread -Wl,-rpath,/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest/src:/home/howe/Code/howe/Hector_Quadrotor_Case/build/gtest/gtest
|
|
|
@ -1,3 +0,0 @@
|
||||||
CMAKE_PROGRESS_1 =
|
|
||||||
CMAKE_PROGRESS_2 =
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue