fn check app version
This commit is contained in:
		
							
								
								
									
										1
									
								
								build/.bin_timestamp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/.bin_timestamp
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| 3e46834d424bc960c66477ec2646fcdc  /home/hendrik/git/ESP32-Mesh-OTA/build/internal_communication-unsigned.bin | ||||
							
								
								
									
										1
									
								
								build/.signed_bin_timestamp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/.signed_bin_timestamp
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| 2a7a236395fe901ad21c28e1ec8d8d8c  /home/hendrik/git/ESP32-Mesh-OTA/build/internal_communication.bin | ||||
							
								
								
									
										691
									
								
								build/CMakeCache.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										691
									
								
								build/CMakeCache.txt
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,691 @@ | ||||
| # This is the CMakeCache file. | ||||
| # For build in directory: /home/hendrik/git/ESP32-Mesh-OTA/build | ||||
| # It was generated by CMake: /usr/bin/cmake | ||||
| # You can edit this file to change values found and used by cmake. | ||||
| # If you do not want to change any of the values, simply exit the editor. | ||||
| # If you do want to change a value, simply edit, save, and exit the editor. | ||||
| # The syntax for the file is as follows: | ||||
| # KEY:TYPE=VALUE | ||||
| # KEY is the name of a variable in the cache. | ||||
| # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. | ||||
| # VALUE is the current value for the KEY. | ||||
|  | ||||
| ######################## | ||||
| # EXTERNAL cache entries | ||||
| ######################## | ||||
|  | ||||
| //No help, variable specified on the command line. | ||||
| CCACHE_ENABLE:UNINITIALIZED=0 | ||||
|  | ||||
| //Path to a program. | ||||
| CMAKE_ADDR2LINE:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-addr2line | ||||
|  | ||||
| //Path to a program. | ||||
| CMAKE_AR:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar | ||||
|  | ||||
| //A wrapper around 'ar' adding the appropriate '--plugin' option | ||||
| // for the GCC compiler | ||||
| CMAKE_ASM_COMPILER_AR:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar | ||||
|  | ||||
| //A wrapper around 'ranlib' adding the appropriate '--plugin' option | ||||
| // for the GCC compiler | ||||
| CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib | ||||
|  | ||||
| //Flags used by the ASM compiler during all build types. | ||||
| CMAKE_ASM_FLAGS:STRING= | ||||
|  | ||||
| //Flags used by the ASM compiler during DEBUG builds. | ||||
| CMAKE_ASM_FLAGS_DEBUG:STRING=-g | ||||
|  | ||||
| //Flags used by the ASM compiler during MINSIZEREL builds. | ||||
| CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | ||||
|  | ||||
| //Flags used by the ASM compiler during RELEASE builds. | ||||
| CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | ||||
|  | ||||
| //Flags used by the ASM compiler during RELWITHDEBINFO builds. | ||||
| CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | ||||
|  | ||||
| //Choose the type of build: None Debug Release Coverage ASan ASanDbg | ||||
| // MemSan MemSanDbg Check CheckFull | ||||
| CMAKE_BUILD_TYPE:STRING= | ||||
|  | ||||
| //Enable/Disable color output during build. | ||||
| CMAKE_COLOR_MAKEFILE:BOOL=ON | ||||
|  | ||||
| //A wrapper around 'ar' adding the appropriate '--plugin' option | ||||
| // for the GCC compiler | ||||
| CMAKE_CXX_COMPILER_AR:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar | ||||
|  | ||||
| //A wrapper around 'ranlib' adding the appropriate '--plugin' option | ||||
| // for the GCC compiler | ||||
| CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib | ||||
|  | ||||
| //C++ Compiler Base Flags | ||||
| CMAKE_CXX_FLAGS:STRING=-mlongcalls -Wno-frame-address | ||||
|  | ||||
| //Flags used by the CXX compiler during DEBUG builds. | ||||
| CMAKE_CXX_FLAGS_DEBUG:STRING=-g | ||||
|  | ||||
| //Flags used by the CXX compiler during MINSIZEREL builds. | ||||
| CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | ||||
|  | ||||
| //Flags used by the CXX compiler during RELEASE builds. | ||||
| CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | ||||
|  | ||||
| //Flags used by the CXX compiler during RELWITHDEBINFO builds. | ||||
| CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | ||||
|  | ||||
| //A wrapper around 'ar' adding the appropriate '--plugin' option | ||||
| // for the GCC compiler | ||||
| CMAKE_C_COMPILER_AR:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar | ||||
|  | ||||
| //A wrapper around 'ranlib' adding the appropriate '--plugin' option | ||||
| // for the GCC compiler | ||||
| CMAKE_C_COMPILER_RANLIB:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib | ||||
|  | ||||
| //C Compiler Base Flags | ||||
| CMAKE_C_FLAGS:STRING=-mlongcalls -Wno-frame-address | ||||
|  | ||||
| //Flags used by the C compiler during DEBUG builds. | ||||
| CMAKE_C_FLAGS_DEBUG:STRING=-g | ||||
|  | ||||
| //Flags used by the C compiler during MINSIZEREL builds. | ||||
| CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | ||||
|  | ||||
| //Flags used by the C compiler during RELEASE builds. | ||||
| CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | ||||
|  | ||||
| //Flags used by the C compiler during RELWITHDEBINFO builds. | ||||
| CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | ||||
|  | ||||
| //Path to a program. | ||||
| CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND | ||||
|  | ||||
| //Flags used by the linker during all build types. | ||||
| CMAKE_EXE_LINKER_FLAGS:STRING= | ||||
|  | ||||
| //Flags used by the linker during DEBUG builds. | ||||
| CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= | ||||
|  | ||||
| //Flags used by the linker during MINSIZEREL builds. | ||||
| CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= | ||||
|  | ||||
| //Flags used by the linker during RELEASE builds. | ||||
| CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= | ||||
|  | ||||
| //Flags used by the linker during RELWITHDEBINFO builds. | ||||
| CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | ||||
|  | ||||
| //Enable/Disable output of compile commands during generation. | ||||
| CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= | ||||
|  | ||||
| //Install path prefix, prepended onto install directories. | ||||
| CMAKE_INSTALL_PREFIX:PATH=/usr/local | ||||
|  | ||||
| //Path to a program. | ||||
| CMAKE_LINKER:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld | ||||
|  | ||||
| //Path to a program. | ||||
| CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake | ||||
|  | ||||
| //Flags used by the linker during the creation of modules during | ||||
| // all build types. | ||||
| CMAKE_MODULE_LINKER_FLAGS:STRING= | ||||
|  | ||||
| //Flags used by the linker during the creation of modules during | ||||
| // DEBUG builds. | ||||
| CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= | ||||
|  | ||||
| //Flags used by the linker during the creation of modules during | ||||
| // MINSIZEREL builds. | ||||
| CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= | ||||
|  | ||||
| //Flags used by the linker during the creation of modules during | ||||
| // RELEASE builds. | ||||
| CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= | ||||
|  | ||||
| //Flags used by the linker during the creation of modules during | ||||
| // RELWITHDEBINFO builds. | ||||
| CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | ||||
|  | ||||
| //Path to a program. | ||||
| CMAKE_NM:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-nm | ||||
|  | ||||
| //Path to a program. | ||||
| CMAKE_OBJCOPY:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-objcopy | ||||
|  | ||||
| //Path to a program. | ||||
| CMAKE_OBJDUMP:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump | ||||
|  | ||||
| //Value Computed by CMake | ||||
| CMAKE_PROJECT_DESCRIPTION:STATIC= | ||||
|  | ||||
| //Value Computed by CMake | ||||
| CMAKE_PROJECT_HOMEPAGE_URL:STATIC= | ||||
|  | ||||
| //Value Computed by CMake | ||||
| CMAKE_PROJECT_NAME:STATIC=internal_communication | ||||
|  | ||||
| //Path to a program. | ||||
| CMAKE_RANLIB:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib | ||||
|  | ||||
| //Path to a program. | ||||
| CMAKE_READELF:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-readelf | ||||
|  | ||||
| //Flags used by the linker during the creation of shared libraries | ||||
| // during all build types. | ||||
| CMAKE_SHARED_LINKER_FLAGS:STRING= | ||||
|  | ||||
| //Flags used by the linker during the creation of shared libraries | ||||
| // during DEBUG builds. | ||||
| CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= | ||||
|  | ||||
| //Flags used by the linker during the creation of shared libraries | ||||
| // during MINSIZEREL builds. | ||||
| CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= | ||||
|  | ||||
| //Flags used by the linker during the creation of shared libraries | ||||
| // during RELEASE builds. | ||||
| CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= | ||||
|  | ||||
| //Flags used by the linker during the creation of shared libraries | ||||
| // during RELWITHDEBINFO builds. | ||||
| CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= | ||||
|  | ||||
| //If set, runtime paths are not added when installing shared libraries, | ||||
| // but are added when building. | ||||
| CMAKE_SKIP_INSTALL_RPATH:BOOL=NO | ||||
|  | ||||
| //If set, runtime paths are not added when using shared libraries. | ||||
| CMAKE_SKIP_RPATH:BOOL=NO | ||||
|  | ||||
| //Flags used by the linker during the creation of static libraries | ||||
| // during all build types. | ||||
| CMAKE_STATIC_LINKER_FLAGS:STRING= | ||||
|  | ||||
| //Flags used by the linker during the creation of static libraries | ||||
| // during DEBUG builds. | ||||
| CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= | ||||
|  | ||||
| //Flags used by the linker during the creation of static libraries | ||||
| // during MINSIZEREL builds. | ||||
| CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= | ||||
|  | ||||
| //Flags used by the linker during the creation of static libraries | ||||
| // during RELEASE builds. | ||||
| CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= | ||||
|  | ||||
| //Flags used by the linker during the creation of static libraries | ||||
| // during RELWITHDEBINFO builds. | ||||
| CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= | ||||
|  | ||||
| //Path to a program. | ||||
| CMAKE_STRIP:FILEPATH=/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-strip | ||||
|  | ||||
| //The CMake toolchain file | ||||
| CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/hendrik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake | ||||
|  | ||||
| //If this value is on, makefiles will be generated without the | ||||
| // .SILENT directive, and all commands will be echoed to the console | ||||
| // during the make.  This is useful for debugging only. With Visual | ||||
| // Studio IDE projects all commands are done without /nologo. | ||||
| CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE | ||||
|  | ||||
| //Build mbed TLS programs. | ||||
| ENABLE_PROGRAMS:BOOL= | ||||
|  | ||||
| //Build mbed TLS tests. | ||||
| ENABLE_TESTING:BOOL= | ||||
|  | ||||
| //Build mbed TLS with zlib library. | ||||
| ENABLE_ZLIB_SUPPORT:BOOL=OFF | ||||
|  | ||||
| //No help, variable specified on the command line. | ||||
| ESP_PLATFORM:UNINITIALIZED=1 | ||||
|  | ||||
| //Git command line client | ||||
| GIT_EXECUTABLE:FILEPATH=/usr/bin/git | ||||
|  | ||||
| //IDF Build Target | ||||
| IDF_TARGET:STRING=esp32 | ||||
|  | ||||
| //Install mbed TLS headers. | ||||
| INSTALL_MBEDTLS_HEADERS:BOOL=ON | ||||
|  | ||||
| //Explicitly link mbed TLS library to pthread. | ||||
| LINK_WITH_PTHREAD:BOOL=OFF | ||||
|  | ||||
| //Path to a program. | ||||
| PERL_EXECUTABLE:FILEPATH=/usr/bin/perl | ||||
|  | ||||
| //No help, variable specified on the command line. | ||||
| PYTHON_DEPS_CHECKED:UNINITIALIZED=1 | ||||
|  | ||||
| //Path to a program. | ||||
| PYTHON_EXECUTABLE:FILEPATH=/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python3.8 | ||||
|  | ||||
| //Allow unsafe builds. These builds ARE NOT SECURE. | ||||
| UNSAFE_BUILD:BOOL=OFF | ||||
|  | ||||
| //Build mbed TLS with the pkcs11-helper library. | ||||
| USE_PKCS11_HELPER_LIBRARY:BOOL=OFF | ||||
|  | ||||
| //Build mbed TLS shared library. | ||||
| USE_SHARED_MBEDTLS_LIBRARY:BOOL=OFF | ||||
|  | ||||
| //Build mbed TLS static library. | ||||
| USE_STATIC_MBEDTLS_LIBRARY:BOOL=ON | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_app_trace_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_app_update_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_asio_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_bootloader_support_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_cbor_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_cmock_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_coap_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_console_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_cxx_LIB_DEPENDS:STATIC=general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32;general;stdc++;general;gcc; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_driver_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_efuse_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp-tls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp32_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;gcc; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_adc_cal_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_common_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_system;general;__idf_esp32;general;__idf_ulp;general;__idf_efuse;general;__idf_esp_http_client;general;__idf_esp_http_server;general;__idf_bootloader_support;general;__idf_nvs_flash;general;__idf_esp_wifi;general;__idf_app_update;general;__idf_lwip;general;__idf_spi_flash;general;__idf_wpa_supplicant;general;__idf_tcpip_adapter;general;__idf_esp_serial_slave_link;general;__idf_esp_netif;general;__idf_soc;general;__idf_esp-tls;general;__idf_esp_https_ota; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_eth_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_event_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_gdbstub_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_hid_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_http_client_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_http_server_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_https_ota_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_hw_support_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_ipc_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_local_ctrl_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_netif_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_pm_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_ringbuf_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_rom_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_serial_slave_link_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_system_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_timer_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_websocket_client_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_esp_wifi_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32;general;-L /home/hendrik/esp/esp-idf/components/esp_wifi/lib/esp32;general;coexist;general;core;general;espnow;general;mesh;general;net80211;general;pp;general;rtc;general;smartconfig;general;phy; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_espcoredump_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_expat_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_fatfs_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_freemodbus_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_freertos_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_hal_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_heap_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_jsmn_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_json_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_libsodium_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_log_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_lwip_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_main_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_mbedtls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32;general;mbedtls;general;mbedcrypto;general;mbedx509; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_mdns_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_mqtt_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_newlib_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_nghttp_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_nvs_flash_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_openssl_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_perfmon_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_protobuf-c_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_protocomm_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_pthread_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_sdmmc_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_soc_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_spi_flash_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_spiffs_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_tcp_transport_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_tcpip_adapter_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_ulp_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_unity_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_vfs_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_wear_levelling_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_wifi_provisioning_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_wpa_supplicant_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| __idf_xtensa_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32;general;/home/hendrik/esp/esp-idf/components/xtensa/esp32/libxt_hal.a; | ||||
|  | ||||
| //Value Computed by CMake | ||||
| esp-idf_BINARY_DIR:STATIC=/home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf | ||||
|  | ||||
| //Value Computed by CMake | ||||
| esp-idf_SOURCE_DIR:STATIC=/home/hendrik/esp/esp-idf | ||||
|  | ||||
| //Value Computed by CMake | ||||
| internal_communication_BINARY_DIR:STATIC=/home/hendrik/git/ESP32-Mesh-OTA/build | ||||
|  | ||||
| //Value Computed by CMake | ||||
| internal_communication_SOURCE_DIR:STATIC=/home/hendrik/git/ESP32-Mesh-OTA | ||||
|  | ||||
| //Value Computed by CMake | ||||
| mbed TLS_BINARY_DIR:STATIC=/home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/mbedtls/mbedtls | ||||
|  | ||||
| //Value Computed by CMake | ||||
| mbed TLS_SOURCE_DIR:STATIC=/home/hendrik/esp/esp-idf/components/mbedtls/mbedtls | ||||
|  | ||||
| //Dependencies for the target | ||||
| mbedcrypto_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32; | ||||
|  | ||||
| //Dependencies for the target | ||||
| mbedtls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32;general;mbedx509; | ||||
|  | ||||
| //Dependencies for the target | ||||
| mbedx509_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32;general;mbedcrypto; | ||||
|  | ||||
|  | ||||
| ######################## | ||||
| # INTERNAL cache entries | ||||
| ######################## | ||||
|  | ||||
| //ADVANCED property for variable: CMAKE_ADDR2LINE | ||||
| CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_AR | ||||
| CMAKE_AR-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_ASM_COMPILER_AR | ||||
| CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB | ||||
| CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1 | ||||
| CMAKE_ASM_COMPILER_WORKS:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_ASM_FLAGS | ||||
| CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG | ||||
| CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL | ||||
| CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE | ||||
| CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO | ||||
| CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||||
| //This is the directory where this CMakeCache.txt was created | ||||
| CMAKE_CACHEFILE_DIR:INTERNAL=/home/hendrik/git/ESP32-Mesh-OTA/build | ||||
| //Major version of cmake used to create the current loaded cache | ||||
| CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 | ||||
| //Minor version of cmake used to create the current loaded cache | ||||
| CMAKE_CACHE_MINOR_VERSION:INTERNAL=19 | ||||
| //Patch version of cmake used to create the current loaded cache | ||||
| CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 | ||||
| //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE | ||||
| CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 | ||||
| //Path to CMake executable. | ||||
| CMAKE_COMMAND:INTERNAL=/usr/bin/cmake | ||||
| //Path to cpack program executable. | ||||
| CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack | ||||
| //Path to ctest program executable. | ||||
| CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest | ||||
| //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR | ||||
| CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB | ||||
| CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_CXX_FLAGS | ||||
| CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG | ||||
| CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL | ||||
| CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE | ||||
| CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO | ||||
| CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_C_COMPILER_AR | ||||
| CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB | ||||
| CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_C_FLAGS | ||||
| CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG | ||||
| CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL | ||||
| CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE | ||||
| CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO | ||||
| CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_DLLTOOL | ||||
| CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 | ||||
| //Path to cache edit program executable. | ||||
| CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake | ||||
| //Executable file format | ||||
| CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF | ||||
| //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS | ||||
| CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG | ||||
| CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL | ||||
| CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE | ||||
| CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO | ||||
| CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS | ||||
| CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 | ||||
| //Name of external makefile project generator. | ||||
| CMAKE_EXTRA_GENERATOR:INTERNAL= | ||||
| //Name of generator. | ||||
| CMAKE_GENERATOR:INTERNAL=Unix Makefiles | ||||
| //Generator instance identifier. | ||||
| CMAKE_GENERATOR_INSTANCE:INTERNAL= | ||||
| //Name of generator platform. | ||||
| CMAKE_GENERATOR_PLATFORM:INTERNAL= | ||||
| //Name of generator toolset. | ||||
| CMAKE_GENERATOR_TOOLSET:INTERNAL= | ||||
| //Source directory with the top level CMakeLists.txt file for this | ||||
| // project | ||||
| CMAKE_HOME_DIRECTORY:INTERNAL=/home/hendrik/git/ESP32-Mesh-OTA | ||||
| //ADVANCED property for variable: CMAKE_LINKER | ||||
| CMAKE_LINKER-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_MAKE_PROGRAM | ||||
| CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS | ||||
| CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG | ||||
| CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL | ||||
| CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE | ||||
| CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO | ||||
| CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_NM | ||||
| CMAKE_NM-ADVANCED:INTERNAL=1 | ||||
| //number of local generators | ||||
| CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=88 | ||||
| //ADVANCED property for variable: CMAKE_OBJCOPY | ||||
| CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_OBJDUMP | ||||
| CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 | ||||
| //Platform information initialized | ||||
| CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_RANLIB | ||||
| CMAKE_RANLIB-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_READELF | ||||
| CMAKE_READELF-ADVANCED:INTERNAL=1 | ||||
| //Path to CMake installation. | ||||
| CMAKE_ROOT:INTERNAL=/usr/share/cmake | ||||
| //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS | ||||
| CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG | ||||
| CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL | ||||
| CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE | ||||
| CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO | ||||
| CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH | ||||
| CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_SKIP_RPATH | ||||
| CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS | ||||
| CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG | ||||
| CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL | ||||
| CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE | ||||
| CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO | ||||
| CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: CMAKE_STRIP | ||||
| CMAKE_STRIP-ADVANCED:INTERNAL=1 | ||||
| //uname command | ||||
| CMAKE_UNAME:INTERNAL=/usr/bin/uname | ||||
| //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE | ||||
| CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 | ||||
| //Details about finding Git | ||||
| FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.29.2()] | ||||
| //Details about finding Perl | ||||
| FIND_PACKAGE_MESSAGE_DETAILS_Perl:INTERNAL=[/usr/bin/perl][v5.32.0()] | ||||
| //Details about finding PythonInterp | ||||
| FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python3.8][v3.8.6()] | ||||
| //ADVANCED property for variable: GIT_EXECUTABLE | ||||
| GIT_EXECUTABLE-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: PERL_EXECUTABLE | ||||
| PERL_EXECUTABLE-ADVANCED:INTERNAL=1 | ||||
| //ADVANCED property for variable: PYTHON_EXECUTABLE | ||||
| PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 | ||||
|  | ||||
							
								
								
									
										20
									
								
								build/CMakeFiles/3.18.4/CMakeASMCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								build/CMakeFiles/3.18.4/CMakeASMCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,20 @@ | ||||
