deleted build folter.. why did i push it in the first place???. added gitignore
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,58 +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 "4.9.2")
|
|
||||||
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)
|
|
||||||
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 "")
|
|
||||||
|
|
||||||
if(CMAKE_C_SIZEOF_DATA_PTR)
|
|
||||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(CMAKE_C_COMPILER_ABI)
|
|
||||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(CMAKE_C_LIBRARY_ARCHITECTURE)
|
|
||||||
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c")
|
|
||||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/4.9.2;/usr/lib64;/lib64;/usr/lib")
|
|
||||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,59 +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 "4.9.2")
|
|
||||||
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;m;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 "")
|
|
||||||
|
|
||||||
if(CMAKE_CXX_SIZEOF_DATA_PTR)
|
|
||||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(CMAKE_CXX_COMPILER_ABI)
|
|
||||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
|
|
||||||
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c")
|
|
||||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/4.9.2;/usr/lib64;/lib64;/usr/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.1.5-100.fc21.x86_64")
|
|
||||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
|
||||||
set(CMAKE_HOST_SYSTEM_VERSION "4.1.5-100.fc21.x86_64")
|
|
||||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
set(CMAKE_SYSTEM "Linux-4.1.5-100.fc21.x86_64")
|
|
||||||
set(CMAKE_SYSTEM_NAME "Linux")
|
|
||||||
set(CMAKE_SYSTEM_VERSION "4.1.5-100.fc21.x86_64")
|
|
||||||
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
|
|
||||||
|
|
||||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
||||||
|
|
||||||
set(CMAKE_SYSTEM_LOADED 1)
|
|
||||||
@@ -1,442 +0,0 @@
|
|||||||
#ifdef __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(__18CXX)
|
|
||||||
# define ID_VOID_MAIN
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(__INTEL_COMPILER) || defined(__ICC)
|
|
||||||
# define COMPILER_ID "Intel"
|
|
||||||
/* __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)
|
|
||||||
# define SIMULATE_ID "MSVC"
|
|
||||||
/* _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(__clang__)
|
|
||||||
# if defined(__apple_build_version__)
|
|
||||||
# define COMPILER_ID "AppleClang"
|
|
||||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
|
||||||
# else
|
|
||||||
# define COMPILER_ID "Clang"
|
|
||||||
# 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)
|
|
||||||
# define SIMULATE_ID "MSVC"
|
|
||||||
/* _MSC_VER = VVRR */
|
|
||||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
|
||||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
|
||||||
# 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 HEX(__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__)
|
|
||||||
# define COMPILER_ID "Watcom"
|
|
||||||
/* __WATCOMC__ = VVRR */
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
|
|
||||||
|
|
||||||
#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_C = 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__)
|
|
||||||
# if defined(__COMPILER_VER__)
|
|
||||||
# define COMPILER_ID "zOS"
|
|
||||||
# else
|
|
||||||
# if __IBMC__ >= 800
|
|
||||||
# define COMPILER_ID "XL"
|
|
||||||
# else
|
|
||||||
# define COMPILER_ID "VisualAge"
|
|
||||||
# endif
|
|
||||||
/* __IBMC__ = VRP */
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
|
||||||
# endif
|
|
||||||
|
|
||||||
#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)
|
|
||||||
# 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(__TINYC__)
|
|
||||||
# define COMPILER_ID "TinyCC"
|
|
||||||
|
|
||||||
#elif defined(__SCO_VERSION__)
|
|
||||||
# define COMPILER_ID "SCO"
|
|
||||||
|
|
||||||
#elif defined(__GNUC__)
|
|
||||||
# define COMPILER_ID "GNU"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
|
||||||
# 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
|
|
||||||
|
|
||||||
/* Analog VisualDSP++ >= 4.5.6 */
|
|
||||||
#elif defined(__VISUALDSPVERSION__)
|
|
||||||
# define COMPILER_ID "ADSP"
|
|
||||||
/* __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)
|
|
||||||
|
|
||||||
/* Analog VisualDSP++ < 4.5.6 */
|
|
||||||
#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
|
|
||||||
# define COMPILER_ID "ADSP"
|
|
||||||
|
|
||||||
/* IAR Systems compiler for embedded systems.
|
|
||||||
http://www.iar.com */
|
|
||||||
#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
|
|
||||||
# define COMPILER_ID "IAR"
|
|
||||||
|
|
||||||
/* sdcc, the small devices C compiler for embedded systems,
|
|
||||||
http://sdcc.sourceforge.net */
|
|
||||||
#elif defined(SDCC)
|
|
||||||
# define COMPILER_ID "SDCC"
|
|
||||||
/* 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
|
|
||||||
|
|
||||||
/* This compiler is either not known or is too old to define an
|
|
||||||
identification macro. Try to identify the platform and guess that
|
|
||||||
it is the native compiler. */
|
|
||||||
#elif defined(__sgi)
|
|
||||||
# define COMPILER_ID "MIPSpro"
|
|
||||||
|
|
||||||
#elif defined(__hpux) || defined(__hpua)
|
|
||||||
# define COMPILER_ID "HP"
|
|
||||||
|
|
||||||
#else /* unknown compiler */
|
|
||||||
# define COMPILER_ID ""
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Construct the string literal in pieces to prevent the source from
|
|
||||||
getting matched. Store it in a pointer rather than an array
|
|
||||||
because some compilers will just produce instructions to fill the
|
|
||||||
array rather than assigning a pointer to a static array. */
|
|
||||||
char 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
|
|
||||||
|
|
||||||
/* 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"
|
|
||||||
|
|
||||||
#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)
|
|
||||||
# define ARCHITECTURE_ID "ARM"
|
|
||||||
|
|
||||||
# elif defined(_M_MIPS)
|
|
||||||
# define ARCHITECTURE_ID "MIPS"
|
|
||||||
|
|
||||||
# elif defined(_M_SH)
|
|
||||||
# define ARCHITECTURE_ID "SHx"
|
|
||||||
|
|
||||||
# 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 "]";
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
|
||||||
|
|
||||||
#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
|
|
||||||
(void)argv;
|
|
||||||
return require;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
Binary file not shown.
@@ -1,430 +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"
|
|
||||||
/* __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)
|
|
||||||
# define SIMULATE_ID "MSVC"
|
|
||||||
/* _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(__clang__)
|
|
||||||
# if defined(__apple_build_version__)
|
|
||||||
# define COMPILER_ID "AppleClang"
|
|
||||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
|
||||||
# else
|
|
||||||
# define COMPILER_ID "Clang"
|
|
||||||
# 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)
|
|
||||||
# define SIMULATE_ID "MSVC"
|
|
||||||
/* _MSC_VER = VVRR */
|
|
||||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
|
||||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
|
||||||
# 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 HEX(__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__)
|
|
||||||
# define COMPILER_ID "Watcom"
|
|
||||||
/* __WATCOMC__ = VVRR */
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
|
|
||||||
|
|
||||||
#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__)
|
|
||||||
# if defined(__COMPILER_VER__)
|
|
||||||
# define COMPILER_ID "zOS"
|
|
||||||
# else
|
|
||||||
# if __IBMCPP__ >= 800
|
|
||||||
# define COMPILER_ID "XL"
|
|
||||||
# else
|
|
||||||
# define COMPILER_ID "VisualAge"
|
|
||||||
# endif
|
|
||||||
/* __IBMCPP__ = VRP */
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
|
||||||
# endif
|
|
||||||
|
|
||||||
#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)
|
|
||||||
# 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(__SCO_VERSION__)
|
|
||||||
# define COMPILER_ID "SCO"
|
|
||||||
|
|
||||||
#elif defined(__GNUC__)
|
|
||||||
# define COMPILER_ID "GNU"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
|
||||||
# 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
|
|
||||||
|
|
||||||
/* Analog VisualDSP++ >= 4.5.6 */
|
|
||||||
#elif defined(__VISUALDSPVERSION__)
|
|
||||||
# define COMPILER_ID "ADSP"
|
|
||||||
/* __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)
|
|
||||||
|
|
||||||
/* Analog VisualDSP++ < 4.5.6 */
|
|
||||||
#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
|
|
||||||
# define COMPILER_ID "ADSP"
|
|
||||||
|
|
||||||
/* IAR Systems compiler for embedded systems.
|
|
||||||
http://www.iar.com */
|
|
||||||
#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
|
|
||||||
# define COMPILER_ID "IAR"
|
|
||||||
|
|
||||||
#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
|
|
||||||
|
|
||||||
/* This compiler is either not known or is too old to define an
|
|
||||||
identification macro. Try to identify the platform and guess that
|
|
||||||
it is the native compiler. */
|
|
||||||
#elif defined(__sgi)
|
|
||||||
# define COMPILER_ID "MIPSpro"
|
|
||||||
|
|
||||||
#elif defined(__hpux) || defined(__hpua)
|
|
||||||
# define COMPILER_ID "HP"
|
|
||||||
|
|
||||||
#else /* unknown compiler */
|
|
||||||
# define COMPILER_ID ""
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Construct the string literal in pieces to prevent the source from
|
|
||||||
getting matched. Store it in a pointer rather than an array
|
|
||||||
because some compilers will just produce instructions to fill the
|
|
||||||
array rather than assigning a pointer to a static array. */
|
|
||||||
char 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
|
|
||||||
|
|
||||||
/* 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"
|
|
||||||
|
|
||||||
#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)
|
|
||||||
# define ARCHITECTURE_ID "ARM"
|
|
||||||
|
|
||||||
# elif defined(_M_MIPS)
|
|
||||||
# define ARCHITECTURE_ID "MIPS"
|
|
||||||
|
|
||||||
# elif defined(_M_SH)
|
|
||||||
# define ARCHITECTURE_ID "SHx"
|
|
||||||
|
|
||||||
# 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 "]";
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
|
||||||
|
|
||||||
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
|
|
||||||
(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.0
|
|
||||||
|
|
||||||
# Relative path conversion top directories.
|
|
||||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/toni/Documents/programme/localization/Fusion2016/code")
|
|
||||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/toni/Documents/programme/localization/Fusion2016/code-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,265 +0,0 @@
|
|||||||
The system is: Linux - 4.1.5-100.fc21.x86_64 - 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/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/3.0.2/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/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/3.0.2/CompilerIdCXX/a.out"
|
|
||||||
|
|
||||||
Determining if the C compiler works passed with the following output:
|
|
||||||
Change Dir: /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/gmake" "cmTryCompileExec160666428/fast"
|
|
||||||
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec160666428.dir/build.make CMakeFiles/cmTryCompileExec160666428.dir/build
|
|
||||||
gmake[1]: Entering directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp'
|
|
||||||
/usr/bin/cmake -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp/CMakeFiles 1
|
|
||||||
Building C object CMakeFiles/cmTryCompileExec160666428.dir/testCCompiler.c.o
|
|
||||||
/usr/bin/cc -o CMakeFiles/cmTryCompileExec160666428.dir/testCCompiler.c.o -c /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp/testCCompiler.c
|
|
||||||
Linking C executable cmTryCompileExec160666428
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec160666428.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/cc CMakeFiles/cmTryCompileExec160666428.dir/testCCompiler.c.o -o cmTryCompileExec160666428 -rdynamic
|
|
||||||
gmake[1]: Leaving directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp'
|
|
||||||
|
|
||||||
|
|
||||||
Detecting C compiler ABI info compiled with the following output:
|
|
||||||
Change Dir: /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/gmake" "cmTryCompileExec988975450/fast"
|
|
||||||
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec988975450.dir/build.make CMakeFiles/cmTryCompileExec988975450.dir/build
|
|
||||||
gmake[1]: Entering directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp'
|
|
||||||
/usr/bin/cmake -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp/CMakeFiles 1
|
|
||||||
Building C object CMakeFiles/cmTryCompileExec988975450.dir/CMakeCCompilerABI.c.o
|
|
||||||
/usr/bin/cc -o CMakeFiles/cmTryCompileExec988975450.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c
|
|
||||||
Linking C executable cmTryCompileExec988975450
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec988975450.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/cc -v CMakeFiles/cmTryCompileExec988975450.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec988975450 -rdynamic
|
|
||||||
Using built-in specs.
|
|
||||||
COLLECT_GCC=/usr/bin/cc
|
|
||||||
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper
|
|
||||||
Target: x86_64-redhat-linux
|
|
||||||
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
|
|
||||||
Thread model: posix
|
|
||||||
gcc version 4.9.2 20150212 (Red Hat 4.9.2-6) (GCC)
|
|
||||||
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/:/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/:/usr/lib/gcc/x86_64-redhat-linux/
|
|
||||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.9.2/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../:/lib/:/usr/lib/
|
|
||||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec988975450' '-rdynamic' '-mtune=generic' '-march=x86-64'
|
|
||||||
/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/4.9.2/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper -plugin-opt=-fresolution=/tmp/cczyOD8k.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec988975450 /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../.. CMakeFiles/cmTryCompileExec988975450.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-redhat-linux/4.9.2/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crtn.o
|
|
||||||
gmake[1]: Leaving directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp'
|
|
||||||
|
|
||||||
|
|
||||||
Parsed C implicit link information from above output:
|
|
||||||
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
|
||||||
ignore line: [Change Dir: /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp]
|
|
||||||
ignore line: []
|
|
||||||
ignore line: [Run Build Command:"/usr/bin/gmake" "cmTryCompileExec988975450/fast"]
|
|
||||||
ignore line: [/usr/bin/gmake -f CMakeFiles/cmTryCompileExec988975450.dir/build.make CMakeFiles/cmTryCompileExec988975450.dir/build]
|
|
||||||
ignore line: [gmake[1]: Entering directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp']
|
|
||||||
ignore line: [/usr/bin/cmake -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp/CMakeFiles 1]
|
|
||||||
ignore line: [Building C object CMakeFiles/cmTryCompileExec988975450.dir/CMakeCCompilerABI.c.o]
|
|
||||||
ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec988975450.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c]
|
|
||||||
ignore line: [Linking C executable cmTryCompileExec988975450]
|
|
||||||
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec988975450.dir/link.txt --verbose=1]
|
|
||||||
ignore line: [/usr/bin/cc -v CMakeFiles/cmTryCompileExec988975450.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec988975450 -rdynamic ]
|
|
||||||
ignore line: [Using built-in specs.]
|
|
||||||
ignore line: [COLLECT_GCC=/usr/bin/cc]
|
|
||||||
ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper]
|
|
||||||
ignore line: [Target: x86_64-redhat-linux]
|
|
||||||
ignore line: [Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
|
|
||||||
ignore line: [Thread model: posix]
|
|
||||||
ignore line: [gcc version 4.9.2 20150212 (Red Hat 4.9.2-6) (GCC) ]
|
|
||||||
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/:/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/:/usr/lib/gcc/x86_64-redhat-linux/]
|
|
||||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.9.2/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../:/lib/:/usr/lib/]
|
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec988975450' '-rdynamic' '-mtune=generic' '-march=x86-64']
|
|
||||||
link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.9.2/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/4.9.2/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper -plugin-opt=-fresolution=/tmp/cczyOD8k.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec988975450 /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../.. CMakeFiles/cmTryCompileExec988975450.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-redhat-linux/4.9.2/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crtn.o]
|
|
||||||
arg [/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/collect2] ==> ignore
|
|
||||||
arg [-plugin] ==> ignore
|
|
||||||
arg [/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/liblto_plugin.so] ==> ignore
|
|
||||||
arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper] ==> ignore
|
|
||||||
arg [-plugin-opt=-fresolution=/tmp/cczyOD8k.res] ==> ignore
|
|
||||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
|
||||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
|
||||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
|
||||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
|
||||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
|
||||||
arg [--build-id] ==> ignore
|
|
||||||
arg [--no-add-needed] ==> ignore
|
|
||||||
arg [--eh-frame-hdr] ==> ignore
|
|
||||||
arg [--hash-style=gnu] ==> ignore
|
|
||||||
arg [-m] ==> ignore
|
|
||||||
arg [elf_x86_64] ==> ignore
|
|
||||||
arg [-export-dynamic] ==> ignore
|
|
||||||
arg [-dynamic-linker] ==> ignore
|
|
||||||
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
|
|
||||||
arg [-o] ==> ignore
|
|
||||||
arg [cmTryCompileExec988975450] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crt1.o] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crti.o] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtbegin.o] ==> ignore
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.9.2] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64]
|
|
||||||
arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
|
|
||||||
arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../..]
|
|
||||||
arg [CMakeFiles/cmTryCompileExec988975450.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-redhat-linux/4.9.2/crtend.o] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/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-redhat-linux/4.9.2] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.9.2]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64] ==> [/usr/lib64]
|
|
||||||
collapse library dir [/lib/../lib64] ==> [/lib64]
|
|
||||||
collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../..] ==> [/usr/lib]
|
|
||||||
implicit libs: [c]
|
|
||||||
implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/4.9.2;/usr/lib64;/lib64;/usr/lib]
|
|
||||||
implicit fwks: []
|
|
||||||
|
|
||||||
|
|
||||||
Determining if the CXX compiler works passed with the following output:
|
|
||||||
Change Dir: /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/gmake" "cmTryCompileExec1039321922/fast"
|
|
||||||
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec1039321922.dir/build.make CMakeFiles/cmTryCompileExec1039321922.dir/build
|
|
||||||
gmake[1]: Entering directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp'
|
|
||||||
/usr/bin/cmake -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp/CMakeFiles 1
|
|
||||||
Building CXX object CMakeFiles/cmTryCompileExec1039321922.dir/testCXXCompiler.cxx.o
|
|
||||||
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1039321922.dir/testCXXCompiler.cxx.o -c /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
|
|
||||||
Linking CXX executable cmTryCompileExec1039321922
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1039321922.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/c++ CMakeFiles/cmTryCompileExec1039321922.dir/testCXXCompiler.cxx.o -o cmTryCompileExec1039321922 -rdynamic
|
|
||||||
gmake[1]: Leaving directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp'
|
|
||||||
|
|
||||||
|
|
||||||
Detecting CXX compiler ABI info compiled with the following output:
|
|
||||||
Change Dir: /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp
|
|
||||||
|
|
||||||
Run Build Command:"/usr/bin/gmake" "cmTryCompileExec4200010279/fast"
|
|
||||||
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec4200010279.dir/build.make CMakeFiles/cmTryCompileExec4200010279.dir/build
|
|
||||||
gmake[1]: Entering directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp'
|
|
||||||
/usr/bin/cmake -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp/CMakeFiles 1
|
|
||||||
Building CXX object CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o
|
|
||||||
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp
|
|
||||||
Linking CXX executable cmTryCompileExec4200010279
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4200010279.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/c++ -v CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec4200010279 -rdynamic
|
|
||||||
Using built-in specs.
|
|
||||||
COLLECT_GCC=/usr/bin/c++
|
|
||||||
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper
|
|
||||||
Target: x86_64-redhat-linux
|
|
||||||
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
|
|
||||||
Thread model: posix
|
|
||||||
gcc version 4.9.2 20150212 (Red Hat 4.9.2-6) (GCC)
|
|
||||||
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/:/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/:/usr/lib/gcc/x86_64-redhat-linux/
|
|
||||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.9.2/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../:/lib/:/usr/lib/
|
|
||||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec4200010279' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
|
|
||||||
/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/4.9.2/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYNIMJo.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec4200010279 /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../.. CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crtn.o
|
|
||||||
gmake[1]: Leaving directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp'
|
|
||||||
|
|
||||||
|
|
||||||
Parsed CXX implicit link information from above output:
|
|
||||||
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
|
||||||
ignore line: [Change Dir: /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp]
|
|
||||||
ignore line: []
|
|
||||||
ignore line: [Run Build Command:"/usr/bin/gmake" "cmTryCompileExec4200010279/fast"]
|
|
||||||
ignore line: [/usr/bin/gmake -f CMakeFiles/cmTryCompileExec4200010279.dir/build.make CMakeFiles/cmTryCompileExec4200010279.dir/build]
|
|
||||||
ignore line: [gmake[1]: Entering directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp']
|
|
||||||
ignore line: [/usr/bin/cmake -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp/CMakeFiles 1]
|
|
||||||
ignore line: [Building CXX object CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o]
|
|
||||||
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
|
|
||||||
ignore line: [Linking CXX executable cmTryCompileExec4200010279]
|
|
||||||
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4200010279.dir/link.txt --verbose=1]
|
|
||||||
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec4200010279 -rdynamic ]
|
|
||||||
ignore line: [Using built-in specs.]
|
|
||||||
ignore line: [COLLECT_GCC=/usr/bin/c++]
|
|
||||||
ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper]
|
|
||||||
ignore line: [Target: x86_64-redhat-linux]
|
|
||||||
ignore line: [Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
|
|
||||||
ignore line: [Thread model: posix]
|
|
||||||
ignore line: [gcc version 4.9.2 20150212 (Red Hat 4.9.2-6) (GCC) ]
|
|
||||||
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/:/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/:/usr/lib/gcc/x86_64-redhat-linux/]
|
|
||||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.9.2/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../:/lib/:/usr/lib/]
|
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec4200010279' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
|
|
||||||
link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.9.2/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/4.9.2/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYNIMJo.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec4200010279 /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../.. CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crtn.o]
|
|
||||||
arg [/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/collect2] ==> ignore
|
|
||||||
arg [-plugin] ==> ignore
|
|
||||||
arg [/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/liblto_plugin.so] ==> ignore
|
|
||||||
arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper] ==> ignore
|
|
||||||
arg [-plugin-opt=-fresolution=/tmp/ccYNIMJo.res] ==> ignore
|
|
||||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
|
||||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
|
||||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
|
||||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
|
||||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
|
||||||
arg [--build-id] ==> ignore
|
|
||||||
arg [--no-add-needed] ==> ignore
|
|
||||||
arg [--eh-frame-hdr] ==> ignore
|
|
||||||
arg [--hash-style=gnu] ==> ignore
|
|
||||||
arg [-m] ==> ignore
|
|
||||||
arg [elf_x86_64] ==> ignore
|
|
||||||
arg [-export-dynamic] ==> ignore
|
|
||||||
arg [-dynamic-linker] ==> ignore
|
|
||||||
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
|
|
||||||
arg [-o] ==> ignore
|
|
||||||
arg [cmTryCompileExec4200010279] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crt1.o] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crti.o] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtbegin.o] ==> ignore
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.9.2] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64]
|
|
||||||
arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
|
|
||||||
arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../..]
|
|
||||||
arg [CMakeFiles/cmTryCompileExec4200010279.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-redhat-linux/4.9.2/crtend.o] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/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-redhat-linux/4.9.2] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.9.2]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64] ==> [/usr/lib64]
|
|
||||||
collapse library dir [/lib/../lib64] ==> [/lib64]
|
|
||||||
collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../..] ==> [/usr/lib]
|
|
||||||
implicit libs: [stdc++;m;c]
|
|
||||||
implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/4.9.2;/usr/lib64;/lib64;/usr/lib]
|
|
||||||
implicit fwks: []
|
|
||||||
|
|
||||||
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -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
|
|
||||||
"/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp" "/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o"
|
|
||||||
"/home/toni/Documents/programme/localization/Fusion2016/code/main.cpp" "/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/Fusion2016.dir/main.cpp.o"
|
|
||||||
)
|
|
||||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
|
||||||
|
|
||||||
# Preprocessor definitions for this target.
|
|
||||||
set(CMAKE_TARGET_DEFINITIONS
|
|
||||||
"WITH_ASSERTIONS"
|
|
||||||
"WITH_TESTS"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Targets to which this target links.
|
|
||||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
||||||
)
|
|
||||||
|
|
||||||
# The include file search paths:
|
|
||||||
set(CMAKE_C_TARGET_INCLUDE_PATH
|
|
||||||
"/home/toni/Documents/programme/localization/Fusion2016/code/../.."
|
|
||||||
)
|
|
||||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
|
||||||
set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
|
||||||
set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
|
||||||
@@ -1,128 +0,0 @@
|
|||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.0
|
|
||||||
|
|
||||||
#=============================================================================
|
|
||||||
# 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/toni/Documents/programme/localization/Fusion2016/code
|
|
||||||
|
|
||||||
# The top-level build directory on which CMake was run.
|
|
||||||
CMAKE_BINARY_DIR = /home/toni/Documents/programme/localization/Fusion2016/code-build
|
|
||||||
|
|
||||||
# Include any dependencies generated for this target.
|
|
||||||
include CMakeFiles/Fusion2016.dir/depend.make
|
|
||||||
|
|
||||||
# Include the progress variables for this target.
|
|
||||||
include CMakeFiles/Fusion2016.dir/progress.make
|
|
||||||
|
|
||||||
# Include the compile flags for this target's objects.
|
|
||||||
include CMakeFiles/Fusion2016.dir/flags.make
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: CMakeFiles/Fusion2016.dir/flags.make
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/main.cpp
|
|
||||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles $(CMAKE_PROGRESS_1)
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/Fusion2016.dir/main.cpp.o"
|
|
||||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/Fusion2016.dir/main.cpp.o -c /home/toni/Documents/programme/localization/Fusion2016/code/main.cpp
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.i: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Fusion2016.dir/main.cpp.i"
|
|
||||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/toni/Documents/programme/localization/Fusion2016/code/main.cpp > CMakeFiles/Fusion2016.dir/main.cpp.i
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.s: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Fusion2016.dir/main.cpp.s"
|
|
||||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/toni/Documents/programme/localization/Fusion2016/code/main.cpp -o CMakeFiles/Fusion2016.dir/main.cpp.s
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o.requires:
|
|
||||||
.PHONY : CMakeFiles/Fusion2016.dir/main.cpp.o.requires
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o.provides: CMakeFiles/Fusion2016.dir/main.cpp.o.requires
|
|
||||||
$(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/main.cpp.o.provides.build
|
|
||||||
.PHONY : CMakeFiles/Fusion2016.dir/main.cpp.o.provides
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o.provides.build: CMakeFiles/Fusion2016.dir/main.cpp.o
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o: CMakeFiles/Fusion2016.dir/flags.make
|
|
||||||
CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o: /home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp
|
|
||||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles $(CMAKE_PROGRESS_2)
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o"
|
|
||||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o -c /home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.i: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.i"
|
|
||||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp > CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.i
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.s: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.s"
|
|
||||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp -o CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.s
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o.requires:
|
|
||||||
.PHONY : CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o.requires
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o.provides: CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o.requires
|
|
||||||
$(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o.provides.build
|
|
||||||
.PHONY : CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o.provides
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o.provides.build: CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o
|
|
||||||
|
|
||||||
# Object files for target Fusion2016
|
|
||||||
Fusion2016_OBJECTS = \
|
|
||||||
"CMakeFiles/Fusion2016.dir/main.cpp.o" \
|
|
||||||
"CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o"
|
|
||||||
|
|
||||||
# External object files for target Fusion2016
|
|
||||||
Fusion2016_EXTERNAL_OBJECTS =
|
|
||||||
|
|
||||||
Fusion2016: CMakeFiles/Fusion2016.dir/main.cpp.o
|
|
||||||
Fusion2016: CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o
|
|
||||||
Fusion2016: CMakeFiles/Fusion2016.dir/build.make
|
|
||||||
Fusion2016: CMakeFiles/Fusion2016.dir/link.txt
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable Fusion2016"
|
|
||||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Fusion2016.dir/link.txt --verbose=$(VERBOSE)
|
|
||||||
|
|
||||||
# Rule to build all files generated by this target.
|
|
||||||
CMakeFiles/Fusion2016.dir/build: Fusion2016
|
|
||||||
.PHONY : CMakeFiles/Fusion2016.dir/build
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/requires: CMakeFiles/Fusion2016.dir/main.cpp.o.requires
|
|
||||||
CMakeFiles/Fusion2016.dir/requires: CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o.requires
|
|
||||||
.PHONY : CMakeFiles/Fusion2016.dir/requires
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/clean:
|
|
||||||
$(CMAKE_COMMAND) -P CMakeFiles/Fusion2016.dir/cmake_clean.cmake
|
|
||||||
.PHONY : CMakeFiles/Fusion2016.dir/clean
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/depend:
|
|
||||||
cd /home/toni/Documents/programme/localization/Fusion2016/code-build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/toni/Documents/programme/localization/Fusion2016/code /home/toni/Documents/programme/localization/Fusion2016/code /home/toni/Documents/programme/localization/Fusion2016/code-build /home/toni/Documents/programme/localization/Fusion2016/code-build /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/Fusion2016.dir/DependInfo.cmake --color=$(COLOR)
|
|
||||||
.PHONY : CMakeFiles/Fusion2016.dir/depend
|
|
||||||
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
file(REMOVE_RECURSE
|
|
||||||
"CMakeFiles/Fusion2016.dir/main.cpp.o"
|
|
||||||
"CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o"
|
|
||||||
"Fusion2016.pdb"
|
|
||||||
"Fusion2016"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Per-language clean rules from dependency scanning.
|
|
||||||
foreach(lang CXX)
|
|
||||||
include(CMakeFiles/Fusion2016.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
||||||
endforeach()
|
|
||||||
@@ -1,157 +0,0 @@
|
|||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.0
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o
|
|
||||||
/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp
|
|
||||||
/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Assertions.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Defines.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Exception.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Floor.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/FloorplanFactorySVG.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/PlatformStair.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Stair.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Stairs.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Angle.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/BBox2.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/BBox3.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Heading.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Length.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Line2.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point2.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point3.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Units.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/Grid.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNeighborIterator.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNode.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNodeBBox.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridPoint.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/factory/GridFactory.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/factory/GridImportance.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalk.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkHelper.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkLightAtTheEndOfTheTunnel.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkPathControl.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkPushForward.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkRandomHeadingUpdate.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkRandomHeadingUpdateAdv.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkShortestPathControl.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkSimpleControl.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkState.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/lib/nanoflann/nanoflann.hpp
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/Distributions.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/DrawList.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/Interpolator.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/MiniMat2.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/MovingAVG.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/MovingMedian.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Exponential.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Logistic.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Normal.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Uniform.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Debug.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/KNN.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/KNNArray.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Time.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/Dijkstra.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/DijkstraPath.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/DijkstraStructs.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/Assertions.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/fs/File.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/geo/Line.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/geo/Point.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/Color.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGComposite.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGElement.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGElementType.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGFile.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGLayer.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGLoader.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGPath.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGText.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/inc/tinyxml/tinyxml2.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/distribution/Normal.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/distribution/Uniform.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/Particle.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleAssertions.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilter.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterEvaluation.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterInitializer.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterTransition.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimation.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimationOrderedWeightedAverage.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimationRegionalWeightedAverage.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimationWeightedAverage.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResampling.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResamplingPercent.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResamplingSimple.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/optimization/NumOptVector.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/statistics/Statistics.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/Gnuplot.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotDrawable.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlot.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElement.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElementColorPoints.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElementLines.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElementRaw.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSize.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplot.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElement.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementColorPoints.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementLines.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementPoints.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementRaw.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotStructs.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrColor.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrCustom.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrTitle.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/os/Process.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/os/Time.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/string/String.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/DijkstraMapper.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/Helper.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/MyGridNode.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/OldGroundTruth.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/Settings.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/Vis.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/eval/DebugShortestPath.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/eval/Eval.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/eval/Eval1.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/eval/EvalBase.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/eval/GroundTruthWay.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperPlot.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperPlot2D.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisDijkstra.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisGrid.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisImportance.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconEvaluation.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconObservation.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconSensorReader.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/frank/MACAddress.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/frank/OrientationObservation.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/frank/OrientationSensorReader.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/frank/PositionedBeacon.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/frank/PositionedWiFiAP.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiAP.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiEvaluation.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiObservation.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiSensorReader.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepEvaluation.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepObservation.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnEvaluation.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnObservation.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/main.cpp
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyControl.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyEvaluation.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyInitializer.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyObservation.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyState.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyTransition.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReader.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReaderStep.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReaderTurn.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerEvaluation.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerObservation.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerSensorReader.h
|
|
||||||
/home/toni/Documents/programme/localization/Fusion2016/code/toni/barometric.h
|
|
||||||
@@ -1,157 +0,0 @@
|
|||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.0
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o: /home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp
|
|
||||||
CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o: /home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.h
|
|
||||||
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Assertions.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Defines.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Exception.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Floor.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/FloorplanFactorySVG.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/PlatformStair.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Stair.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Stairs.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Angle.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/BBox2.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/BBox3.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Heading.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Length.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Line2.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point2.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point3.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Units.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/Grid.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNeighborIterator.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNode.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNodeBBox.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridPoint.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/factory/GridFactory.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/factory/GridImportance.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalk.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkHelper.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkLightAtTheEndOfTheTunnel.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkPathControl.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkPushForward.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkRandomHeadingUpdate.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkRandomHeadingUpdateAdv.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkShortestPathControl.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkSimpleControl.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkState.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/lib/nanoflann/nanoflann.hpp
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/Distributions.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/DrawList.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/Interpolator.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/MiniMat2.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/MovingAVG.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/MovingMedian.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Exponential.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Logistic.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Normal.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Uniform.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Debug.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/KNN.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/KNNArray.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Time.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/Dijkstra.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/DijkstraPath.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/DijkstraStructs.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/Assertions.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/fs/File.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/geo/Line.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/geo/Point.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/Color.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGComposite.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGElement.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGElementType.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGFile.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGLayer.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGLoader.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGPath.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGText.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/inc/tinyxml/tinyxml2.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/distribution/Normal.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/distribution/Uniform.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/Particle.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleAssertions.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilter.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterEvaluation.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterInitializer.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterTransition.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimation.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimationOrderedWeightedAverage.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimationRegionalWeightedAverage.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimationWeightedAverage.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResampling.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResamplingPercent.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResamplingSimple.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/optimization/NumOptVector.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/statistics/Statistics.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/Gnuplot.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotDrawable.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlot.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElement.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElementColorPoints.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElementLines.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElementRaw.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSize.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplot.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElement.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementColorPoints.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementLines.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementPoints.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementRaw.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotStructs.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrColor.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrCustom.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrTitle.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/os/Process.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/os/Time.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/string/String.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/DijkstraMapper.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/Helper.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/MyGridNode.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/OldGroundTruth.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/Settings.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/Vis.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/DebugShortestPath.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/Eval.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/Eval1.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/EvalBase.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/GroundTruthWay.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperPlot.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperPlot2D.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisDijkstra.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisGrid.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisImportance.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconEvaluation.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconObservation.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconSensorReader.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/MACAddress.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/OrientationObservation.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/OrientationSensorReader.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/PositionedBeacon.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/PositionedWiFiAP.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiAP.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiEvaluation.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiObservation.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiSensorReader.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepEvaluation.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepObservation.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnEvaluation.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnObservation.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/main.cpp
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyControl.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyEvaluation.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyInitializer.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyObservation.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyState.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyTransition.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReader.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReaderStep.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReaderTurn.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerEvaluation.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerObservation.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerSensorReader.h
|
|
||||||
CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/toni/barometric.h
|
|
||||||
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.0
|
|
||||||
|
|
||||||
# compile CXX with /usr/bin/c++
|
|
||||||
CXX_FLAGS = -g -I/home/toni/Documents/programme/localization/Fusion2016/code/../.. -std=gnu++11 -Wall -Werror=return-type -Wextra -Wpedantic -fstack-protector-all -g -O0
|
|
||||||
|
|
||||||
CXX_DEFINES = -DWITH_ASSERTIONS -DWITH_TESTS
|
|
||||||
|
|
||||||
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
/usr/bin/c++ -g CMakeFiles/Fusion2016.dir/main.cpp.o CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o -o Fusion2016 -rdynamic -lgtest -lpthread
|
|
||||||
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
CMAKE_PROGRESS_1 = 1
|
|
||||||
CMAKE_PROGRESS_2 = 2
|
|
||||||
|
|
||||||
@@ -1,45 +0,0 @@
|
|||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.0
|
|
||||||
|
|
||||||
# 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.0.2/CMakeCCompiler.cmake"
|
|
||||||
"CMakeFiles/3.0.2/CMakeCXXCompiler.cmake"
|
|
||||||
"CMakeFiles/3.0.2/CMakeSystem.cmake"
|
|
||||||
"/home/toni/Documents/programme/localization/Fusion2016/code/CMakeLists.txt"
|
|
||||||
"/usr/share/cmake/Modules/CMakeCInformation.cmake"
|
|
||||||
"/usr/share/cmake/Modules/CMakeCXXInformation.cmake"
|
|
||||||
"/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
|
|
||||||
"/usr/share/cmake/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake"
|
|
||||||
"/usr/share/cmake/Modules/CMakeFindCodeBlocks.cmake"
|
|
||||||
"/usr/share/cmake/Modules/CMakeGenericSystem.cmake"
|
|
||||||
"/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
|
|
||||||
"/usr/share/cmake/Modules/Compiler/GNU-C.cmake"
|
|
||||||
"/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake"
|
|
||||||
"/usr/share/cmake/Modules/Compiler/GNU.cmake"
|
|
||||||
"/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake"
|
|
||||||
"/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake"
|
|
||||||
"/usr/share/cmake/Modules/Platform/Linux-GNU.cmake"
|
|
||||||
"/usr/share/cmake/Modules/Platform/Linux.cmake"
|
|
||||||
"/usr/share/cmake/Modules/Platform/UnixPaths.cmake"
|
|
||||||
)
|
|
||||||
|
|
||||||
# The corresponding makefile is:
|
|
||||||
set(CMAKE_MAKEFILE_OUTPUTS
|
|
||||||
"Makefile"
|
|
||||||
"CMakeFiles/cmake.check_cache"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Byproducts of CMake generate step:
|
|
||||||
set(CMAKE_MAKEFILE_PRODUCTS
|
|
||||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Dependency information for all targets:
|
|
||||||
set(CMAKE_DEPEND_INFO_FILES
|
|
||||||
"CMakeFiles/Fusion2016.dir/DependInfo.cmake"
|
|
||||||
)
|
|
||||||
@@ -1,99 +0,0 @@
|
|||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.0
|
|
||||||
|
|
||||||
# Default target executed when no arguments are given to make.
|
|
||||||
default_target: all
|
|
||||||
.PHONY : default_target
|
|
||||||
|
|
||||||
# The main recursive all target
|
|
||||||
all:
|
|
||||||
.PHONY : all
|
|
||||||
|
|
||||||
# The main recursive preinstall target
|
|
||||||
preinstall:
|
|
||||||
.PHONY : preinstall
|
|
||||||
|
|
||||||
#=============================================================================
|
|
||||||
# Special targets provided by cmake.
|
|
||||||
|
|
||||||
# Disable implicit rules so canonical targets will work.
|
|
||||||
.SUFFIXES:
|
|
||||||
|
|
||||||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
|
||||||
SUFFIXES =
|
|
||||||
|
|
||||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
||||||
|
|
||||||
# Suppress display of executed commands.
|
|
||||||
$(VERBOSE).SILENT:
|
|
||||||
|
|
||||||
# A target that is always out of date.
|
|
||||||
cmake_force:
|
|
||||||
.PHONY : cmake_force
|
|
||||||
|
|
||||||
#=============================================================================
|
|
||||||
# Set environment variables for the build.
|
|
||||||
|
|
||||||
# The shell in which to execute make rules.
|
|
||||||
SHELL = /bin/sh
|
|
||||||
|
|
||||||
# The CMake executable.
|
|
||||||
CMAKE_COMMAND = /usr/bin/cmake
|
|
||||||
|
|
||||||
# The command to remove a file.
|
|
||||||
RM = /usr/bin/cmake -E remove -f
|
|
||||||
|
|
||||||
# Escaping for special characters.
|
|
||||||
EQUALS = =
|
|
||||||
|
|
||||||
# The top-level source directory on which CMake was run.
|
|
||||||
CMAKE_SOURCE_DIR = /home/toni/Documents/programme/localization/Fusion2016/code
|
|
||||||
|
|
||||||
# The top-level build directory on which CMake was run.
|
|
||||||
CMAKE_BINARY_DIR = /home/toni/Documents/programme/localization/Fusion2016/code-build
|
|
||||||
|
|
||||||
#=============================================================================
|
|
||||||
# Target rules for target CMakeFiles/Fusion2016.dir
|
|
||||||
|
|
||||||
# All Build rule for target.
|
|
||||||
CMakeFiles/Fusion2016.dir/all:
|
|
||||||
$(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/depend
|
|
||||||
$(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/build
|
|
||||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles 1 2
|
|
||||||
@echo "Built target Fusion2016"
|
|
||||||
.PHONY : CMakeFiles/Fusion2016.dir/all
|
|
||||||
|
|
||||||
# Include target in all.
|
|
||||||
all: CMakeFiles/Fusion2016.dir/all
|
|
||||||
.PHONY : all
|
|
||||||
|
|
||||||
# Build rule for subdir invocation for target.
|
|
||||||
CMakeFiles/Fusion2016.dir/rule: cmake_check_build_system
|
|
||||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles 2
|
|
||||||
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/Fusion2016.dir/all
|
|
||||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles 0
|
|
||||||
.PHONY : CMakeFiles/Fusion2016.dir/rule
|
|
||||||
|
|
||||||
# Convenience name for target.
|
|
||||||
Fusion2016: CMakeFiles/Fusion2016.dir/rule
|
|
||||||
.PHONY : Fusion2016
|
|
||||||
|
|
||||||
# clean rule for target.
|
|
||||||
CMakeFiles/Fusion2016.dir/clean:
|
|
||||||
$(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/clean
|
|
||||||
.PHONY : CMakeFiles/Fusion2016.dir/clean
|
|
||||||
|
|
||||||
# clean rule for target.
|
|
||||||
clean: CMakeFiles/Fusion2016.dir/clean
|
|
||||||
.PHONY : clean
|
|
||||||
|
|
||||||
#=============================================================================
|
|
||||||
# Special targets to cleanup operation of make.
|
|
||||||
|
|
||||||
# Special rule to run CMake to check the build system integrity.
|
|
||||||
# No rule that depends on this can have commands that come from listfiles
|
|
||||||
# because they might be regenerated.
|
|
||||||
cmake_check_build_system:
|
|
||||||
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
||||||
.PHONY : cmake_check_build_system
|
|
||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/Fusion2016.dir
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
2
|
|
||||||
Binary file not shown.
@@ -1,205 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
||||||
<CodeBlocks_project_file>
|
|
||||||
<FileVersion major="1" minor="6" />
|
|
||||||
<Project>
|
|
||||||
<Option title="Fusion2016" />
|
|
||||||
<Option makefile_is_custom="1" />
|
|
||||||
<Option compiler="gcc" />
|
|
||||||
<Option virtualFolders="CMake Files\;" />
|
|
||||||
<Build>
|
|
||||||
<Target title="all">
|
|
||||||
<Option working_dir="/home/toni/Documents/programme/localization/Fusion2016/code-build" />
|
|
||||||
<Option type="4" />
|
|
||||||
<MakeCommands>
|
|
||||||
<Build command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 all" />
|
|
||||||
<CompileFile command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 "$file"" />
|
|
||||||
<Clean command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 clean" />
|
|
||||||
<DistClean command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 clean" />
|
|
||||||
</MakeCommands>
|
|
||||||
</Target>
|
|
||||||
<Target title="Fusion2016">
|
|
||||||
<Option output="/home/toni/Documents/programme/localization/Fusion2016/code-build/Fusion2016" prefix_auto="0" extension_auto="0" />
|
|
||||||
<Option working_dir="/home/toni/Documents/programme/localization/Fusion2016/code-build" />
|
|
||||||
<Option object_output="./" />
|
|
||||||
<Option type="1" />
|
|
||||||
<Option compiler="gcc" />
|
|
||||||
<Compiler>
|
|
||||||
<Add option="-DWITH_TESTS" />
|
|
||||||
<Add option="-DWITH_ASSERTIONS" />
|
|
||||||
<Add directory="/home/toni/Documents/programme/localization/Fusion2016/code/../.." />
|
|
||||||
<Add directory="/usr/include" />
|
|
||||||
<Add directory="/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2" />
|
|
||||||
<Add directory="/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2/backward" />
|
|
||||||
<Add directory="/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2/x86_64-redhat-linux" />
|
|
||||||
<Add directory="/usr/lib/gcc/x86_64-redhat-linux/4.9.2/include" />
|
|
||||||
<Add directory="/usr/local/include" />
|
|
||||||
</Compiler>
|
|
||||||
<MakeCommands>
|
|
||||||
<Build command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 Fusion2016" />
|
|
||||||
<CompileFile command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 "$file"" />
|
|
||||||
<Clean command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 clean" />
|
|
||||||
<DistClean command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 clean" />
|
|
||||||
</MakeCommands>
|
|
||||||
</Target>
|
|
||||||
<Target title="Fusion2016/fast">
|
|
||||||
<Option output="/home/toni/Documents/programme/localization/Fusion2016/code-build/Fusion2016" prefix_auto="0" extension_auto="0" />
|
|
||||||
<Option working_dir="/home/toni/Documents/programme/localization/Fusion2016/code-build" />
|
|
||||||
<Option object_output="./" />
|
|
||||||
<Option type="1" />
|
|
||||||
<Option compiler="gcc" />
|
|
||||||
<Compiler>
|
|
||||||
<Add option="-DWITH_TESTS" />
|
|
||||||
<Add option="-DWITH_ASSERTIONS" />
|
|
||||||
<Add directory="/home/toni/Documents/programme/localization/Fusion2016/code/../.." />
|
|
||||||
<Add directory="/usr/include" />
|
|
||||||
<Add directory="/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2" />
|
|
||||||
<Add directory="/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2/backward" />
|
|
||||||
<Add directory="/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2/x86_64-redhat-linux" />
|
|
||||||
<Add directory="/usr/lib/gcc/x86_64-redhat-linux/4.9.2/include" />
|
|
||||||
<Add directory="/usr/local/include" />
|
|
||||||
</Compiler>
|
|
||||||
<MakeCommands>
|
|
||||||
<Build command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 Fusion2016/fast" />
|
|
||||||
<CompileFile command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 "$file"" />
|
|
||||||
<Clean command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 clean" />
|
|
||||||
<DistClean command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 clean" />
|
|
||||||
</MakeCommands>
|
|
||||||
</Target>
|
|
||||||
<Target title="edit_cache">
|
|
||||||
<Option working_dir="/home/toni/Documents/programme/localization/Fusion2016/code-build" />
|
|
||||||
<Option type="4" />
|
|
||||||
<MakeCommands>
|
|
||||||
<Build command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 edit_cache" />
|
|
||||||
<CompileFile command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 "$file"" />
|
|
||||||
<Clean command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 clean" />
|
|
||||||
<DistClean command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 clean" />
|
|
||||||
</MakeCommands>
|
|
||||||
</Target>
|
|
||||||
<Target title="rebuild_cache">
|
|
||||||
<Option working_dir="/home/toni/Documents/programme/localization/Fusion2016/code-build" />
|
|
||||||
<Option type="4" />
|
|
||||||
<MakeCommands>
|
|
||||||
<Build command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 rebuild_cache" />
|
|
||||||
<CompileFile command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 "$file"" />
|
|
||||||
<Clean command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 clean" />
|
|
||||||
<DistClean command="/usr/bin/gmake -f "/home/toni/Documents/programme/localization/Fusion2016/code-build/Makefile" VERBOSE=1 clean" />
|
|
||||||
</MakeCommands>
|
|
||||||
</Target>
|
|
||||||
</Build>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/main.cpp">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/DijkstraMapper.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/Helper.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/MyGridNode.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/OldGroundTruth.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/Settings.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/Vis.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/eval/DebugShortestPath.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/eval/Eval.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/eval/Eval1.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/eval/EvalBase.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/eval/GroundTruthWay.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperPlot.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperPlot2D.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisDijkstra.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisGrid.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisImportance.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconEvaluation.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconObservation.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconSensorReader.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/frank/MACAddress.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/frank/OrientationObservation.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/frank/OrientationSensorReader.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/frank/Position3D.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/frank/PositionedBeacon.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/frank/PositionedWiFiAP.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/frank/Settings.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiAP.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiEvaluation.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiHelper.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiObservation.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiSensorReader.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepEvaluation.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepObservation.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepReader.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnEvaluation.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnObservation.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnReader.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyControl.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyEvaluation.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyInitializer.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyObservation.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyState.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyTransition.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyTransitionSimple.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReader.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReaderStep.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReaderTurn.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerEvaluation.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerObservation.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerSensorReader.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/toni/TFRingBuffer.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/toni/barometric.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/toni/circular.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.h">
|
|
||||||
</Unit>
|
|
||||||
<Unit filename="/home/toni/Documents/programme/localization/Fusion2016/code/CMakeLists.txt">
|
|
||||||
<Option virtualFolder="CMake Files\" />
|
|
||||||
</Unit>
|
|
||||||
</Project>
|
|
||||||
</CodeBlocks_project_file>
|
|
||||||
@@ -1,194 +0,0 @@
|
|||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.0
|
|
||||||
|
|
||||||
# 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:
|
|
||||||
.PHONY : .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/toni/Documents/programme/localization/Fusion2016/code
|
|
||||||
|
|
||||||
# The top-level build directory on which CMake was run.
|
|
||||||
CMAKE_BINARY_DIR = /home/toni/Documents/programme/localization/Fusion2016/code-build
|
|
||||||
|
|
||||||
#=============================================================================
|
|
||||||
# Targets provided globally by CMake.
|
|
||||||
|
|
||||||
# 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 rebuild_cache
|
|
||||||
rebuild_cache:
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
|
||||||
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
||||||
.PHONY : rebuild_cache
|
|
||||||
|
|
||||||
# Special rule for the target rebuild_cache
|
|
||||||
rebuild_cache/fast: rebuild_cache
|
|
||||||
.PHONY : rebuild_cache/fast
|
|
||||||
|
|
||||||
# The main all target
|
|
||||||
all: cmake_check_build_system
|
|
||||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/progress.marks
|
|
||||||
$(MAKE) -f CMakeFiles/Makefile2 all
|
|
||||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles 0
|
|
||||||
.PHONY : all
|
|
||||||
|
|
||||||
# The main clean target
|
|
||||||
clean:
|
|
||||||
$(MAKE) -f CMakeFiles/Makefile2 clean
|
|
||||||
.PHONY : clean
|
|
||||||
|
|
||||||
# The main clean target
|
|
||||||
clean/fast: clean
|
|
||||||
.PHONY : clean/fast
|
|
||||||
|
|
||||||
# Prepare targets for installation.
|
|
||||||
preinstall: all
|
|
||||||
$(MAKE) -f CMakeFiles/Makefile2 preinstall
|
|
||||||
.PHONY : preinstall
|
|
||||||
|
|
||||||
# Prepare targets for installation.
|
|
||||||
preinstall/fast:
|
|
||||||
$(MAKE) -f CMakeFiles/Makefile2 preinstall
|
|
||||||
.PHONY : preinstall/fast
|
|
||||||
|
|
||||||
# clear depends
|
|
||||||
depend:
|
|
||||||
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
||||||
.PHONY : depend
|
|
||||||
|
|
||||||
#=============================================================================
|
|
||||||
# Target rules for targets named Fusion2016
|
|
||||||
|
|
||||||
# Build rule for target.
|
|
||||||
Fusion2016: cmake_check_build_system
|
|
||||||
$(MAKE) -f CMakeFiles/Makefile2 Fusion2016
|
|
||||||
.PHONY : Fusion2016
|
|
||||||
|
|
||||||
# fast build rule for target.
|
|
||||||
Fusion2016/fast:
|
|
||||||
$(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/build
|
|
||||||
.PHONY : Fusion2016/fast
|
|
||||||
|
|
||||||
home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.o: home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o
|
|
||||||
.PHONY : home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.o
|
|
||||||
|
|
||||||
# target to build an object file
|
|
||||||
home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o:
|
|
||||||
$(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o
|
|
||||||
.PHONY : home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o
|
|
||||||
|
|
||||||
home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.i: home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.i
|
|
||||||
.PHONY : home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.i
|
|
||||||
|
|
||||||
# target to preprocess a source file
|
|
||||||
home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.i:
|
|
||||||
$(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.i
|
|
||||||
.PHONY : home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.i
|
|
||||||
|
|
||||||
home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.s: home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.s
|
|
||||||
.PHONY : home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.s
|
|
||||||
|
|
||||||
# target to generate assembly for a file
|
|
||||||
home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.s:
|
|
||||||
$(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.s
|
|
||||||
.PHONY : home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.s
|
|
||||||
|
|
||||||
main.o: main.cpp.o
|
|
||||||
.PHONY : main.o
|
|
||||||
|
|
||||||
# target to build an object file
|
|
||||||
main.cpp.o:
|
|
||||||
$(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/main.cpp.o
|
|
||||||
.PHONY : main.cpp.o
|
|
||||||
|
|
||||||
main.i: main.cpp.i
|
|
||||||
.PHONY : main.i
|
|
||||||
|
|
||||||
# target to preprocess a source file
|
|
||||||
main.cpp.i:
|
|
||||||
$(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/main.cpp.i
|
|
||||||
.PHONY : main.cpp.i
|
|
||||||
|
|
||||||
main.s: main.cpp.s
|
|
||||||
.PHONY : main.s
|
|
||||||
|
|
||||||
# target to generate assembly for a file
|
|
||||||
main.cpp.s:
|
|
||||||
$(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/main.cpp.s
|
|
||||||
.PHONY : main.cpp.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 "... Fusion2016"
|
|
||||||
@echo "... edit_cache"
|
|
||||||
@echo "... rebuild_cache"
|
|
||||||
@echo "... home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.o"
|
|
||||||
@echo "... home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.i"
|
|
||||||
@echo "... home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.s"
|
|
||||||
@echo "... main.o"
|
|
||||||
@echo "... main.i"
|
|
||||||
@echo "... main.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:
|
|
||||||
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
||||||
.PHONY : cmake_check_build_system
|
|
||||||
|
|
||||||
@@ -1,44 +0,0 @@
|
|||||||
# Install script for directory: /home/toni/Documents/programme/localization/Fusion2016/code
|
|
||||||
|
|
||||||
# Set the install prefix
|
|
||||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
|
||||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
|
||||||
endif()
|
|
||||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
|
||||||
|
|
||||||
# Set the install configuration name.
|
|
||||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
|
||||||
if(BUILD_TYPE)
|
|
||||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
|
||||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
|
||||||
else()
|
|
||||||
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
|
|
||||||
endif()
|
|
||||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# Set the component getting installed.
|
|
||||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
|
||||||
if(COMPONENT)
|
|
||||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
|
||||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
|
||||||
else()
|
|
||||||
set(CMAKE_INSTALL_COMPONENT)
|
|
||||||
endif()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# Install shared libraries without execute permission?
|
|
||||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
|
||||||
set(CMAKE_INSTALL_SO_NO_EXE "0")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(CMAKE_INSTALL_COMPONENT)
|
|
||||||
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
|
||||||
else()
|
|
||||||
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
file(WRITE "/home/toni/Documents/programme/localization/Fusion2016/code-build/${CMAKE_INSTALL_MANIFEST}" "")
|
|
||||||
foreach(file ${CMAKE_INSTALL_MANIFEST_FILES})
|
|
||||||
file(APPEND "/home/toni/Documents/programme/localization/Fusion2016/code-build/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
|
|
||||||
endforeach()
|
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE QtCreatorProject>
|
<!DOCTYPE QtCreatorProject>
|
||||||
<!-- Written by QtCreator 3.6.0, 2016-03-16T19:01:25. -->
|
<!-- Written by QtCreator 3.4.2, 2016-03-18T17:54:23. -->
|
||||||
<qtcreator>
|
<qtcreator>
|
||||||
<data>
|
<data>
|
||||||
<variable>EnvironmentId</variable>
|
<variable>EnvironmentId</variable>
|
||||||
<value type="QByteArray">{64f4f154-b90f-4344-9d0b-ab5c634e5703}</value>
|
<value type="QByteArray">{019cc681-80c8-4d51-8bae-40a1fa38def1}</value>
|
||||||
</data>
|
</data>
|
||||||
<data>
|
<data>
|
||||||
<variable>ProjectExplorer.Project.ActiveTarget</variable>
|
<variable>ProjectExplorer.Project.ActiveTarget</variable>
|
||||||
@@ -60,14 +60,13 @@
|
|||||||
<valuemap type="QVariantMap">
|
<valuemap type="QVariantMap">
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop</value>
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop</value>
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop</value>
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop</value>
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{63d054ea-7972-461c-8553-756e28ccfca0}</value>
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{30c8d991-8fa7-4988-88f5-4b7190981f4a}</value>
|
||||||
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
|
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
|
||||||
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
|
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
|
||||||
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
|
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
|
||||||
<value type="QString" key="CMakeProjectManager.CMakeBuildConfiguration.InitialArgument"></value>
|
|
||||||
<value type="bool" key="CMakeProjectManager.CMakeBuildConfiguration.UseNinja">false</value>
|
<value type="bool" key="CMakeProjectManager.CMakeBuildConfiguration.UseNinja">false</value>
|
||||||
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/toni/Documents/programme/localization/IPIN2016/build-code-Desktop-Default</value>
|
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/toni/Documents/programme/localization/IPIN2016/code-build</value>
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.AdditionalArguments"></value>
|
<value type="QString" key="CMakeProjectManager.MakeStep.AdditionalArguments"></value>
|
||||||
@@ -103,183 +102,11 @@
|
|||||||
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
||||||
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
||||||
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Default</value>
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">all</value>
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Default</value>
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value>
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value>
|
||||||
</valuemap>
|
</valuemap>
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
|
<value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">1</value>
|
||||||
<value type="QString" key="CMakeProjectManager.CMakeBuildConfiguration.InitialArgument">-DCMAKE_BUILD_TYPE=Debug</value>
|
|
||||||
<value type="bool" key="CMakeProjectManager.CMakeBuildConfiguration.UseNinja">false</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/toni/Documents/programme/localization/IPIN2016/build-code-Desktop-Debug</value>
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.AdditionalArguments"></value>
|
|
||||||
<valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"/>
|
|
||||||
<value type="bool" key="CMakeProjectManager.MakeStep.Clean">false</value>
|
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.MakeCommand"></value>
|
|
||||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
|
|
||||||
</valuemap>
|
|
||||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
||||||
</valuemap>
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.AdditionalArguments">clean</value>
|
|
||||||
<valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"/>
|
|
||||||
<value type="bool" key="CMakeProjectManager.MakeStep.Clean">true</value>
|
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.MakeCommand"></value>
|
|
||||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
|
|
||||||
</valuemap>
|
|
||||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
||||||
</valuemap>
|
|
||||||
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
||||||
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
||||||
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Debug</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value>
|
|
||||||
</valuemap>
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
|
|
||||||
<value type="QString" key="CMakeProjectManager.CMakeBuildConfiguration.InitialArgument">-DCMAKE_BUILD_TYPE=Release</value>
|
|
||||||
<value type="bool" key="CMakeProjectManager.CMakeBuildConfiguration.UseNinja">false</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/toni/Documents/programme/localization/IPIN2016/build-code-Desktop-Release</value>
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.AdditionalArguments"></value>
|
|
||||||
<valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"/>
|
|
||||||
<value type="bool" key="CMakeProjectManager.MakeStep.Clean">false</value>
|
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.MakeCommand"></value>
|
|
||||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
|
|
||||||
</valuemap>
|
|
||||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
||||||
</valuemap>
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.AdditionalArguments">clean</value>
|
|
||||||
<valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"/>
|
|
||||||
<value type="bool" key="CMakeProjectManager.MakeStep.Clean">true</value>
|
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.MakeCommand"></value>
|
|
||||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
|
|
||||||
</valuemap>
|
|
||||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
||||||
</valuemap>
|
|
||||||
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
||||||
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
||||||
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Release</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value>
|
|
||||||
</valuemap>
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.3">
|
|
||||||
<value type="QString" key="CMakeProjectManager.CMakeBuildConfiguration.InitialArgument">-DCMAKE_BUILD_TYPE=RelWithDebInfo</value>
|
|
||||||
<value type="bool" key="CMakeProjectManager.CMakeBuildConfiguration.UseNinja">false</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/toni/Documents/programme/localization/IPIN2016/build-code-Desktop-Release with Debug Information</value>
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.AdditionalArguments"></value>
|
|
||||||
<valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"/>
|
|
||||||
<value type="bool" key="CMakeProjectManager.MakeStep.Clean">false</value>
|
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.MakeCommand"></value>
|
|
||||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
|
|
||||||
</valuemap>
|
|
||||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
||||||
</valuemap>
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.AdditionalArguments">clean</value>
|
|
||||||
<valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"/>
|
|
||||||
<value type="bool" key="CMakeProjectManager.MakeStep.Clean">true</value>
|
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.MakeCommand"></value>
|
|
||||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
|
|
||||||
</valuemap>
|
|
||||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
||||||
</valuemap>
|
|
||||||
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
||||||
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
||||||
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Release with Debug Information</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release with Debug Information</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value>
|
|
||||||
</valuemap>
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.4">
|
|
||||||
<value type="QString" key="CMakeProjectManager.CMakeBuildConfiguration.InitialArgument">-DCMAKE_BUILD_TYPE=MinSizeRel</value>
|
|
||||||
<value type="bool" key="CMakeProjectManager.CMakeBuildConfiguration.UseNinja">false</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/toni/Documents/programme/localization/IPIN2016/build-code-Desktop-Minimum Size Release</value>
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.AdditionalArguments"></value>
|
|
||||||
<valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"/>
|
|
||||||
<value type="bool" key="CMakeProjectManager.MakeStep.Clean">false</value>
|
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.MakeCommand"></value>
|
|
||||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
|
|
||||||
</valuemap>
|
|
||||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
|
||||||
</valuemap>
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.AdditionalArguments">clean</value>
|
|
||||||
<valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"/>
|
|
||||||
<value type="bool" key="CMakeProjectManager.MakeStep.Clean">true</value>
|
|
||||||
<value type="QString" key="CMakeProjectManager.MakeStep.MakeCommand"></value>
|
|
||||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
|
|
||||||
</valuemap>
|
|
||||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
|
||||||
</valuemap>
|
|
||||||
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
|
||||||
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
|
||||||
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Minimum Size Release</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Minimum Size Release</value>
|
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value>
|
|
||||||
</valuemap>
|
|
||||||
<value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">5</value>
|
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
||||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
|
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
|
||||||
@@ -295,10 +122,6 @@
|
|||||||
<value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
|
<value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
|
||||||
<value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
|
|
||||||
<value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
|
|
||||||
<value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
|
|
||||||
<value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
|
|
||||||
<valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
|
<valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
|
||||||
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
|
||||||
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
|
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
|
||||||
@@ -335,6 +158,7 @@
|
|||||||
</valuelist>
|
</valuelist>
|
||||||
<value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">IPIN2016</value>
|
<value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">IPIN2016</value>
|
||||||
<value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
|
<value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
|
||||||
|
<value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
|
||||||
<value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
|
<value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
|
||||||
<value type="int" key="PE.EnvironmentAspect.Base">2</value>
|
<value type="int" key="PE.EnvironmentAspect.Base">2</value>
|
||||||
<valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
|
<valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user