| set(CMAKE_ASM_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc") | ||||
| set(CMAKE_ASM_COMPILER_ARG1 "") | ||||
| set(CMAKE_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar") | ||||
| set(CMAKE_ASM_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar") | ||||
| set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib") | ||||
| set(CMAKE_ASM_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib") | ||||
| set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld") | ||||
| set(CMAKE_MT "") | ||||
| set(CMAKE_ASM_COMPILER_LOADED 1) | ||||
| set(CMAKE_ASM_COMPILER_ID "GNU") | ||||
| set(CMAKE_ASM_COMPILER_VERSION "") | ||||
| set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) | ||||
| set(CMAKE_ASM_LINKER_PREFERENCE 0) | ||||
|  | ||||
|  | ||||
							
								
								
									
										77
									
								
								build/CMakeFiles/3.18.4/CMakeCCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								build/CMakeFiles/3.18.4/CMakeCCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| set(CMAKE_C_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc") | ||||
| set(CMAKE_C_COMPILER_ARG1 "") | ||||
| set(CMAKE_C_COMPILER_ID "GNU") | ||||
| set(CMAKE_C_COMPILER_VERSION "8.4.0") | ||||
| set(CMAKE_C_COMPILER_VERSION_INTERNAL "") | ||||
| set(CMAKE_C_COMPILER_WRAPPER "") | ||||
| set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") | ||||
| set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert") | ||||
| set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") | ||||
| set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") | ||||
| set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") | ||||
|  | ||||
| set(CMAKE_C_PLATFORM_ID "") | ||||
| set(CMAKE_C_SIMULATE_ID "") | ||||
| set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") | ||||
| set(CMAKE_C_SIMULATE_VERSION "") | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| set(CMAKE_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar") | ||||
| set(CMAKE_C_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar") | ||||
| set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib") | ||||
| set(CMAKE_C_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib") | ||||
| set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld") | ||||
| set(CMAKE_MT "") | ||||
| set(CMAKE_COMPILER_IS_GNUCC 1) | ||||
| set(CMAKE_C_COMPILER_LOADED 1) | ||||
| set(CMAKE_C_COMPILER_WORKS TRUE) | ||||
| set(CMAKE_C_ABI_COMPILED TRUE) | ||||
| set(CMAKE_COMPILER_IS_MINGW ) | ||||
| set(CMAKE_COMPILER_IS_CYGWIN ) | ||||
| if(CMAKE_COMPILER_IS_CYGWIN) | ||||
|   set(CYGWIN 1) | ||||
|   set(UNIX 1) | ||||
| endif() | ||||
|  | ||||
| set(CMAKE_C_COMPILER_ENV_VAR "CC") | ||||
|  | ||||
| if(CMAKE_COMPILER_IS_MINGW) | ||||
|   set(MINGW 1) | ||||
| endif() | ||||
| set(CMAKE_C_COMPILER_ID_RUN 1) | ||||
| set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) | ||||
| set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) | ||||
| set(CMAKE_C_LINKER_PREFERENCE 10) | ||||
|  | ||||
| # Save compiler ABI information. | ||||
| set(CMAKE_C_SIZEOF_DATA_PTR "4") | ||||
| set(CMAKE_C_COMPILER_ABI "ELF") | ||||
| set(CMAKE_C_LIBRARY_ARCHITECTURE "") | ||||
|  | ||||
| if(CMAKE_C_SIZEOF_DATA_PTR) | ||||
|   set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") | ||||
| endif() | ||||
|  | ||||
| if(CMAKE_C_COMPILER_ABI) | ||||
|   set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") | ||||
| endif() | ||||
|  | ||||
| if(CMAKE_C_LIBRARY_ARCHITECTURE) | ||||
|   set(CMAKE_LIBRARY_ARCHITECTURE "") | ||||
| endif() | ||||
|  | ||||
| set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") | ||||
| if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) | ||||
|   set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") | ||||
| endif() | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include-fixed;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include") | ||||
| set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc") | ||||
| set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/lib") | ||||
| set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") | ||||
							
								
								
									
										89
									
								
								build/CMakeFiles/3.18.4/CMakeCXXCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										89
									
								
								build/CMakeFiles/3.18.4/CMakeCXXCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,89 @@ | ||||
| set(CMAKE_CXX_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++") | ||||
| set(CMAKE_CXX_COMPILER_ARG1 "") | ||||
| set(CMAKE_CXX_COMPILER_ID "GNU") | ||||
| set(CMAKE_CXX_COMPILER_VERSION "8.4.0") | ||||
| set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") | ||||
| set(CMAKE_CXX_COMPILER_WRAPPER "") | ||||
| set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") | ||||
| set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20") | ||||
| set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") | ||||
| set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") | ||||
| set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") | ||||
| set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") | ||||
| set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") | ||||
|  | ||||
| set(CMAKE_CXX_PLATFORM_ID "") | ||||
| set(CMAKE_CXX_SIMULATE_ID "") | ||||
| set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") | ||||
| set(CMAKE_CXX_SIMULATE_VERSION "") | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| set(CMAKE_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar") | ||||
| set(CMAKE_CXX_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar") | ||||
| set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib") | ||||
| set(CMAKE_CXX_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib") | ||||
| set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld") | ||||
| set(CMAKE_MT "") | ||||
| 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_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) | ||||
| set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) | ||||
|  | ||||
| foreach (lang C OBJC OBJCXX) | ||||
|   if (CMAKE_${lang}_COMPILER_ID_RUN) | ||||
|     foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) | ||||
|       list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) | ||||
|     endforeach() | ||||
|   endif() | ||||
| endforeach() | ||||
|  | ||||
| set(CMAKE_CXX_LINKER_PREFERENCE 30) | ||||
| set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) | ||||
|  | ||||
| # Save compiler ABI information. | ||||
| set(CMAKE_CXX_SIZEOF_DATA_PTR "4") | ||||
| set(CMAKE_CXX_COMPILER_ABI "ELF") | ||||
| set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") | ||||
|  | ||||
| if(CMAKE_CXX_SIZEOF_DATA_PTR) | ||||
|   set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") | ||||
| endif() | ||||
|  | ||||
| if(CMAKE_CXX_COMPILER_ABI) | ||||
|   set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") | ||||
| endif() | ||||
|  | ||||
| if(CMAKE_CXX_LIBRARY_ARCHITECTURE) | ||||
|   set(CMAKE_LIBRARY_ARCHITECTURE "") | ||||
| endif() | ||||
|  | ||||
| set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") | ||||
| if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) | ||||
|   set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") | ||||
| endif() | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0/xtensa-esp32-elf;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0/backward;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include-fixed;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include") | ||||
| set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc") | ||||
| set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/lib") | ||||
| set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") | ||||
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/3.18.4/CMakeDetermineCompilerABI_C.bin
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/3.18.4/CMakeDetermineCompilerABI_C.bin
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/3.18.4/CMakeDetermineCompilerABI_CXX.bin
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/3.18.4/CMakeDetermineCompilerABI_CXX.bin
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										15
									
								
								build/CMakeFiles/3.18.4/CMakeSystem.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								build/CMakeFiles/3.18.4/CMakeSystem.cmake
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,15 @@ | ||||
| set(CMAKE_HOST_SYSTEM "Linux-5.9.8-2-default") | ||||
| set(CMAKE_HOST_SYSTEM_NAME "Linux") | ||||
| set(CMAKE_HOST_SYSTEM_VERSION "5.9.8-2-default") | ||||
| set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") | ||||
|  | ||||
| include("/home/hendrik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake") | ||||
|  | ||||
| set(CMAKE_SYSTEM "Generic") | ||||
| set(CMAKE_SYSTEM_NAME "Generic") | ||||
| set(CMAKE_SYSTEM_VERSION "") | ||||
| set(CMAKE_SYSTEM_PROCESSOR "") | ||||
|  | ||||
| set(CMAKE_CROSSCOMPILING "TRUE") | ||||
|  | ||||
| set(CMAKE_SYSTEM_LOADED 1) | ||||
							
								
								
									
										674
									
								
								build/CMakeFiles/3.18.4/CompilerIdC/CMakeCCompilerId.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										674
									
								
								build/CMakeFiles/3.18.4/CompilerIdC/CMakeCCompilerId.c
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,674 @@ | ||||
| #ifdef __cplusplus | ||||
| # error "A C++ compiler has been selected for C." | ||||
| #endif | ||||
|  | ||||
| #if defined(__18CXX) | ||||
| # define ID_VOID_MAIN | ||||
| #endif | ||||
| #if defined(__CLASSIC_C__) | ||||
| /* cv-qualifiers did not exist in K&R C */ | ||||
| # define const | ||||
| # define volatile | ||||
| #endif | ||||
|  | ||||
|  | ||||
| /* Version number components: V=Version, R=Revision, P=Patch | ||||
|    Version date components:   YYYY=Year, MM=Month,   DD=Day  */ | ||||
|  | ||||
| #if defined(__INTEL_COMPILER) || defined(__ICC) | ||||
| # define COMPILER_ID "Intel" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # if defined(__GNUC__) | ||||
| #  define SIMULATE_ID "GNU" | ||||
| # endif | ||||
|   /* __INTEL_COMPILER = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | ||||
| # if defined(__INTEL_COMPILER_UPDATE) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | ||||
| # else | ||||
| #  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER   % 10) | ||||
| # endif | ||||
| # if defined(__INTEL_COMPILER_BUILD_DATE) | ||||
|   /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | ||||
| #  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | ||||
| # endif | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
| # if defined(__GNUC__) | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | ||||
| # elif defined(__GNUG__) | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | ||||
| # endif | ||||
| # if defined(__GNUC_MINOR__) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | ||||
| # endif | ||||
| # if defined(__GNUC_PATCHLEVEL__) | ||||
| #  define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__PATHCC__) | ||||
| # define COMPILER_ID "PathScale" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | ||||
| # if defined(__PATHCC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | ||||
| # define COMPILER_ID "Embarcadero" | ||||
| # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | ||||
| # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | ||||
| # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__     & 0xFFFF) | ||||
|  | ||||
| #elif defined(__BORLANDC__) | ||||
| # define COMPILER_ID "Borland" | ||||
|   /* __BORLANDC__ = 0xVRR */ | ||||
| # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | ||||
| # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | ||||
|  | ||||
| #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | ||||
| # define COMPILER_ID "Watcom" | ||||
|    /* __WATCOMC__ = VVRR */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||||
| # if (__WATCOMC__ % 10) > 0 | ||||
| #  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # define COMPILER_ID "OpenWatcom" | ||||
|    /* __WATCOMC__ = VVRP + 1100 */ | ||||
| # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||||
| # if (__WATCOMC__ % 10) > 0 | ||||
| #  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__SUNPRO_C) | ||||
| # define COMPILER_ID "SunPro" | ||||
| # if __SUNPRO_C >= 0x5100 | ||||
|    /* __SUNPRO_C = 0xVRRP */ | ||||
| #  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) | ||||
| #  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) | ||||
| #  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF) | ||||
| # else | ||||
|    /* __SUNPRO_CC = 0xVRP */ | ||||
| #  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) | ||||
| #  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) | ||||
| #  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__HP_cc) | ||||
| # define COMPILER_ID "HP" | ||||
|   /* __HP_cc = VVRRPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) | ||||
| # define COMPILER_VERSION_PATCH DEC(__HP_cc     % 100) | ||||
|  | ||||
| #elif defined(__DECC) | ||||
| # define COMPILER_ID "Compaq" | ||||
|   /* __DECC_VER = VVRRTPPPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000  % 100) | ||||
| # define COMPILER_VERSION_PATCH DEC(__DECC_VER         % 10000) | ||||
|  | ||||
| #elif defined(__IBMC__) && defined(__COMPILER_VER__) | ||||
| # define COMPILER_ID "zOS" | ||||
|   /* __IBMC__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10) | ||||
|  | ||||
| #elif defined(__ibmxl__) && defined(__clang__) | ||||
| # define COMPILER_ID "XLClang" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | ||||
| # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | ||||
|  | ||||
|  | ||||
| #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 | ||||
| # define COMPILER_ID "XL" | ||||
|   /* __IBMC__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10) | ||||
|  | ||||
| #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 | ||||
| # define COMPILER_ID "VisualAge" | ||||
|   /* __IBMC__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10) | ||||
|  | ||||
| #elif defined(__PGI) | ||||
| # define COMPILER_ID "PGI" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__PGIC__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | ||||
| # if defined(__PGIC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(_CRAYC) | ||||
| # define COMPILER_ID "Cray" | ||||
| # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | ||||
| # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | ||||
|  | ||||
| #elif defined(__TI_COMPILER_VERSION__) | ||||
| # define COMPILER_ID "TI" | ||||
|   /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000) | ||||
| # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000) | ||||
|  | ||||
| #elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) | ||||
| # define COMPILER_ID "Fujitsu" | ||||
|  | ||||
| #elif defined(__ghs__) | ||||
| # define COMPILER_ID "GHS" | ||||
| /* __GHS_VERSION_NUMBER = VVVVRP */ | ||||
| # ifdef __GHS_VERSION_NUMBER | ||||
| # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER      % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__TINYC__) | ||||
| # define COMPILER_ID "TinyCC" | ||||
|  | ||||
| #elif defined(__BCC__) | ||||
| # define COMPILER_ID "Bruce" | ||||
|  | ||||
| #elif defined(__SCO_VERSION__) | ||||
| # define COMPILER_ID "SCO" | ||||
|  | ||||
| #elif defined(__ARMCC_VERSION) && !defined(__clang__) | ||||
| # define COMPILER_ID "ARMCC" | ||||
| #if __ARMCC_VERSION >= 1000000 | ||||
|   /* __ARMCC_VERSION = VRRPPPP */ | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION     % 10000) | ||||
| #else | ||||
|   /* __ARMCC_VERSION = VRPPPP */ | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION    % 10000) | ||||
| #endif | ||||
|  | ||||
|  | ||||
| #elif defined(__clang__) && defined(__apple_build_version__) | ||||
| # define COMPILER_ID "AppleClang" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
| # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | ||||
|  | ||||
| #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | ||||
| # define COMPILER_ID "ARMClang" | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION     % 10000) | ||||
| # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | ||||
|  | ||||
| #elif defined(__clang__) | ||||
| # define COMPILER_ID "Clang" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__GNUC__) | ||||
| # define COMPILER_ID "GNU" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__GNUC__) | ||||
| # if defined(__GNUC_MINOR__) | ||||
| #  define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | ||||
| # endif | ||||
| # if defined(__GNUC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(_MSC_VER) | ||||
| # define COMPILER_ID "MSVC" | ||||
|   /* _MSC_VER = VVRR */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # if defined(_MSC_FULL_VER) | ||||
| #  if _MSC_VER >= 1400 | ||||
|     /* _MSC_FULL_VER = VVRRPPPPP */ | ||||
| #   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | ||||
| #  else | ||||
|     /* _MSC_FULL_VER = VVRRPPPP */ | ||||
| #   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | ||||
| #  endif | ||||
| # endif | ||||
| # if defined(_MSC_BUILD) | ||||
| #  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) | ||||
| # define COMPILER_ID "ADSP" | ||||
| #if defined(__VISUALDSPVERSION__) | ||||
|   /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ | ||||
| # define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) | ||||
| # define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) | ||||
| # define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF) | ||||
| #endif | ||||
|  | ||||
| #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||||
| # define COMPILER_ID "IAR" | ||||
| # if defined(__VER__) && defined(__ICCARM__) | ||||
| #  define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | ||||
| #  define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | ||||
| #  define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | ||||
| #  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||||
| # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) | ||||
| #  define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | ||||
| #  define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | ||||
| #  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) | ||||
| # define COMPILER_ID "SDCC" | ||||
| # if defined(__SDCC_VERSION_MAJOR) | ||||
| #  define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) | ||||
| #  define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) | ||||
| # else | ||||
|   /* SDCC = VRP */ | ||||
| #  define COMPILER_VERSION_MAJOR DEC(SDCC/100) | ||||
| #  define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) | ||||
| #  define COMPILER_VERSION_PATCH DEC(SDCC    % 10) | ||||
| # endif | ||||
|  | ||||
|  | ||||
| /* These compilers are either not known or too old to define an | ||||
|   identification macro.  Try to identify the platform and guess that | ||||
|   it is the native compiler.  */ | ||||
| #elif defined(__hpux) || defined(__hpua) | ||||
| # define COMPILER_ID "HP" | ||||
|  | ||||
| #else /* unknown compiler */ | ||||
| # define COMPILER_ID "" | ||||
| #endif | ||||
|  | ||||
| /* Construct the string literal in pieces to prevent the source from | ||||
|    getting matched.  Store it in a pointer rather than an array | ||||
|    because some compilers will just produce instructions to fill the | ||||
|    array rather than assigning a pointer to a static array.  */ | ||||
| char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; | ||||
| #ifdef SIMULATE_ID | ||||
| char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; | ||||
| #endif | ||||
|  | ||||
| #ifdef __QNXNTO__ | ||||
| char const* qnxnto = "INFO" ":" "qnxnto[]"; | ||||
| #endif | ||||
|  | ||||
| #if defined(__CRAYXE) || defined(__CRAYXC) | ||||
| char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; | ||||
| #endif | ||||
|  | ||||
| #define STRINGIFY_HELPER(X) #X | ||||
| #define STRINGIFY(X) STRINGIFY_HELPER(X) | ||||
|  | ||||
| /* Identify known platforms by name.  */ | ||||
| #if defined(__linux) || defined(__linux__) || defined(linux) | ||||
| # define PLATFORM_ID "Linux" | ||||
|  | ||||
| #elif defined(__CYGWIN__) | ||||
| # define PLATFORM_ID "Cygwin" | ||||
|  | ||||
| #elif defined(__MINGW32__) | ||||
| # define PLATFORM_ID "MinGW" | ||||
|  | ||||
| #elif defined(__APPLE__) | ||||
| # define PLATFORM_ID "Darwin" | ||||
|  | ||||
| #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) | ||||
| # define PLATFORM_ID "Windows" | ||||
|  | ||||
| #elif defined(__FreeBSD__) || defined(__FreeBSD) | ||||
| # define PLATFORM_ID "FreeBSD" | ||||
|  | ||||
| #elif defined(__NetBSD__) || defined(__NetBSD) | ||||
| # define PLATFORM_ID "NetBSD" | ||||
|  | ||||
| #elif defined(__OpenBSD__) || defined(__OPENBSD) | ||||
| # define PLATFORM_ID "OpenBSD" | ||||
|  | ||||
| #elif defined(__sun) || defined(sun) | ||||
| # define PLATFORM_ID "SunOS" | ||||
|  | ||||
| #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) | ||||
| # define PLATFORM_ID "AIX" | ||||
|  | ||||
| #elif defined(__hpux) || defined(__hpux__) | ||||
| # define PLATFORM_ID "HP-UX" | ||||
|  | ||||
| #elif defined(__HAIKU__) | ||||
| # define PLATFORM_ID "Haiku" | ||||
|  | ||||
| #elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) | ||||
| # define PLATFORM_ID "BeOS" | ||||
|  | ||||
| #elif defined(__QNX__) || defined(__QNXNTO__) | ||||
| # define PLATFORM_ID "QNX" | ||||
|  | ||||
| #elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) | ||||
| # define PLATFORM_ID "Tru64" | ||||
|  | ||||
| #elif defined(__riscos) || defined(__riscos__) | ||||
| # define PLATFORM_ID "RISCos" | ||||
|  | ||||
| #elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) | ||||
| # define PLATFORM_ID "SINIX" | ||||
|  | ||||
| #elif defined(__UNIX_SV__) | ||||
| # define PLATFORM_ID "UNIX_SV" | ||||
|  | ||||
| #elif defined(__bsdos__) | ||||
| # define PLATFORM_ID "BSDOS" | ||||
|  | ||||
| #elif defined(_MPRAS) || defined(MPRAS) | ||||
| # define PLATFORM_ID "MP-RAS" | ||||
|  | ||||
| #elif defined(__osf) || defined(__osf__) | ||||
| # define PLATFORM_ID "OSF1" | ||||
|  | ||||
| #elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) | ||||
| # define PLATFORM_ID "SCO_SV" | ||||
|  | ||||
| #elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) | ||||
| # define PLATFORM_ID "ULTRIX" | ||||
|  | ||||
| #elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) | ||||
| # define PLATFORM_ID "Xenix" | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # if defined(__LINUX__) | ||||
| #  define PLATFORM_ID "Linux" | ||||
|  | ||||
| # elif defined(__DOS__) | ||||
| #  define PLATFORM_ID "DOS" | ||||
|  | ||||
| # elif defined(__OS2__) | ||||
| #  define PLATFORM_ID "OS2" | ||||
|  | ||||
| # elif defined(__WINDOWS__) | ||||
| #  define PLATFORM_ID "Windows3x" | ||||
|  | ||||
| # elif defined(__VXWORKS__) | ||||
| #  define PLATFORM_ID "VxWorks" | ||||
|  | ||||
| # else /* unknown platform */ | ||||
| #  define PLATFORM_ID | ||||
| # endif | ||||
|  | ||||
| #elif defined(__INTEGRITY) | ||||
| # if defined(INT_178B) | ||||
| #  define PLATFORM_ID "Integrity178" | ||||
|  | ||||
| # else /* regular Integrity */ | ||||
| #  define PLATFORM_ID "Integrity" | ||||
| # endif | ||||
|  | ||||
| #else /* unknown platform */ | ||||
| # define PLATFORM_ID | ||||
|  | ||||
| #endif | ||||
|  | ||||
| /* For windows compilers MSVC and Intel we can determine | ||||
|    the architecture of the compiler being used.  This is because | ||||
|    the compilers do not have flags that can change the architecture, | ||||
|    but rather depend on which compiler is being used | ||||
| */ | ||||
| #if defined(_WIN32) && defined(_MSC_VER) | ||||
| # if defined(_M_IA64) | ||||
| #  define ARCHITECTURE_ID "IA64" | ||||
|  | ||||
| # elif defined(_M_X64) || defined(_M_AMD64) | ||||
| #  define ARCHITECTURE_ID "x64" | ||||
|  | ||||
| # elif defined(_M_IX86) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # elif defined(_M_ARM64) | ||||
| #  define ARCHITECTURE_ID "ARM64" | ||||
|  | ||||
| # elif defined(_M_ARM) | ||||
| #  if _M_ARM == 4 | ||||
| #   define ARCHITECTURE_ID "ARMV4I" | ||||
| #  elif _M_ARM == 5 | ||||
| #   define ARCHITECTURE_ID "ARMV5I" | ||||
| #  else | ||||
| #   define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) | ||||
| #  endif | ||||
|  | ||||
| # elif defined(_M_MIPS) | ||||
| #  define ARCHITECTURE_ID "MIPS" | ||||
|  | ||||
| # elif defined(_M_SH) | ||||
| #  define ARCHITECTURE_ID "SHx" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # if defined(_M_I86) | ||||
| #  define ARCHITECTURE_ID "I86" | ||||
|  | ||||
| # elif defined(_M_IX86) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||||
| # if defined(__ICCARM__) | ||||
| #  define ARCHITECTURE_ID "ARM" | ||||
|  | ||||
| # elif defined(__ICCRX__) | ||||
| #  define ARCHITECTURE_ID "RX" | ||||
|  | ||||
| # elif defined(__ICCRH850__) | ||||
| #  define ARCHITECTURE_ID "RH850" | ||||
|  | ||||
| # elif defined(__ICCRL78__) | ||||
| #  define ARCHITECTURE_ID "RL78" | ||||
|  | ||||
| # elif defined(__ICCRISCV__) | ||||
| #  define ARCHITECTURE_ID "RISCV" | ||||
|  | ||||
| # elif defined(__ICCAVR__) | ||||
| #  define ARCHITECTURE_ID "AVR" | ||||
|  | ||||
| # elif defined(__ICC430__) | ||||
| #  define ARCHITECTURE_ID "MSP430" | ||||
|  | ||||
| # elif defined(__ICCV850__) | ||||
| #  define ARCHITECTURE_ID "V850" | ||||
|  | ||||
| # elif defined(__ICC8051__) | ||||
| #  define ARCHITECTURE_ID "8051" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__ghs__) | ||||
| # if defined(__PPC64__) | ||||
| #  define ARCHITECTURE_ID "PPC64" | ||||
|  | ||||
| # elif defined(__ppc__) | ||||
| #  define ARCHITECTURE_ID "PPC" | ||||
|  | ||||
| # elif defined(__ARM__) | ||||
| #  define ARCHITECTURE_ID "ARM" | ||||
|  | ||||
| # elif defined(__x86_64__) | ||||
| #  define ARCHITECTURE_ID "x64" | ||||
|  | ||||
| # elif defined(__i386__) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
| #else | ||||
| #  define ARCHITECTURE_ID | ||||
| #endif | ||||
|  | ||||
| /* Convert integer to decimal digit literals.  */ | ||||
| #define DEC(n)                   \ | ||||
|   ('0' + (((n) / 10000000)%10)), \ | ||||
|   ('0' + (((n) / 1000000)%10)),  \ | ||||
|   ('0' + (((n) / 100000)%10)),   \ | ||||
|   ('0' + (((n) / 10000)%10)),    \ | ||||
|   ('0' + (((n) / 1000)%10)),     \ | ||||
|   ('0' + (((n) / 100)%10)),      \ | ||||
|   ('0' + (((n) / 10)%10)),       \ | ||||
|   ('0' +  ((n) % 10)) | ||||
|  | ||||
| /* Convert integer to hex digit literals.  */ | ||||
| #define HEX(n)             \ | ||||
|   ('0' + ((n)>>28 & 0xF)), \ | ||||
|   ('0' + ((n)>>24 & 0xF)), \ | ||||
|   ('0' + ((n)>>20 & 0xF)), \ | ||||
|   ('0' + ((n)>>16 & 0xF)), \ | ||||
|   ('0' + ((n)>>12 & 0xF)), \ | ||||
|   ('0' + ((n)>>8  & 0xF)), \ | ||||
|   ('0' + ((n)>>4  & 0xF)), \ | ||||
|   ('0' + ((n)     & 0xF)) | ||||
|  | ||||
| /* Construct a string literal encoding the version number components. */ | ||||
| #ifdef COMPILER_VERSION_MAJOR | ||||
| char const info_version[] = { | ||||
|   'I', 'N', 'F', 'O', ':', | ||||
|   'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', | ||||
|   COMPILER_VERSION_MAJOR, | ||||
| # ifdef COMPILER_VERSION_MINOR | ||||
|   '.', COMPILER_VERSION_MINOR, | ||||
| #  ifdef COMPILER_VERSION_PATCH | ||||
|    '.', COMPILER_VERSION_PATCH, | ||||
| #   ifdef COMPILER_VERSION_TWEAK | ||||
|     '.', COMPILER_VERSION_TWEAK, | ||||
| #   endif | ||||
| #  endif | ||||
| # endif | ||||
|   ']','\0'}; | ||||
| #endif | ||||
|  | ||||
| /* Construct a string literal encoding the internal version number. */ | ||||
| #ifdef COMPILER_VERSION_INTERNAL | ||||
| char const info_version_internal[] = { | ||||
|   'I', 'N', 'F', 'O', ':', | ||||
|   'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', | ||||
|   'i','n','t','e','r','n','a','l','[', | ||||
|   COMPILER_VERSION_INTERNAL,']','\0'}; | ||||
| #endif | ||||
|  | ||||
| /* Construct a string literal encoding the version number components. */ | ||||
| #ifdef SIMULATE_VERSION_MAJOR | ||||
| char const info_simulate_version[] = { | ||||
|   'I', 'N', 'F', 'O', ':', | ||||
|   's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', | ||||
|   SIMULATE_VERSION_MAJOR, | ||||
| # ifdef SIMULATE_VERSION_MINOR | ||||
|   '.', SIMULATE_VERSION_MINOR, | ||||
| #  ifdef SIMULATE_VERSION_PATCH | ||||
|    '.', SIMULATE_VERSION_PATCH, | ||||
| #   ifdef SIMULATE_VERSION_TWEAK | ||||
|     '.', SIMULATE_VERSION_TWEAK, | ||||
| #   endif | ||||
| #  endif | ||||
| # endif | ||||
|   ']','\0'}; | ||||
| #endif | ||||
|  | ||||
| /* Construct the string literal in pieces to prevent the source from | ||||
|    getting matched.  Store it in a pointer rather than an array | ||||
|    because some compilers will just produce instructions to fill the | ||||
|    array rather than assigning a pointer to a static array.  */ | ||||
| char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; | ||||
| char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| #if !defined(__STDC__) | ||||
| # if (defined(_MSC_VER) && !defined(__clang__)) \ | ||||
|   || (defined(__ibmxl__) || defined(__IBMC__)) | ||||
| #  define C_DIALECT "90" | ||||
| # else | ||||
| #  define C_DIALECT | ||||
| # endif | ||||
| #elif __STDC_VERSION__ >= 201000L | ||||
| # define C_DIALECT "11" | ||||
| #elif __STDC_VERSION__ >= 199901L | ||||
| # define C_DIALECT "99" | ||||
| #else | ||||
| # define C_DIALECT "90" | ||||
| #endif | ||||
| const char* info_language_dialect_default = | ||||
|   "INFO" ":" "dialect_default[" C_DIALECT "]"; | ||||
|  | ||||
| /*--------------------------------------------------------------------------*/ | ||||
|  | ||||
| #ifdef ID_VOID_MAIN | ||||
| void main() {} | ||||
| #else | ||||
| # if defined(__CLASSIC_C__) | ||||
| int main(argc, argv) int argc; char *argv[]; | ||||
| # else | ||||
| int main(int argc, char* argv[]) | ||||
| # endif | ||||
| { | ||||
|   int require = 0; | ||||
|   require += info_compiler[argc]; | ||||
|   require += info_platform[argc]; | ||||
|   require += info_arch[argc]; | ||||
| #ifdef COMPILER_VERSION_MAJOR | ||||
|   require += info_version[argc]; | ||||
| #endif | ||||
| #ifdef COMPILER_VERSION_INTERNAL | ||||
|   require += info_version_internal[argc]; | ||||
| #endif | ||||
| #ifdef SIMULATE_ID | ||||
|   require += info_simulate[argc]; | ||||
| #endif | ||||
| #ifdef SIMULATE_VERSION_MAJOR | ||||
|   require += info_simulate_version[argc]; | ||||
| #endif | ||||
| #if defined(__CRAYXE) || defined(__CRAYXC) | ||||
|   require += info_cray[argc]; | ||||
| #endif | ||||
|   require += info_language_dialect_default[argc]; | ||||
|   (void)argv; | ||||
|   return require; | ||||
| } | ||||
| #endif | ||||
							
								
								
									
										663
									
								
								build/CMakeFiles/3.18.4/CompilerIdCXX/CMakeCXXCompilerId.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										663
									
								
								build/CMakeFiles/3.18.4/CompilerIdCXX/CMakeCXXCompilerId.cpp
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,663 @@ | ||||
| /* This source file must have a .cpp extension so that all C++ compilers | ||||
|    recognize the extension without flags.  Borland does not know .cxx for | ||||
|    example.  */ | ||||
| #ifndef __cplusplus | ||||
| # error "A C compiler has been selected for C++." | ||||
| #endif | ||||
|  | ||||
|  | ||||
| /* Version number components: V=Version, R=Revision, P=Patch | ||||
|    Version date components:   YYYY=Year, MM=Month,   DD=Day  */ | ||||
|  | ||||
| #if defined(__COMO__) | ||||
| # define COMPILER_ID "Comeau" | ||||
|   /* __COMO_VERSION__ = VRR */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) | ||||
|  | ||||
| #elif defined(__INTEL_COMPILER) || defined(__ICC) | ||||
| # define COMPILER_ID "Intel" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # if defined(__GNUC__) | ||||
| #  define SIMULATE_ID "GNU" | ||||
| # endif | ||||
|   /* __INTEL_COMPILER = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | ||||
| # if defined(__INTEL_COMPILER_UPDATE) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | ||||
| # else | ||||
| #  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER   % 10) | ||||
| # endif | ||||
| # if defined(__INTEL_COMPILER_BUILD_DATE) | ||||
|   /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | ||||
| #  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | ||||
| # endif | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
| # if defined(__GNUC__) | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | ||||
| # elif defined(__GNUG__) | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | ||||
| # endif | ||||
| # if defined(__GNUC_MINOR__) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | ||||
| # endif | ||||
| # if defined(__GNUC_PATCHLEVEL__) | ||||
| #  define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__PATHCC__) | ||||
| # define COMPILER_ID "PathScale" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | ||||
| # if defined(__PATHCC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | ||||
| # define COMPILER_ID "Embarcadero" | ||||
| # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | ||||
| # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | ||||
| # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__     & 0xFFFF) | ||||
|  | ||||
| #elif defined(__BORLANDC__) | ||||
| # define COMPILER_ID "Borland" | ||||
|   /* __BORLANDC__ = 0xVRR */ | ||||
| # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | ||||
| # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | ||||
|  | ||||
| #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | ||||
| # define COMPILER_ID "Watcom" | ||||
|    /* __WATCOMC__ = VVRR */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||||
| # if (__WATCOMC__ % 10) > 0 | ||||
| #  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # define COMPILER_ID "OpenWatcom" | ||||
|    /* __WATCOMC__ = VVRP + 1100 */ | ||||
| # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||||
| # if (__WATCOMC__ % 10) > 0 | ||||
| #  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__SUNPRO_CC) | ||||
| # define COMPILER_ID "SunPro" | ||||
| # if __SUNPRO_CC >= 0x5100 | ||||
|    /* __SUNPRO_CC = 0xVRRP */ | ||||
| #  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) | ||||
| #  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) | ||||
| #  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF) | ||||
| # else | ||||
|    /* __SUNPRO_CC = 0xVRP */ | ||||
| #  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) | ||||
| #  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) | ||||
| #  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__HP_aCC) | ||||
| # define COMPILER_ID "HP" | ||||
|   /* __HP_aCC = VVRRPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) | ||||
| # define COMPILER_VERSION_PATCH DEC(__HP_aCC     % 100) | ||||
|  | ||||
| #elif defined(__DECCXX) | ||||
| # define COMPILER_ID "Compaq" | ||||
|   /* __DECCXX_VER = VVRRTPPPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000  % 100) | ||||
| # define COMPILER_VERSION_PATCH DEC(__DECCXX_VER         % 10000) | ||||
|  | ||||
| #elif defined(__IBMCPP__) && defined(__COMPILER_VER__) | ||||
| # define COMPILER_ID "zOS" | ||||
|   /* __IBMCPP__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10) | ||||
|  | ||||
| #elif defined(__ibmxl__) && defined(__clang__) | ||||
| # define COMPILER_ID "XLClang" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | ||||
| # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | ||||
|  | ||||
|  | ||||
| #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 | ||||
| # define COMPILER_ID "XL" | ||||
|   /* __IBMCPP__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10) | ||||
|  | ||||
| #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 | ||||
| # define COMPILER_ID "VisualAge" | ||||
|   /* __IBMCPP__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10) | ||||
|  | ||||
| #elif defined(__PGI) | ||||
| # define COMPILER_ID "PGI" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__PGIC__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | ||||
| # if defined(__PGIC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(_CRAYC) | ||||
| # define COMPILER_ID "Cray" | ||||
| # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | ||||
| # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | ||||
|  | ||||
| #elif defined(__TI_COMPILER_VERSION__) | ||||
| # define COMPILER_ID "TI" | ||||
|   /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000) | ||||
| # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000) | ||||
|  | ||||
| #elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) | ||||
| # define COMPILER_ID "Fujitsu" | ||||
|  | ||||
| #elif defined(__ghs__) | ||||
| # define COMPILER_ID "GHS" | ||||
| /* __GHS_VERSION_NUMBER = VVVVRP */ | ||||
| # ifdef __GHS_VERSION_NUMBER | ||||
| # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER      % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__SCO_VERSION__) | ||||
| # define COMPILER_ID "SCO" | ||||
|  | ||||
| #elif defined(__ARMCC_VERSION) && !defined(__clang__) | ||||
| # define COMPILER_ID "ARMCC" | ||||
| #if __ARMCC_VERSION >= 1000000 | ||||
|   /* __ARMCC_VERSION = VRRPPPP */ | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION     % 10000) | ||||
| #else | ||||
|   /* __ARMCC_VERSION = VRPPPP */ | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION    % 10000) | ||||
| #endif | ||||
|  | ||||
|  | ||||
| #elif defined(__clang__) && defined(__apple_build_version__) | ||||
| # define COMPILER_ID "AppleClang" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
| # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | ||||
|  | ||||
| #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | ||||
| # define COMPILER_ID "ARMClang" | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION     % 10000) | ||||
| # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | ||||
|  | ||||
| #elif defined(__clang__) | ||||
| # define COMPILER_ID "Clang" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__GNUC__) || defined(__GNUG__) | ||||
| # define COMPILER_ID "GNU" | ||||
| # if defined(__GNUC__) | ||||
| #  define COMPILER_VERSION_MAJOR DEC(__GNUC__) | ||||
| # else | ||||
| #  define COMPILER_VERSION_MAJOR DEC(__GNUG__) | ||||
| # endif | ||||
| # if defined(__GNUC_MINOR__) | ||||
| #  define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | ||||
| # endif | ||||
| # if defined(__GNUC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(_MSC_VER) | ||||
| # define COMPILER_ID "MSVC" | ||||
|   /* _MSC_VER = VVRR */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # if defined(_MSC_FULL_VER) | ||||
| #  if _MSC_VER >= 1400 | ||||
|     /* _MSC_FULL_VER = VVRRPPPPP */ | ||||
| #   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | ||||
| #  else | ||||
|     /* _MSC_FULL_VER = VVRRPPPP */ | ||||
| #   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | ||||
| #  endif | ||||
| # endif | ||||
| # if defined(_MSC_BUILD) | ||||
| #  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) | ||||
| # define COMPILER_ID "ADSP" | ||||
| #if defined(__VISUALDSPVERSION__) | ||||
|   /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ | ||||
| # define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) | ||||
| # define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) | ||||
| # define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF) | ||||
| #endif | ||||
|  | ||||
| #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||||
| # define COMPILER_ID "IAR" | ||||
| # if defined(__VER__) && defined(__ICCARM__) | ||||
| #  define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | ||||
| #  define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | ||||
| #  define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | ||||
| #  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||||
| # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) | ||||
| #  define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | ||||
| #  define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | ||||
| #  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||||
| # endif | ||||
|  | ||||
|  | ||||
| /* These compilers are either not known or too old to define an | ||||
|   identification macro.  Try to identify the platform and guess that | ||||
|   it is the native compiler.  */ | ||||
| #elif defined(__hpux) || defined(__hpua) | ||||
| # define COMPILER_ID "HP" | ||||
|  | ||||
| #else /* unknown compiler */ | ||||
| # define COMPILER_ID "" | ||||
| #endif | ||||
|  | ||||
| /* Construct the string literal in pieces to prevent the source from | ||||
|    getting matched.  Store it in a pointer rather than an array | ||||
|    because some compilers will just produce instructions to fill the | ||||
|    array rather than assigning a pointer to a static array.  */ | ||||
| char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; | ||||
| #ifdef SIMULATE_ID | ||||
| char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; | ||||
| #endif | ||||
|  | ||||
| #ifdef __QNXNTO__ | ||||
| char const* qnxnto = "INFO" ":" "qnxnto[]"; | ||||
| #endif | ||||
|  | ||||
| #if defined(__CRAYXE) || defined(__CRAYXC) | ||||
| char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; | ||||
| #endif | ||||
|  | ||||
| #define STRINGIFY_HELPER(X) #X | ||||
| #define STRINGIFY(X) STRINGIFY_HELPER(X) | ||||
|  | ||||
| /* Identify known platforms by name.  */ | ||||
| #if defined(__linux) || defined(__linux__) || defined(linux) | ||||
| # define PLATFORM_ID "Linux" | ||||
|  | ||||
| #elif defined(__CYGWIN__) | ||||
| # define PLATFORM_ID "Cygwin" | ||||
|  | ||||
| #elif defined(__MINGW32__) | ||||
| # define PLATFORM_ID "MinGW" | ||||
|  | ||||
| #elif defined(__APPLE__) | ||||
| # define PLATFORM_ID "Darwin" | ||||
|  | ||||
| #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) | ||||
| # define PLATFORM_ID "Windows" | ||||
|  | ||||
| #elif defined(__FreeBSD__) || defined(__FreeBSD) | ||||
| # define PLATFORM_ID "FreeBSD" | ||||
|  | ||||
| #elif defined(__NetBSD__) || defined(__NetBSD) | ||||
| # define PLATFORM_ID "NetBSD" | ||||
|  | ||||
| #elif defined(__OpenBSD__) || defined(__OPENBSD) | ||||
| # define PLATFORM_ID "OpenBSD" | ||||
|  | ||||
| #elif defined(__sun) || defined(sun) | ||||
| # define PLATFORM_ID "SunOS" | ||||
|  | ||||
| #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) | ||||
| # define PLATFORM_ID "AIX" | ||||
|  | ||||
| #elif defined(__hpux) || defined(__hpux__) | ||||
| # define PLATFORM_ID "HP-UX" | ||||
|  | ||||
| #elif defined(__HAIKU__) | ||||
| # define PLATFORM_ID "Haiku" | ||||
|  | ||||
| #elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) | ||||
| # define PLATFORM_ID "BeOS" | ||||
|  | ||||
| #elif defined(__QNX__) || defined(__QNXNTO__) | ||||
| # define PLATFORM_ID "QNX" | ||||
|  | ||||
| #elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) | ||||
| # define PLATFORM_ID "Tru64" | ||||
|  | ||||
| #elif defined(__riscos) || defined(__riscos__) | ||||
| # define PLATFORM_ID "RISCos" | ||||
|  | ||||
| #elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) | ||||
| # define PLATFORM_ID "SINIX" | ||||
|  | ||||
| #elif defined(__UNIX_SV__) | ||||
| # define PLATFORM_ID "UNIX_SV" | ||||
|  | ||||
| #elif defined(__bsdos__) | ||||
| # define PLATFORM_ID "BSDOS" | ||||
|  | ||||
| #elif defined(_MPRAS) || defined(MPRAS) | ||||
| # define PLATFORM_ID "MP-RAS" | ||||
|  | ||||
| #elif defined(__osf) || defined(__osf__) | ||||
| # define PLATFORM_ID "OSF1" | ||||
|  | ||||
| #elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) | ||||
| # define PLATFORM_ID "SCO_SV" | ||||
|  | ||||
| #elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) | ||||
| # define PLATFORM_ID "ULTRIX" | ||||
|  | ||||
| #elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) | ||||
| # define PLATFORM_ID "Xenix" | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # if defined(__LINUX__) | ||||
| #  define PLATFORM_ID "Linux" | ||||
|  | ||||
| # elif defined(__DOS__) | ||||
| #  define PLATFORM_ID "DOS" | ||||
|  | ||||
| # elif defined(__OS2__) | ||||
| #  define PLATFORM_ID "OS2" | ||||
|  | ||||
| # elif defined(__WINDOWS__) | ||||
| #  define PLATFORM_ID "Windows3x" | ||||
|  | ||||
| # elif defined(__VXWORKS__) | ||||
| #  define PLATFORM_ID "VxWorks" | ||||
|  | ||||
| # else /* unknown platform */ | ||||
| #  define PLATFORM_ID | ||||
| # endif | ||||
|  | ||||
| #elif defined(__INTEGRITY) | ||||
| # if defined(INT_178B) | ||||
| #  define PLATFORM_ID "Integrity178" | ||||
|  | ||||
| # else /* regular Integrity */ | ||||
| #  define PLATFORM_ID "Integrity" | ||||
| # endif | ||||
|  | ||||
| #else /* unknown platform */ | ||||
| # define PLATFORM_ID | ||||
|  | ||||
| #endif | ||||
|  | ||||
| /* For windows compilers MSVC and Intel we can determine | ||||
|    the architecture of the compiler being used.  This is because | ||||
|    the compilers do not have flags that can change the architecture, | ||||
|    but rather depend on which compiler is being used | ||||
| */ | ||||
| #if defined(_WIN32) && defined(_MSC_VER) | ||||
| # if defined(_M_IA64) | ||||
| #  define ARCHITECTURE_ID "IA64" | ||||
|  | ||||
| # elif defined(_M_X64) || defined(_M_AMD64) | ||||
| #  define ARCHITECTURE_ID "x64" | ||||
|  | ||||
| # elif defined(_M_IX86) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # elif defined(_M_ARM64) | ||||
| #  define ARCHITECTURE_ID "ARM64" | ||||
|  | ||||
| # elif defined(_M_ARM) | ||||
| #  if _M_ARM == 4 | ||||
| #   define ARCHITECTURE_ID "ARMV4I" | ||||
| #  elif _M_ARM == 5 | ||||
| #   define ARCHITECTURE_ID "ARMV5I" | ||||
| #  else | ||||
| #   define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) | ||||
| #  endif | ||||
|  | ||||
| # elif defined(_M_MIPS) | ||||
| #  define ARCHITECTURE_ID "MIPS" | ||||
|  | ||||
| # elif defined(_M_SH) | ||||
| #  define ARCHITECTURE_ID "SHx" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # if defined(_M_I86) | ||||
| #  define ARCHITECTURE_ID "I86" | ||||
|  | ||||
| # elif defined(_M_IX86) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||||
| # if defined(__ICCARM__) | ||||
| #  define ARCHITECTURE_ID "ARM" | ||||
|  | ||||
| # elif defined(__ICCRX__) | ||||
| #  define ARCHITECTURE_ID "RX" | ||||
|  | ||||
| # elif defined(__ICCRH850__) | ||||
| #  define ARCHITECTURE_ID "RH850" | ||||
|  | ||||
| # elif defined(__ICCRL78__) | ||||
| #  define ARCHITECTURE_ID "RL78" | ||||
|  | ||||
| # elif defined(__ICCRISCV__) | ||||
| #  define ARCHITECTURE_ID "RISCV" | ||||
|  | ||||
| # elif defined(__ICCAVR__) | ||||
| #  define ARCHITECTURE_ID "AVR" | ||||
|  | ||||
| # elif defined(__ICC430__) | ||||
| #  define ARCHITECTURE_ID "MSP430" | ||||
|  | ||||
| # elif defined(__ICCV850__) | ||||
| #  define ARCHITECTURE_ID "V850" | ||||
|  | ||||
| # elif defined(__ICC8051__) | ||||
| #  define ARCHITECTURE_ID "8051" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__ghs__) | ||||
| # if defined(__PPC64__) | ||||
| #  define ARCHITECTURE_ID "PPC64" | ||||
|  | ||||
| # elif defined(__ppc__) | ||||
| #  define ARCHITECTURE_ID "PPC" | ||||
|  | ||||
| # elif defined(__ARM__) | ||||
| #  define ARCHITECTURE_ID "ARM" | ||||
|  | ||||
| # elif defined(__x86_64__) | ||||
| #  define ARCHITECTURE_ID "x64" | ||||
|  | ||||
| # elif defined(__i386__) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
| #else | ||||
| #  define ARCHITECTURE_ID | ||||
| #endif | ||||
|  | ||||
| /* Convert integer to decimal digit literals.  */ | ||||
| #define DEC(n)                   \ | ||||
|   ('0' + (((n) / 10000000)%10)), \ | ||||
|   ('0' + (((n) / 1000000)%10)),  \ | ||||
|   ('0' + (((n) / 100000)%10)),   \ | ||||
|   ('0' + (((n) / 10000)%10)),    \ | ||||
|   ('0' + (((n) / 1000)%10)),     \ | ||||
|   ('0' + (((n) / 100)%10)),      \ | ||||
|   ('0' + (((n) / 10)%10)),       \ | ||||
|   ('0' +  ((n) % 10)) | ||||
|  | ||||
| /* Convert integer to hex digit literals.  */ | ||||
| #define HEX(n)             \ | ||||
|   ('0' + ((n)>>28 & 0xF)), \ | ||||
|   ('0' + ((n)>>24 & 0xF)), \ | ||||
|   ('0' + ((n)>>20 & 0xF)), \ | ||||
|   ('0' + ((n)>>16 & 0xF)), \ | ||||
|   ('0' + ((n)>>12 & 0xF)), \ | ||||
|   ('0' + ((n)>>8  & 0xF)), \ | ||||
|   ('0' + ((n)>>4  & 0xF)), \ | ||||
|   ('0' + ((n)     & 0xF)) | ||||
|  | ||||
| /* Construct a string literal encoding the version number components. */ | ||||
| #ifdef COMPILER_VERSION_MAJOR | ||||
| char const info_version[] = { | ||||
|   'I', 'N', 'F', 'O', ':', | ||||
|   'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', | ||||
|   COMPILER_VERSION_MAJOR, | ||||
| # ifdef COMPILER_VERSION_MINOR | ||||
|   '.', COMPILER_VERSION_MINOR, | ||||
| #  ifdef COMPILER_VERSION_PATCH | ||||
|    '.', COMPILER_VERSION_PATCH, | ||||
| #   ifdef COMPILER_VERSION_TWEAK | ||||
|     '.', COMPILER_VERSION_TWEAK, | ||||
| #   endif | ||||
| #  endif | ||||
| # endif | ||||
|   ']','\0'}; | ||||
| #endif | ||||
|  | ||||
| /* Construct a string literal encoding the internal version number. */ | ||||
| #ifdef COMPILER_VERSION_INTERNAL | ||||
| char const info_version_internal[] = { | ||||
|   'I', 'N', 'F', 'O', ':', | ||||
|   'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', | ||||
|   'i','n','t','e','r','n','a','l','[', | ||||
|   COMPILER_VERSION_INTERNAL,']','\0'}; | ||||
| #endif | ||||
|  | ||||
| /* Construct a string literal encoding the version number components. */ | ||||
| #ifdef SIMULATE_VERSION_MAJOR | ||||
| char const info_simulate_version[] = { | ||||
|   'I', 'N', 'F', 'O', ':', | ||||
|   's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', | ||||
|   SIMULATE_VERSION_MAJOR, | ||||
| # ifdef SIMULATE_VERSION_MINOR | ||||
|   '.', SIMULATE_VERSION_MINOR, | ||||
| #  ifdef SIMULATE_VERSION_PATCH | ||||
|    '.', SIMULATE_VERSION_PATCH, | ||||
| #   ifdef SIMULATE_VERSION_TWEAK | ||||
|     '.', SIMULATE_VERSION_TWEAK, | ||||
| #   endif | ||||
| #  endif | ||||
| # endif | ||||
|   ']','\0'}; | ||||
| #endif | ||||
|  | ||||
| /* Construct the string literal in pieces to prevent the source from | ||||
|    getting matched.  Store it in a pointer rather than an array | ||||
|    because some compilers will just produce instructions to fill the | ||||
|    array rather than assigning a pointer to a static array.  */ | ||||
| char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; | ||||
| char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| #if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L | ||||
| #  if defined(__INTEL_CXX11_MODE__) | ||||
| #    if defined(__cpp_aggregate_nsdmi) | ||||
| #      define CXX_STD 201402L | ||||
| #    else | ||||
| #      define CXX_STD 201103L | ||||
| #    endif | ||||
| #  else | ||||
| #    define CXX_STD 199711L | ||||
| #  endif | ||||
| #elif defined(_MSC_VER) && defined(_MSVC_LANG) | ||||
| #  define CXX_STD _MSVC_LANG | ||||
| #else | ||||
| #  define CXX_STD __cplusplus | ||||
| #endif | ||||
|  | ||||
| const char* info_language_dialect_default = "INFO" ":" "dialect_default[" | ||||
| #if CXX_STD > 201703L | ||||
|   "20" | ||||
| #elif CXX_STD >= 201703L | ||||
|   "17" | ||||
| #elif CXX_STD >= 201402L | ||||
|   "14" | ||||
| #elif CXX_STD >= 201103L | ||||
|   "11" | ||||
| #else | ||||
|   "98" | ||||
| #endif | ||||
| "]"; | ||||
|  | ||||
| /*--------------------------------------------------------------------------*/ | ||||
|  | ||||
| int main(int argc, char* argv[]) | ||||
| { | ||||
|   int require = 0; | ||||
|   require += info_compiler[argc]; | ||||
|   require += info_platform[argc]; | ||||
| #ifdef COMPILER_VERSION_MAJOR | ||||
|   require += info_version[argc]; | ||||
| #endif | ||||
| #ifdef COMPILER_VERSION_INTERNAL | ||||
|   require += info_version_internal[argc]; | ||||
| #endif | ||||
| #ifdef SIMULATE_ID | ||||
|   require += info_simulate[argc]; | ||||
| #endif | ||||
| #ifdef SIMULATE_VERSION_MAJOR | ||||
|   require += info_simulate_version[argc]; | ||||
| #endif | ||||
| #if defined(__CRAYXE) || defined(__CRAYXC) | ||||
|   require += info_cray[argc]; | ||||
| #endif | ||||
|   require += info_language_dialect_default[argc]; | ||||
|   (void)argv; | ||||
|   return require; | ||||
| } | ||||
							
								
								
									
										20
									
								
								build/CMakeFiles/3.19.1/CMakeASMCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								build/CMakeFiles/3.19.1/CMakeASMCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,20 @@ | ||||
| set(CMAKE_ASM_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc") | ||||
| set(CMAKE_ASM_COMPILER_ARG1 "") | ||||
| set(CMAKE_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar") | ||||
| set(CMAKE_ASM_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar") | ||||
| set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib") | ||||
| set(CMAKE_ASM_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib") | ||||
| set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld") | ||||
| set(CMAKE_MT "") | ||||
| set(CMAKE_ASM_COMPILER_LOADED 1) | ||||
| set(CMAKE_ASM_COMPILER_ID "GNU") | ||||
| set(CMAKE_ASM_COMPILER_VERSION "") | ||||
| set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) | ||||
| set(CMAKE_ASM_LINKER_PREFERENCE 0) | ||||
|  | ||||
|  | ||||
							
								
								
									
										77
									
								
								build/CMakeFiles/3.19.1/CMakeCCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								build/CMakeFiles/3.19.1/CMakeCCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| set(CMAKE_C_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc") | ||||
| set(CMAKE_C_COMPILER_ARG1 "") | ||||
| set(CMAKE_C_COMPILER_ID "GNU") | ||||
| set(CMAKE_C_COMPILER_VERSION "8.4.0") | ||||
| set(CMAKE_C_COMPILER_VERSION_INTERNAL "") | ||||
| set(CMAKE_C_COMPILER_WRAPPER "") | ||||
| set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") | ||||
| set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert") | ||||
| set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") | ||||
| set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") | ||||
| set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") | ||||
|  | ||||
| set(CMAKE_C_PLATFORM_ID "") | ||||
| set(CMAKE_C_SIMULATE_ID "") | ||||
| set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") | ||||
| set(CMAKE_C_SIMULATE_VERSION "") | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| set(CMAKE_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar") | ||||
| set(CMAKE_C_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar") | ||||
| set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib") | ||||
| set(CMAKE_C_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib") | ||||
| set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld") | ||||
| set(CMAKE_MT "") | ||||
| set(CMAKE_COMPILER_IS_GNUCC 1) | ||||
| set(CMAKE_C_COMPILER_LOADED 1) | ||||
| set(CMAKE_C_COMPILER_WORKS TRUE) | ||||
| set(CMAKE_C_ABI_COMPILED TRUE) | ||||
| set(CMAKE_COMPILER_IS_MINGW ) | ||||
| set(CMAKE_COMPILER_IS_CYGWIN ) | ||||
| if(CMAKE_COMPILER_IS_CYGWIN) | ||||
|   set(CYGWIN 1) | ||||
|   set(UNIX 1) | ||||
| endif() | ||||
|  | ||||
| set(CMAKE_C_COMPILER_ENV_VAR "CC") | ||||
|  | ||||
| if(CMAKE_COMPILER_IS_MINGW) | ||||
|   set(MINGW 1) | ||||
| endif() | ||||
| set(CMAKE_C_COMPILER_ID_RUN 1) | ||||
| set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) | ||||
| set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) | ||||
| set(CMAKE_C_LINKER_PREFERENCE 10) | ||||
|  | ||||
| # Save compiler ABI information. | ||||
| set(CMAKE_C_SIZEOF_DATA_PTR "4") | ||||
| set(CMAKE_C_COMPILER_ABI "ELF") | ||||
| set(CMAKE_C_LIBRARY_ARCHITECTURE "") | ||||
|  | ||||
| if(CMAKE_C_SIZEOF_DATA_PTR) | ||||
|   set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") | ||||
| endif() | ||||
|  | ||||
| if(CMAKE_C_COMPILER_ABI) | ||||
|   set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") | ||||
| endif() | ||||
|  | ||||
| if(CMAKE_C_LIBRARY_ARCHITECTURE) | ||||
|   set(CMAKE_LIBRARY_ARCHITECTURE "") | ||||
| endif() | ||||
|  | ||||
| set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") | ||||
| if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) | ||||
|   set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") | ||||
| endif() | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include-fixed;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include") | ||||
| set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc") | ||||
| set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/lib") | ||||
| set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") | ||||
							
								
								
									
										89
									
								
								build/CMakeFiles/3.19.1/CMakeCXXCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										89
									
								
								build/CMakeFiles/3.19.1/CMakeCXXCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,89 @@ | ||||
| set(CMAKE_CXX_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++") | ||||
| set(CMAKE_CXX_COMPILER_ARG1 "") | ||||
| set(CMAKE_CXX_COMPILER_ID "GNU") | ||||
| set(CMAKE_CXX_COMPILER_VERSION "8.4.0") | ||||
| set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") | ||||
| set(CMAKE_CXX_COMPILER_WRAPPER "") | ||||
| set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") | ||||
| set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20") | ||||
| set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") | ||||
| set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") | ||||
| set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") | ||||
| set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") | ||||
| set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") | ||||
|  | ||||
| set(CMAKE_CXX_PLATFORM_ID "") | ||||
| set(CMAKE_CXX_SIMULATE_ID "") | ||||
| set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") | ||||
| set(CMAKE_CXX_SIMULATE_VERSION "") | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| set(CMAKE_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar") | ||||
| set(CMAKE_CXX_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar") | ||||
| set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib") | ||||
| set(CMAKE_CXX_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib") | ||||
| set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld") | ||||
| set(CMAKE_MT "") | ||||
| 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_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) | ||||
| set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) | ||||
|  | ||||
| foreach (lang C OBJC OBJCXX) | ||||
|   if (CMAKE_${lang}_COMPILER_ID_RUN) | ||||
|     foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) | ||||
|       list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) | ||||
|     endforeach() | ||||
|   endif() | ||||
| endforeach() | ||||
|  | ||||
| set(CMAKE_CXX_LINKER_PREFERENCE 30) | ||||
| set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) | ||||
|  | ||||
| # Save compiler ABI information. | ||||
| set(CMAKE_CXX_SIZEOF_DATA_PTR "4") | ||||
| set(CMAKE_CXX_COMPILER_ABI "ELF") | ||||
| set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") | ||||
|  | ||||
| if(CMAKE_CXX_SIZEOF_DATA_PTR) | ||||
|   set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") | ||||
| endif() | ||||
|  | ||||
| if(CMAKE_CXX_COMPILER_ABI) | ||||
|   set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") | ||||
| endif() | ||||
|  | ||||
| if(CMAKE_CXX_LIBRARY_ARCHITECTURE) | ||||
|   set(CMAKE_LIBRARY_ARCHITECTURE "") | ||||
| endif() | ||||
|  | ||||
| set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") | ||||
| if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) | ||||
|   set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") | ||||
| endif() | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0/xtensa-esp32-elf;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0/backward;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include-fixed;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include") | ||||
| set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc") | ||||
| set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/lib") | ||||
| set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") | ||||
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/3.19.1/CMakeDetermineCompilerABI_C.bin
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/3.19.1/CMakeDetermineCompilerABI_C.bin
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/3.19.1/CMakeDetermineCompilerABI_CXX.bin
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/3.19.1/CMakeDetermineCompilerABI_CXX.bin
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										15
									
								
								build/CMakeFiles/3.19.1/CMakeSystem.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								build/CMakeFiles/3.19.1/CMakeSystem.cmake
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,15 @@ | ||||
| set(CMAKE_HOST_SYSTEM "Linux-5.9.11-1-default") | ||||
| set(CMAKE_HOST_SYSTEM_NAME "Linux") | ||||
| set(CMAKE_HOST_SYSTEM_VERSION "5.9.11-1-default") | ||||
| set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") | ||||
|  | ||||
| include("/home/hendrik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake") | ||||
|  | ||||
| set(CMAKE_SYSTEM "Generic") | ||||
| set(CMAKE_SYSTEM_NAME "Generic") | ||||
| set(CMAKE_SYSTEM_VERSION "") | ||||
| set(CMAKE_SYSTEM_PROCESSOR "") | ||||
|  | ||||
| set(CMAKE_CROSSCOMPILING "TRUE") | ||||
|  | ||||
| set(CMAKE_SYSTEM_LOADED 1) | ||||
							
								
								
									
										721
									
								
								build/CMakeFiles/3.19.1/CompilerIdC/CMakeCCompilerId.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										721
									
								
								build/CMakeFiles/3.19.1/CompilerIdC/CMakeCCompilerId.c
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,721 @@ | ||||
| #ifdef __cplusplus | ||||
| # error "A C++ compiler has been selected for C." | ||||
| #endif | ||||
|  | ||||
| #if defined(__18CXX) | ||||
| # define ID_VOID_MAIN | ||||
| #endif | ||||
| #if defined(__CLASSIC_C__) | ||||
| /* cv-qualifiers did not exist in K&R C */ | ||||
| # define const | ||||
| # define volatile | ||||
| #endif | ||||
|  | ||||
|  | ||||
| /* Version number components: V=Version, R=Revision, P=Patch | ||||
|    Version date components:   YYYY=Year, MM=Month,   DD=Day  */ | ||||
|  | ||||
| #if defined(__INTEL_COMPILER) || defined(__ICC) | ||||
| # define COMPILER_ID "Intel" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # if defined(__GNUC__) | ||||
| #  define SIMULATE_ID "GNU" | ||||
| # endif | ||||
|   /* __INTEL_COMPILER = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | ||||
| # if defined(__INTEL_COMPILER_UPDATE) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | ||||
| # else | ||||
| #  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER   % 10) | ||||
| # endif | ||||
| # if defined(__INTEL_COMPILER_BUILD_DATE) | ||||
|   /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | ||||
| #  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | ||||
| # endif | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
| # if defined(__GNUC__) | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | ||||
| # elif defined(__GNUG__) | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | ||||
| # endif | ||||
| # if defined(__GNUC_MINOR__) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | ||||
| # endif | ||||
| # if defined(__GNUC_PATCHLEVEL__) | ||||
| #  define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__PATHCC__) | ||||
| # define COMPILER_ID "PathScale" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | ||||
| # if defined(__PATHCC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | ||||
| # define COMPILER_ID "Embarcadero" | ||||
| # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | ||||
| # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | ||||
| # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__     & 0xFFFF) | ||||
|  | ||||
| #elif defined(__BORLANDC__) | ||||
| # define COMPILER_ID "Borland" | ||||
|   /* __BORLANDC__ = 0xVRR */ | ||||
| # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | ||||
| # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | ||||
|  | ||||
| #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | ||||
| # define COMPILER_ID "Watcom" | ||||
|    /* __WATCOMC__ = VVRR */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||||
| # if (__WATCOMC__ % 10) > 0 | ||||
| #  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # define COMPILER_ID "OpenWatcom" | ||||
|    /* __WATCOMC__ = VVRP + 1100 */ | ||||
| # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||||
| # if (__WATCOMC__ % 10) > 0 | ||||
| #  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__SUNPRO_C) | ||||
| # define COMPILER_ID "SunPro" | ||||
| # if __SUNPRO_C >= 0x5100 | ||||
|    /* __SUNPRO_C = 0xVRRP */ | ||||
| #  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) | ||||
| #  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) | ||||
| #  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF) | ||||
| # else | ||||
|    /* __SUNPRO_CC = 0xVRP */ | ||||
| #  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) | ||||
| #  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) | ||||
| #  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__HP_cc) | ||||
| # define COMPILER_ID "HP" | ||||
|   /* __HP_cc = VVRRPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) | ||||
| # define COMPILER_VERSION_PATCH DEC(__HP_cc     % 100) | ||||
|  | ||||
| #elif defined(__DECC) | ||||
| # define COMPILER_ID "Compaq" | ||||
|   /* __DECC_VER = VVRRTPPPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000  % 100) | ||||
| # define COMPILER_VERSION_PATCH DEC(__DECC_VER         % 10000) | ||||
|  | ||||
| #elif defined(__IBMC__) && defined(__COMPILER_VER__) | ||||
| # define COMPILER_ID "zOS" | ||||
|   /* __IBMC__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10) | ||||
|  | ||||
| #elif defined(__ibmxl__) && defined(__clang__) | ||||
| # define COMPILER_ID "XLClang" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | ||||
| # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | ||||
|  | ||||
|  | ||||
| #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 | ||||
| # define COMPILER_ID "XL" | ||||
|   /* __IBMC__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10) | ||||
|  | ||||
| #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 | ||||
| # define COMPILER_ID "VisualAge" | ||||
|   /* __IBMC__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10) | ||||
|  | ||||
| #elif defined(__PGI) | ||||
| # define COMPILER_ID "PGI" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__PGIC__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | ||||
| # if defined(__PGIC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(_CRAYC) | ||||
| # define COMPILER_ID "Cray" | ||||
| # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | ||||
| # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | ||||
|  | ||||
| #elif defined(__TI_COMPILER_VERSION__) | ||||
| # define COMPILER_ID "TI" | ||||
|   /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000) | ||||
| # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000) | ||||
|  | ||||
| #elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) | ||||
| # define COMPILER_ID "Fujitsu" | ||||
|  | ||||
| #elif defined(__ghs__) | ||||
| # define COMPILER_ID "GHS" | ||||
| /* __GHS_VERSION_NUMBER = VVVVRP */ | ||||
| # ifdef __GHS_VERSION_NUMBER | ||||
| # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER      % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__TINYC__) | ||||
| # define COMPILER_ID "TinyCC" | ||||
|  | ||||
| #elif defined(__BCC__) | ||||
| # define COMPILER_ID "Bruce" | ||||
|  | ||||
| #elif defined(__SCO_VERSION__) | ||||
| # define COMPILER_ID "SCO" | ||||
|  | ||||
| #elif defined(__ARMCC_VERSION) && !defined(__clang__) | ||||
| # define COMPILER_ID "ARMCC" | ||||
| #if __ARMCC_VERSION >= 1000000 | ||||
|   /* __ARMCC_VERSION = VRRPPPP */ | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION     % 10000) | ||||
| #else | ||||
|   /* __ARMCC_VERSION = VRPPPP */ | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION    % 10000) | ||||
| #endif | ||||
|  | ||||
|  | ||||
| #elif defined(__clang__) && defined(__apple_build_version__) | ||||
| # define COMPILER_ID "AppleClang" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
| # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | ||||
|  | ||||
| #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | ||||
| # define COMPILER_ID "ARMClang" | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION     % 10000) | ||||
| # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | ||||
|  | ||||
| #elif defined(__clang__) && defined(__INTEL_DPCPP_COMPILER__) | ||||
| # define COMPILER_ID "IntelDPCPP" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
| # define COMPILER_VERSION_TWEAK DEC(__INTEL_DPCPP_COMPILER__) | ||||
|  | ||||
| #elif defined(__clang__) && defined(__INTEL_CLANG_COMPILER) | ||||
| # define COMPILER_ID "IntelClang" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
| # define COMPILER_VERSION_TWEAK DEC(__INTEL_CLANG_COMPILER) | ||||
|  | ||||
| #elif defined(__clang__) | ||||
| # define COMPILER_ID "Clang" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__GNUC__) | ||||
| # define COMPILER_ID "GNU" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__GNUC__) | ||||
| # if defined(__GNUC_MINOR__) | ||||
| #  define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | ||||
| # endif | ||||
| # if defined(__GNUC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(_MSC_VER) | ||||
| # define COMPILER_ID "MSVC" | ||||
|   /* _MSC_VER = VVRR */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # if defined(_MSC_FULL_VER) | ||||
| #  if _MSC_VER >= 1400 | ||||
|     /* _MSC_FULL_VER = VVRRPPPPP */ | ||||
| #   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | ||||
| #  else | ||||
|     /* _MSC_FULL_VER = VVRRPPPP */ | ||||
| #   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | ||||
| #  endif | ||||
| # endif | ||||
| # if defined(_MSC_BUILD) | ||||
| #  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) | ||||
| # define COMPILER_ID "ADSP" | ||||
| #if defined(__VISUALDSPVERSION__) | ||||
|   /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ | ||||
| # define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) | ||||
| # define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) | ||||
| # define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF) | ||||
| #endif | ||||
|  | ||||
| #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||||
| # define COMPILER_ID "IAR" | ||||
| # if defined(__VER__) && defined(__ICCARM__) | ||||
| #  define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | ||||
| #  define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | ||||
| #  define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | ||||
| #  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||||
| # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) | ||||
| #  define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | ||||
| #  define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | ||||
| #  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) | ||||
| # define COMPILER_ID "SDCC" | ||||
| # if defined(__SDCC_VERSION_MAJOR) | ||||
| #  define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) | ||||
| #  define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) | ||||
| # else | ||||
|   /* SDCC = VRP */ | ||||
| #  define COMPILER_VERSION_MAJOR DEC(SDCC/100) | ||||
| #  define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) | ||||
| #  define COMPILER_VERSION_PATCH DEC(SDCC    % 10) | ||||
| # endif | ||||
|  | ||||
|  | ||||
| /* These compilers are either not known or too old to define an | ||||
|   identification macro.  Try to identify the platform and guess that | ||||
|   it is the native compiler.  */ | ||||
| #elif defined(__hpux) || defined(__hpua) | ||||
| # define COMPILER_ID "HP" | ||||
|  | ||||
| #else /* unknown compiler */ | ||||
| # define COMPILER_ID "" | ||||
| #endif | ||||
|  | ||||
| /* Construct the string literal in pieces to prevent the source from | ||||
|    getting matched.  Store it in a pointer rather than an array | ||||
|    because some compilers will just produce instructions to fill the | ||||
|    array rather than assigning a pointer to a static array.  */ | ||||
| char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; | ||||
| #ifdef SIMULATE_ID | ||||
| char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; | ||||
| #endif | ||||
|  | ||||
| #ifdef __QNXNTO__ | ||||
| char const* qnxnto = "INFO" ":" "qnxnto[]"; | ||||
| #endif | ||||
|  | ||||
| #if defined(__CRAYXE) || defined(__CRAYXC) | ||||
| char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; | ||||
| #endif | ||||
|  | ||||
| #define STRINGIFY_HELPER(X) #X | ||||
| #define STRINGIFY(X) STRINGIFY_HELPER(X) | ||||
|  | ||||
| /* Identify known platforms by name.  */ | ||||
| #if defined(__linux) || defined(__linux__) || defined(linux) | ||||
| # define PLATFORM_ID "Linux" | ||||
|  | ||||
| #elif defined(__CYGWIN__) | ||||
| # define PLATFORM_ID "Cygwin" | ||||
|  | ||||
| #elif defined(__MINGW32__) | ||||
| # define PLATFORM_ID "MinGW" | ||||
|  | ||||
| #elif defined(__APPLE__) | ||||
| # define PLATFORM_ID "Darwin" | ||||
|  | ||||
| #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) | ||||
| # define PLATFORM_ID "Windows" | ||||
|  | ||||
| #elif defined(__FreeBSD__) || defined(__FreeBSD) | ||||
| # define PLATFORM_ID "FreeBSD" | ||||
|  | ||||
| #elif defined(__NetBSD__) || defined(__NetBSD) | ||||
| # define PLATFORM_ID "NetBSD" | ||||
|  | ||||
| #elif defined(__OpenBSD__) || defined(__OPENBSD) | ||||
| # define PLATFORM_ID "OpenBSD" | ||||
|  | ||||
| #elif defined(__sun) || defined(sun) | ||||
| # define PLATFORM_ID "SunOS" | ||||
|  | ||||
| #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) | ||||
| # define PLATFORM_ID "AIX" | ||||
|  | ||||
| #elif defined(__hpux) || defined(__hpux__) | ||||
| # define PLATFORM_ID "HP-UX" | ||||
|  | ||||
| #elif defined(__HAIKU__) | ||||
| # define PLATFORM_ID "Haiku" | ||||
|  | ||||
| #elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) | ||||
| # define PLATFORM_ID "BeOS" | ||||
|  | ||||
| #elif defined(__QNX__) || defined(__QNXNTO__) | ||||
| # define PLATFORM_ID "QNX" | ||||
|  | ||||
| #elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) | ||||
| # define PLATFORM_ID "Tru64" | ||||
|  | ||||
| #elif defined(__riscos) || defined(__riscos__) | ||||
| # define PLATFORM_ID "RISCos" | ||||
|  | ||||
| #elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) | ||||
| # define PLATFORM_ID "SINIX" | ||||
|  | ||||
| #elif defined(__UNIX_SV__) | ||||
| # define PLATFORM_ID "UNIX_SV" | ||||
|  | ||||
| #elif defined(__bsdos__) | ||||
| # define PLATFORM_ID "BSDOS" | ||||
|  | ||||
| #elif defined(_MPRAS) || defined(MPRAS) | ||||
| # define PLATFORM_ID "MP-RAS" | ||||
|  | ||||
| #elif defined(__osf) || defined(__osf__) | ||||
| # define PLATFORM_ID "OSF1" | ||||
|  | ||||
| #elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) | ||||
| # define PLATFORM_ID "SCO_SV" | ||||
|  | ||||
| #elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) | ||||
| # define PLATFORM_ID "ULTRIX" | ||||
|  | ||||
| #elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) | ||||
| # define PLATFORM_ID "Xenix" | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # if defined(__LINUX__) | ||||
| #  define PLATFORM_ID "Linux" | ||||
|  | ||||
| # elif defined(__DOS__) | ||||
| #  define PLATFORM_ID "DOS" | ||||
|  | ||||
| # elif defined(__OS2__) | ||||
| #  define PLATFORM_ID "OS2" | ||||
|  | ||||
| # elif defined(__WINDOWS__) | ||||
| #  define PLATFORM_ID "Windows3x" | ||||
|  | ||||
| # elif defined(__VXWORKS__) | ||||
| #  define PLATFORM_ID "VxWorks" | ||||
|  | ||||
| # else /* unknown platform */ | ||||
| #  define PLATFORM_ID | ||||
| # endif | ||||
|  | ||||
| #elif defined(__INTEGRITY) | ||||
| # if defined(INT_178B) | ||||
| #  define PLATFORM_ID "Integrity178" | ||||
|  | ||||
| # else /* regular Integrity */ | ||||
| #  define PLATFORM_ID "Integrity" | ||||
| # endif | ||||
|  | ||||
| #else /* unknown platform */ | ||||
| # define PLATFORM_ID | ||||
|  | ||||
| #endif | ||||
|  | ||||
| /* For windows compilers MSVC and Intel we can determine | ||||
|    the architecture of the compiler being used.  This is because | ||||
|    the compilers do not have flags that can change the architecture, | ||||
|    but rather depend on which compiler is being used | ||||
| */ | ||||
| #if defined(_WIN32) && defined(_MSC_VER) | ||||
| # if defined(_M_IA64) | ||||
| #  define ARCHITECTURE_ID "IA64" | ||||
|  | ||||
| # elif defined(_M_X64) || defined(_M_AMD64) | ||||
| #  define ARCHITECTURE_ID "x64" | ||||
|  | ||||
| # elif defined(_M_IX86) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # elif defined(_M_ARM64) | ||||
| #  define ARCHITECTURE_ID "ARM64" | ||||
|  | ||||
| # elif defined(_M_ARM) | ||||
| #  if _M_ARM == 4 | ||||
| #   define ARCHITECTURE_ID "ARMV4I" | ||||
| #  elif _M_ARM == 5 | ||||
| #   define ARCHITECTURE_ID "ARMV5I" | ||||
| #  else | ||||
| #   define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) | ||||
| #  endif | ||||
|  | ||||
| # elif defined(_M_MIPS) | ||||
| #  define ARCHITECTURE_ID "MIPS" | ||||
|  | ||||
| # elif defined(_M_SH) | ||||
| #  define ARCHITECTURE_ID "SHx" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # if defined(_M_I86) | ||||
| #  define ARCHITECTURE_ID "I86" | ||||
|  | ||||
| # elif defined(_M_IX86) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||||
| # if defined(__ICCARM__) | ||||
| #  define ARCHITECTURE_ID "ARM" | ||||
|  | ||||
| # elif defined(__ICCRX__) | ||||
| #  define ARCHITECTURE_ID "RX" | ||||
|  | ||||
| # elif defined(__ICCRH850__) | ||||
| #  define ARCHITECTURE_ID "RH850" | ||||
|  | ||||
| # elif defined(__ICCRL78__) | ||||
| #  define ARCHITECTURE_ID "RL78" | ||||
|  | ||||
| # elif defined(__ICCRISCV__) | ||||
| #  define ARCHITECTURE_ID "RISCV" | ||||
|  | ||||
| # elif defined(__ICCAVR__) | ||||
| #  define ARCHITECTURE_ID "AVR" | ||||
|  | ||||
| # elif defined(__ICC430__) | ||||
| #  define ARCHITECTURE_ID "MSP430" | ||||
|  | ||||
| # elif defined(__ICCV850__) | ||||
| #  define ARCHITECTURE_ID "V850" | ||||
|  | ||||
| # elif defined(__ICC8051__) | ||||
| #  define ARCHITECTURE_ID "8051" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__ghs__) | ||||
| # if defined(__PPC64__) | ||||
| #  define ARCHITECTURE_ID "PPC64" | ||||
|  | ||||
| # elif defined(__ppc__) | ||||
| #  define ARCHITECTURE_ID "PPC" | ||||
|  | ||||
| # elif defined(__ARM__) | ||||
| #  define ARCHITECTURE_ID "ARM" | ||||
|  | ||||
| # elif defined(__x86_64__) | ||||
| #  define ARCHITECTURE_ID "x64" | ||||
|  | ||||
| # elif defined(__i386__) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__TI_COMPILER_VERSION__) | ||||
| # if defined(__TI_ARM__) | ||||
| #  define ARCHITECTURE_ID "ARM" | ||||
|  | ||||
| # elif defined(__MSP430__) | ||||
| #  define ARCHITECTURE_ID "MSP430" | ||||
|  | ||||
| # elif defined(__TMS320C28XX__) | ||||
| #  define ARCHITECTURE_ID "TMS320C28x" | ||||
|  | ||||
| # elif defined(__TMS320C6X__) || defined(_TMS320C6X) | ||||
| #  define ARCHITECTURE_ID "TMS320C6x" | ||||
|  | ||||
| # 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 internal version number. */ | ||||
| #ifdef COMPILER_VERSION_INTERNAL | ||||
| char const info_version_internal[] = { | ||||
|   'I', 'N', 'F', 'O', ':', | ||||
|   'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', | ||||
|   'i','n','t','e','r','n','a','l','[', | ||||
|   COMPILER_VERSION_INTERNAL,']','\0'}; | ||||
| #endif | ||||
|  | ||||
| /* Construct a string literal encoding the version number components. */ | ||||
| #ifdef SIMULATE_VERSION_MAJOR | ||||
| char const info_simulate_version[] = { | ||||
|   'I', 'N', 'F', 'O', ':', | ||||
|   's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', | ||||
|   SIMULATE_VERSION_MAJOR, | ||||
| # ifdef SIMULATE_VERSION_MINOR | ||||
|   '.', SIMULATE_VERSION_MINOR, | ||||
| #  ifdef SIMULATE_VERSION_PATCH | ||||
|    '.', SIMULATE_VERSION_PATCH, | ||||
| #   ifdef SIMULATE_VERSION_TWEAK | ||||
|     '.', SIMULATE_VERSION_TWEAK, | ||||
| #   endif | ||||
| #  endif | ||||
| # endif | ||||
|   ']','\0'}; | ||||
| #endif | ||||
|  | ||||
| /* Construct the string literal in pieces to prevent the source from | ||||
|    getting matched.  Store it in a pointer rather than an array | ||||
|    because some compilers will just produce instructions to fill the | ||||
|    array rather than assigning a pointer to a static array.  */ | ||||
| char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; | ||||
| char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; | ||||
|  | ||||
|  | ||||
|  | ||||
| #if !defined(__STDC__) | ||||
| # if (defined(_MSC_VER) && !defined(__clang__)) \ | ||||
|   || (defined(__ibmxl__) || defined(__IBMC__)) | ||||
| #  define C_DIALECT "90" | ||||
| # else | ||||
| #  define C_DIALECT | ||||
| # endif | ||||
| #elif __STDC_VERSION__ >= 201000L | ||||
| # define C_DIALECT "11" | ||||
| #elif __STDC_VERSION__ >= 199901L | ||||
| # define C_DIALECT "99" | ||||
| #else | ||||
| # define C_DIALECT "90" | ||||
| #endif | ||||
| const char* info_language_dialect_default = | ||||
|   "INFO" ":" "dialect_default[" C_DIALECT "]"; | ||||
|  | ||||
| /*--------------------------------------------------------------------------*/ | ||||
|  | ||||
| #ifdef ID_VOID_MAIN | ||||
| void main() {} | ||||
| #else | ||||
| # if defined(__CLASSIC_C__) | ||||
| int main(argc, argv) int argc; char *argv[]; | ||||
| # else | ||||
| int main(int argc, char* argv[]) | ||||
| # endif | ||||
| { | ||||
|   int require = 0; | ||||
|   require += info_compiler[argc]; | ||||
|   require += info_platform[argc]; | ||||
|   require += info_arch[argc]; | ||||
| #ifdef COMPILER_VERSION_MAJOR | ||||
|   require += info_version[argc]; | ||||
| #endif | ||||
| #ifdef COMPILER_VERSION_INTERNAL | ||||
|   require += info_version_internal[argc]; | ||||
| #endif | ||||
| #ifdef SIMULATE_ID | ||||
|   require += info_simulate[argc]; | ||||
| #endif | ||||
| #ifdef SIMULATE_VERSION_MAJOR | ||||
|   require += info_simulate_version[argc]; | ||||
| #endif | ||||
| #if defined(__CRAYXE) || defined(__CRAYXC) | ||||
|   require += info_cray[argc]; | ||||
| #endif | ||||
|   require += info_language_dialect_default[argc]; | ||||
|   (void)argv; | ||||
|   return require; | ||||
| } | ||||
| #endif | ||||
							
								
								
									
										710
									
								
								build/CMakeFiles/3.19.1/CompilerIdCXX/CMakeCXXCompilerId.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										710
									
								
								build/CMakeFiles/3.19.1/CompilerIdCXX/CMakeCXXCompilerId.cpp
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,710 @@ | ||||
| /* This source file must have a .cpp extension so that all C++ compilers | ||||
|    recognize the extension without flags.  Borland does not know .cxx for | ||||
|    example.  */ | ||||
| #ifndef __cplusplus | ||||
| # error "A C compiler has been selected for C++." | ||||
| #endif | ||||
|  | ||||
|  | ||||
| /* Version number components: V=Version, R=Revision, P=Patch | ||||
|    Version date components:   YYYY=Year, MM=Month,   DD=Day  */ | ||||
|  | ||||
| #if defined(__COMO__) | ||||
| # define COMPILER_ID "Comeau" | ||||
|   /* __COMO_VERSION__ = VRR */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) | ||||
|  | ||||
| #elif defined(__INTEL_COMPILER) || defined(__ICC) | ||||
| # define COMPILER_ID "Intel" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # if defined(__GNUC__) | ||||
| #  define SIMULATE_ID "GNU" | ||||
| # endif | ||||
|   /* __INTEL_COMPILER = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | ||||
| # if defined(__INTEL_COMPILER_UPDATE) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | ||||
| # else | ||||
| #  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER   % 10) | ||||
| # endif | ||||
| # if defined(__INTEL_COMPILER_BUILD_DATE) | ||||
|   /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | ||||
| #  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | ||||
| # endif | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
| # if defined(__GNUC__) | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | ||||
| # elif defined(__GNUG__) | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | ||||
| # endif | ||||
| # if defined(__GNUC_MINOR__) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | ||||
| # endif | ||||
| # if defined(__GNUC_PATCHLEVEL__) | ||||
| #  define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__PATHCC__) | ||||
| # define COMPILER_ID "PathScale" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | ||||
| # if defined(__PATHCC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | ||||
| # define COMPILER_ID "Embarcadero" | ||||
| # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | ||||
| # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | ||||
| # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__     & 0xFFFF) | ||||
|  | ||||
| #elif defined(__BORLANDC__) | ||||
| # define COMPILER_ID "Borland" | ||||
|   /* __BORLANDC__ = 0xVRR */ | ||||
| # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | ||||
| # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | ||||
|  | ||||
| #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | ||||
| # define COMPILER_ID "Watcom" | ||||
|    /* __WATCOMC__ = VVRR */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||||
| # if (__WATCOMC__ % 10) > 0 | ||||
| #  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # define COMPILER_ID "OpenWatcom" | ||||
|    /* __WATCOMC__ = VVRP + 1100 */ | ||||
| # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||||
| # if (__WATCOMC__ % 10) > 0 | ||||
| #  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__SUNPRO_CC) | ||||
| # define COMPILER_ID "SunPro" | ||||
| # if __SUNPRO_CC >= 0x5100 | ||||
|    /* __SUNPRO_CC = 0xVRRP */ | ||||
| #  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) | ||||
| #  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) | ||||
| #  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF) | ||||
| # else | ||||
|    /* __SUNPRO_CC = 0xVRP */ | ||||
| #  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) | ||||
| #  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) | ||||
| #  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__HP_aCC) | ||||
| # define COMPILER_ID "HP" | ||||
|   /* __HP_aCC = VVRRPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) | ||||
| # define COMPILER_VERSION_PATCH DEC(__HP_aCC     % 100) | ||||
|  | ||||
| #elif defined(__DECCXX) | ||||
| # define COMPILER_ID "Compaq" | ||||
|   /* __DECCXX_VER = VVRRTPPPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000  % 100) | ||||
| # define COMPILER_VERSION_PATCH DEC(__DECCXX_VER         % 10000) | ||||
|  | ||||
| #elif defined(__IBMCPP__) && defined(__COMPILER_VER__) | ||||
| # define COMPILER_ID "zOS" | ||||
|   /* __IBMCPP__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10) | ||||
|  | ||||
| #elif defined(__ibmxl__) && defined(__clang__) | ||||
| # define COMPILER_ID "XLClang" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | ||||
| # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | ||||
|  | ||||
|  | ||||
| #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 | ||||
| # define COMPILER_ID "XL" | ||||
|   /* __IBMCPP__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10) | ||||
|  | ||||
| #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 | ||||
| # define COMPILER_ID "VisualAge" | ||||
|   /* __IBMCPP__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10) | ||||
|  | ||||
| #elif defined(__PGI) | ||||
| # define COMPILER_ID "PGI" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__PGIC__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | ||||
| # if defined(__PGIC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(_CRAYC) | ||||
| # define COMPILER_ID "Cray" | ||||
| # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | ||||
| # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | ||||
|  | ||||
| #elif defined(__TI_COMPILER_VERSION__) | ||||
| # define COMPILER_ID "TI" | ||||
|   /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000) | ||||
| # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000) | ||||
|  | ||||
| #elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) | ||||
| # define COMPILER_ID "Fujitsu" | ||||
|  | ||||
| #elif defined(__ghs__) | ||||
| # define COMPILER_ID "GHS" | ||||
| /* __GHS_VERSION_NUMBER = VVVVRP */ | ||||
| # ifdef __GHS_VERSION_NUMBER | ||||
| # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER      % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__SCO_VERSION__) | ||||
| # define COMPILER_ID "SCO" | ||||
|  | ||||
| #elif defined(__ARMCC_VERSION) && !defined(__clang__) | ||||
| # define COMPILER_ID "ARMCC" | ||||
| #if __ARMCC_VERSION >= 1000000 | ||||
|   /* __ARMCC_VERSION = VRRPPPP */ | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION     % 10000) | ||||
| #else | ||||
|   /* __ARMCC_VERSION = VRPPPP */ | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION    % 10000) | ||||
| #endif | ||||
|  | ||||
|  | ||||
| #elif defined(__clang__) && defined(__apple_build_version__) | ||||
| # define COMPILER_ID "AppleClang" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
| # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | ||||
|  | ||||
| #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | ||||
| # define COMPILER_ID "ARMClang" | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION     % 10000) | ||||
| # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | ||||
|  | ||||
| #elif defined(__clang__) && defined(__INTEL_DPCPP_COMPILER__) | ||||
| # define COMPILER_ID "IntelDPCPP" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
| # define COMPILER_VERSION_TWEAK DEC(__INTEL_DPCPP_COMPILER__) | ||||
|  | ||||
| #elif defined(__clang__) && defined(__INTEL_CLANG_COMPILER) | ||||
| # define COMPILER_ID "IntelClang" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
| # define COMPILER_VERSION_TWEAK DEC(__INTEL_CLANG_COMPILER) | ||||
|  | ||||
| #elif defined(__clang__) | ||||
| # define COMPILER_ID "Clang" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__GNUC__) || defined(__GNUG__) | ||||
| # define COMPILER_ID "GNU" | ||||
| # if defined(__GNUC__) | ||||
| #  define COMPILER_VERSION_MAJOR DEC(__GNUC__) | ||||
| # else | ||||
| #  define COMPILER_VERSION_MAJOR DEC(__GNUG__) | ||||
| # endif | ||||
| # if defined(__GNUC_MINOR__) | ||||
| #  define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | ||||
| # endif | ||||
| # if defined(__GNUC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(_MSC_VER) | ||||
| # define COMPILER_ID "MSVC" | ||||
|   /* _MSC_VER = VVRR */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # if defined(_MSC_FULL_VER) | ||||
| #  if _MSC_VER >= 1400 | ||||
|     /* _MSC_FULL_VER = VVRRPPPPP */ | ||||
| #   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | ||||
| #  else | ||||
|     /* _MSC_FULL_VER = VVRRPPPP */ | ||||
| #   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | ||||
| #  endif | ||||
| # endif | ||||
| # if defined(_MSC_BUILD) | ||||
| #  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) | ||||
| # define COMPILER_ID "ADSP" | ||||
| #if defined(__VISUALDSPVERSION__) | ||||
|   /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ | ||||
| # define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) | ||||
| # define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) | ||||
| # define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF) | ||||
| #endif | ||||
|  | ||||
| #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||||
| # define COMPILER_ID "IAR" | ||||
| # if defined(__VER__) && defined(__ICCARM__) | ||||
| #  define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | ||||
| #  define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | ||||
| #  define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | ||||
| #  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||||
| # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) | ||||
| #  define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | ||||
| #  define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | ||||
| #  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||||
| # endif | ||||
|  | ||||
|  | ||||
| /* These compilers are either not known or too old to define an | ||||
|   identification macro.  Try to identify the platform and guess that | ||||
|   it is the native compiler.  */ | ||||
| #elif defined(__hpux) || defined(__hpua) | ||||
| # define COMPILER_ID "HP" | ||||
|  | ||||
| #else /* unknown compiler */ | ||||
| # define COMPILER_ID "" | ||||
| #endif | ||||
|  | ||||
| /* Construct the string literal in pieces to prevent the source from | ||||
|    getting matched.  Store it in a pointer rather than an array | ||||
|    because some compilers will just produce instructions to fill the | ||||
|    array rather than assigning a pointer to a static array.  */ | ||||
| char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; | ||||
| #ifdef SIMULATE_ID | ||||
| char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; | ||||
| #endif | ||||
|  | ||||
| #ifdef __QNXNTO__ | ||||
| char const* qnxnto = "INFO" ":" "qnxnto[]"; | ||||
| #endif | ||||
|  | ||||
| #if defined(__CRAYXE) || defined(__CRAYXC) | ||||
| char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; | ||||
| #endif | ||||
|  | ||||
| #define STRINGIFY_HELPER(X) #X | ||||
| #define STRINGIFY(X) STRINGIFY_HELPER(X) | ||||
|  | ||||
| /* Identify known platforms by name.  */ | ||||
| #if defined(__linux) || defined(__linux__) || defined(linux) | ||||
| # define PLATFORM_ID "Linux" | ||||
|  | ||||
| #elif defined(__CYGWIN__) | ||||
| # define PLATFORM_ID "Cygwin" | ||||
|  | ||||
| #elif defined(__MINGW32__) | ||||
| # define PLATFORM_ID "MinGW" | ||||
|  | ||||
| #elif defined(__APPLE__) | ||||
| # define PLATFORM_ID "Darwin" | ||||
|  | ||||
| #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) | ||||
| # define PLATFORM_ID "Windows" | ||||
|  | ||||
| #elif defined(__FreeBSD__) || defined(__FreeBSD) | ||||
| # define PLATFORM_ID "FreeBSD" | ||||
|  | ||||
| #elif defined(__NetBSD__) || defined(__NetBSD) | ||||
| # define PLATFORM_ID "NetBSD" | ||||
|  | ||||
| #elif defined(__OpenBSD__) || defined(__OPENBSD) | ||||
| # define PLATFORM_ID "OpenBSD" | ||||
|  | ||||
| #elif defined(__sun) || defined(sun) | ||||
| # define PLATFORM_ID "SunOS" | ||||
|  | ||||
| #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) | ||||
| # define PLATFORM_ID "AIX" | ||||
|  | ||||
| #elif defined(__hpux) || defined(__hpux__) | ||||
| # define PLATFORM_ID "HP-UX" | ||||
|  | ||||
| #elif defined(__HAIKU__) | ||||
| # define PLATFORM_ID "Haiku" | ||||
|  | ||||
| #elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) | ||||
| # define PLATFORM_ID "BeOS" | ||||
|  | ||||
| #elif defined(__QNX__) || defined(__QNXNTO__) | ||||
| # define PLATFORM_ID "QNX" | ||||
|  | ||||
| #elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) | ||||
| # define PLATFORM_ID "Tru64" | ||||
|  | ||||
| #elif defined(__riscos) || defined(__riscos__) | ||||
| # define PLATFORM_ID "RISCos" | ||||
|  | ||||
| #elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) | ||||
| # define PLATFORM_ID "SINIX" | ||||
|  | ||||
| #elif defined(__UNIX_SV__) | ||||
| # define PLATFORM_ID "UNIX_SV" | ||||
|  | ||||
| #elif defined(__bsdos__) | ||||
| # define PLATFORM_ID "BSDOS" | ||||
|  | ||||
| #elif defined(_MPRAS) || defined(MPRAS) | ||||
| # define PLATFORM_ID "MP-RAS" | ||||
|  | ||||
| #elif defined(__osf) || defined(__osf__) | ||||
| # define PLATFORM_ID "OSF1" | ||||
|  | ||||
| #elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) | ||||
| # define PLATFORM_ID "SCO_SV" | ||||
|  | ||||
| #elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) | ||||
| # define PLATFORM_ID "ULTRIX" | ||||
|  | ||||
| #elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) | ||||
| # define PLATFORM_ID "Xenix" | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # if defined(__LINUX__) | ||||
| #  define PLATFORM_ID "Linux" | ||||
|  | ||||
| # elif defined(__DOS__) | ||||
| #  define PLATFORM_ID "DOS" | ||||
|  | ||||
| # elif defined(__OS2__) | ||||
| #  define PLATFORM_ID "OS2" | ||||
|  | ||||
| # elif defined(__WINDOWS__) | ||||
| #  define PLATFORM_ID "Windows3x" | ||||
|  | ||||
| # elif defined(__VXWORKS__) | ||||
| #  define PLATFORM_ID "VxWorks" | ||||
|  | ||||
| # else /* unknown platform */ | ||||
| #  define PLATFORM_ID | ||||
| # endif | ||||
|  | ||||
| #elif defined(__INTEGRITY) | ||||
| # if defined(INT_178B) | ||||
| #  define PLATFORM_ID "Integrity178" | ||||
|  | ||||
| # else /* regular Integrity */ | ||||
| #  define PLATFORM_ID "Integrity" | ||||
| # endif | ||||
|  | ||||
| #else /* unknown platform */ | ||||
| # define PLATFORM_ID | ||||
|  | ||||
| #endif | ||||
|  | ||||
| /* For windows compilers MSVC and Intel we can determine | ||||
|    the architecture of the compiler being used.  This is because | ||||
|    the compilers do not have flags that can change the architecture, | ||||
|    but rather depend on which compiler is being used | ||||
| */ | ||||
| #if defined(_WIN32) && defined(_MSC_VER) | ||||
| # if defined(_M_IA64) | ||||
| #  define ARCHITECTURE_ID "IA64" | ||||
|  | ||||
| # elif defined(_M_X64) || defined(_M_AMD64) | ||||
| #  define ARCHITECTURE_ID "x64" | ||||
|  | ||||
| # elif defined(_M_IX86) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # elif defined(_M_ARM64) | ||||
| #  define ARCHITECTURE_ID "ARM64" | ||||
|  | ||||
| # elif defined(_M_ARM) | ||||
| #  if _M_ARM == 4 | ||||
| #   define ARCHITECTURE_ID "ARMV4I" | ||||
| #  elif _M_ARM == 5 | ||||
| #   define ARCHITECTURE_ID "ARMV5I" | ||||
| #  else | ||||
| #   define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) | ||||
| #  endif | ||||
|  | ||||
| # elif defined(_M_MIPS) | ||||
| #  define ARCHITECTURE_ID "MIPS" | ||||
|  | ||||
| # elif defined(_M_SH) | ||||
| #  define ARCHITECTURE_ID "SHx" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # if defined(_M_I86) | ||||
| #  define ARCHITECTURE_ID "I86" | ||||
|  | ||||
| # elif defined(_M_IX86) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||||
| # if defined(__ICCARM__) | ||||
| #  define ARCHITECTURE_ID "ARM" | ||||
|  | ||||
| # elif defined(__ICCRX__) | ||||
| #  define ARCHITECTURE_ID "RX" | ||||
|  | ||||
| # elif defined(__ICCRH850__) | ||||
| #  define ARCHITECTURE_ID "RH850" | ||||
|  | ||||
| # elif defined(__ICCRL78__) | ||||
| #  define ARCHITECTURE_ID "RL78" | ||||
|  | ||||
| # elif defined(__ICCRISCV__) | ||||
| #  define ARCHITECTURE_ID "RISCV" | ||||
|  | ||||
| # elif defined(__ICCAVR__) | ||||
| #  define ARCHITECTURE_ID "AVR" | ||||
|  | ||||
| # elif defined(__ICC430__) | ||||
| #  define ARCHITECTURE_ID "MSP430" | ||||
|  | ||||
| # elif defined(__ICCV850__) | ||||
| #  define ARCHITECTURE_ID "V850" | ||||
|  | ||||
| # elif defined(__ICC8051__) | ||||
| #  define ARCHITECTURE_ID "8051" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__ghs__) | ||||
| # if defined(__PPC64__) | ||||
| #  define ARCHITECTURE_ID "PPC64" | ||||
|  | ||||
| # elif defined(__ppc__) | ||||
| #  define ARCHITECTURE_ID "PPC" | ||||
|  | ||||
| # elif defined(__ARM__) | ||||
| #  define ARCHITECTURE_ID "ARM" | ||||
|  | ||||
| # elif defined(__x86_64__) | ||||
| #  define ARCHITECTURE_ID "x64" | ||||
|  | ||||
| # elif defined(__i386__) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__TI_COMPILER_VERSION__) | ||||
| # if defined(__TI_ARM__) | ||||
| #  define ARCHITECTURE_ID "ARM" | ||||
|  | ||||
| # elif defined(__MSP430__) | ||||
| #  define ARCHITECTURE_ID "MSP430" | ||||
|  | ||||
| # elif defined(__TMS320C28XX__) | ||||
| #  define ARCHITECTURE_ID "TMS320C28x" | ||||
|  | ||||
| # elif defined(__TMS320C6X__) || defined(_TMS320C6X) | ||||
| #  define ARCHITECTURE_ID "TMS320C6x" | ||||
|  | ||||
| # 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 internal version number. */ | ||||
| #ifdef COMPILER_VERSION_INTERNAL | ||||
| char const info_version_internal[] = { | ||||
|   'I', 'N', 'F', 'O', ':', | ||||
|   'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', | ||||
|   'i','n','t','e','r','n','a','l','[', | ||||
|   COMPILER_VERSION_INTERNAL,']','\0'}; | ||||
| #endif | ||||
|  | ||||
| /* Construct a string literal encoding the version number components. */ | ||||
| #ifdef SIMULATE_VERSION_MAJOR | ||||
| char const info_simulate_version[] = { | ||||
|   'I', 'N', 'F', 'O', ':', | ||||
|   's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', | ||||
|   SIMULATE_VERSION_MAJOR, | ||||
| # ifdef SIMULATE_VERSION_MINOR | ||||
|   '.', SIMULATE_VERSION_MINOR, | ||||
| #  ifdef SIMULATE_VERSION_PATCH | ||||
|    '.', SIMULATE_VERSION_PATCH, | ||||
| #   ifdef SIMULATE_VERSION_TWEAK | ||||
|     '.', SIMULATE_VERSION_TWEAK, | ||||
| #   endif | ||||
| #  endif | ||||
| # endif | ||||
|   ']','\0'}; | ||||
| #endif | ||||
|  | ||||
| /* Construct the string literal in pieces to prevent the source from | ||||
|    getting matched.  Store it in a pointer rather than an array | ||||
|    because some compilers will just produce instructions to fill the | ||||
|    array rather than assigning a pointer to a static array.  */ | ||||
| char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; | ||||
| char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; | ||||
|  | ||||
|  | ||||
|  | ||||
| #if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L | ||||
| #  if defined(__INTEL_CXX11_MODE__) | ||||
| #    if defined(__cpp_aggregate_nsdmi) | ||||
| #      define CXX_STD 201402L | ||||
| #    else | ||||
| #      define CXX_STD 201103L | ||||
| #    endif | ||||
| #  else | ||||
| #    define CXX_STD 199711L | ||||
| #  endif | ||||
| #elif defined(_MSC_VER) && defined(_MSVC_LANG) | ||||
| #  define CXX_STD _MSVC_LANG | ||||
| #else | ||||
| #  define CXX_STD __cplusplus | ||||
| #endif | ||||
|  | ||||
| const char* info_language_dialect_default = "INFO" ":" "dialect_default[" | ||||
| #if CXX_STD > 201703L | ||||
|   "20" | ||||
| #elif CXX_STD >= 201703L | ||||
|   "17" | ||||
| #elif CXX_STD >= 201402L | ||||
|   "14" | ||||
| #elif CXX_STD >= 201103L | ||||
|   "11" | ||||
| #else | ||||
|   "98" | ||||
| #endif | ||||
| "]"; | ||||
|  | ||||
| /*--------------------------------------------------------------------------*/ | ||||
|  | ||||
| int main(int argc, char* argv[]) | ||||
| { | ||||
|   int require = 0; | ||||
|   require += info_compiler[argc]; | ||||
|   require += info_platform[argc]; | ||||
| #ifdef COMPILER_VERSION_MAJOR | ||||
|   require += info_version[argc]; | ||||
| #endif | ||||
| #ifdef COMPILER_VERSION_INTERNAL | ||||
|   require += info_version_internal[argc]; | ||||
| #endif | ||||
| #ifdef SIMULATE_ID | ||||
|   require += info_simulate[argc]; | ||||
| #endif | ||||
| #ifdef SIMULATE_VERSION_MAJOR | ||||
|   require += info_simulate_version[argc]; | ||||
| #endif | ||||
| #if defined(__CRAYXE) || defined(__CRAYXC) | ||||
|   require += info_cray[argc]; | ||||
| #endif | ||||
|   require += info_language_dialect_default[argc]; | ||||
|   (void)argv; | ||||
|   return require; | ||||
| } | ||||
							
								
								
									
										20
									
								
								build/CMakeFiles/3.19.2/CMakeASMCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								build/CMakeFiles/3.19.2/CMakeASMCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,20 @@ | ||||
| set(CMAKE_ASM_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc") | ||||
| set(CMAKE_ASM_COMPILER_ARG1 "") | ||||
| set(CMAKE_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar") | ||||
| set(CMAKE_ASM_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar") | ||||
| set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib") | ||||
| set(CMAKE_ASM_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib") | ||||
| set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld") | ||||
| set(CMAKE_MT "") | ||||
| set(CMAKE_ASM_COMPILER_LOADED 1) | ||||
| set(CMAKE_ASM_COMPILER_ID "GNU") | ||||
| set(CMAKE_ASM_COMPILER_VERSION "") | ||||
| set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) | ||||
| set(CMAKE_ASM_LINKER_PREFERENCE 0) | ||||
|  | ||||
|  | ||||
							
								
								
									
										77
									
								
								build/CMakeFiles/3.19.2/CMakeCCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								build/CMakeFiles/3.19.2/CMakeCCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| set(CMAKE_C_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc") | ||||
| set(CMAKE_C_COMPILER_ARG1 "") | ||||
| set(CMAKE_C_COMPILER_ID "GNU") | ||||
| set(CMAKE_C_COMPILER_VERSION "8.4.0") | ||||
| set(CMAKE_C_COMPILER_VERSION_INTERNAL "") | ||||
| set(CMAKE_C_COMPILER_WRAPPER "") | ||||
| set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") | ||||
| set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert") | ||||
| set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") | ||||
| set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") | ||||
| set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") | ||||
|  | ||||
| set(CMAKE_C_PLATFORM_ID "") | ||||
| set(CMAKE_C_SIMULATE_ID "") | ||||
| set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") | ||||
| set(CMAKE_C_SIMULATE_VERSION "") | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| set(CMAKE_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar") | ||||
| set(CMAKE_C_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar") | ||||
| set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib") | ||||
| set(CMAKE_C_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib") | ||||
| set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld") | ||||
| set(CMAKE_MT "") | ||||
| set(CMAKE_COMPILER_IS_GNUCC 1) | ||||
| set(CMAKE_C_COMPILER_LOADED 1) | ||||
| set(CMAKE_C_COMPILER_WORKS TRUE) | ||||
| set(CMAKE_C_ABI_COMPILED TRUE) | ||||
| set(CMAKE_COMPILER_IS_MINGW ) | ||||
| set(CMAKE_COMPILER_IS_CYGWIN ) | ||||
| if(CMAKE_COMPILER_IS_CYGWIN) | ||||
|   set(CYGWIN 1) | ||||
|   set(UNIX 1) | ||||
| endif() | ||||
|  | ||||
| set(CMAKE_C_COMPILER_ENV_VAR "CC") | ||||
|  | ||||
| if(CMAKE_COMPILER_IS_MINGW) | ||||
|   set(MINGW 1) | ||||
| endif() | ||||
| set(CMAKE_C_COMPILER_ID_RUN 1) | ||||
| set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) | ||||
| set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) | ||||
| set(CMAKE_C_LINKER_PREFERENCE 10) | ||||
|  | ||||
| # Save compiler ABI information. | ||||
| set(CMAKE_C_SIZEOF_DATA_PTR "4") | ||||
| set(CMAKE_C_COMPILER_ABI "ELF") | ||||
| set(CMAKE_C_LIBRARY_ARCHITECTURE "") | ||||
|  | ||||
| if(CMAKE_C_SIZEOF_DATA_PTR) | ||||
|   set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") | ||||
| endif() | ||||
|  | ||||
| if(CMAKE_C_COMPILER_ABI) | ||||
|   set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") | ||||
| endif() | ||||
|  | ||||
| if(CMAKE_C_LIBRARY_ARCHITECTURE) | ||||
|   set(CMAKE_LIBRARY_ARCHITECTURE "") | ||||
| endif() | ||||
|  | ||||
| set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") | ||||
| if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) | ||||
|   set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") | ||||
| endif() | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include-fixed;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include") | ||||
| set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc") | ||||
| set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/lib") | ||||
| set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") | ||||
							
								
								
									
										89
									
								
								build/CMakeFiles/3.19.2/CMakeCXXCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										89
									
								
								build/CMakeFiles/3.19.2/CMakeCXXCompiler.cmake
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,89 @@ | ||||
| set(CMAKE_CXX_COMPILER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++") | ||||
| set(CMAKE_CXX_COMPILER_ARG1 "") | ||||
| set(CMAKE_CXX_COMPILER_ID "GNU") | ||||
| set(CMAKE_CXX_COMPILER_VERSION "8.4.0") | ||||
| set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") | ||||
| set(CMAKE_CXX_COMPILER_WRAPPER "") | ||||
| set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") | ||||
| set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20") | ||||
| set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") | ||||
| set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") | ||||
| set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") | ||||
| set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") | ||||
| set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") | ||||
|  | ||||
| set(CMAKE_CXX_PLATFORM_ID "") | ||||
| set(CMAKE_CXX_SIMULATE_ID "") | ||||
| set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") | ||||
| set(CMAKE_CXX_SIMULATE_VERSION "") | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| set(CMAKE_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar") | ||||
| set(CMAKE_CXX_COMPILER_AR "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar") | ||||
| set(CMAKE_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib") | ||||
| set(CMAKE_CXX_COMPILER_RANLIB "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib") | ||||
| set(CMAKE_LINKER "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld") | ||||
| set(CMAKE_MT "") | ||||
| 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_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) | ||||
| set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) | ||||
|  | ||||
| foreach (lang C OBJC OBJCXX) | ||||
|   if (CMAKE_${lang}_COMPILER_ID_RUN) | ||||
|     foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) | ||||
|       list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) | ||||
|     endforeach() | ||||
|   endif() | ||||
| endforeach() | ||||
|  | ||||
| set(CMAKE_CXX_LINKER_PREFERENCE 30) | ||||
| set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) | ||||
|  | ||||
| # Save compiler ABI information. | ||||
| set(CMAKE_CXX_SIZEOF_DATA_PTR "4") | ||||
| set(CMAKE_CXX_COMPILER_ABI "ELF") | ||||
| set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") | ||||
|  | ||||
| if(CMAKE_CXX_SIZEOF_DATA_PTR) | ||||
|   set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") | ||||
| endif() | ||||
|  | ||||
| if(CMAKE_CXX_COMPILER_ABI) | ||||
|   set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") | ||||
| endif() | ||||
|  | ||||
| if(CMAKE_CXX_LIBRARY_ARCHITECTURE) | ||||
|   set(CMAKE_LIBRARY_ARCHITECTURE "") | ||||
| endif() | ||||
|  | ||||
| set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") | ||||
| if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) | ||||
|   set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") | ||||
| endif() | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0/xtensa-esp32-elf;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/8.4.0/backward;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0/include-fixed;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/include") | ||||
| set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc") | ||||
| set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/8.4.0;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/lib/gcc;/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/lib") | ||||
| set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") | ||||
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/3.19.2/CMakeDetermineCompilerABI_C.bin
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/3.19.2/CMakeDetermineCompilerABI_C.bin
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/3.19.2/CMakeDetermineCompilerABI_CXX.bin
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/3.19.2/CMakeDetermineCompilerABI_CXX.bin
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										15
									
								
								build/CMakeFiles/3.19.2/CMakeSystem.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								build/CMakeFiles/3.19.2/CMakeSystem.cmake
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,15 @@ | ||||
| set(CMAKE_HOST_SYSTEM "Linux-5.10.1-1-default") | ||||
| set(CMAKE_HOST_SYSTEM_NAME "Linux") | ||||
| set(CMAKE_HOST_SYSTEM_VERSION "5.10.1-1-default") | ||||
| set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") | ||||
|  | ||||
| include("/home/hendrik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake") | ||||
|  | ||||
| set(CMAKE_SYSTEM "Generic") | ||||
| set(CMAKE_SYSTEM_NAME "Generic") | ||||
| set(CMAKE_SYSTEM_VERSION "") | ||||
| set(CMAKE_SYSTEM_PROCESSOR "") | ||||
|  | ||||
| set(CMAKE_CROSSCOMPILING "TRUE") | ||||
|  | ||||
| set(CMAKE_SYSTEM_LOADED 1) | ||||
							
								
								
									
										691
									
								
								build/CMakeFiles/3.19.2/CompilerIdC/CMakeCCompilerId.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										691
									
								
								build/CMakeFiles/3.19.2/CompilerIdC/CMakeCCompilerId.c
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,691 @@ | ||||
| #ifdef __cplusplus | ||||
| # error "A C++ compiler has been selected for C." | ||||
| #endif | ||||
|  | ||||
| #if defined(__18CXX) | ||||
| # define ID_VOID_MAIN | ||||
| #endif | ||||
| #if defined(__CLASSIC_C__) | ||||
| /* cv-qualifiers did not exist in K&R C */ | ||||
| # define const | ||||
| # define volatile | ||||
| #endif | ||||
|  | ||||
|  | ||||
| /* Version number components: V=Version, R=Revision, P=Patch | ||||
|    Version date components:   YYYY=Year, MM=Month,   DD=Day  */ | ||||
|  | ||||
| #if defined(__INTEL_COMPILER) || defined(__ICC) | ||||
| # define COMPILER_ID "Intel" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # if defined(__GNUC__) | ||||
| #  define SIMULATE_ID "GNU" | ||||
| # endif | ||||
|   /* __INTEL_COMPILER = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | ||||
| # if defined(__INTEL_COMPILER_UPDATE) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | ||||
| # else | ||||
| #  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER   % 10) | ||||
| # endif | ||||
| # if defined(__INTEL_COMPILER_BUILD_DATE) | ||||
|   /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | ||||
| #  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | ||||
| # endif | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
| # if defined(__GNUC__) | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | ||||
| # elif defined(__GNUG__) | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | ||||
| # endif | ||||
| # if defined(__GNUC_MINOR__) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | ||||
| # endif | ||||
| # if defined(__GNUC_PATCHLEVEL__) | ||||
| #  define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__PATHCC__) | ||||
| # define COMPILER_ID "PathScale" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | ||||
| # if defined(__PATHCC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | ||||
| # define COMPILER_ID "Embarcadero" | ||||
| # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | ||||
| # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | ||||
| # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__     & 0xFFFF) | ||||
|  | ||||
| #elif defined(__BORLANDC__) | ||||
| # define COMPILER_ID "Borland" | ||||
|   /* __BORLANDC__ = 0xVRR */ | ||||
| # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | ||||
| # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | ||||
|  | ||||
| #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | ||||
| # define COMPILER_ID "Watcom" | ||||
|    /* __WATCOMC__ = VVRR */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||||
| # if (__WATCOMC__ % 10) > 0 | ||||
| #  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # define COMPILER_ID "OpenWatcom" | ||||
|    /* __WATCOMC__ = VVRP + 1100 */ | ||||
| # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||||
| # if (__WATCOMC__ % 10) > 0 | ||||
| #  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__SUNPRO_C) | ||||
| # define COMPILER_ID "SunPro" | ||||
| # if __SUNPRO_C >= 0x5100 | ||||
|    /* __SUNPRO_C = 0xVRRP */ | ||||
| #  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) | ||||
| #  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) | ||||
| #  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF) | ||||
| # else | ||||
|    /* __SUNPRO_CC = 0xVRP */ | ||||
| #  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) | ||||
| #  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) | ||||
| #  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__HP_cc) | ||||
| # define COMPILER_ID "HP" | ||||
|   /* __HP_cc = VVRRPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) | ||||
| # define COMPILER_VERSION_PATCH DEC(__HP_cc     % 100) | ||||
|  | ||||
| #elif defined(__DECC) | ||||
| # define COMPILER_ID "Compaq" | ||||
|   /* __DECC_VER = VVRRTPPPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000  % 100) | ||||
| # define COMPILER_VERSION_PATCH DEC(__DECC_VER         % 10000) | ||||
|  | ||||
| #elif defined(__IBMC__) && defined(__COMPILER_VER__) | ||||
| # define COMPILER_ID "zOS" | ||||
|   /* __IBMC__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10) | ||||
|  | ||||
| #elif defined(__ibmxl__) && defined(__clang__) | ||||
| # define COMPILER_ID "XLClang" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | ||||
| # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | ||||
|  | ||||
|  | ||||
| #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 | ||||
| # define COMPILER_ID "XL" | ||||
|   /* __IBMC__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10) | ||||
|  | ||||
| #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 | ||||
| # define COMPILER_ID "VisualAge" | ||||
|   /* __IBMC__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10) | ||||
|  | ||||
| #elif defined(__PGI) | ||||
| # define COMPILER_ID "PGI" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__PGIC__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | ||||
| # if defined(__PGIC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(_CRAYC) | ||||
| # define COMPILER_ID "Cray" | ||||
| # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | ||||
| # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | ||||
|  | ||||
| #elif defined(__TI_COMPILER_VERSION__) | ||||
| # define COMPILER_ID "TI" | ||||
|   /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000) | ||||
| # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000) | ||||
|  | ||||
| #elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) | ||||
| # define COMPILER_ID "Fujitsu" | ||||
|  | ||||
| #elif defined(__ghs__) | ||||
| # define COMPILER_ID "GHS" | ||||
| /* __GHS_VERSION_NUMBER = VVVVRP */ | ||||
| # ifdef __GHS_VERSION_NUMBER | ||||
| # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER      % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__TINYC__) | ||||
| # define COMPILER_ID "TinyCC" | ||||
|  | ||||
| #elif defined(__BCC__) | ||||
| # define COMPILER_ID "Bruce" | ||||
|  | ||||
| #elif defined(__SCO_VERSION__) | ||||
| # define COMPILER_ID "SCO" | ||||
|  | ||||
| #elif defined(__ARMCC_VERSION) && !defined(__clang__) | ||||
| # define COMPILER_ID "ARMCC" | ||||
| #if __ARMCC_VERSION >= 1000000 | ||||
|   /* __ARMCC_VERSION = VRRPPPP */ | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION     % 10000) | ||||
| #else | ||||
|   /* __ARMCC_VERSION = VRPPPP */ | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION    % 10000) | ||||
| #endif | ||||
|  | ||||
|  | ||||
| #elif defined(__clang__) && defined(__apple_build_version__) | ||||
| # define COMPILER_ID "AppleClang" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
| # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | ||||
|  | ||||
| #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | ||||
| # define COMPILER_ID "ARMClang" | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION     % 10000) | ||||
| # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | ||||
|  | ||||
| #elif defined(__clang__) | ||||
| # define COMPILER_ID "Clang" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__GNUC__) | ||||
| # define COMPILER_ID "GNU" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__GNUC__) | ||||
| # if defined(__GNUC_MINOR__) | ||||
| #  define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | ||||
| # endif | ||||
| # if defined(__GNUC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(_MSC_VER) | ||||
| # define COMPILER_ID "MSVC" | ||||
|   /* _MSC_VER = VVRR */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # if defined(_MSC_FULL_VER) | ||||
| #  if _MSC_VER >= 1400 | ||||
|     /* _MSC_FULL_VER = VVRRPPPPP */ | ||||
| #   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | ||||
| #  else | ||||
|     /* _MSC_FULL_VER = VVRRPPPP */ | ||||
| #   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | ||||
| #  endif | ||||
| # endif | ||||
| # if defined(_MSC_BUILD) | ||||
| #  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) | ||||
| # define COMPILER_ID "ADSP" | ||||
| #if defined(__VISUALDSPVERSION__) | ||||
|   /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ | ||||
| # define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) | ||||
| # define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) | ||||
| # define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF) | ||||
| #endif | ||||
|  | ||||
| #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||||
| # define COMPILER_ID "IAR" | ||||
| # if defined(__VER__) && defined(__ICCARM__) | ||||
| #  define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | ||||
| #  define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | ||||
| #  define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | ||||
| #  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||||
| # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) | ||||
| #  define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | ||||
| #  define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | ||||
| #  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) | ||||
| # define COMPILER_ID "SDCC" | ||||
| # if defined(__SDCC_VERSION_MAJOR) | ||||
| #  define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) | ||||
| #  define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) | ||||
| # else | ||||
|   /* SDCC = VRP */ | ||||
| #  define COMPILER_VERSION_MAJOR DEC(SDCC/100) | ||||
| #  define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) | ||||
| #  define COMPILER_VERSION_PATCH DEC(SDCC    % 10) | ||||
| # endif | ||||
|  | ||||
|  | ||||
| /* These compilers are either not known or too old to define an | ||||
|   identification macro.  Try to identify the platform and guess that | ||||
|   it is the native compiler.  */ | ||||
| #elif defined(__hpux) || defined(__hpua) | ||||
| # define COMPILER_ID "HP" | ||||
|  | ||||
| #else /* unknown compiler */ | ||||
| # define COMPILER_ID "" | ||||
| #endif | ||||
|  | ||||
| /* Construct the string literal in pieces to prevent the source from | ||||
|    getting matched.  Store it in a pointer rather than an array | ||||
|    because some compilers will just produce instructions to fill the | ||||
|    array rather than assigning a pointer to a static array.  */ | ||||
| char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; | ||||
| #ifdef SIMULATE_ID | ||||
| char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; | ||||
| #endif | ||||
|  | ||||
| #ifdef __QNXNTO__ | ||||
| char const* qnxnto = "INFO" ":" "qnxnto[]"; | ||||
| #endif | ||||
|  | ||||
| #if defined(_CRAYC) || defined(__cray__) | ||||
| char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; | ||||
| #endif | ||||
|  | ||||
| #define STRINGIFY_HELPER(X) #X | ||||
| #define STRINGIFY(X) STRINGIFY_HELPER(X) | ||||
|  | ||||
| /* Identify known platforms by name.  */ | ||||
| #if defined(__linux) || defined(__linux__) || defined(linux) | ||||
| # define PLATFORM_ID "Linux" | ||||
|  | ||||
| #elif defined(__CYGWIN__) | ||||
| # define PLATFORM_ID "Cygwin" | ||||
|  | ||||
| #elif defined(__MINGW32__) | ||||
| # define PLATFORM_ID "MinGW" | ||||
|  | ||||
| #elif defined(__APPLE__) | ||||
| # define PLATFORM_ID "Darwin" | ||||
|  | ||||
| #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) | ||||
| # define PLATFORM_ID "Windows" | ||||
|  | ||||
| #elif defined(__FreeBSD__) || defined(__FreeBSD) | ||||
| # define PLATFORM_ID "FreeBSD" | ||||
|  | ||||
| #elif defined(__NetBSD__) || defined(__NetBSD) | ||||
| # define PLATFORM_ID "NetBSD" | ||||
|  | ||||
| #elif defined(__OpenBSD__) || defined(__OPENBSD) | ||||
| # define PLATFORM_ID "OpenBSD" | ||||
|  | ||||
| #elif defined(__sun) || defined(sun) | ||||
| # define PLATFORM_ID "SunOS" | ||||
|  | ||||
| #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) | ||||
| # define PLATFORM_ID "AIX" | ||||
|  | ||||
| #elif defined(__hpux) || defined(__hpux__) | ||||
| # define PLATFORM_ID "HP-UX" | ||||
|  | ||||
| #elif defined(__HAIKU__) | ||||
| # define PLATFORM_ID "Haiku" | ||||
|  | ||||
| #elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) | ||||
| # define PLATFORM_ID "BeOS" | ||||
|  | ||||
| #elif defined(__QNX__) || defined(__QNXNTO__) | ||||
| # define PLATFORM_ID "QNX" | ||||
|  | ||||
| #elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) | ||||
| # define PLATFORM_ID "Tru64" | ||||
|  | ||||
| #elif defined(__riscos) || defined(__riscos__) | ||||
| # define PLATFORM_ID "RISCos" | ||||
|  | ||||
| #elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) | ||||
| # define PLATFORM_ID "SINIX" | ||||
|  | ||||
| #elif defined(__UNIX_SV__) | ||||
| # define PLATFORM_ID "UNIX_SV" | ||||
|  | ||||
| #elif defined(__bsdos__) | ||||
| # define PLATFORM_ID "BSDOS" | ||||
|  | ||||
| #elif defined(_MPRAS) || defined(MPRAS) | ||||
| # define PLATFORM_ID "MP-RAS" | ||||
|  | ||||
| #elif defined(__osf) || defined(__osf__) | ||||
| # define PLATFORM_ID "OSF1" | ||||
|  | ||||
| #elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) | ||||
| # define PLATFORM_ID "SCO_SV" | ||||
|  | ||||
| #elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) | ||||
| # define PLATFORM_ID "ULTRIX" | ||||
|  | ||||
| #elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) | ||||
| # define PLATFORM_ID "Xenix" | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # if defined(__LINUX__) | ||||
| #  define PLATFORM_ID "Linux" | ||||
|  | ||||
| # elif defined(__DOS__) | ||||
| #  define PLATFORM_ID "DOS" | ||||
|  | ||||
| # elif defined(__OS2__) | ||||
| #  define PLATFORM_ID "OS2" | ||||
|  | ||||
| # elif defined(__WINDOWS__) | ||||
| #  define PLATFORM_ID "Windows3x" | ||||
|  | ||||
| # elif defined(__VXWORKS__) | ||||
| #  define PLATFORM_ID "VxWorks" | ||||
|  | ||||
| # else /* unknown platform */ | ||||
| #  define PLATFORM_ID | ||||
| # endif | ||||
|  | ||||
| #elif defined(__INTEGRITY) | ||||
| # if defined(INT_178B) | ||||
| #  define PLATFORM_ID "Integrity178" | ||||
|  | ||||
| # else /* regular Integrity */ | ||||
| #  define PLATFORM_ID "Integrity" | ||||
| # endif | ||||
|  | ||||
| #else /* unknown platform */ | ||||
| # define PLATFORM_ID | ||||
|  | ||||
| #endif | ||||
|  | ||||
| /* For windows compilers MSVC and Intel we can determine | ||||
|    the architecture of the compiler being used.  This is because | ||||
|    the compilers do not have flags that can change the architecture, | ||||
|    but rather depend on which compiler is being used | ||||
| */ | ||||
| #if defined(_WIN32) && defined(_MSC_VER) | ||||
| # if defined(_M_IA64) | ||||
| #  define ARCHITECTURE_ID "IA64" | ||||
|  | ||||
| # elif defined(_M_X64) || defined(_M_AMD64) | ||||
| #  define ARCHITECTURE_ID "x64" | ||||
|  | ||||
| # elif defined(_M_IX86) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # elif defined(_M_ARM64) | ||||
| #  define ARCHITECTURE_ID "ARM64" | ||||
|  | ||||
| # elif defined(_M_ARM) | ||||
| #  if _M_ARM == 4 | ||||
| #   define ARCHITECTURE_ID "ARMV4I" | ||||
| #  elif _M_ARM == 5 | ||||
| #   define ARCHITECTURE_ID "ARMV5I" | ||||
| #  else | ||||
| #   define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) | ||||
| #  endif | ||||
|  | ||||
| # elif defined(_M_MIPS) | ||||
| #  define ARCHITECTURE_ID "MIPS" | ||||
|  | ||||
| # elif defined(_M_SH) | ||||
| #  define ARCHITECTURE_ID "SHx" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # if defined(_M_I86) | ||||
| #  define ARCHITECTURE_ID "I86" | ||||
|  | ||||
| # elif defined(_M_IX86) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||||
| # if defined(__ICCARM__) | ||||
| #  define ARCHITECTURE_ID "ARM" | ||||
|  | ||||
| # elif defined(__ICCRX__) | ||||
| #  define ARCHITECTURE_ID "RX" | ||||
|  | ||||
| # elif defined(__ICCRH850__) | ||||
| #  define ARCHITECTURE_ID "RH850" | ||||
|  | ||||
| # elif defined(__ICCRL78__) | ||||
| #  define ARCHITECTURE_ID "RL78" | ||||
|  | ||||
| # elif defined(__ICCRISCV__) | ||||
| #  define ARCHITECTURE_ID "RISCV" | ||||
|  | ||||
| # elif defined(__ICCAVR__) | ||||
| #  define ARCHITECTURE_ID "AVR" | ||||
|  | ||||
| # elif defined(__ICC430__) | ||||
| #  define ARCHITECTURE_ID "MSP430" | ||||
|  | ||||
| # elif defined(__ICCV850__) | ||||
| #  define ARCHITECTURE_ID "V850" | ||||
|  | ||||
| # elif defined(__ICC8051__) | ||||
| #  define ARCHITECTURE_ID "8051" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__ghs__) | ||||
| # if defined(__PPC64__) | ||||
| #  define ARCHITECTURE_ID "PPC64" | ||||
|  | ||||
| # elif defined(__ppc__) | ||||
| #  define ARCHITECTURE_ID "PPC" | ||||
|  | ||||
| # elif defined(__ARM__) | ||||
| #  define ARCHITECTURE_ID "ARM" | ||||
|  | ||||
| # elif defined(__x86_64__) | ||||
| #  define ARCHITECTURE_ID "x64" | ||||
|  | ||||
| # elif defined(__i386__) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__TI_COMPILER_VERSION__) | ||||
| # if defined(__TI_ARM__) | ||||
| #  define ARCHITECTURE_ID "ARM" | ||||
|  | ||||
| # elif defined(__MSP430__) | ||||
| #  define ARCHITECTURE_ID "MSP430" | ||||
|  | ||||
| # elif defined(__TMS320C28XX__) | ||||
| #  define ARCHITECTURE_ID "TMS320C28x" | ||||
|  | ||||
| # elif defined(__TMS320C6X__) || defined(_TMS320C6X) | ||||
| #  define ARCHITECTURE_ID "TMS320C6x" | ||||
|  | ||||
| # 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 internal version number. */ | ||||
| #ifdef COMPILER_VERSION_INTERNAL | ||||
| char const info_version_internal[] = { | ||||
|   'I', 'N', 'F', 'O', ':', | ||||
|   'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', | ||||
|   'i','n','t','e','r','n','a','l','[', | ||||
|   COMPILER_VERSION_INTERNAL,']','\0'}; | ||||
| #endif | ||||
|  | ||||
| /* Construct a string literal encoding the version number components. */ | ||||
| #ifdef SIMULATE_VERSION_MAJOR | ||||
| char const info_simulate_version[] = { | ||||
|   'I', 'N', 'F', 'O', ':', | ||||
|   's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', | ||||
|   SIMULATE_VERSION_MAJOR, | ||||
| # ifdef SIMULATE_VERSION_MINOR | ||||
|   '.', SIMULATE_VERSION_MINOR, | ||||
| #  ifdef SIMULATE_VERSION_PATCH | ||||
|    '.', SIMULATE_VERSION_PATCH, | ||||
| #   ifdef SIMULATE_VERSION_TWEAK | ||||
|     '.', SIMULATE_VERSION_TWEAK, | ||||
| #   endif | ||||
| #  endif | ||||
| # endif | ||||
|   ']','\0'}; | ||||
| #endif | ||||
|  | ||||
| /* Construct the string literal in pieces to prevent the source from | ||||
|    getting matched.  Store it in a pointer rather than an array | ||||
|    because some compilers will just produce instructions to fill the | ||||
|    array rather than assigning a pointer to a static array.  */ | ||||
| char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; | ||||
| char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; | ||||
|  | ||||
|  | ||||
|  | ||||
| #if !defined(__STDC__) | ||||
| # if (defined(_MSC_VER) && !defined(__clang__)) \ | ||||
|   || (defined(__ibmxl__) || defined(__IBMC__)) | ||||
| #  define C_DIALECT "90" | ||||
| # else | ||||
| #  define C_DIALECT | ||||
| # endif | ||||
| #elif __STDC_VERSION__ >= 201000L | ||||
| # define C_DIALECT "11" | ||||
| #elif __STDC_VERSION__ >= 199901L | ||||
| # define C_DIALECT "99" | ||||
| #else | ||||
| # define C_DIALECT "90" | ||||
| #endif | ||||
| const char* info_language_dialect_default = | ||||
|   "INFO" ":" "dialect_default[" C_DIALECT "]"; | ||||
|  | ||||
| /*--------------------------------------------------------------------------*/ | ||||
|  | ||||
| #ifdef ID_VOID_MAIN | ||||
| void main() {} | ||||
| #else | ||||
| # if defined(__CLASSIC_C__) | ||||
| int main(argc, argv) int argc; char *argv[]; | ||||
| # else | ||||
| int main(int argc, char* argv[]) | ||||
| # endif | ||||
| { | ||||
|   int require = 0; | ||||
|   require += info_compiler[argc]; | ||||
|   require += info_platform[argc]; | ||||
|   require += info_arch[argc]; | ||||
| #ifdef COMPILER_VERSION_MAJOR | ||||
|   require += info_version[argc]; | ||||
| #endif | ||||
| #ifdef COMPILER_VERSION_INTERNAL | ||||
|   require += info_version_internal[argc]; | ||||
| #endif | ||||
| #ifdef SIMULATE_ID | ||||
|   require += info_simulate[argc]; | ||||
| #endif | ||||
| #ifdef SIMULATE_VERSION_MAJOR | ||||
|   require += info_simulate_version[argc]; | ||||
| #endif | ||||
| #if defined(_CRAYC) || defined(__cray__) | ||||
|   require += info_cray[argc]; | ||||
| #endif | ||||
|   require += info_language_dialect_default[argc]; | ||||
|   (void)argv; | ||||
|   return require; | ||||
| } | ||||
| #endif | ||||
							
								
								
									
										680
									
								
								build/CMakeFiles/3.19.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										680
									
								
								build/CMakeFiles/3.19.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,680 @@ | ||||
| /* This source file must have a .cpp extension so that all C++ compilers | ||||
|    recognize the extension without flags.  Borland does not know .cxx for | ||||
|    example.  */ | ||||
| #ifndef __cplusplus | ||||
| # error "A C compiler has been selected for C++." | ||||
| #endif | ||||
|  | ||||
|  | ||||
| /* Version number components: V=Version, R=Revision, P=Patch | ||||
|    Version date components:   YYYY=Year, MM=Month,   DD=Day  */ | ||||
|  | ||||
| #if defined(__COMO__) | ||||
| # define COMPILER_ID "Comeau" | ||||
|   /* __COMO_VERSION__ = VRR */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) | ||||
|  | ||||
| #elif defined(__INTEL_COMPILER) || defined(__ICC) | ||||
| # define COMPILER_ID "Intel" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # if defined(__GNUC__) | ||||
| #  define SIMULATE_ID "GNU" | ||||
| # endif | ||||
|   /* __INTEL_COMPILER = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | ||||
| # if defined(__INTEL_COMPILER_UPDATE) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | ||||
| # else | ||||
| #  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER   % 10) | ||||
| # endif | ||||
| # if defined(__INTEL_COMPILER_BUILD_DATE) | ||||
|   /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | ||||
| #  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | ||||
| # endif | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
| # if defined(__GNUC__) | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | ||||
| # elif defined(__GNUG__) | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | ||||
| # endif | ||||
| # if defined(__GNUC_MINOR__) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | ||||
| # endif | ||||
| # if defined(__GNUC_PATCHLEVEL__) | ||||
| #  define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__PATHCC__) | ||||
| # define COMPILER_ID "PathScale" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | ||||
| # if defined(__PATHCC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | ||||
| # define COMPILER_ID "Embarcadero" | ||||
| # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | ||||
| # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | ||||
| # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__     & 0xFFFF) | ||||
|  | ||||
| #elif defined(__BORLANDC__) | ||||
| # define COMPILER_ID "Borland" | ||||
|   /* __BORLANDC__ = 0xVRR */ | ||||
| # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | ||||
| # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | ||||
|  | ||||
| #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | ||||
| # define COMPILER_ID "Watcom" | ||||
|    /* __WATCOMC__ = VVRR */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||||
| # if (__WATCOMC__ % 10) > 0 | ||||
| #  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # define COMPILER_ID "OpenWatcom" | ||||
|    /* __WATCOMC__ = VVRP + 1100 */ | ||||
| # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||||
| # if (__WATCOMC__ % 10) > 0 | ||||
| #  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__SUNPRO_CC) | ||||
| # define COMPILER_ID "SunPro" | ||||
| # if __SUNPRO_CC >= 0x5100 | ||||
|    /* __SUNPRO_CC = 0xVRRP */ | ||||
| #  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) | ||||
| #  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) | ||||
| #  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF) | ||||
| # else | ||||
|    /* __SUNPRO_CC = 0xVRP */ | ||||
| #  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) | ||||
| #  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) | ||||
| #  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__HP_aCC) | ||||
| # define COMPILER_ID "HP" | ||||
|   /* __HP_aCC = VVRRPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) | ||||
| # define COMPILER_VERSION_PATCH DEC(__HP_aCC     % 100) | ||||
|  | ||||
| #elif defined(__DECCXX) | ||||
| # define COMPILER_ID "Compaq" | ||||
|   /* __DECCXX_VER = VVRRTPPPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000  % 100) | ||||
| # define COMPILER_VERSION_PATCH DEC(__DECCXX_VER         % 10000) | ||||
|  | ||||
| #elif defined(__IBMCPP__) && defined(__COMPILER_VER__) | ||||
| # define COMPILER_ID "zOS" | ||||
|   /* __IBMCPP__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10) | ||||
|  | ||||
| #elif defined(__ibmxl__) && defined(__clang__) | ||||
| # define COMPILER_ID "XLClang" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | ||||
| # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | ||||
|  | ||||
|  | ||||
| #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 | ||||
| # define COMPILER_ID "XL" | ||||
|   /* __IBMCPP__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10) | ||||
|  | ||||
| #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 | ||||
| # define COMPILER_ID "VisualAge" | ||||
|   /* __IBMCPP__ = VRP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10) | ||||
|  | ||||
| #elif defined(__PGI) | ||||
| # define COMPILER_ID "PGI" | ||||
| # define COMPILER_VERSION_MAJOR DEC(__PGIC__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | ||||
| # if defined(__PGIC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(_CRAYC) | ||||
| # define COMPILER_ID "Cray" | ||||
| # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | ||||
| # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | ||||
|  | ||||
| #elif defined(__TI_COMPILER_VERSION__) | ||||
| # define COMPILER_ID "TI" | ||||
|   /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | ||||
| # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000) | ||||
| # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000) | ||||
|  | ||||
| #elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) | ||||
| # define COMPILER_ID "Fujitsu" | ||||
|  | ||||
| #elif defined(__ghs__) | ||||
| # define COMPILER_ID "GHS" | ||||
| /* __GHS_VERSION_NUMBER = VVVVRP */ | ||||
| # ifdef __GHS_VERSION_NUMBER | ||||
| # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | ||||
| # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER      % 10) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__SCO_VERSION__) | ||||
| # define COMPILER_ID "SCO" | ||||
|  | ||||
| #elif defined(__ARMCC_VERSION) && !defined(__clang__) | ||||
| # define COMPILER_ID "ARMCC" | ||||
| #if __ARMCC_VERSION >= 1000000 | ||||
|   /* __ARMCC_VERSION = VRRPPPP */ | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION     % 10000) | ||||
| #else | ||||
|   /* __ARMCC_VERSION = VRPPPP */ | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION    % 10000) | ||||
| #endif | ||||
|  | ||||
|  | ||||
| #elif defined(__clang__) && defined(__apple_build_version__) | ||||
| # define COMPILER_ID "AppleClang" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
| # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | ||||
|  | ||||
| #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | ||||
| # define COMPILER_ID "ARMClang" | ||||
|   # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | ||||
|   # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | ||||
|   # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION     % 10000) | ||||
| # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | ||||
|  | ||||
| #elif defined(__clang__) | ||||
| # define COMPILER_ID "Clang" | ||||
| # if defined(_MSC_VER) | ||||
| #  define SIMULATE_ID "MSVC" | ||||
| # endif | ||||
| # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||
| # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||
| # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||
| # if defined(_MSC_VER) | ||||
|    /* _MSC_VER = VVRR */ | ||||
| #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__GNUC__) || defined(__GNUG__) | ||||
| # define COMPILER_ID "GNU" | ||||
| # if defined(__GNUC__) | ||||
| #  define COMPILER_VERSION_MAJOR DEC(__GNUC__) | ||||
| # else | ||||
| #  define COMPILER_VERSION_MAJOR DEC(__GNUG__) | ||||
| # endif | ||||
| # if defined(__GNUC_MINOR__) | ||||
| #  define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | ||||
| # endif | ||||
| # if defined(__GNUC_PATCHLEVEL__) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||||
| # endif | ||||
|  | ||||
| #elif defined(_MSC_VER) | ||||
| # define COMPILER_ID "MSVC" | ||||
|   /* _MSC_VER = VVRR */ | ||||
| # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||
| # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | ||||
| # if defined(_MSC_FULL_VER) | ||||
| #  if _MSC_VER >= 1400 | ||||
|     /* _MSC_FULL_VER = VVRRPPPPP */ | ||||
| #   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | ||||
| #  else | ||||
|     /* _MSC_FULL_VER = VVRRPPPP */ | ||||
| #   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | ||||
| #  endif | ||||
| # endif | ||||
| # if defined(_MSC_BUILD) | ||||
| #  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | ||||
| # endif | ||||
|  | ||||
| #elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) | ||||
| # define COMPILER_ID "ADSP" | ||||
| #if defined(__VISUALDSPVERSION__) | ||||
|   /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ | ||||
| # define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) | ||||
| # define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) | ||||
| # define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF) | ||||
| #endif | ||||
|  | ||||
| #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||||
| # define COMPILER_ID "IAR" | ||||
| # if defined(__VER__) && defined(__ICCARM__) | ||||
| #  define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | ||||
| #  define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | ||||
| #  define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | ||||
| #  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||||
| # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) | ||||
| #  define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | ||||
| #  define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | ||||
| #  define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | ||||
| #  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||||
| # endif | ||||
|  | ||||
|  | ||||
| /* These compilers are either not known or too old to define an | ||||
|   identification macro.  Try to identify the platform and guess that | ||||
|   it is the native compiler.  */ | ||||
| #elif defined(__hpux) || defined(__hpua) | ||||
| # define COMPILER_ID "HP" | ||||
|  | ||||
| #else /* unknown compiler */ | ||||
| # define COMPILER_ID "" | ||||
| #endif | ||||
|  | ||||
| /* Construct the string literal in pieces to prevent the source from | ||||
|    getting matched.  Store it in a pointer rather than an array | ||||
|    because some compilers will just produce instructions to fill the | ||||
|    array rather than assigning a pointer to a static array.  */ | ||||
| char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; | ||||
| #ifdef SIMULATE_ID | ||||
| char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; | ||||
| #endif | ||||
|  | ||||
| #ifdef __QNXNTO__ | ||||
| char const* qnxnto = "INFO" ":" "qnxnto[]"; | ||||
| #endif | ||||
|  | ||||
| #if defined(_CRAYC) || defined(__cray__) | ||||
| char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; | ||||
| #endif | ||||
|  | ||||
| #define STRINGIFY_HELPER(X) #X | ||||
| #define STRINGIFY(X) STRINGIFY_HELPER(X) | ||||
|  | ||||
| /* Identify known platforms by name.  */ | ||||
| #if defined(__linux) || defined(__linux__) || defined(linux) | ||||
| # define PLATFORM_ID "Linux" | ||||
|  | ||||
| #elif defined(__CYGWIN__) | ||||
| # define PLATFORM_ID "Cygwin" | ||||
|  | ||||
| #elif defined(__MINGW32__) | ||||
| # define PLATFORM_ID "MinGW" | ||||
|  | ||||
| #elif defined(__APPLE__) | ||||
| # define PLATFORM_ID "Darwin" | ||||
|  | ||||
| #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) | ||||
| # define PLATFORM_ID "Windows" | ||||
|  | ||||
| #elif defined(__FreeBSD__) || defined(__FreeBSD) | ||||
| # define PLATFORM_ID "FreeBSD" | ||||
|  | ||||
| #elif defined(__NetBSD__) || defined(__NetBSD) | ||||
| # define PLATFORM_ID "NetBSD" | ||||
|  | ||||
| #elif defined(__OpenBSD__) || defined(__OPENBSD) | ||||
| # define PLATFORM_ID "OpenBSD" | ||||
|  | ||||
| #elif defined(__sun) || defined(sun) | ||||
| # define PLATFORM_ID "SunOS" | ||||
|  | ||||
| #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) | ||||
| # define PLATFORM_ID "AIX" | ||||
|  | ||||
| #elif defined(__hpux) || defined(__hpux__) | ||||
| # define PLATFORM_ID "HP-UX" | ||||
|  | ||||
| #elif defined(__HAIKU__) | ||||
| # define PLATFORM_ID "Haiku" | ||||
|  | ||||
| #elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) | ||||
| # define PLATFORM_ID "BeOS" | ||||
|  | ||||
| #elif defined(__QNX__) || defined(__QNXNTO__) | ||||
| # define PLATFORM_ID "QNX" | ||||
|  | ||||
| #elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) | ||||
| # define PLATFORM_ID "Tru64" | ||||
|  | ||||
| #elif defined(__riscos) || defined(__riscos__) | ||||
| # define PLATFORM_ID "RISCos" | ||||
|  | ||||
| #elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) | ||||
| # define PLATFORM_ID "SINIX" | ||||
|  | ||||
| #elif defined(__UNIX_SV__) | ||||
| # define PLATFORM_ID "UNIX_SV" | ||||
|  | ||||
| #elif defined(__bsdos__) | ||||
| # define PLATFORM_ID "BSDOS" | ||||
|  | ||||
| #elif defined(_MPRAS) || defined(MPRAS) | ||||
| # define PLATFORM_ID "MP-RAS" | ||||
|  | ||||
| #elif defined(__osf) || defined(__osf__) | ||||
| # define PLATFORM_ID "OSF1" | ||||
|  | ||||
| #elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) | ||||
| # define PLATFORM_ID "SCO_SV" | ||||
|  | ||||
| #elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) | ||||
| # define PLATFORM_ID "ULTRIX" | ||||
|  | ||||
| #elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) | ||||
| # define PLATFORM_ID "Xenix" | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # if defined(__LINUX__) | ||||
| #  define PLATFORM_ID "Linux" | ||||
|  | ||||
| # elif defined(__DOS__) | ||||
| #  define PLATFORM_ID "DOS" | ||||
|  | ||||
| # elif defined(__OS2__) | ||||
| #  define PLATFORM_ID "OS2" | ||||
|  | ||||
| # elif defined(__WINDOWS__) | ||||
| #  define PLATFORM_ID "Windows3x" | ||||
|  | ||||
| # elif defined(__VXWORKS__) | ||||
| #  define PLATFORM_ID "VxWorks" | ||||
|  | ||||
| # else /* unknown platform */ | ||||
| #  define PLATFORM_ID | ||||
| # endif | ||||
|  | ||||
| #elif defined(__INTEGRITY) | ||||
| # if defined(INT_178B) | ||||
| #  define PLATFORM_ID "Integrity178" | ||||
|  | ||||
| # else /* regular Integrity */ | ||||
| #  define PLATFORM_ID "Integrity" | ||||
| # endif | ||||
|  | ||||
| #else /* unknown platform */ | ||||
| # define PLATFORM_ID | ||||
|  | ||||
| #endif | ||||
|  | ||||
| /* For windows compilers MSVC and Intel we can determine | ||||
|    the architecture of the compiler being used.  This is because | ||||
|    the compilers do not have flags that can change the architecture, | ||||
|    but rather depend on which compiler is being used | ||||
| */ | ||||
| #if defined(_WIN32) && defined(_MSC_VER) | ||||
| # if defined(_M_IA64) | ||||
| #  define ARCHITECTURE_ID "IA64" | ||||
|  | ||||
| # elif defined(_M_X64) || defined(_M_AMD64) | ||||
| #  define ARCHITECTURE_ID "x64" | ||||
|  | ||||
| # elif defined(_M_IX86) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # elif defined(_M_ARM64) | ||||
| #  define ARCHITECTURE_ID "ARM64" | ||||
|  | ||||
| # elif defined(_M_ARM) | ||||
| #  if _M_ARM == 4 | ||||
| #   define ARCHITECTURE_ID "ARMV4I" | ||||
| #  elif _M_ARM == 5 | ||||
| #   define ARCHITECTURE_ID "ARMV5I" | ||||
| #  else | ||||
| #   define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) | ||||
| #  endif | ||||
|  | ||||
| # elif defined(_M_MIPS) | ||||
| #  define ARCHITECTURE_ID "MIPS" | ||||
|  | ||||
| # elif defined(_M_SH) | ||||
| #  define ARCHITECTURE_ID "SHx" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__WATCOMC__) | ||||
| # if defined(_M_I86) | ||||
| #  define ARCHITECTURE_ID "I86" | ||||
|  | ||||
| # elif defined(_M_IX86) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||||
| # if defined(__ICCARM__) | ||||
| #  define ARCHITECTURE_ID "ARM" | ||||
|  | ||||
| # elif defined(__ICCRX__) | ||||
| #  define ARCHITECTURE_ID "RX" | ||||
|  | ||||
| # elif defined(__ICCRH850__) | ||||
| #  define ARCHITECTURE_ID "RH850" | ||||
|  | ||||
| # elif defined(__ICCRL78__) | ||||
| #  define ARCHITECTURE_ID "RL78" | ||||
|  | ||||
| # elif defined(__ICCRISCV__) | ||||
| #  define ARCHITECTURE_ID "RISCV" | ||||
|  | ||||
| # elif defined(__ICCAVR__) | ||||
| #  define ARCHITECTURE_ID "AVR" | ||||
|  | ||||
| # elif defined(__ICC430__) | ||||
| #  define ARCHITECTURE_ID "MSP430" | ||||
|  | ||||
| # elif defined(__ICCV850__) | ||||
| #  define ARCHITECTURE_ID "V850" | ||||
|  | ||||
| # elif defined(__ICC8051__) | ||||
| #  define ARCHITECTURE_ID "8051" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__ghs__) | ||||
| # if defined(__PPC64__) | ||||
| #  define ARCHITECTURE_ID "PPC64" | ||||
|  | ||||
| # elif defined(__ppc__) | ||||
| #  define ARCHITECTURE_ID "PPC" | ||||
|  | ||||
| # elif defined(__ARM__) | ||||
| #  define ARCHITECTURE_ID "ARM" | ||||
|  | ||||
| # elif defined(__x86_64__) | ||||
| #  define ARCHITECTURE_ID "x64" | ||||
|  | ||||
| # elif defined(__i386__) | ||||
| #  define ARCHITECTURE_ID "X86" | ||||
|  | ||||
| # else /* unknown architecture */ | ||||
| #  define ARCHITECTURE_ID "" | ||||
| # endif | ||||
|  | ||||
| #elif defined(__TI_COMPILER_VERSION__) | ||||
| # if defined(__TI_ARM__) | ||||
| #  define ARCHITECTURE_ID "ARM" | ||||
|  | ||||
| # elif defined(__MSP430__) | ||||
| #  define ARCHITECTURE_ID "MSP430" | ||||
|  | ||||
| # elif defined(__TMS320C28XX__) | ||||
| #  define ARCHITECTURE_ID "TMS320C28x" | ||||
|  | ||||
| # elif defined(__TMS320C6X__) || defined(_TMS320C6X) | ||||
| #  define ARCHITECTURE_ID "TMS320C6x" | ||||
|  | ||||
| # 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 internal version number. */ | ||||
| #ifdef COMPILER_VERSION_INTERNAL | ||||
| char const info_version_internal[] = { | ||||
|   'I', 'N', 'F', 'O', ':', | ||||
|   'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', | ||||
|   'i','n','t','e','r','n','a','l','[', | ||||
|   COMPILER_VERSION_INTERNAL,']','\0'}; | ||||
| #endif | ||||
|  | ||||
| /* Construct a string literal encoding the version number components. */ | ||||
| #ifdef SIMULATE_VERSION_MAJOR | ||||
| char const info_simulate_version[] = { | ||||
|   'I', 'N', 'F', 'O', ':', | ||||
|   's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', | ||||
|   SIMULATE_VERSION_MAJOR, | ||||
| # ifdef SIMULATE_VERSION_MINOR | ||||
|   '.', SIMULATE_VERSION_MINOR, | ||||
| #  ifdef SIMULATE_VERSION_PATCH | ||||
|    '.', SIMULATE_VERSION_PATCH, | ||||
| #   ifdef SIMULATE_VERSION_TWEAK | ||||
|     '.', SIMULATE_VERSION_TWEAK, | ||||
| #   endif | ||||
| #  endif | ||||
| # endif | ||||
|   ']','\0'}; | ||||
| #endif | ||||
|  | ||||
| /* Construct the string literal in pieces to prevent the source from | ||||
|    getting matched.  Store it in a pointer rather than an array | ||||
|    because some compilers will just produce instructions to fill the | ||||
|    array rather than assigning a pointer to a static array.  */ | ||||
| char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; | ||||
| char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; | ||||
|  | ||||
|  | ||||
|  | ||||
| #if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L | ||||
| #  if defined(__INTEL_CXX11_MODE__) | ||||
| #    if defined(__cpp_aggregate_nsdmi) | ||||
| #      define CXX_STD 201402L | ||||
| #    else | ||||
| #      define CXX_STD 201103L | ||||
| #    endif | ||||
| #  else | ||||
| #    define CXX_STD 199711L | ||||
| #  endif | ||||
| #elif defined(_MSC_VER) && defined(_MSVC_LANG) | ||||
| #  define CXX_STD _MSVC_LANG | ||||
| #else | ||||
| #  define CXX_STD __cplusplus | ||||
| #endif | ||||
|  | ||||
| const char* info_language_dialect_default = "INFO" ":" "dialect_default[" | ||||
| #if CXX_STD > 201703L | ||||
|   "20" | ||||
| #elif CXX_STD >= 201703L | ||||
|   "17" | ||||
| #elif CXX_STD >= 201402L | ||||
|   "14" | ||||
| #elif CXX_STD >= 201103L | ||||
|   "11" | ||||
| #else | ||||
|   "98" | ||||
| #endif | ||||
| "]"; | ||||
|  | ||||
| /*--------------------------------------------------------------------------*/ | ||||
|  | ||||
| int main(int argc, char* argv[]) | ||||
| { | ||||
|   int require = 0; | ||||
|   require += info_compiler[argc]; | ||||
|   require += info_platform[argc]; | ||||
| #ifdef COMPILER_VERSION_MAJOR | ||||
|   require += info_version[argc]; | ||||
| #endif | ||||
| #ifdef COMPILER_VERSION_INTERNAL | ||||
|   require += info_version_internal[argc]; | ||||
| #endif | ||||
| #ifdef SIMULATE_ID | ||||
|   require += info_simulate[argc]; | ||||
| #endif | ||||
| #ifdef SIMULATE_VERSION_MAJOR | ||||
|   require += info_simulate_version[argc]; | ||||
| #endif | ||||
| #if defined(_CRAYC) || defined(__cray__) | ||||
|   require += info_cray[argc]; | ||||
| #endif | ||||
|   require += info_language_dialect_default[argc]; | ||||
|   (void)argv; | ||||
|   return require; | ||||
| } | ||||
							
								
								
									
										16
									
								
								build/CMakeFiles/CMakeDirectoryInformation.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								build/CMakeFiles/CMakeDirectoryInformation.cmake
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,16 @@ | ||||
| # CMAKE generated file: DO NOT EDIT! | ||||
| # Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||||
|  | ||||
| # Relative path conversion top directories. | ||||
| set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hendrik/git/ESP32-Mesh-OTA") | ||||
| set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hendrik/git/ESP32-Mesh-OTA/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}) | ||||
							
								
								
									
										1152
									
								
								build/CMakeFiles/CMakeOutput.log
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1152
									
								
								build/CMakeFiles/CMakeOutput.log
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										56
									
								
								build/CMakeFiles/CMakeRuleHashes.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										56
									
								
								build/CMakeFiles/CMakeRuleHashes.txt
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,56 @@ | ||||
| # Hashes of file build rules. | ||||
| cad5d6750d40e9b501f99702733cc883 .bin_timestamp | ||||
| c7e23b51b5d336af017a73c03550da6a .signed_bin_timestamp | ||||
| b3701423468f693aa79842834d202f9c CMakeFiles/_project_elf_src | ||||
| b3701423468f693aa79842834d202f9c CMakeFiles/app | ||||
| b3701423468f693aa79842834d202f9c CMakeFiles/bootloader | ||||
| df9b190c3526d24f23ab1de3f3043869 CMakeFiles/bootloader-complete | ||||
| 32bcc544e8a7bc8bae6f03f4591f22e9 CMakeFiles/confserver | ||||
| 7493c069f4576122e6de3391388170e5 CMakeFiles/encrypted-flash | ||||
| ae6aabfdb451726ef8a1af3d11a07f87 CMakeFiles/erase_flash | ||||
| 4c58333a5db75d5aa503a90a6e022eb4 CMakeFiles/flash | ||||
| b3701423468f693aa79842834d202f9c CMakeFiles/gen_project_binary | ||||
| b3701423468f693aa79842834d202f9c CMakeFiles/gen_signed_project_binary | ||||
| dfc22c368460f302b72dc22d741ac62e CMakeFiles/menuconfig | ||||
| f65ab7949acc19088ca58d048e6d8736 CMakeFiles/monitor | ||||
| b81c3cb66b555ccff519d4bd99f7b54f CMakeFiles/size | ||||
| be849451a36e7a15ccd8f959be5adf0d CMakeFiles/size-components | ||||
| 34f486a67468c17dd7c9055caaf2a687 CMakeFiles/size-files | ||||
| 807d0f1ce49e1474f118ed4bec649f52 bootloader-prefix/src/bootloader-stamp/bootloader-build | ||||
| 2dd0f927ac5f9b89d66107e27c5c681f bootloader-prefix/src/bootloader-stamp/bootloader-configure | ||||
| 016ff0e36a280b33c49ff4b0a9b6ac99 bootloader-prefix/src/bootloader-stamp/bootloader-download | ||||
| 1e23721846bf65fedc917cd6ed5113a0 bootloader-prefix/src/bootloader-stamp/bootloader-install | ||||
| 2ef111773e9b8b716b22e8f76396fe6c bootloader-prefix/src/bootloader-stamp/bootloader-mkdir | ||||
| e8ed500d928958e25715f1b581a14bab bootloader-prefix/src/bootloader-stamp/bootloader-patch | ||||
| c13530184455b6149a783b9a974f7161 bootloader-prefix/src/bootloader-stamp/bootloader-update | ||||
| a25fa458cf2e85b43f541c3df953cf84 esp-idf/app_update/CMakeFiles/blank_ota_data | ||||
| 7cb3ea9869c8c8940cb54fd074555bf0 esp-idf/app_update/CMakeFiles/encrypted-otadata-flash | ||||
| 81c02809f9a1b632ab6494f7372bbb94 esp-idf/app_update/CMakeFiles/erase_otadata | ||||
| e0090c7c90404122df472a9acfe5be3b esp-idf/app_update/CMakeFiles/otadata-flash | ||||
| b03632f313dbf63a10e34baecc7695c3 esp-idf/app_update/CMakeFiles/read_otadata | ||||
| 542410b549d6689a5f0a71a2ce17004f esp-idf/bootloader/CMakeFiles/bootloader-flash | ||||
| a95c862406325b78cb1d5cb8512a3ea1 esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash | ||||
| 8587f414b99d4b5917a6e51eb3f7c84e esp-idf/efuse/CMakeFiles/efuse_common_table | ||||
| 1b259d542df68320df73152a427eb723 esp-idf/efuse/CMakeFiles/efuse_test_table | ||||
| ca1a5840d8fd7efc05e88c82fd25e878 esp-idf/efuse/CMakeFiles/show_efuse_table | ||||
| d55b94c7c59a476ae0731db38aaf42e6 esp-idf/esp32/CMakeFiles/__ldgen_output_esp32.project.ld | ||||
| d55b94c7c59a476ae0731db38aaf42e6 esp-idf/esp32/CMakeFiles/esp32_linker_script | ||||
| d2558598f88f8c91e0c8e2fa03c7693d esp-idf/esp32/esp32_out.ld | ||||
| c2abec733dcc2bf5ec9a7a58698ac63b esp-idf/esp32/ld/esp32.project.ld | ||||
| aa6f89e7d2addea91508e06d05b6e112 esp-idf/esptool_py/CMakeFiles/app-flash | ||||
| f2fa665ece18a9e6fc553c17f66cd99e esp-idf/esptool_py/CMakeFiles/encrypted-app-flash | ||||
| 1bcc271af976670f7e4edbfb93c54c54 esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc | ||||
| 4861009da1d49373c6832d65e390a9a0 esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib | ||||
| 896525047a9d3e816b5b6fe5a9ef6f7c esp-idf/mbedtls/x509_crt_bundle | ||||
| 6c47e4d34d0aaa981b5c1ffdc4d19c5e esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash | ||||
| 4376669e4909d04bef2c860f9b4c6ea0 esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin | ||||
| 2663354a48facc5169ed33a394d539d1 esp-idf/partition_table/CMakeFiles/partition_table | ||||
| 062cb3d52d090bf32366761ef16c7c33 esp-idf/partition_table/CMakeFiles/partition_table-flash | ||||
| 4376669e4909d04bef2c860f9b4c6ea0 esp-idf/partition_table/CMakeFiles/partition_table_bin | ||||
| a46ecffbe11084e94b55947306f9bcef ota_data_initial.bin | ||||
| 050a9a3716da74eb3ce6cfc470d80eda partition_table/partition-table-unsigned.bin | ||||
| 2f1b1043db020a7ca0a49496815f6058 partition_table/partition-table.bin | ||||
| 2ff92b7ca472ed6d3b0c4667a8ece9ef project_elf_src_esp32.c | ||||
| bcdbb803e55c8bf2790d1f628cd5b1d7 signature_verification_key.bin | ||||
| 9c9d5f8a04ee3f385cb57fe2fbd8b543 signature_verification_key.bin.S | ||||
| 0515a61812b222c49dfbbd7245f146e0 x509_crt_bundle.S | ||||
							
								
								
									
										456
									
								
								build/CMakeFiles/Makefile.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										456
									
								
								build/CMakeFiles/Makefile.cmake
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,456 @@ | ||||
| # CMAKE generated file: DO NOT EDIT! | ||||
| # Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||||
|  | ||||
| # 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" | ||||
|   "/home/hendrik/esp/esp-idf/.git/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/asio/asio/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/bt/controller/lib/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/cbor/tinycbor/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/coap/libcoap/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/esptool_py/esptool/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/expat/expat/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/json/cJSON/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/libsodium/libsodium/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/nghttp/nghttp2/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/tinyusb/tinyusb/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/components/unity/unity/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/examples/build_system/cmake/import_lib/main/lib/tinyxml2/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/modules/examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib/HEAD" | ||||
|   "/home/hendrik/esp/esp-idf/.git/refs/heads/master" | ||||
|   "/home/hendrik/esp/esp-idf/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/app_trace/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/app_trace/project_include.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/components/app_update/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/asio/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/asio/asio/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/bootloader/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/bootloader/project_include.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/bootloader_support/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/bt/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/bt/controller/lib/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/bt/host/nimble/nimble/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/cbor/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/cbor/tinycbor/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/cmock/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/cmock/CMock/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/coap/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/coap/libcoap/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/console/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/cxx/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/driver/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/efuse/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/efuse/esp32/sources.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp-tls/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp32/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp32/project_include.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_adc_cal/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_common/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_eth/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_event/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_hid/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_http_client/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_http_server/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_https_ota/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_https_server/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_hw_support/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_ipc/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_netif/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_pm/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_rom/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_serial_slave_link/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_system/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_system/port/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_system/port/soc/esp32/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_timer/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_websocket_client/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_wifi/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esp_wifi/lib/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/espcoredump/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esptool_py/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/esptool_py/esptool/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/esptool_py/project_include.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/components/expat/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/expat/expat/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/fatfs/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/freemodbus/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/freertos/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/hal/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/heap/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/idf_test/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/jsmn/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/json/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/json/cJSON/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/libsodium/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/libsodium/libsodium/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/log/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/lwip/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/lwip/lwip/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/mbedtls/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/mbedtls/mbedtls/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/mdns/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/mqtt/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/mqtt/esp-mqtt/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/newlib/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/newlib/port/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/nghttp/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/nghttp/nghttp2/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/nvs_flash/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/openssl/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/partition_table/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/partition_table/project_include.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/components/perfmon/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/protobuf-c/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/protobuf-c/protobuf-c/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/protocomm/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/pthread/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/sdmmc/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/soc/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/soc/esp32/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/spi_flash/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/spiffs/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/spiffs/project_include.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/components/spiffs/spiffs/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/tcp_transport/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/tcpip_adapter/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/tinyusb/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/tinyusb/tinyusb/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/ulp/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/ulp/project_include.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/components/unity/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/unity/unity/.git" | ||||
|   "/home/hendrik/esp/esp-idf/components/vfs/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/wear_levelling/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/components/xtensa/CMakeLists.txt" | ||||
|   "/home/hendrik/esp/esp-idf/examples/build_system/cmake/import_lib/main/lib/tinyxml2/.git" | ||||
|   "/home/hendrik/esp/esp-idf/examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib/.git" | ||||
|   "/home/hendrik/esp/esp-idf/tools/cmake/build.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/tools/cmake/component.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/tools/cmake/crosstool_version_check.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/tools/cmake/dfu.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/tools/cmake/git_submodules.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/tools/cmake/idf.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/tools/cmake/kconfig.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/tools/cmake/ldgen.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/tools/cmake/project.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/tools/cmake/project_description.json.in" | ||||
|   "/home/hendrik/esp/esp-idf/tools/cmake/targets.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in" | ||||
|   "/home/hendrik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/tools/cmake/utilities.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/tools/cmake/version.cmake" | ||||
|   "/home/hendrik/esp/esp-idf/tools/kconfig_new/confgen.py" | ||||
|   "/home/hendrik/esp/esp-idf/tools/kconfig_new/config.env.in" | ||||
|   "../.git/HEAD" | ||||
|   "../.git/refs/heads/feature/ota_https" | ||||
|   "../CMakeLists.txt" | ||||
|   "CMakeFiles/3.19.2/CMakeASMCompiler.cmake" | ||||
|   "CMakeFiles/3.19.2/CMakeCCompiler.cmake" | ||||
|   "CMakeFiles/3.19.2/CMakeCXXCompiler.cmake" | ||||
|   "CMakeFiles/3.19.2/CMakeSystem.cmake" | ||||
|   "CMakeFiles/git-data/grabRef.cmake" | ||||
|   "app-flash_args" | ||||
|   "bootloader-flash_args" | ||||
|   "bootloader-prefix/tmp/bootloader-cfgcmd.txt.in" | ||||
|   "config/sdkconfig.cmake" | ||||
|   "config/sdkconfig.h" | ||||
|   "esp-idf/app_update/otadata-flash_args.in" | ||||
|   "esp-idf/bootloader/bootloader-flash_args.in" | ||||
|   "esp-idf/esptool_py/app-flash_args.in" | ||||
|   "esp-idf/esptool_py/flasher_args.json.in" | ||||
|   "esp-idf/partition_table/partition_table-flash_args.in" | ||||
|   "flash_args" | ||||
|   "flash_args.in" | ||||
|   "ldgen_libraries.in" | ||||
|   "../main/CMakeLists.txt" | ||||
|   "../partitions.csv" | ||||
|   "../sdkconfig" | ||||
|   "/usr/share/cmake/Modules/CMakeASMInformation.cmake" | ||||
|   "/usr/share/cmake/Modules/CMakeCInformation.cmake" | ||||
|   "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" | ||||
|   "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" | ||||
|   "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" | ||||
|   "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" | ||||
|   "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" | ||||
|   "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" | ||||
|   "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" | ||||
|   "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" | ||||
|   "/usr/share/cmake/Modules/Compiler/GNU-ASM.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/ExternalProject.cmake" | ||||
|   "/usr/share/cmake/Modules/FindCygwin.cmake" | ||||
|   "/usr/share/cmake/Modules/FindGit.cmake" | ||||
|   "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" | ||||
|   "/usr/share/cmake/Modules/FindPackageMessage.cmake" | ||||
|   "/usr/share/cmake/Modules/FindPerl.cmake" | ||||
|   "/usr/share/cmake/Modules/FindPythonInterp.cmake" | ||||
|   "/usr/share/cmake/Modules/Platform/Generic.cmake" | ||||
|   ) | ||||
|  | ||||
| # The corresponding makefile is: | ||||
| set(CMAKE_MAKEFILE_OUTPUTS | ||||
|   "Makefile" | ||||
|   "CMakeFiles/cmake.check_cache" | ||||
|   ) | ||||
|  | ||||
| # Byproducts of CMake generate step: | ||||
| set(CMAKE_MAKEFILE_PRODUCTS | ||||
|   "CMakeFiles/git-data/HEAD" | ||||
|   "CMakeFiles/git-data/grabRef.cmake" | ||||
|   "CMakeFiles/git-data/head-ref" | ||||
|   "CMakeFiles/git-data/HEAD" | ||||
|   "CMakeFiles/git-data/grabRef.cmake" | ||||
|   "CMakeFiles/git-data/head-ref" | ||||
|   "config.env" | ||||
|   "bootloader-prefix/tmp/bootloader-cfgcmd.txt" | ||||
|   "project_description.json" | ||||
|   "flash_args.in" | ||||
|   "flash_args" | ||||
|   "flash_project_args" | ||||
|   "CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_pm/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/mbedtls/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/mbedtls/mbedtls/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/mbedtls/mbedtls/library/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/mbedtls/mbedtls/include/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/efuse/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/bootloader_support/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/partition_table/partition_table-flash_args.in" | ||||
|   "partition_table-flash_args" | ||||
|   "esp-idf/partition_table/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/app_update/otadata-flash_args.in" | ||||
|   "otadata-flash_args" | ||||
|   "esp-idf/app_update/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_ipc/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/spi_flash/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/nvs_flash/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/pthread/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_system/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_system/port/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_system/port/soc/esp32/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_rom/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/hal/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/vfs/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_eth/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/tcpip_adapter/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_netif/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_event/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/wpa_supplicant/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_wifi/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/lwip/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/log/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/heap/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/soc/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/soc/esp32/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_hw_support/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_hw_support/port/esp32/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_ringbuf/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/driver/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/xtensa/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/espcoredump/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/perfmon/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "ldgen_libraries.in" | ||||
|   "ldgen_libraries" | ||||
|   "esp-idf/esp32/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_common/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_timer/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/freertos/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/newlib/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/newlib/port/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/cxx/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/app_trace/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/asio/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/bootloader/bootloader-flash_args.in" | ||||
|   "bootloader-flash_args" | ||||
|   "flash_bootloader_args" | ||||
|   "esp-idf/bootloader/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/bt/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/cbor/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/unity/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/cmock/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/coap/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/console/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/nghttp/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp-tls/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_adc_cal/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_gdbstub/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_hid/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/tcp_transport/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_http_client/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_http_server/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_https_ota/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_https_server/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/protobuf-c/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/protocomm/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/mdns/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_local_ctrl/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/sdmmc/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_serial_slave_link/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esp_websocket_client/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/esptool_py/app-flash_args.in" | ||||
|   "app-flash_args" | ||||
|   "flash_app_args" | ||||
|   "esp-idf/esptool_py/flasher_args.json.in" | ||||
|   "flasher_args.json" | ||||
|   "esp-idf/esptool_py/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/expat/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/wear_levelling/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/fatfs/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/freemodbus/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/idf_test/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/jsmn/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/json/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/libsodium/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/mqtt/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/openssl/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/spiffs/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/tinyusb/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/ulp/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/wifi_provisioning/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   "esp-idf/main/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||
|   ) | ||||
|  | ||||
| # Dependency information for all targets: | ||||
| set(CMAKE_DEPEND_INFO_FILES | ||||
|   "CMakeFiles/size-components.dir/DependInfo.cmake" | ||||
|   "CMakeFiles/size-files.dir/DependInfo.cmake" | ||||
|   "CMakeFiles/size.dir/DependInfo.cmake" | ||||
|   "CMakeFiles/internal_communication.elf.dir/DependInfo.cmake" | ||||
|   "CMakeFiles/menuconfig.dir/DependInfo.cmake" | ||||
|   "CMakeFiles/flash.dir/DependInfo.cmake" | ||||
|   "CMakeFiles/confserver.dir/DependInfo.cmake" | ||||
|   "CMakeFiles/bootloader.dir/DependInfo.cmake" | ||||
|   "CMakeFiles/gen_project_binary.dir/DependInfo.cmake" | ||||
|   "CMakeFiles/app.dir/DependInfo.cmake" | ||||
|   "CMakeFiles/gen_signed_project_binary.dir/DependInfo.cmake" | ||||
|   "CMakeFiles/gen_secure_boot_keys.dir/DependInfo.cmake" | ||||
|   "CMakeFiles/monitor.dir/DependInfo.cmake" | ||||
|   "CMakeFiles/_project_elf_src.dir/DependInfo.cmake" | ||||
|   "CMakeFiles/gen_secure_boot_signing_key.dir/DependInfo.cmake" | ||||
|   "CMakeFiles/erase_flash.dir/DependInfo.cmake" | ||||
|   "CMakeFiles/encrypted-flash.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/DependInfo.cmake" | ||||
|   "esp-idf/mbedtls/CMakeFiles/custom_bundle.dir/DependInfo.cmake" | ||||
|   "esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/DependInfo.cmake" | ||||
|   "esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc.dir/DependInfo.cmake" | ||||
|   "esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib.dir/DependInfo.cmake" | ||||
|   "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/DependInfo.cmake" | ||||
|   "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/DependInfo.cmake" | ||||
|   "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/DependInfo.cmake" | ||||
|   "esp-idf/efuse/CMakeFiles/efuse_test_table.dir/DependInfo.cmake" | ||||
|   "esp-idf/efuse/CMakeFiles/show_efuse_table.dir/DependInfo.cmake" | ||||
|   "esp-idf/efuse/CMakeFiles/efuse_custom_table.dir/DependInfo.cmake" | ||||
|   "esp-idf/efuse/CMakeFiles/efuse_common_table.dir/DependInfo.cmake" | ||||
|   "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/DependInfo.cmake" | ||||
|   "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/DependInfo.cmake" | ||||
|   "esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/DependInfo.cmake" | ||||
|   "esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/DependInfo.cmake" | ||||
|   "esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/DependInfo.cmake" | ||||
|   "esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/DependInfo.cmake" | ||||
|   "esp-idf/partition_table/CMakeFiles/partition_table.dir/DependInfo.cmake" | ||||
|   "esp-idf/app_update/CMakeFiles/encrypted-otadata-flash.dir/DependInfo.cmake" | ||||
|   "esp-idf/app_update/CMakeFiles/otadata-flash.dir/DependInfo.cmake" | ||||
|   "esp-idf/app_update/CMakeFiles/read_otadata.dir/DependInfo.cmake" | ||||
|   "esp-idf/app_update/CMakeFiles/erase_otadata.dir/DependInfo.cmake" | ||||
|   "esp-idf/app_update/CMakeFiles/blank_ota_data.dir/DependInfo.cmake" | ||||
|   "esp-idf/app_update/CMakeFiles/__idf_app_update.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_ipc/CMakeFiles/__idf_esp_ipc.dir/DependInfo.cmake" | ||||
|   "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/DependInfo.cmake" | ||||
|   "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/DependInfo.cmake" | ||||
|   "esp-idf/pthread/CMakeFiles/__idf_pthread.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/DependInfo.cmake" | ||||
|   "esp-idf/hal/CMakeFiles/__idf_hal.dir/DependInfo.cmake" | ||||
|   "esp-idf/vfs/CMakeFiles/__idf_vfs.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/DependInfo.cmake" | ||||
|   "esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/DependInfo.cmake" | ||||
|   "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/DependInfo.cmake" | ||||
|   "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/DependInfo.cmake" | ||||
|   "esp-idf/log/CMakeFiles/__idf_log.dir/DependInfo.cmake" | ||||
|   "esp-idf/heap/CMakeFiles/__idf_heap.dir/DependInfo.cmake" | ||||
|   "esp-idf/soc/CMakeFiles/__idf_soc.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/DependInfo.cmake" | ||||
|   "esp-idf/driver/CMakeFiles/__idf_driver.dir/DependInfo.cmake" | ||||
|   "esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/DependInfo.cmake" | ||||
|   "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/DependInfo.cmake" | ||||
|   "esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp32/CMakeFiles/esp32_linker_script.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp32/CMakeFiles/__ldgen_output_esp32.project.ld.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp32/CMakeFiles/__idf_esp32.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/DependInfo.cmake" | ||||
|   "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/DependInfo.cmake" | ||||
|   "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/DependInfo.cmake" | ||||
|   "esp-idf/cxx/CMakeFiles/__idf_cxx.dir/DependInfo.cmake" | ||||
|   "esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/DependInfo.cmake" | ||||
|   "esp-idf/asio/CMakeFiles/__idf_asio.dir/DependInfo.cmake" | ||||
|   "esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir/DependInfo.cmake" | ||||
|   "esp-idf/bootloader/CMakeFiles/bootloader-flash.dir/DependInfo.cmake" | ||||
|   "esp-idf/cbor/CMakeFiles/__idf_cbor.dir/DependInfo.cmake" | ||||
|   "esp-idf/unity/CMakeFiles/__idf_unity.dir/DependInfo.cmake" | ||||
|   "esp-idf/cmock/CMakeFiles/__idf_cmock.dir/DependInfo.cmake" | ||||
|   "esp-idf/coap/CMakeFiles/__idf_coap.dir/DependInfo.cmake" | ||||
|   "esp-idf/console/CMakeFiles/__idf_console.dir/DependInfo.cmake" | ||||
|   "esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_adc_cal/CMakeFiles/__idf_esp_adc_cal.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/DependInfo.cmake" | ||||
|   "esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/DependInfo.cmake" | ||||
|   "esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/DependInfo.cmake" | ||||
|   "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/DependInfo.cmake" | ||||
|   "esp-idf/mdns/CMakeFiles/__idf_mdns.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/DependInfo.cmake" | ||||
|   "esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/DependInfo.cmake" | ||||
|   "esp-idf/esp_websocket_client/CMakeFiles/__idf_esp_websocket_client.dir/DependInfo.cmake" | ||||
|   "esp-idf/esptool_py/CMakeFiles/encrypted-app-flash.dir/DependInfo.cmake" | ||||
|   "esp-idf/esptool_py/CMakeFiles/app-flash.dir/DependInfo.cmake" | ||||
|   "esp-idf/expat/CMakeFiles/__idf_expat.dir/DependInfo.cmake" | ||||
|   "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/DependInfo.cmake" | ||||
|   "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/DependInfo.cmake" | ||||
|   "esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/DependInfo.cmake" | ||||
|   "esp-idf/jsmn/CMakeFiles/__idf_jsmn.dir/DependInfo.cmake" | ||||
|   "esp-idf/json/CMakeFiles/__idf_json.dir/DependInfo.cmake" | ||||
|   "esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/DependInfo.cmake" | ||||
|   "esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/DependInfo.cmake" | ||||
|   "esp-idf/openssl/CMakeFiles/__idf_openssl.dir/DependInfo.cmake" | ||||
|   "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/DependInfo.cmake" | ||||
|   "esp-idf/ulp/CMakeFiles/__idf_ulp.dir/DependInfo.cmake" | ||||
|   "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/DependInfo.cmake" | ||||
|   "esp-idf/main/CMakeFiles/__idf_main.dir/DependInfo.cmake" | ||||
|   ) | ||||
							
								
								
									
										5130
									
								
								build/CMakeFiles/Makefile2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5130
									
								
								build/CMakeFiles/Makefile2
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/1
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/1
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/10
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/10
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/100
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/100
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/11
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/11
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/12
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/12
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/13
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/13
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/14
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/14
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/15
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/15
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/16
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/16
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/17
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/17
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/18
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/18
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/19
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/19
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/2
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/20
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/20
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/21
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/21
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/22
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/22
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/23
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/23
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/24
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/24
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/25
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/25
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/26
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/26
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/27
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/27
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/28
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/28
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/29
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/29
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/3
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/3
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/30
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/30
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/31
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/31
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/32
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/32
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/33
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/33
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/34
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/34
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/35
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/35
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/36
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/36
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/37
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/37
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/38
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/38
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/39
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/39
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/4
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/4
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/40
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/40
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/41
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/41
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/42
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/42
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/43
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/43
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/44
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/44
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/45
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/45
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/46
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/46
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/47
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/47
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/48
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/48
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/49
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/49
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/5
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/5
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/50
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/50
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/51
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/51
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/52
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/52
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/53
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/53
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/54
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/54
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/55
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/55
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/56
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/56
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/57
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/57
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/58
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/58
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/59
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/59
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/6
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/6
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/60
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/60
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/61
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/61
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/62
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/62
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/63
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/63
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/64
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/64
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/65
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/65
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/66
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/66
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/67
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/67
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/68
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/68
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/69
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/69
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
							
								
								
									
										1
									
								
								build/CMakeFiles/Progress/7
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/Progress/7
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| empty | ||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user